123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- //
- // Error.strings
- // Nextcloud iOS
- //
- // Copyright (c) 2017 TWS. All rights reserved.
- //
- // Author Marino Faggiana <m.faggiana@twsweb.it>
- //
- // This program is free software: you can redistribute it and/or modify
- // it under the terms of the GNU General Public License as published by
- // the Free Software Foundation, either version 3 of the License, or
- // (at your option) any later version.
- //
- // This program is distributed in the hope that it will be useful,
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- // GNU General Public License for more details.
- //
- // You should have received a copy of the GNU General Public License
- // along with this program. If not, see <http://www.gnu.org/licenses/>.
- //
- "_bad_username_password_" = "Kullanıcı adı ya da parola hatalı";
- "_cancelled_by_user" = "Aktarım iptal edildi";
- "_error_folder_destiny_is_the_same_" = "Klasör kendi içine taşınamaz";
- "_error_not_permission_" = "Bu işlemi tamamlama izniniz yok";
- "_error_path_" = "Bu dosya ya da klasör açılamıyor. Lütfen var olduğundan emin olun";
- "_file_upload_not_exitst_" = "Yüklemek istediğiniz dosya bulunamadı";
- "_forbidden_characters_from_server_" = "Ad içinde en az bir geçersiz karakter bulunuyor";
- "_not_connected_internet_" = "Sunucu bağlantı sorunu";
- "_not_possible_connect_to_server_" = "Şu anda sunucu ile bağlantı kurulamıyor";
- "_not_possible_create_folder_" = "Klasör oluşturulamadı";
- "_server_down_" = "Sunucu ile bağlantı kurulamadı";
- "_time_out_" = "Zaman aşımı, yeniden deneyin";
- "_unknow_response_server_" = "Sunucudan beklenmeyen bir yanıt alındı";
- "_user_autentication_required_" = "Kullanıcı kimlik doğrulaması gerekli";
- "_file_directory_locked_" = "Dosya ya da klasör kilitli";
- "_ssl_certificate_untrusted_" = "Bu sunucu üzerindeki sertifika geçersiz";
- "_internal_server_" = "İç sunucu hatası";
- "_file_already_exists_" = "İşlem tamamlanamadı, aynı adlı bir dosya zaten var";
- "_file_folder_not_exists_" = "Kaynak dosya belirtilen yolda bulunamadı";
- "_folder_contents_nochanged_" = "Klasör içeriği değiştirilmemiş";
- "_images_invalid_converted_" = "Görsel geçersiz olduğundan küçük görsel oluşturulamadı";
- "_method_not_expected_" = "Beklenmeyen istek yöntemi";
- "_reauthenticate_user_" = "Oturum zaman aşımına uğramış lütfen yeniden oturum açın";
- "_server_error_retry_" = "Sunucu geçici olarak kullanılamıyor";
- "_too_many_files_" = "Bu işleme çok fazla sayıda katılacak";
- "_too_many_request_" = "Çok sayıda istek gönderildiği için hız sınırı aşıldı";
- "_user_over_quota_" = "Depolama sınırına ulaşıldı";
- "_ssl_connection_error_" = "SSL bağlantısı sorunu, yeniden deneyin";
- "_bad_request_" = "İstek hatalı";
- "_webdav_locked_" = "WebDAV Kilitli: Kilitlenmiş kaynağa erişilmeye çalışıyor";
- "_error_user_not_available_" = "Bu kullanıcı artık yok";
- "_server_response_error_" = "Sunucu yanıtı içeriği sorunlu";
|