diff options
Diffstat (limited to 'apps/profile/l10n/cs.js')
-rw-r--r-- | apps/profile/l10n/cs.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/profile/l10n/cs.js b/apps/profile/l10n/cs.js new file mode 100644 index 00000000000..e7d09437a7d --- /dev/null +++ b/apps/profile/l10n/cs.js @@ -0,0 +1,16 @@ +OC.L10N.register( + "profile", + { + "Profile" : "Profil", + "This application provides the profile" : "Tato aplikace poskytuje profil", + "Provides a customisable user profile interface." : "Poskytuje přizpůsobitelné rozhraní uživatelského profilu.", + "You have not added any info yet" : "Zatím jste nezadali žádné informace", + "{user} has not added any info yet" : "{user} uživatel zatím nezadal žádné informace", + "Error opening the user status modal, try hard refreshing the page" : "Chyba při otevírání dialogu stavu uživatele, pokus o opětovné načtení stránky", + "Edit Profile" : "Upravit profil", + "The headline and about sections will show up here" : "Nadpis a sekce o uživatelích se zobrazí zde", + "Profile not found" : "Profil nenalezen", + "The profile does not exist." : "Profil neexistuje.", + "Back to %s" : "Zpět na %s" +}, +"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |