Add french translation for German

This commit is contained in:
Frederic Guillot 2013-07-01 18:33:58 -04:00
parent ae467d98e9
commit 14745a3474
2 changed files with 3 additions and 2 deletions

View File

@ -68,7 +68,7 @@ return array(
'No subscription' => 'Keine Abonnements', 'No subscription' => 'Keine Abonnements',
'remove' => 'löschen', 'remove' => 'löschen',
'refresh' => 'aktualisieren', 'refresh' => 'aktualisieren',
'feed link' => 'Feed Adresse', 'feed link' => 'feed adresse',
'New subscription' => 'Neue Abonnements', 'New subscription' => 'Neue Abonnements',
'Website or Feed URL' => 'Webseiten- oder Feed-URL', 'Website or Feed URL' => 'Webseiten- oder Feed-URL',
'Add' => 'Hinzufügen', 'Add' => 'Hinzufügen',

View File

@ -8,6 +8,7 @@ return array(
'After %d days' => 'Après %d jours', 'After %d days' => 'Après %d jours',
'French' => 'Français', 'French' => 'Français',
'English' => 'Anglais', 'English' => 'Anglais',
'German' => 'Allemand',
'unread' => 'non lus', 'unread' => 'non lus',
'bookmarks' => 'favoris', 'bookmarks' => 'favoris',
'bookmark' => 'ajouter aux favoris', 'bookmark' => 'ajouter aux favoris',
@ -96,4 +97,4 @@ return array(
'Do you really want to remove this subscription: "%s"?' => 'Voulez-vous vraiment supprimer cet abonnement : "%s" ?', 'Do you really want to remove this subscription: "%s"?' => 'Voulez-vous vraiment supprimer cet abonnement : "%s" ?',
'Nothing to read, do you want to <a href="?action=refresh-all" data-action="refresh-all">update your subscriptions?</a>' => 'Nothing to read, do you want to <a href="?action=refresh-all" data-action="refresh-all">update your subscriptions?</a>' =>
'Il n\'y a rien à lire, voulez-vous <a href="?action=refresh-all" data-action="refresh-all">mettre à jour vos abonnements ?</a>' 'Il n\'y a rien à lire, voulez-vous <a href="?action=refresh-all" data-action="refresh-all">mettre à jour vos abonnements ?</a>'
); );