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',
'remove' => 'löschen',
'refresh' => 'aktualisieren',
'feed link' => 'Feed Adresse',
'feed link' => 'feed adresse',
'New subscription' => 'Neue Abonnements',
'Website or Feed URL' => 'Webseiten- oder Feed-URL',
'Add' => 'Hinzufügen',

View File

@ -8,6 +8,7 @@ return array(
'After %d days' => 'Après %d jours',
'French' => 'Français',
'English' => 'Anglais',
'German' => 'Allemand',
'unread' => 'non lus',
'bookmarks' => '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" ?',
'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>'
);
);