bookmarks/l10n/fa.php

38 lines
2.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"No file provided for import" => "هیچ فایلی وارد نشده است.",
"Unsupported file type for import" => "نوع فایل برای وارد کردن معتبر نیست",
"Bookmarks" => "نشانک‌ها",
"Tags" => "برچسب‌ها",
"Filter by tag" => "فیلتر بر اساس برچسب",
"Edit bookmark" => "ویرایش نشانک ها",
"Are you sure you want to remove this tag from every entry?" => "آیا مطمئن هستید که میخواهید این برچسب را از هر مطلب حذف کنید؟",
"Warning" => "اخطار",
"Import error" => "وارد کردن خطا",
"Import completed successfully." => "وارد کردن با موفقیت انجام شد",
"Uploading..." => "درحال بارگذاری...",
"Bookm." => "Bookm",
"Add a bookmark" => "اضافه کردن یک نشانک",
"Close" => "بستن",
"The title of the page" => "عنوان صفحه",
"The address of the page" => "آدرس صحفه",
"Description of the page" => "توضیحات صفحه",
"Save" => "ذخیره",
"Delete" => "حذف",
"Edit" => "ویرایش",
"Cancel" => "منصرف شدن",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "هنگامی که می‌خواهید کی صفحه‌ی اینترنتی را بسرعت نشان کنید، این را به نشانه‌های مرورگر خود بکشید و روی آن کلیک کنید.",
"Add to ownCloud" => "افزودن به ownCloud",
"Address" => "آدرس",
"Add" => "افزودن",
"Related Tags" => "برچسب های مرتبط",
"Settings" => "تنظیمات",
"You have no bookmarks" => "شما هیچ نشانکی ندارید",
"You can also try to import a bookmark file" => "شما میتوانید یک فایل نشانه دار را وارد نمایید.",
"Bookmarklet" => "بوکمارک لت",
"Export & Import" => "وارد کردن و خروجی گرفتن",
"Export" => "خروجی گرفتن",
"Import" => "وارد کردن"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";