diff options
Diffstat (limited to 'lib/l10n/af.js')
-rw-r--r-- | lib/l10n/af.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/af.js b/lib/l10n/af.js index 18c890357f9..c36eda26cb4 100644 --- a/lib/l10n/af.js +++ b/lib/l10n/af.js @@ -19,7 +19,6 @@ OC.L10N.register( "Address" : "Adres", "Profile picture" : "Profielprent", "About" : "Oor", - "Full name" : "Volle naam", "Unknown user" : "Onbekende gebruiker", "Open »%s«" : "Open »%s«", "Sunday" : "Sondag", @@ -30,6 +29,7 @@ OC.L10N.register( "Friday" : "Vrydag", "Saturday" : "Saterdag", "a safe home for all your data" : "’n veilige tuiste vir al u data", - "Storage is temporarily not available" : "Berging is tydelik nie beskikbaar nie" + "Storage is temporarily not available" : "Berging is tydelik nie beskikbaar nie", + "Full name" : "Volle naam" }, "nplurals=2; plural=(n != 1);"); |