File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ OC.L10N.register(
1111 "Missing a temporary folder" : "Ontbrekende tydelike gids" ,
1212 "A PHP extension stopped the file upload" : "’n PHP-uitbreiding het die oplaai gestaak" ,
1313 "No file uploaded" : "Geen lêer opgelaai" ,
14+ "Internal Server Error" : "Interne bedienerfout" ,
1415 "File is too big" : "Lêer is te groot" ,
1516 "View" : "Bekyk" ,
1617 "File not found" : "Lêer nie gevind nie" ,
Original file line number Diff line number Diff line change 99 "Missing a temporary folder" : " Ontbrekende tydelike gids" ,
1010 "A PHP extension stopped the file upload" : " ’n PHP-uitbreiding het die oplaai gestaak" ,
1111 "No file uploaded" : " Geen lêer opgelaai" ,
12+ "Internal Server Error" : " Interne bedienerfout" ,
1213 "File is too big" : " Lêer is te groot" ,
1314 "View" : " Bekyk" ,
1415 "File not found" : " Lêer nie gevind nie" ,
Original file line number Diff line number Diff line change @@ -26,8 +26,10 @@ OC.L10N.register(
2626 "Invalid UUID" : "UUID غير صالح" ,
2727 "Notification sent with success." : "تم إرسال الإخطار بنجاح." ,
2828 "File signed" : "الملف موقّع" ,
29+ "Internal Server Error" : "خطأ داخلي في الخادم" ,
2930 "Renewed with success. Access the link again." : "تمّ التجديد بنحاحٍ. عاوِد الدخول على الرابط." ,
3031 "Invalid data to sign file" : "بيانات غير صالحة للتوقيع على الملف" ,
32+ "The code to sign file was successfully requested." : "تم طلب كود توقيع الملف بنجاح." ,
3133 "Element created with success" : "تم إنشاء العنصر بنجاح" ,
3234 "Elements created with success" : "تم إنشاء العناصر بنجاح" ,
3335 "Elements not found" : "العناصر غير موجودة" ,
Original file line number Diff line number Diff line change 2424 "Invalid UUID" : " UUID غير صالح" ,
2525 "Notification sent with success." : " تم إرسال الإخطار بنجاح." ,
2626 "File signed" : " الملف موقّع" ,
27+ "Internal Server Error" : " خطأ داخلي في الخادم" ,
2728 "Renewed with success. Access the link again." : " تمّ التجديد بنحاحٍ. عاوِد الدخول على الرابط." ,
2829 "Invalid data to sign file" : " بيانات غير صالحة للتوقيع على الملف" ,
30+ "The code to sign file was successfully requested." : " تم طلب كود توقيع الملف بنجاح." ,
2931 "Element created with success" : " تم إنشاء العنصر بنجاح" ,
3032 "Elements created with success" : " تم إنشاء العناصر بنجاح" ,
3133 "Elements not found" : " العناصر غير موجودة" ,
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ OC.L10N.register(
1111 "Could not write file to disk" : "Nun se pudo escribir el ficheru nel discu" ,
1212 "A PHP extension stopped the file upload" : "Una estensión PHP paró la xuba de ficheros" ,
1313 "No file uploaded" : "Nun se xubió nengún ficheru" ,
14+ "Internal Server Error" : "Error internu del sirvidor" ,
1415 "deleted" : "desanicióse" ,
1516 "Invalid password" : "La contraseña ye inválida" ,
1617 "File is too big" : "El ficheru ye mui grande" ,
Original file line number Diff line number Diff line change 99 "Could not write file to disk" : " Nun se pudo escribir el ficheru nel discu" ,
1010 "A PHP extension stopped the file upload" : " Una estensión PHP paró la xuba de ficheros" ,
1111 "No file uploaded" : " Nun se xubió nengún ficheru" ,
12+ "Internal Server Error" : " Error internu del sirvidor" ,
1213 "deleted" : " desanicióse" ,
1314 "Invalid password" : " La contraseña ye inválida" ,
1415 "File is too big" : " El ficheru ye mui grande" ,
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ OC.L10N.register(
224224 "\"{displayName}\" batch action executed successfully" : "A(z) „{displayName}” tömeges művelet sikeresen végrehajtva" ,
225225 "\"{displayName}\" action failed" : "A(z) „{displayName}” művelet sikertelen" ,
226226 "(selected)" : "(kijelölt)" ,
227+ "_{count} selected_::_{count} selected_" : [ "{count} kijelölve" , "{count} kijelölve" ] ,
227228 "Request Signatures" : "Aláírások kérése" ,
228229 "Password reset" : "Jelszó-visszaállítás" ,
229230 "Enter new password and then repeat it" : "Adja meg az új jelszót, majd ismételje meg" ,
Original file line number Diff line number Diff line change 222222 "\" {displayName}\" batch action executed successfully" : " A(z) „{displayName}” tömeges művelet sikeresen végrehajtva" ,
223223 "\" {displayName}\" action failed" : " A(z) „{displayName}” művelet sikertelen" ,
224224 "(selected)" : " (kijelölt)" ,
225+ "_{count} selected_::_{count} selected_" : [" {count} kijelölve" ," {count} kijelölve" ],
225226 "Request Signatures" : " Aláírások kérése" ,
226227 "Password reset" : " Jelszó-visszaállítás" ,
227228 "Enter new password and then repeat it" : " Adja meg az új jelszót, majd ismételje meg" ,
You can’t perform that action at this time.
0 commit comments