diff --git a/apps/federatedfilesharing/l10n/ar.js b/apps/federatedfilesharing/l10n/ar.js new file mode 100644 index 0000000000000000000000000000000000000000..451663a7b6b0f9a149e63b925557fc6333d4d101 --- /dev/null +++ b/apps/federatedfilesharing/l10n/ar.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "federatedfilesharing", + { + "Invalid Federated Cloud ID" : "معرّ٠السØابة المتØدة غير صالØ" +}, +"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/federatedfilesharing/l10n/ar.json b/apps/federatedfilesharing/l10n/ar.json new file mode 100644 index 0000000000000000000000000000000000000000..630ab95f64bbdf318c69df5e302e7adbbaaaf6b1 --- /dev/null +++ b/apps/federatedfilesharing/l10n/ar.json @@ -0,0 +1,4 @@ +{ "translations": { + "Invalid Federated Cloud ID" : "معرّ٠السØابة المتØدة غير صالØ" +},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" +} \ No newline at end of file diff --git a/apps/files/l10n/da.js b/apps/files/l10n/da.js index e1013bcafbb7ac1bf4449ed0df6637bc36d4d9ca..e585ccacc1c6aef5c752e6c4c2d749b12a5e9a44 100644 --- a/apps/files/l10n/da.js +++ b/apps/files/l10n/da.js @@ -32,6 +32,8 @@ OC.L10N.register( "Could not get result from server." : "Kunne ikke hente resultat fra server.", "Uploading..." : "Uploader...", "..." : "...", + "Any moment now..." : "NÃ¥r som helst...", + "Soon..." : "Snart...", "File upload is in progress. Leaving the page now will cancel the upload." : "Fil upload kører. Hvis du forlader siden nu, vil uploadet blive annuleret.", "Actions" : "Handlinger", "Download" : "Download", @@ -47,6 +49,8 @@ OC.L10N.register( "This directory is unavailable, please check the logs or contact the administrator" : "Denne mappe er utilgængelig, tjek venligst loggene eller kontakt administratoren", "Could not move \"{file}\", target exists" : "Kunne ikke flytte \"{file}\" - der findes allerede en fil med dette navn", "Could not move \"{file}\"" : "Kunne ikke flytte \"{file}\"", + "{newName} already exists" : "{newName} eksistere allerede", + "Error deleting file \"{fileName}\"." : "Fejl under sletning af filen \"{fileName}\"", "No entries in this folder match '{filter}'" : "Der er ingen poster i denne mappe, der matcher '{filter}'", "Name" : "Navn", "Size" : "Størrelse", @@ -68,6 +72,7 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], "Favorited" : "Gjort til foretrukken", "Favorite" : "Foretrukken", + "Local link" : "Lokalt link", "Folder" : "Mappe", "New folder" : "Ny Mappe", "{newname} already exists" : "{newname} eksistere allerede", @@ -97,6 +102,7 @@ OC.L10N.register( "Save" : "Gem", "Missing permissions to edit from here." : "Rettighed mangler til at redigere pÃ¥ dette sted", "Settings" : "Indstillinger", + "Show hidden files" : "Vis skjulte filer", "WebDAV" : "WebDAV", "No files in here" : "Her er ingen filer", "Upload some content or sync with your devices!" : "Overfør indhold eller synkronisér med dine enheder!", diff --git a/apps/files/l10n/da.json b/apps/files/l10n/da.json index 3162770cc401b9f0acd01b54ea484046cda462b9..499533d77ba806e0c7b67b6d8b36b864cafee1df 100644 --- a/apps/files/l10n/da.json +++ b/apps/files/l10n/da.json @@ -30,6 +30,8 @@ "Could not get result from server." : "Kunne ikke hente resultat fra server.", "Uploading..." : "Uploader...", "..." : "...", + "Any moment now..." : "NÃ¥r som helst...", + "Soon..." : "Snart...", "File upload is in progress. Leaving the page now will cancel the upload." : "Fil upload kører. Hvis du forlader siden nu, vil uploadet blive annuleret.", "Actions" : "Handlinger", "Download" : "Download", @@ -45,6 +47,8 @@ "This directory is unavailable, please check the logs or contact the administrator" : "Denne mappe er utilgængelig, tjek venligst loggene eller kontakt administratoren", "Could not move \"{file}\", target exists" : "Kunne ikke flytte \"{file}\" - der findes allerede en fil med dette navn", "Could not move \"{file}\"" : "Kunne ikke flytte \"{file}\"", + "{newName} already exists" : "{newName} eksistere allerede", + "Error deleting file \"{fileName}\"." : "Fejl under sletning af filen \"{fileName}\"", "No entries in this folder match '{filter}'" : "Der er ingen poster i denne mappe, der matcher '{filter}'", "Name" : "Navn", "Size" : "Størrelse", @@ -66,6 +70,7 @@ "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], "Favorited" : "Gjort til foretrukken", "Favorite" : "Foretrukken", + "Local link" : "Lokalt link", "Folder" : "Mappe", "New folder" : "Ny Mappe", "{newname} already exists" : "{newname} eksistere allerede", @@ -95,6 +100,7 @@ "Save" : "Gem", "Missing permissions to edit from here." : "Rettighed mangler til at redigere pÃ¥ dette sted", "Settings" : "Indstillinger", + "Show hidden files" : "Vis skjulte filer", "WebDAV" : "WebDAV", "No files in here" : "Her er ingen filer", "Upload some content or sync with your devices!" : "Overfør indhold eller synkronisér med dine enheder!", diff --git a/lib/l10n/ar.js b/lib/l10n/ar.js index 21a67883ac35c2b57ba8fa7e9f73c1b8f22f34c8..a7a3e4e4c31e787909f7ad96f7c3641be5d9cbcd 100644 --- a/lib/l10n/ar.js +++ b/lib/l10n/ar.js @@ -1,18 +1,46 @@ OC.L10N.register( "lib", { + "Cannot write into \"config\" directory!" : "الكتابة ÙÙŠ مجلد \"config\" غير ممكنة!", + "This can usually be fixed by giving the webserver write access to the config directory" : "يمكن ØÙ„ هذا عادة بإعطاء خادم الوب صلاØية الكتابة ÙÙŠ مجلد config", + "See %s" : "أنظر %s", + "Sample configuration detected" : "تم اكتشا٠إعدادات عيّنة", + "PHP %s or higher is required." : "إصدار PHP %s أو Ø£Øدث منه مطلوب.", + "PHP with a version lower than %s is required." : "PHP الإصدار %s أو أقل مطلوب.", + "%sbit or higher PHP required." : "مكتبات PHP ذات %s بت أو أعلى مطلوبة.", + "Following databases are supported: %s" : "قواعد البيانات التالية مدعومة: %s", + "The command line tool %s could not be found" : "لم يتم العثور على أداة سطر الأوامر %s", + "The library %s is not available." : "مكتبة %s غير متوÙرة.", "Unknown filetype" : "نوع المل٠غير معروÙ", "Invalid image" : "الصورة غير صالØØ©", "today" : "اليوم", "yesterday" : "يوم أمس", + "_%n day ago_::_%n days ago_" : ["قبل ساعات","قبل يوم","قبل يومين","قبل %n يوماً","قبل %n يوماً","قبل %n يوماً"], "last month" : "الشهر الماضي", + "_%n month ago_::_%n months ago_" : ["قبل عدة أيام","قبل شهر","قبل شهرين","قبل %n شهراً","قبل %n شهراً","قبل %n شهراً"], "last year" : "السنةالماضية", "seconds ago" : "منذ ثواني", + "Empty filename is not allowed" : "لا ÙŠØ³Ù…Ø Ø¨Ø£Ø³Ù…Ø§Ø¡ Ùارغة للملÙات", + "4-byte characters are not supported in file names" : "المØار٠ذات 4 بايت غير Ù…Ø³Ù…ÙˆØ Ø¨Ù‡Ø§ ÙÙŠ أسماء الملÙات", + "File name is a reserved word" : "اسم المل٠كلمة Ù…Øجوزة", + "File name contains at least one invalid character" : "اسم المل٠به ØŒ على الأقل ØŒ Øر٠غير صالØ", + "File name is too long" : "اسم المل٠طويل جداً", "App directory already exists" : "مجلد التطبيق موجود مسبقا", "Can't create app folder. Please fix permissions. %s" : "لا يمكن إنشاء مجلد التطبيق. يرجى تعديل الصلاØيات. %s", + "Archive does not contain a directory named %s" : "الأرشي٠لا ÙŠØتوي مجلداً اسمه %s", "No source specified when installing app" : "لم يتم تØديد المصدر عن تثبيت البرنامج", + "No href specified when installing app from http" : "لم يتم تØديد href عند تثبيت التطبيق من http", + "No path specified when installing app from local file" : "لم يتم تØديد مسار عند تثبيت التطبيق من مل٠مØلّي", "Archives of type %s are not supported" : "الأرشيÙات من نوع %s غير مدعومة", + "Failed to open archive when installing app" : "Ùشل ÙØªØ Ø§Ù„Ø£Ø±Ø´ÙŠÙ Ø£Ø«Ù†Ø§Ø¡ تثبيت التطبيق", "App does not provide an info.xml file" : "التطبيق لا يتوÙر على مل٠info.xml", + "App cannot be installed because appinfo file cannot be read." : "لا يمكن تثبيت التطبيق لأن مل٠appinfo غير ممكنة قراءته.", + "Signature could not get checked. Please contact the app developer and check your admin screen." : "لم يتم التØقق من التوقيع. Ùضلاً اتصل بمطوّر التطبيق Ùˆ تØقق من شاشة الإدارة ÙÙŠ Øسابك.", + "App can't be installed because of not allowed code in the App" : "لم يتم تثبيت التطبيق لوجود Ø´Ùرة غير Ù…Ø³Ù…ÙˆØ Ø¨Ù‡Ø§ ÙÙŠ التطبيق", + "App can't be installed because it is not compatible with this version of ownCloud" : "لم يتم تثبيت التطبيق لأنه غير متواÙÙ‚ مع هذا الإصدار من ownCloud", + "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "لم يتم تثبيت التطبيق لأن به علامة <shipped>true</shipped> التي Ù„Ø§ÙŠØ³Ù…Ø Ø¨Ù‡Ø§ ÙÙŠ التطبيقات غير المشØونة", + "App can't be installed because the version in info.xml is not the same as the version reported from the app store" : "لم يتم تثبيت التطبيق لأن الإصدار ÙÙŠ info.xml مختل٠عن الإصدار المذكور ÙÙŠ متجر التطبيقات", + "%s enter the database username and name." : "%s أدخÙÙ„ اسم قاعدة البيانات واسم مستخدمها.", "%s enter the database username." : "%s ادخل اسم المستخدم الخاص بقاعدة البيانات.", "%s enter the database name." : "%s ادخل اسم Ùاعدة البيانات", "%s you may not use dots in the database name" : "%s لا ÙŠØ³Ù…Ø Ù„Ùƒ باستخدام نقطه (.) ÙÙŠ اسم قاعدة البيانات", @@ -23,9 +51,20 @@ OC.L10N.register( "You need to enter either an existing account or the administrator." : "انت بØاجة لكتابة اسم مستخدم موجود أو Øساب المدير.", "Offending command was: \"%s\", name: %s, password: %s" : "الأمر المخال٠كان : \"%s\", اسم المستخدم : %s, كلمة المرور: %s", "PostgreSQL username and/or password not valid" : "اسم المستخدم / أو كلمة المرور الخاصة بـPostgreSQL غير صØÙŠØØ©", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "نظام ماك الإصدار X غير مدعوم Ùˆ %s لن يعمل بشكل صØÙŠØ Ø¹Ù„Ù‰ هذه المنصة. استخدمه على مسؤوليتك!", + "For the best results, please consider using a GNU/Linux server instead." : "Ùضلاً ضع ÙÙŠ الاعتبار استخدام نظام GNU/Linux بدل الأنظمة الأخرى للØصول على Ø£Ùضل النتائج.", + "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Ùضلاً Ø¥Øذ٠إعداد open_basedir من مل٠php.ini لديك أو Øوّل إلى PHP إصدار 64 بت.", "Set an admin username." : "اعداد اسم مستخدم للمدير", "Set an admin password." : "اعداد كلمة مرور للمدير", + "Can't create or write into the data directory %s" : "لا يمكن الإنشاء أو الكتابة ÙÙŠ مجلد البيانات %s", + "Invalid Federated Cloud ID" : "معرّ٠سØابة الاتØاد غير صالØ", "%s shared »%s« with you" : "%s شارك »%s« معك", + "%s via %s" : "%s عبر %s", + "Sharing %s failed, because the file does not exist" : "Ùشلت مشاركة %s Ùالمل٠غير موجود", + "You are not allowed to share %s" : "أنت غير Ù…Ø³Ù…ÙˆØ Ù„Ùƒ أن تشارك %s", + "Sharing %s failed, because you can not share with yourself" : "Ùشلت مشاركة %s لأنك لايمكنك المشاركة مع Ù†Ùسك", + "Sharing %s failed, because the user %s does not exist" : "Ùشلت مشاركة %s لأن المستخدم %s غير موجود", + "Share type %s is not valid for %s" : "مشاركة النوع %s غير صالØØ© لـ %s", "Could not find category \"%s\"" : "تعذر العثور على المجلد \"%s\"", "Apps" : "التطبيقات", "A valid username must be provided" : "يجب ادخال اسم مستخدم صØÙŠØ", diff --git a/lib/l10n/ar.json b/lib/l10n/ar.json index eb91606bb52133583842a4c9c84093eae5b602a5..86284a03538615ffb0dc798cfee9e4fac5524596 100644 --- a/lib/l10n/ar.json +++ b/lib/l10n/ar.json @@ -1,16 +1,44 @@ { "translations": { + "Cannot write into \"config\" directory!" : "الكتابة ÙÙŠ مجلد \"config\" غير ممكنة!", + "This can usually be fixed by giving the webserver write access to the config directory" : "يمكن ØÙ„ هذا عادة بإعطاء خادم الوب صلاØية الكتابة ÙÙŠ مجلد config", + "See %s" : "أنظر %s", + "Sample configuration detected" : "تم اكتشا٠إعدادات عيّنة", + "PHP %s or higher is required." : "إصدار PHP %s أو Ø£Øدث منه مطلوب.", + "PHP with a version lower than %s is required." : "PHP الإصدار %s أو أقل مطلوب.", + "%sbit or higher PHP required." : "مكتبات PHP ذات %s بت أو أعلى مطلوبة.", + "Following databases are supported: %s" : "قواعد البيانات التالية مدعومة: %s", + "The command line tool %s could not be found" : "لم يتم العثور على أداة سطر الأوامر %s", + "The library %s is not available." : "مكتبة %s غير متوÙرة.", "Unknown filetype" : "نوع المل٠غير معروÙ", "Invalid image" : "الصورة غير صالØØ©", "today" : "اليوم", "yesterday" : "يوم أمس", + "_%n day ago_::_%n days ago_" : ["قبل ساعات","قبل يوم","قبل يومين","قبل %n يوماً","قبل %n يوماً","قبل %n يوماً"], "last month" : "الشهر الماضي", + "_%n month ago_::_%n months ago_" : ["قبل عدة أيام","قبل شهر","قبل شهرين","قبل %n شهراً","قبل %n شهراً","قبل %n شهراً"], "last year" : "السنةالماضية", "seconds ago" : "منذ ثواني", + "Empty filename is not allowed" : "لا ÙŠØ³Ù…Ø Ø¨Ø£Ø³Ù…Ø§Ø¡ Ùارغة للملÙات", + "4-byte characters are not supported in file names" : "المØار٠ذات 4 بايت غير Ù…Ø³Ù…ÙˆØ Ø¨Ù‡Ø§ ÙÙŠ أسماء الملÙات", + "File name is a reserved word" : "اسم المل٠كلمة Ù…Øجوزة", + "File name contains at least one invalid character" : "اسم المل٠به ØŒ على الأقل ØŒ Øر٠غير صالØ", + "File name is too long" : "اسم المل٠طويل جداً", "App directory already exists" : "مجلد التطبيق موجود مسبقا", "Can't create app folder. Please fix permissions. %s" : "لا يمكن إنشاء مجلد التطبيق. يرجى تعديل الصلاØيات. %s", + "Archive does not contain a directory named %s" : "الأرشي٠لا ÙŠØتوي مجلداً اسمه %s", "No source specified when installing app" : "لم يتم تØديد المصدر عن تثبيت البرنامج", + "No href specified when installing app from http" : "لم يتم تØديد href عند تثبيت التطبيق من http", + "No path specified when installing app from local file" : "لم يتم تØديد مسار عند تثبيت التطبيق من مل٠مØلّي", "Archives of type %s are not supported" : "الأرشيÙات من نوع %s غير مدعومة", + "Failed to open archive when installing app" : "Ùشل ÙØªØ Ø§Ù„Ø£Ø±Ø´ÙŠÙ Ø£Ø«Ù†Ø§Ø¡ تثبيت التطبيق", "App does not provide an info.xml file" : "التطبيق لا يتوÙر على مل٠info.xml", + "App cannot be installed because appinfo file cannot be read." : "لا يمكن تثبيت التطبيق لأن مل٠appinfo غير ممكنة قراءته.", + "Signature could not get checked. Please contact the app developer and check your admin screen." : "لم يتم التØقق من التوقيع. Ùضلاً اتصل بمطوّر التطبيق Ùˆ تØقق من شاشة الإدارة ÙÙŠ Øسابك.", + "App can't be installed because of not allowed code in the App" : "لم يتم تثبيت التطبيق لوجود Ø´Ùرة غير Ù…Ø³Ù…ÙˆØ Ø¨Ù‡Ø§ ÙÙŠ التطبيق", + "App can't be installed because it is not compatible with this version of ownCloud" : "لم يتم تثبيت التطبيق لأنه غير متواÙÙ‚ مع هذا الإصدار من ownCloud", + "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "لم يتم تثبيت التطبيق لأن به علامة <shipped>true</shipped> التي Ù„Ø§ÙŠØ³Ù…Ø Ø¨Ù‡Ø§ ÙÙŠ التطبيقات غير المشØونة", + "App can't be installed because the version in info.xml is not the same as the version reported from the app store" : "لم يتم تثبيت التطبيق لأن الإصدار ÙÙŠ info.xml مختل٠عن الإصدار المذكور ÙÙŠ متجر التطبيقات", + "%s enter the database username and name." : "%s أدخÙÙ„ اسم قاعدة البيانات واسم مستخدمها.", "%s enter the database username." : "%s ادخل اسم المستخدم الخاص بقاعدة البيانات.", "%s enter the database name." : "%s ادخل اسم Ùاعدة البيانات", "%s you may not use dots in the database name" : "%s لا ÙŠØ³Ù…Ø Ù„Ùƒ باستخدام نقطه (.) ÙÙŠ اسم قاعدة البيانات", @@ -21,9 +49,20 @@ "You need to enter either an existing account or the administrator." : "انت بØاجة لكتابة اسم مستخدم موجود أو Øساب المدير.", "Offending command was: \"%s\", name: %s, password: %s" : "الأمر المخال٠كان : \"%s\", اسم المستخدم : %s, كلمة المرور: %s", "PostgreSQL username and/or password not valid" : "اسم المستخدم / أو كلمة المرور الخاصة بـPostgreSQL غير صØÙŠØØ©", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "نظام ماك الإصدار X غير مدعوم Ùˆ %s لن يعمل بشكل صØÙŠØ Ø¹Ù„Ù‰ هذه المنصة. استخدمه على مسؤوليتك!", + "For the best results, please consider using a GNU/Linux server instead." : "Ùضلاً ضع ÙÙŠ الاعتبار استخدام نظام GNU/Linux بدل الأنظمة الأخرى للØصول على Ø£Ùضل النتائج.", + "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Ùضلاً Ø¥Øذ٠إعداد open_basedir من مل٠php.ini لديك أو Øوّل إلى PHP إصدار 64 بت.", "Set an admin username." : "اعداد اسم مستخدم للمدير", "Set an admin password." : "اعداد كلمة مرور للمدير", + "Can't create or write into the data directory %s" : "لا يمكن الإنشاء أو الكتابة ÙÙŠ مجلد البيانات %s", + "Invalid Federated Cloud ID" : "معرّ٠سØابة الاتØاد غير صالØ", "%s shared »%s« with you" : "%s شارك »%s« معك", + "%s via %s" : "%s عبر %s", + "Sharing %s failed, because the file does not exist" : "Ùشلت مشاركة %s Ùالمل٠غير موجود", + "You are not allowed to share %s" : "أنت غير Ù…Ø³Ù…ÙˆØ Ù„Ùƒ أن تشارك %s", + "Sharing %s failed, because you can not share with yourself" : "Ùشلت مشاركة %s لأنك لايمكنك المشاركة مع Ù†Ùسك", + "Sharing %s failed, because the user %s does not exist" : "Ùشلت مشاركة %s لأن المستخدم %s غير موجود", + "Share type %s is not valid for %s" : "مشاركة النوع %s غير صالØØ© لـ %s", "Could not find category \"%s\"" : "تعذر العثور على المجلد \"%s\"", "Apps" : "التطبيقات", "A valid username must be provided" : "يجب ادخال اسم مستخدم صØÙŠØ", diff --git a/lib/l10n/ro.js b/lib/l10n/ro.js index 5c5b7844cf71952598587a4a09aa802f1bef16d7..de13cd796d6899c2d73b009a1ec6a524a413325b 100644 --- a/lib/l10n/ro.js +++ b/lib/l10n/ro.js @@ -29,6 +29,7 @@ OC.L10N.register( "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modulul cu id-ul %s nu există. Activează-l în setările tale de aplicaÈ›ie sau contactează-È›i administratorul.", "Empty filename is not allowed" : "Nu este permis fiÈ™ier fără nume", "Dot files are not allowed" : "FiÈ™ierele care încep cu caracterul punct nu sunt permise", + "4-byte characters are not supported in file names" : "Caracterele stocate în 4 octeÈ›i nu sunt suportate în denumirile fiÈ™ierelor", "File name is a reserved word" : "Numele fiÈ™ierului este un cuvânt rezervat", "File name contains at least one invalid character" : "Numele fiÈ™ierului conÈ›ine măcar un caracter invalid", "File name is too long" : "Numele fiÈ™ierului este prea lung", @@ -36,6 +37,8 @@ OC.L10N.register( "Can't create app folder. Please fix permissions. %s" : "Nu se poate crea directorul de aplicaÈ›ie. Repară permisiunile. %s", "Archive does not contain a directory named %s" : "Arhiva nu conÈ›ine vreun director cu numele %s", "No source specified when installing app" : "Nu a fost specificată vreo sursă la instalarea aplicaÈ›iei", + "No href specified when installing app from http" : "Nu s-a specificat adresa la instalarea aplicaÈ›iei dintr-o sursă de pe Internet", + "No path specified when installing app from local file" : "Nu s-a specificat vreo cale la instalarea aplicaÈ›iei de pe un fiÈ™ier local", "Archives of type %s are not supported" : "Arhivele de tip %s nu sunt suportate", "Failed to open archive when installing app" : "Deschiderea arhivei a eÈ™uat în timpul instalării aplicaÈ›iei", "App does not provide an info.xml file" : "AplicaÈ›ia nu furnizează un fiÈ™ier info.xml", @@ -51,10 +54,12 @@ OC.L10N.register( "DB Error: \"%s\"" : "Eroare Bază de Date: \"%s\"", "Offending command was: \"%s\"" : "Comanda cauză a fost: \"%s\"", "PostgreSQL username and/or password not valid" : "Nume utilizator È™i/sau parolă PostgreSQL greÈ™ită", + "For the best results, please consider using a GNU/Linux server instead." : "Pentru cele mai bune rezultate, ia în calcul folosirea unui server care rulează un sistem de operare GNU/Linux.", "Set an admin username." : "Setează un nume de administrator.", "Set an admin password." : "Setează o parolă de administrator.", "Invalid Federated Cloud ID" : "ID invalid cloud federalizat", "%s shared »%s« with you" : "%s Partajat »%s« cu tine de", + "%s via %s" : "%s via %s", "You are not allowed to share %s" : "Nu există permisiunea de partajare %s", "Sharing %s failed, because this item is already shared with %s" : "Partajarea %s a eÈ™uat deoarece acest element este deja partajat cu %s", "Not allowed to create a federated share with the same user" : "Nu este permisă crearea unei partajări federalizate cu acelaÅŸi utilizator", diff --git a/lib/l10n/ro.json b/lib/l10n/ro.json index 566f6d011238e15e240dfba0c321dfeca09c61f2..9149650a015664d87b1e2fc9e6cd4affdc6e3b0e 100644 --- a/lib/l10n/ro.json +++ b/lib/l10n/ro.json @@ -27,6 +27,7 @@ "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modulul cu id-ul %s nu există. Activează-l în setările tale de aplicaÈ›ie sau contactează-È›i administratorul.", "Empty filename is not allowed" : "Nu este permis fiÈ™ier fără nume", "Dot files are not allowed" : "FiÈ™ierele care încep cu caracterul punct nu sunt permise", + "4-byte characters are not supported in file names" : "Caracterele stocate în 4 octeÈ›i nu sunt suportate în denumirile fiÈ™ierelor", "File name is a reserved word" : "Numele fiÈ™ierului este un cuvânt rezervat", "File name contains at least one invalid character" : "Numele fiÈ™ierului conÈ›ine măcar un caracter invalid", "File name is too long" : "Numele fiÈ™ierului este prea lung", @@ -34,6 +35,8 @@ "Can't create app folder. Please fix permissions. %s" : "Nu se poate crea directorul de aplicaÈ›ie. Repară permisiunile. %s", "Archive does not contain a directory named %s" : "Arhiva nu conÈ›ine vreun director cu numele %s", "No source specified when installing app" : "Nu a fost specificată vreo sursă la instalarea aplicaÈ›iei", + "No href specified when installing app from http" : "Nu s-a specificat adresa la instalarea aplicaÈ›iei dintr-o sursă de pe Internet", + "No path specified when installing app from local file" : "Nu s-a specificat vreo cale la instalarea aplicaÈ›iei de pe un fiÈ™ier local", "Archives of type %s are not supported" : "Arhivele de tip %s nu sunt suportate", "Failed to open archive when installing app" : "Deschiderea arhivei a eÈ™uat în timpul instalării aplicaÈ›iei", "App does not provide an info.xml file" : "AplicaÈ›ia nu furnizează un fiÈ™ier info.xml", @@ -49,10 +52,12 @@ "DB Error: \"%s\"" : "Eroare Bază de Date: \"%s\"", "Offending command was: \"%s\"" : "Comanda cauză a fost: \"%s\"", "PostgreSQL username and/or password not valid" : "Nume utilizator È™i/sau parolă PostgreSQL greÈ™ită", + "For the best results, please consider using a GNU/Linux server instead." : "Pentru cele mai bune rezultate, ia în calcul folosirea unui server care rulează un sistem de operare GNU/Linux.", "Set an admin username." : "Setează un nume de administrator.", "Set an admin password." : "Setează o parolă de administrator.", "Invalid Federated Cloud ID" : "ID invalid cloud federalizat", "%s shared »%s« with you" : "%s Partajat »%s« cu tine de", + "%s via %s" : "%s via %s", "You are not allowed to share %s" : "Nu există permisiunea de partajare %s", "Sharing %s failed, because this item is already shared with %s" : "Partajarea %s a eÈ™uat deoarece acest element este deja partajat cu %s", "Not allowed to create a federated share with the same user" : "Nu este permisă crearea unei partajări federalizate cu acelaÅŸi utilizator",