diff --git a/Cite.i18n.php b/Cite.i18n.php index 63d4e7c47..7972e27e9 100644 --- a/Cite.i18n.php +++ b/Cite.i18n.php @@ -55,6 +55,33 @@ $messages['en'] = array( 'cite_references_suffix' => '', ); +/** Arabic (العربية) + * @author Meno25 + */ +$messages['ar'] = array( + 'cite_croak' => 'الاستشهاد كروكد؛ $1: $2', + 'cite_error_key_str_invalid' => 'خطأ داخلي؛ $str و/أو $key غير صحيح. هذا لا يجب أن يحدث أبدا.', + 'cite_error_stack_invalid_input' => 'خطأ داخلي؛ مفتاح ستاك غير صحيح. هذا لا يجب أن يحدث أبدا.', + 'cite_error' => 'خطأ استشهاد: $1', + 'cite_error_ref_numeric_key' => 'معرفة <ref> غير صحيحة؛ الاسم لا يمكن أن يكون عددا صحيحا بسيطا، استخدم عنوانا وصفيا', + 'cite_error_ref_no_key' => 'معرفة <ref> غير صحيحة؛ المراجع غير ذات المحتوى يجب أن تمتلك اسما', + 'cite_error_ref_too_many_keys' => 'معرفة <ref> غير صحيحة؛ أسماء غير صحيحة، مثال كثيرة جدا', + 'cite_error_ref_no_input' => 'معرفة <ref> غير صحيحة؛ المراجع غير ذات الاسم يجب أن تمتلك محتوى', + 'cite_error_references_invalid_input' => 'معرفة <references> غير صحيحة؛ لا مدخل مسموح به، استخدم +<references />', + 'cite_error_references_invalid_parameters' => 'معرفة <references> غير صحيحة؛ لا محددات مسموح بها، استخدم <references />', + 'cite_error_references_no_backlink_label' => "نفدت علامات الباك لينك الكوستوم، عرف المزيد في رسالة \"''cite_references_link_many_format_backlink_labels''\"", + 'cite_error_references_no_text' => 'لا نص معطى.', +); + +/** Asturian (Asturianu) + * @author SPQRobin + */ +$messages['ast'] = array( + 'cite_croak' => 'Cita corrompida; $1: $2', + 'cite_error' => 'Error de cita: $1', +); + /** Czech (Česky) */ $messages['cs'] = array( 'cite_croak' => 'Nefunkční citace; $1: $2', @@ -105,7 +132,15 @@ $messages['fr'] = array( * @author Alma */ $messages['gl'] = array( - 'cite_error' => 'Citar erro: $1', + 'cite_error' => 'Citar erro: $1', + 'cite_error_ref_numeric_key' => 'Etiqueta <ref> non válida; o nome non pode ser un simple entero, use un título descriptivo', + 'cite_error_ref_no_key' => 'Etiqueta <ref> non válida; refs que non teñan contido deben ter un nome', + 'cite_error_ref_too_many_keys' => 'Etiqueta <ref> non válida; nomes non válidos, é dicir, demasiados', + 'cite_error_ref_no_input' => 'Etiqueta <ref> non válida; refs que non teñan nome, deben ter contido', + 'cite_error_references_invalid_input' => 'Etiqueta <references> non válida; non se permite esa entrada, use +<references />', + 'cite_error_references_invalid_parameters' => 'Etiqueta <references> non válida; non están permitidos esos parámetros, use <references />', + 'cite_error_references_no_text' => 'Ningún texto foi dado.', ); /** Hebrew (עברית) */ @@ -124,6 +159,25 @@ $messages['he'] = array( 'cite_error_references_no_text' => 'לא נכתב טקסט.', ); +/** Upper Sorbian (Hornjoserbsce) + * @author Michawiki + */ +$messages['hsb'] = array( + 'cite_croak' => 'Zmylk w referencnym systemje; $1: $2', + 'cite_error_key_str_invalid' => 'Interny zmylk: njepłaćiwy $str a/abo $key. To njeměło ženje wustupić.', + 'cite_error_stack_invalid_input' => 'Interny zmylk; njepłaćiwy kluč staploweho składa. To njeměło ženje wustupić.', + 'cite_error' => 'Referencny zmylk: $1', + 'cite_error_ref_numeric_key' => 'Njepłaćiwe wužiwanje taflički <ref>; "name" njesmě jednora hódnota integer być, wužij wopisowace mjeno.', + 'cite_error_ref_no_key' => 'Njepłaćiwe wužiwanje taflički <ref>; "ref" bjez wobsaha dyrbi mjeno měć.', + 'cite_error_ref_too_many_keys' => 'Njepłaćiwe wužiwanje taflički <ref>; njepłaćiwe mjena, na př. předołho', + 'cite_error_ref_no_input' => 'Njepłaćiwe wužiwanje taflički <ref>; "ref" bjez mjena dyrbi wobsah měć', + 'cite_error_references_invalid_input' => 'Njepłaćiwe wužiwanje taflički <references>; žadyn zapodaty tekst dowoleny, wužij jenož +<references />', + 'cite_error_references_invalid_parameters' => 'Njepłaćiwe wužiwanje taflički <references>; žane parametry dowolene, wužij jenož <references />', + 'cite_error_references_no_backlink_label' => 'Referenca formy so husćišo wužiwa hač su pismiki. Administrator dyrbi [[MediaWiki:cite references link many format backlink labels]] nałožić, zo by dalše pismiki dodał.', + 'cite_error_references_no_text' => 'Žadyn tekst podaty.', +); + /** Indonesian (Bahasa Indonesia) */ $messages['id'] = array( 'cite_croak' => 'Kegagalan pengutipan; $1: $2', diff --git a/SpecialCite.i18n.php b/SpecialCite.i18n.php index bf76b4349..9725f15c7 100644 --- a/SpecialCite.i18n.php +++ b/SpecialCite.i18n.php @@ -32,9 +32,16 @@ $wgSpecialCiteMessages['ar'] = array( 'cite_page' => 'الصفحة:', 'cite_submit' => 'استشهاد', ); + +/** Asturian (Asturianu) + * @author SPQRobin + * @author לערי ריינהארט + */ $wgSpecialCiteMessages['ast'] = array( 'cite_article_link' => 'Citar esti artículu', + 'cite' => 'Citar', ); + $wgSpecialCiteMessages['bcl'] = array( 'cite_article_link' => 'Sambiton an artikulong ini', 'cite' => 'Sambiton',