From 13b87739da7a3c933f847409b8ec56dd1534f993 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 5 Apr 2017 16:20:30 -0400 Subject: [PATCH] Show feed dates on edit subscription page --- app/locales/ar_AR/translations.php | 6 ++++++ app/locales/cs_CZ/translations.php | 6 ++++++ app/locales/de_DE/translations.php | 6 ++++++ app/locales/es_ES/translations.php | 6 ++++++ app/locales/fr_FR/translations.php | 8 +++++++- app/locales/hu_HU/translations.php | 22 ++++++++++++++++++++-- app/locales/it_IT/translations.php | 6 ++++++ app/locales/ja_JP/translations.php | 6 ++++++ app/locales/pt_BR/translations.php | 6 ++++++ app/locales/ru_RU/translations.php | 6 ++++++ app/locales/sr_RS/translations.php | 19 +++++++++++++++++++ app/locales/sr_RS@latin/translations.php | 19 +++++++++++++++++++ app/locales/tr_TR/translations.php | 6 ++++++ app/locales/zh_CN/translations.php | 6 ++++++ app/templates/feeds/edit.php | 13 +++++++++++++ app/templates/groups/edit.php | 2 +- 16 files changed, 139 insertions(+), 4 deletions(-) diff --git a/app/locales/ar_AR/translations.php b/app/locales/ar_AR/translations.php index 0687787..c05e23d 100644 --- a/app/locales/ar_AR/translations.php +++ b/app/locales/ar_AR/translations.php @@ -268,4 +268,10 @@ return array( // 'This text is too long (max. %d)' => '', // 'Mark all unread items as read' => '', // 'Do not redirect me' => '', + // 'Last checked: ' => '', + // 'Last modified: ' => '', + // 'Expiration date: ' => '', + // 'ETag: ' => '', + // 'None' => '', + // 'Last parsing error: ' => '', ); diff --git a/app/locales/cs_CZ/translations.php b/app/locales/cs_CZ/translations.php index 3b5e8a6..5da20e1 100644 --- a/app/locales/cs_CZ/translations.php +++ b/app/locales/cs_CZ/translations.php @@ -268,4 +268,10 @@ return array( // 'This text is too long (max. %d)' => '', // 'Mark all unread items as read' => '', // 'Do not redirect me' => '', + // 'Last checked: ' => '', + // 'Last modified: ' => '', + // 'Expiration date: ' => '', + // 'ETag: ' => '', + // 'None' => '', + // 'Last parsing error: ' => '', ); diff --git a/app/locales/de_DE/translations.php b/app/locales/de_DE/translations.php index 75c537a..e39728c 100644 --- a/app/locales/de_DE/translations.php +++ b/app/locales/de_DE/translations.php @@ -268,4 +268,10 @@ return array( 'This text is too long (max. %d)' => 'Dieser Text ist zu lang (maximal %d)', 'Mark all unread items as read' => 'Alle ungelesenen Einträge als gelesen markieren', 'Do not redirect me' => 'Leite mich nicht weiter', + // 'Last checked: ' => '', + // 'Last modified: ' => '', + // 'Expiration date: ' => '', + // 'ETag: ' => '', + // 'None' => '', + // 'Last parsing error: ' => '', ); diff --git a/app/locales/es_ES/translations.php b/app/locales/es_ES/translations.php index 6517d9d..f0d0e47 100644 --- a/app/locales/es_ES/translations.php +++ b/app/locales/es_ES/translations.php @@ -268,4 +268,10 @@ return array( // 'This text is too long (max. %d)' => '', // 'Mark all unread items as read' => '', // 'Do not redirect me' => '', + // 'Last checked: ' => '', + // 'Last modified: ' => '', + // 'Expiration date: ' => '', + // 'ETag: ' => '', + // 'None' => '', + // 'Last parsing error: ' => '', ); diff --git a/app/locales/fr_FR/translations.php b/app/locales/fr_FR/translations.php index 74c44c2..1e48ae2 100644 --- a/app/locales/fr_FR/translations.php +++ b/app/locales/fr_FR/translations.php @@ -267,5 +267,11 @@ return array( 'This value must be an integer' => 'Cette valeur doit être un entier', 'This text is too long (max. %d)' => 'Ce texte est trop long (max. %d)', 'Mark all unread items as read' => 'Marquer tous les éléments non lus comme lus', - 'Do not redirect me' => 'Ne pas me rediriger' + 'Do not redirect me' => 'Ne pas me rediriger', + 'Last checked: ' => 'Dernière vérification : ', + 'Last modified: ' => 'Dernière modification : ', + 'Expiration date: ' => 'Date d\'expiration : ', + 'ETag: ' => 'ETag', + 'None' => 'Aucun/aucune', + 'Last parsing error: ' => 'Dernière erreur d\'analyse : ', ); diff --git a/app/locales/hu_HU/translations.php b/app/locales/hu_HU/translations.php index 5766c2c..1a06ce3 100644 --- a/app/locales/hu_HU/translations.php +++ b/app/locales/hu_HU/translations.php @@ -141,7 +141,7 @@ return array( 'Do you really want to remove these items from your history?' => 'Biztosan el akarod távolítani ezeket az előzményekből?', 'Do you really want to remove this subscription: "%s"?' => 'Biztosan el akarod távolítani a „%s” feliratkozást ?', 'Nothing to read, do you want to %supdate your subscriptions%s?' => 'Nincs olvasnivaló. %sFrissítsük a feliratkozásokat%s?', - 'Show help' => 'Súgó mutatása' , + 'Show help' => 'Súgó mutatása', 'Close help' => 'Súgó bezárása', '%d second ago' => array('%d másodperce', '%d másodperce'), '%d minute ago' => array('%d perce', '%d perce'), @@ -255,5 +255,23 @@ return array( 'New Password' => 'Új jelszó', 'Wrong password' => 'Rossz jelszó', 'Duplicated feed' => 'Dupla feed', - 'Do not redirect me' => 'Ne irányíts át' + // 'This group has been removed successfully.' => '', + // 'Unable to remove this group.' => '', + // 'Edit group' => '', + // 'Group updated successfully.' => '', + // 'Unable to edit this group.' => '', + // 'groups' => '', + // 'There is no group.' => '', + // 'Do you really want to remove this group: "%s"?' => '', + // 'This field is required' => '', + // 'This value must be an integer' => '', + // 'This text is too long (max. %d)' => '', + // 'Mark all unread items as read' => '', + 'Do not redirect me' => 'Ne irányíts át', + // 'Last checked: ' => '', + // 'Last modified: ' => '', + // 'Expiration date: ' => '', + // 'ETag: ' => '', + // 'None' => '', + // 'Last parsing error: ' => '', ); diff --git a/app/locales/it_IT/translations.php b/app/locales/it_IT/translations.php index 1a6a89b..2d686fa 100644 --- a/app/locales/it_IT/translations.php +++ b/app/locales/it_IT/translations.php @@ -268,4 +268,10 @@ return array( // 'This text is too long (max. %d)' => '', // 'Mark all unread items as read' => '', // 'Do not redirect me' => '', + // 'Last checked: ' => '', + // 'Last modified: ' => '', + // 'Expiration date: ' => '', + // 'ETag: ' => '', + // 'None' => '', + // 'Last parsing error: ' => '', ); diff --git a/app/locales/ja_JP/translations.php b/app/locales/ja_JP/translations.php index 45477a2..486e579 100644 --- a/app/locales/ja_JP/translations.php +++ b/app/locales/ja_JP/translations.php @@ -270,4 +270,10 @@ return array( // 'This text is too long (max. %d)' => '', // 'Mark all unread items as read' => '', // 'Do not redirect me' => '', + // 'Last checked: ' => '', + // 'Last modified: ' => '', + // 'Expiration date: ' => '', + // 'ETag: ' => '', + // 'None' => '', + // 'Last parsing error: ' => '', ); diff --git a/app/locales/pt_BR/translations.php b/app/locales/pt_BR/translations.php index 136b73b..9aca8a8 100644 --- a/app/locales/pt_BR/translations.php +++ b/app/locales/pt_BR/translations.php @@ -268,4 +268,10 @@ return array( // 'This text is too long (max. %d)' => '', // 'Mark all unread items as read' => '', // 'Do not redirect me' => '', + // 'Last checked: ' => '', + // 'Last modified: ' => '', + // 'Expiration date: ' => '', + // 'ETag: ' => '', + // 'None' => '', + // 'Last parsing error: ' => '', ); diff --git a/app/locales/ru_RU/translations.php b/app/locales/ru_RU/translations.php index 280459b..309b3a8 100644 --- a/app/locales/ru_RU/translations.php +++ b/app/locales/ru_RU/translations.php @@ -268,4 +268,10 @@ return array( 'This text is too long (max. %d)' => 'Слишком длинный текст (макс. %d)', 'Mark all unread items as read' => 'Отменить как прочитанное все непрочитанные статьи', 'Do not redirect me' => 'Не перенаправлять меня', + // 'Last checked: ' => '', + // 'Last modified: ' => '', + // 'Expiration date: ' => '', + // 'ETag: ' => '', + // 'None' => '', + // 'Last parsing error: ' => '', ); diff --git a/app/locales/sr_RS/translations.php b/app/locales/sr_RS/translations.php index 46602a9..351df24 100644 --- a/app/locales/sr_RS/translations.php +++ b/app/locales/sr_RS/translations.php @@ -255,4 +255,23 @@ return array( 'New Password' => 'Нова лозинка', 'Wrong password' => 'Погрешна лозинка', 'Duplicated feed' => 'Дупликат фида', + // 'This group has been removed successfully.' => '', + // 'Unable to remove this group.' => '', + // 'Edit group' => '', + // 'Group updated successfully.' => '', + // 'Unable to edit this group.' => '', + // 'groups' => '', + // 'There is no group.' => '', + // 'Do you really want to remove this group: "%s"?' => '', + // 'This field is required' => '', + // 'This value must be an integer' => '', + // 'This text is too long (max. %d)' => '', + // 'Mark all unread items as read' => '', + // 'Do not redirect me' => '', + // 'Last checked: ' => '', + // 'Last modified: ' => '', + // 'Expiration date: ' => '', + // 'ETag: ' => '', + // 'None' => '', + // 'Last parsing error: ' => '', ); diff --git a/app/locales/sr_RS@latin/translations.php b/app/locales/sr_RS@latin/translations.php index 34af0af..5f6fb0f 100644 --- a/app/locales/sr_RS@latin/translations.php +++ b/app/locales/sr_RS@latin/translations.php @@ -255,4 +255,23 @@ return array( 'New Password' => 'Nova lozinka', 'Wrong password' => 'Pogrešna lozinka', 'Duplicated feed' => 'Duplikat feed-a', + // 'This group has been removed successfully.' => '', + // 'Unable to remove this group.' => '', + // 'Edit group' => '', + // 'Group updated successfully.' => '', + // 'Unable to edit this group.' => '', + // 'groups' => '', + // 'There is no group.' => '', + // 'Do you really want to remove this group: "%s"?' => '', + // 'This field is required' => '', + // 'This value must be an integer' => '', + // 'This text is too long (max. %d)' => '', + // 'Mark all unread items as read' => '', + // 'Do not redirect me' => '', + // 'Last checked: ' => '', + // 'Last modified: ' => '', + // 'Expiration date: ' => '', + // 'ETag: ' => '', + // 'None' => '', + // 'Last parsing error: ' => '', ); diff --git a/app/locales/tr_TR/translations.php b/app/locales/tr_TR/translations.php index 48caf23..554e01d 100644 --- a/app/locales/tr_TR/translations.php +++ b/app/locales/tr_TR/translations.php @@ -268,4 +268,10 @@ return array( // 'This text is too long (max. %d)' => '', // 'Mark all unread items as read' => '', // 'Do not redirect me' => '', + // 'Last checked: ' => '', + // 'Last modified: ' => '', + // 'Expiration date: ' => '', + // 'ETag: ' => '', + // 'None' => '', + // 'Last parsing error: ' => '', ); diff --git a/app/locales/zh_CN/translations.php b/app/locales/zh_CN/translations.php index 808d77f..3b1904c 100644 --- a/app/locales/zh_CN/translations.php +++ b/app/locales/zh_CN/translations.php @@ -268,4 +268,10 @@ return array( // 'This text is too long (max. %d)' => '', // 'Mark all unread items as read' => '', // 'Do not redirect me' => '', + // 'Last checked: ' => '', + // 'Last modified: ' => '', + // 'Expiration date: ' => '', + // 'ETag: ' => '', + // 'None' => '', + // 'Last parsing error: ' => '', ); diff --git a/app/templates/feeds/edit.php b/app/templates/feeds/edit.php index 449814e..cebe37c 100644 --- a/app/templates/feeds/edit.php +++ b/app/templates/feeds/edit.php @@ -44,6 +44,19 @@ + +
+ +
+ +
+
diff --git a/app/templates/groups/edit.php b/app/templates/groups/edit.php index 7520e5d..ef964d7 100644 --- a/app/templates/groups/edit.php +++ b/app/templates/groups/edit.php @@ -1,5 +1,5 @@