diff options
author | Louis Chemineau <louis@chmn.me> | 2024-02-08 15:31:19 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2024-02-08 15:31:19 +0100 |
commit | 898df41de968321926e10ad532a64c3915ddad29 (patch) | |
tree | 57a0e5ada151890ddf71550f22b502e1f67aeffd /core/l10n/ka.js | |
parent | d9d60238c7aaab9c61bf2d50c15aa59bc88c8975 (diff) | |
download | nextcloud-server-898df41de968321926e10ad532a64c3915ddad29.tar.gz nextcloud-server-898df41de968321926e10ad532a64c3915ddad29.zip |
Revert "Merge branch 'master' of github.com:nextcloud/server"
This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing
changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d.
Diffstat (limited to 'core/l10n/ka.js')
-rw-r--r-- | core/l10n/ka.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/core/l10n/ka.js b/core/l10n/ka.js index 9f34335f9b4..3deb4136b99 100644 --- a/core/l10n/ka.js +++ b/core/l10n/ka.js @@ -1,18 +1,18 @@ OC.L10N.register( "core", { - "Please select a file." : "გთხოვთ, აირჩიოთ ფაილი.", - "File is too big" : "ფაილი ზედმეტად დიდია", - "The selected file is not an image." : "არჩეული ფაილი არ არის სურათი.", - "The selected file cannot be read." : "არჩეული ფაილი ვერ იკითხება.", - "The file was uploaded" : "ფაილი ატვირთულ იქნა", - "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "ატვირთული ფაილი აჭარბებს php.ini-ში დაყენებულ upload_max_filesize დირექტივას", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "ატვირთული ფაილი აჭარბებს MAX_FILE_SIZE დირექტივას, რომელიც მითითებული იყო HTML ფორმაში", - "The file was only partially uploaded" : "ფაილი მხოლოდ ნაწილობრივ აიტვირთა", - "No file was uploaded" : "არცერთი ფაილი არ აიტვირთა", - "Missing a temporary folder" : "დროებითი საქაღალდე ვერ იძებნება", - "Could not write file to disk" : "დისკზე ჩაწერა ვერ მოხერხდა", - "A PHP extension stopped the file upload" : "PHP გაფართოებამ შეწყვიტა ფაილის ატვირთვა", + "Please select a file." : "Please select a file.", + "File is too big" : "File is too big", + "The selected file is not an image." : "The selected file is not an image.", + "The selected file cannot be read." : "The selected file cannot be read.", + "The file was uploaded" : "The file was uploaded", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "The uploaded file exceeds the upload_max_filesize directive in php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", + "The file was only partially uploaded" : "The file was only partially uploaded", + "No file was uploaded" : "No file was uploaded", + "Missing a temporary folder" : "Missing a temporary folder", + "Could not write file to disk" : "Could not write file to disk", + "A PHP extension stopped the file upload" : "A PHP extension stopped the file upload", "Invalid file provided" : "Invalid file provided", "No image or file provided" : "No image or file provided", "Unknown filetype" : "Unknown filetype", |