diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /lib/l10n/km.php | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'lib/l10n/km.php')
-rw-r--r-- | lib/l10n/km.php | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/lib/l10n/km.php b/lib/l10n/km.php deleted file mode 100644 index 2170b0c9313..00000000000 --- a/lib/l10n/km.php +++ /dev/null @@ -1,39 +0,0 @@ -<?php -$TRANSLATIONS = array( -"Help" => "ជំនួយ", -"Personal" => "ផ្ទាល់ខ្លួន", -"Settings" => "ការកំណត់", -"Users" => "អ្នកប្រើ", -"Admin" => "អ្នកគ្រប់គ្រង", -"No app name specified" => "មិនបានបញ្ជាក់ឈ្មោះកម្មវិធី", -"Unknown filetype" => "មិនស្គាល់ប្រភេទឯកសារ", -"Invalid image" => "រូបភាពមិនត្រឹមត្រូវ", -"web services under your control" => "សេវាកម្មវេបក្រោមការការបញ្ជារបស់អ្នក", -"App directory already exists" => "មានទីតាំងផ្ទុកកម្មវិធីរួចហើយ", -"Can't create app folder. Please fix permissions. %s" => "មិនអាចបង្កើតថតកម្មវិធី។ សូមកែសម្រួលសិទ្ធិ។ %s", -"Application is not enabled" => "មិនបានបើកកម្មវិធី", -"Authentication error" => "កំហុសការផ្ទៀងផ្ទាត់ភាពត្រឹមត្រូវ", -"Unknown user" => "មិនស្គាល់អ្នកប្រើប្រាស់", -"%s enter the database username." => "%s វាយបញ្ចូលឈ្មោះអ្នកប្រើមូលដ្ឋានទិន្នន័យ។", -"%s enter the database name." => "%s វាយបញ្ចូលឈ្មោះមូលដ្ឋានទិន្នន័យ។", -"%s you may not use dots in the database name" => "%s អ្នកអាចមិនប្រើសញ្ញាចុចនៅក្នុងឈ្មោះមូលដ្ឋានទិន្នន័យ", -"DB Error: \"%s\"" => "កំហុស DB៖ \"%s\"", -"Oracle connection could not be established" => "មិនអាចបង្កើតការតភ្ជាប់ Oracle", -"PostgreSQL username and/or password not valid" => "ឈ្មោះអ្នកប្រើ និង/ឬ ពាក្យសម្ងាត់ PostgreSQL គឺមិនត្រូវទេ", -"Set an admin username." => "កំណត់ឈ្មោះអ្នកគ្រប់គ្រង។", -"Set an admin password." => "កំណត់ពាក្យសម្ងាត់អ្នកគ្រប់គ្រង។", -"Could not find category \"%s\"" => "រកមិនឃើញចំណាត់ក្រុម \"%s\"", -"seconds ago" => "វិនាទីមុន", -"_%n minute ago_::_%n minutes ago_" => array("%n នាទីមុន"), -"_%n hour ago_::_%n hours ago_" => array("%n ម៉ោងមុន"), -"today" => "ថ្ងៃនេះ", -"yesterday" => "ម្សិលមិញ", -"_%n day go_::_%n days ago_" => array("%n ថ្ងៃមុន"), -"last month" => "ខែមុន", -"_%n month ago_::_%n months ago_" => array("%n ខែមុន"), -"last year" => "ឆ្នាំមុន", -"years ago" => "ឆ្នាំមុន", -"A valid username must be provided" => "ត្រូវផ្ដល់ឈ្មោះអ្នកប្រើឲ្យបានត្រឹមត្រូវ", -"A valid password must be provided" => "ត្រូវផ្ដល់ពាក្យសម្ងាត់ឲ្យបានត្រឹមត្រូវ" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; |