You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: l10n/be.js
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@ OC.L10N.register(
2
2
"deck",
3
3
{
4
4
"The file was uploaded" : "Файл быў запампаваны.",
5
+
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Памер запампаванага файла перавышае значэнне дырэктывы upload_max_filesize у php.ini",
6
+
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Памер запампаванага файла перавышае значэнне дырэктывы MAX_FILE_SIZE у HTML форме",
5
7
"The file was only partially uploaded" : "Файл быў запампаваны толькі часткова",
6
8
"No file was uploaded" : "Ніводзін файл не быў запампаваны",
7
9
"Missing a temporary folder" : "Адсутнічае часовая папка",
Copy file name to clipboardExpand all lines: l10n/be.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
{ "translations": {
2
2
"The file was uploaded" : "Файл быў запампаваны.",
3
+
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Памер запампаванага файла перавышае значэнне дырэктывы upload_max_filesize у php.ini",
4
+
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Памер запампаванага файла перавышае значэнне дырэктывы MAX_FILE_SIZE у HTML форме",
3
5
"The file was only partially uploaded" : "Файл быў запампаваны толькі часткова",
4
6
"No file was uploaded" : "Ніводзін файл не быў запампаваны",
5
7
"Missing a temporary folder" : "Адсутнічае часовая папка",
0 commit comments