Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fa.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4273a83e6c034242378090c5fa5678293d8d233f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$TRANSLATIONS = array(
"This file is too big to be opened. Please download the file instead." => "این فایل برای باز کردن بسیار بزرگ است. لطفا آنرا دانلود کنید.",
"Cannot read the file." => "امکان خواندن فایل وجود ندارد",
"Invalid file path supplied." => "مسیر فایل نامعتبر است.",
"Cannot save file as it has been modified since opening" => "با توجه به تغییرات رخ داده بر روی فایل از زمان باز شدن آن، امکان ذخیره‌سازی وجود ندارد.",
"Insufficient permissions" => "دسترسی کافی نیست",
"File path not supplied" => "مسیر فایل داده نشده است",
"File mtime not supplied" => "mtime فایل داده نشده است",
"saving..." => "درحال ذخیره",
"saved!" => "ذخیره شد",
"failed!" => "ناموفق!",
"Saved" => "ذخیره شد",
"There was a problem saving your changes. Click to resume editing." => "مشکلی در زمان ذخیره‌سازی تغییرات شما وجود داشت. برای ادامه ویرایش کلیک کنید.",
"An error occurred!" => "یک خطا رخ‌داده است!",
"Text file" => "فایل متنی"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";