PageRenderTime 64ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 2ms

/package/app/html5/html5lib/v1.6.6/modules/AddMedia/AddMedia.i18n.php

https://bitbucket.org/pandaos/kaltura
PHP | 8186 lines | 7858 code | 64 blank | 264 comment | 0 complexity | c9e7bc4657d16e790d61e72d0e6719bb MD5 | raw file
Possible License(s): AGPL-3.0, GPL-3.0, BSD-3-Clause, LGPL-2.1, GPL-2.0, LGPL-3.0, JSON, MPL-2.0-no-copyleft-exception, Apache-2.0

Large files files are truncated, but you can click here to view the full file

  1. <?php
  2. /**
  3. * Internationalisation for AddMedia
  4. *
  5. * @file
  6. * @ingroup Extensions
  7. */
  8. $messages = array();
  9. $messages['en'] = array(
  10. 'mwe-upload-stats-fileprogress' => '$1 of $2',
  11. 'mwe-upload-unknown-size' => 'Unknown size',
  12. 'mwe-cancel-confim' => 'Are you sure you want to cancel?',
  13. 'mwe-successfulupload' => 'Upload successful',
  14. 'mwe-uploaderror' => 'Upload error',
  15. 'mwe-uploadwarning' => 'Upload warning',
  16. 'mwe-unknown-error' => 'Unknown error:',
  17. 'mwe-return-to-form' => 'Return to form',
  18. 'mwe-file-exists-duplicate' => 'This file is a duplicate of the following file:',
  19. 'mwe-fileexists' => 'A file with this name exists already. Please check <b><code>$1</code></b> if you are not sure if you want to change it.',
  20. 'mwe-fileexists-thumb' => 'Existing file',
  21. 'mwe-ignorewarning' => 'Ignore warning and save file anyway',
  22. 'mwe-file-thumbnail-no' => 'The filename begins with <b><code>$1</code></b>',
  23. 'mwe-go-to-resource' => 'Go to resource page',
  24. 'mwe-upload-misc-error' => 'Unknown upload error',
  25. 'mwe-wgfogg_warning_bad_extension' => 'You have selected a file with an unsupported extension (<a href="http://commons.wikimedia.org/wiki/Commons:Firefogg#Supported_file_fypes">more information</a>).',
  26. 'mwe-thumbnail-more' => 'Enlarge',
  27. 'mwe-license-header' => '{{int:license-header}}', # do not translate or duplicate this message to other languages
  28. 'mwe-filedesc' => '{{int:filedesc}}', # do not translate or duplicate this message to other languages
  29. 'mwe-filesource' => 'Source:',
  30. 'mwe-filestatus' => 'Copyright status:',
  31. 'mwe-loading-add-media-wiz' => 'Loading add media wizard',
  32. 'fogg-wont-upload-to-server' => 'Note: Your video file will be locally encoded and not uploaded to any server.',
  33. 'fogg-save_local_file' => 'Encode to File',
  34. 'fogg-help-sticky' => 'Help (click to stick)',
  35. 'fogg-cg-preset' => 'Preset: <strong>$1</strong>',
  36. 'fogg-cg-quality' => 'Basic quality and resolution control',
  37. 'fogg-cg-meta' => 'Metadata for the clip',
  38. 'fogg-cg-range' => 'Encoding range',
  39. 'fogg-cg-advVideo' => 'Advanced video encoding controls',
  40. 'fogg-cg-advAudio' => 'Advanced audio encoding controls',
  41. 'fogg-preset-custom' => 'Custom settings',
  42. 'fogg-webvideo-desc' => 'Ogg web video Theora, Vorbis (600 kbit/s and 400px maximum width)',
  43. 'fogg-savebandwidth-desc' => 'Ogg low bandwidth Theora, Vorbis (164 kbit/s and 200px maximum width)',
  44. 'fogg-highquality-desc' => 'Ogg high quality Theora, Vorbis (1080px maximum width)',
  45. 'fogg-webvideo-webm-desc' => 'WebM web video VP8 (600 kbit/s and 480px maximum width)',
  46. 'fogg-highquality-webm-desc' => 'WebM high quality VP8 (1080px maximum width)',
  47. 'fogg-videoQuality-title' => 'Video quality',
  48. 'fogg-videoQuality-help' => 'Used to set the <i>visual quality</i> of the encoded video (not used if you set bitrate in advanced controls below).',
  49. 'fogg-starttime-title' => 'Start second',
  50. 'fogg-starttime-help' => 'Only encode from time in seconds',
  51. 'fogg-endtime-title' => 'End second',
  52. 'fogg-endtime-help' => 'Only encode to time in seconds',
  53. 'fogg-audioQuality-title' => 'Audio quality',
  54. 'fogg-audioQuality-help' => 'Used to set the <i>acoustic quality</i> of the encoded audio (not used if you set bitrate in advanced controls below).',
  55. 'fogg-videoCodec-title' => 'Video codec',
  56. 'fogg-videoCodec-help' => 'Select the clip video codec. More about the <a target=\"_new\" href=\"http:\/\/en.wikipedia.org\/wiki\/Theora\">Theora codec<\/a>. More about the <a target=\"_new\" href=\"http:\/\/en.wikipedia.org\/wiki\/Webm\">VP8 codec<\/a>',
  57. 'fogg-audioCodec-title' => 'Audio codec',
  58. 'fogg-audioCodec-help' => 'Used to set the clip audio codec. Presently only Vorbis is supported. More about the <a target="_new" href="http://en.wikipedia.org/wiki/Vorbis">Vorbis codec</a>',
  59. 'fogg-width-title' => 'Video width',
  60. 'fogg-width-help' => 'Resize to given width.',
  61. 'fogg-height-title' => 'Video height',
  62. 'fogg-height-help' => 'Resize to given height.',
  63. 'fogg-videoBitrate-title' => 'Video bitrate',
  64. 'fogg-videoBitrate-help' => 'Video bitrate sets the encoding bitrate for video in (kb/s)',
  65. 'fogg-twopass-title' => 'Two pass encoding',
  66. 'fogg-twopass-help' => 'Two pass encoding enables more constant quality by making two passes over the video file',
  67. 'fogg-framerate-title' => 'Frame rate',
  68. 'fogg-framerate-help' => 'The video frame rate.
  69. More about <a target="_new" href="http://en.wikipedia.org/wiki/Frame_rate">frame rate</a>.',
  70. 'fogg-aspect-title' => 'Aspect ratio',
  71. 'fogg-aspect-help' => 'The video aspect ratio can be 4:3 or 16:9.
  72. More about <a target="_new" href="http://en.wikipedia.org/wiki/Aspect_ratio_%28image%29">aspect ratios</a>.',
  73. 'fogg-keyframeInterval-title' => 'Key frame interval',
  74. 'fogg-keyframeInterval-help' => 'The keyframe interval in frames.
  75. Note: Most codecs force keyframes if the difference between frames is greater than keyframe encode size.
  76. More about <a href="http://en.wikipedia.org/wiki/I-frame">keyframes</a>.',
  77. 'fogg-denoise-title' => 'Denoise filter',
  78. 'fogg-denoise-help' => 'Denoise input video.
  79. More about <a href="http://en.wikipedia.org/wiki/Video_denoising">denoise</a>.',
  80. 'fogg-novideo-title' => 'No video',
  81. 'fogg-novideo-help' => 'disable video in the output',
  82. 'fogg-audioBitrate-title' => 'Audio bitrate',
  83. 'fogg-samplerate-title' => 'Audio sampling rate',
  84. 'fogg-samplerate-help' => 'set output sample rate (in Hz).',
  85. 'fogg-noaudio-title' => 'No audio',
  86. 'fogg-noaudio-help' => 'disable audio in the output',
  87. 'fogg-title-title' => 'Title',
  88. 'fogg-title-help' => 'A title for your clip',
  89. 'fogg-artist-title' => 'Creator name',
  90. 'fogg-artist-help' => 'The creator of this clip',
  91. 'fogg-date-title' => 'Date',
  92. 'fogg-date-help' => 'The date the footage was created or released',
  93. 'fogg-location-title' => 'Location',
  94. 'fogg-location-help' => 'The location of the footage',
  95. 'fogg-organization-title' => 'Organization',
  96. 'fogg-organization-help' => 'Name of organization (studio)',
  97. 'fogg-copyright-title' => 'Copyright',
  98. 'fogg-copyright-help' => 'The copyright of the clip',
  99. 'fogg-license-title' => 'License',
  100. 'fogg-license-help' => 'The license of the clip (preferably a Creative Commons URL).',
  101. 'fogg-contact-title' => 'Contact',
  102. 'fogg-contact-help' => 'Contact link',
  103. 'fogg-missing-webm-support' => 'Please use a [$1 WebM compatible] browser to preview results of WebM videos',
  104. 'fogg-gui-title' => 'Make web video',
  105. 'mwe-imported_from' => '$1 imported from [$2 $3].
  106. See the original [$4 resource page] for more information.',
  107. 'mwe-import-description' => '$1, imported from $2',
  108. 'mwe-select_file' => 'Select file',
  109. 'mwe-select_ownwork' => 'I am uploading entirely my own work, and licensing it under:',
  110. 'mwe-license_cc-by-sa' => 'Creative Commons Share Alike (3.0)',
  111. 'mwe-upload' => 'Upload file',
  112. 'mwe-destfilename' => 'Destination filename:',
  113. 'mwe-summary' => 'Summary',
  114. 'mwe-date-of-work' => 'Date of the work',
  115. 'mwe-error_not_loggedin' => 'You do not appear to be logged in or do not have upload privileges.',
  116. 'mwe-error-not-loggedin-file' => 'You do not appear to be logged in or there was an error in the software.
  117. You can $1 and try again',
  118. 'mwe-link-login' => 'login',
  119. 'mwe-watch-this-file' => 'Watch this file',
  120. 'mwe-ignore-any-warnings' => 'Ignore any warnings',
  121. 'mwe-i-would-like-to' => 'I would like to',
  122. 'mwe-upload-own-file' => 'Upload my own work to $1',
  123. 'mwe-upload-not-my-file' => 'Upload media that is not my own work to $1',
  124. 'mwe-upload-once-done' => 'Please $1.
  125. Once you have completed your upload, $2',
  126. 'mwe-upload-in-new-win-link' => 'upload in the new window or tab',
  127. 'mwe-upload-refresh' => 'refresh your upload list',
  128. 'mwe-ie-inline-upload' => 'Inline uploading is currently disabled for Internet Explorer.
  129. You can $1, then $2',
  130. 'mwe-upload-in-progress' => 'Upload in progress (do not close this window)',
  131. 'mwe-uploaded-status' => '$1% Uploaded',
  132. 'mwe-transcoded-status' => '$1% Transcoded',
  133. 'mwe-uploaded-time-remaining' => 'Time remaining: $1',
  134. 'mwe-upload-done' => 'Your upload <i>should be</i> accessible.',
  135. 'mwe-add_media_wizard' => 'Add media wizard',
  136. 'mwe-media_search' => 'Media search',
  137. 'rsd_box_layout' => 'Box layout',
  138. 'rsd_list_layout' => 'List layout',
  139. 'rsd_results_desc' => 'Results $1 to $2',
  140. 'rsd_results_desc_total' => 'Results $1 to $2 of $3',
  141. 'rsd_results_next' => 'next',
  142. 'rsd_results_prev' => 'previous',
  143. 'rsd_no_results' => 'No search results for <b>$1</b>',
  144. 'mwe-upload_tab' => 'Upload file',
  145. 'rsd_layout' => 'Layout:',
  146. 'rsd_resource_edit' => 'Edit resource: $1',
  147. 'mwe-resource_description_page' => 'Resource description page',
  148. 'mwe-link' => 'link',
  149. 'rsd_do_insert' => 'Do insert',
  150. 'mwe-cc_title' => 'Creative Commons',
  151. 'mwe-cc_by_title' => 'Attribution',
  152. 'mwe-cc_nc_title' => 'Noncommercial',
  153. 'mwe-cc_nd_title' => 'No Derivative Works',
  154. 'mwe-cc_sa_title' => 'Share Alike',
  155. 'mwe-cc_pd_title' => 'Public Domain',
  156. 'mwe-unknown_license' => 'Unknown license',
  157. 'mwe-no-import-by-url' => 'This user or wiki <b>cannot</b> import assets from remote URLs.
  158. <p>Do you need to login?</p>
  159. <p>Is upload_by_url permission set for you?
  160. Does the wiki have $1 enabled?</p>',
  161. 'mwe-no-import-by-url-linktext' => '$wgAllowCopyUploads',
  162. 'mwe-results_from' => 'Results from $1',
  163. 'mwe-missing_desc_see_source' => 'This asset is missing a description.
  164. Please check the [$1 source] and help describe it.',
  165. 'rsd_config_error' => 'Add media wizard configuration error: $1',
  166. 'mwe-your-recent-uploads' => 'Your recent uploads to $1',
  167. 'mwe-no_recent_uploads' => 'No recent uploads',
  168. 'mwe-not-logged-in-uploads' => 'You may not be logged in so no recent uploads can be displayed.
  169. $1 login and $2',
  170. 'mwe-ie-eye-permision' => 'If using Internet Explorer and logged in, you may need to adjust your privacy settings',
  171. 'mwe-loggin-link' => 'Please login',
  172. 'mwe-try-again-link' => 'try again',
  173. 'mwe-upload-a-file' => 'Upload a new file',
  174. 'mwe-upload-a-file-to' => 'Upload a new file to $1',
  175. 'mwe-resource_page_desc' => 'Resource page description:',
  176. 'mwe-edit_resource_desc' => 'Edit wiki text resource description:',
  177. 'mwe-local_resource_title' => 'Local resource title:',
  178. 'mwe-watch_this_page' => 'Watch this page',
  179. 'mwe-do_import_resource' => 'Import resource',
  180. 'mwe-update_preview' => 'Update resource page preview',
  181. 'mwe-return-search-results' => 'Return to search results',
  182. 'mwe-importing_asset' => 'Importing asset',
  183. 'mwe-preview_insert_resource' => 'Preview insert of resource: $1',
  184. 'mwe-do-more-modification' => 'Do more modification',
  185. 'mwe-checking-resource' => 'Checking for resource',
  186. 'mwe-resource-needs-import' => 'Resource $1 needs to be imported to $2',
  187. 'mwe-warning-upload-to-commons' => '$1 recommends you upload to Wikimedia Commons, only upload locally after you have read $2',
  188. 'mwe-local-upload-policy-link' => 'local upload policy',
  189. 'mwe-ftype-svg' => 'SVG vector file',
  190. 'mwe-ftype-jpg' => 'JPEG image file',
  191. 'mwe-ftype-png' => 'PNG image file',
  192. 'mwe-ftype-oga' => 'Ogg audio file',
  193. 'mwe-ftype-ogg' => 'Ogg video file',
  194. 'mwe-ftype-unk' => 'Unknown file format',
  195. 'rsd-wiki_commons-title' => 'Wikimedia Commons',
  196. 'rsd-wiki_commons' => 'Wikimedia Commons, an archive of freely-licensed educational media content (images, sound and video clips)',
  197. 'rsd-kaltura-title' => 'Kaltura search (all sources)',
  198. 'rsd-kaltura' => 'Kaltura aggregated search for free-licensed media across multiple search providers',
  199. 'rsd-this_wiki-title' => 'This wiki',
  200. 'rsd-this_wiki-desc' => 'The local wiki',
  201. 'rsd-archive_org-title' => 'Archive.org',
  202. 'rsd-archive_org-desc' => 'The Internet Archive, a digital library of cultural artefacts',
  203. 'rsd-flickr-title' => 'Flickr.com',
  204. 'rsd-flickr-desc' => 'Flickr.com, an online photo sharing site',
  205. 'rsd-metavid-title' => 'Metavid.org',
  206. 'rsd-metavid-desc' => 'Metavid.org, a community archive of US House and Senate floor proceedings',
  207. 'rsd-search-timeout' => 'The search request did not complete.
  208. The server may be down experiencing heavy load.
  209. You can try again later',
  210. 'mwe-upload-transcoded-status' => 'Transcoded',
  211. 'mwe-upload-transcode-in-progress' => 'Transcode and upload in progress (do not close this window)',
  212. 'fogg-transcoding' => 'Encoding video',
  213. 'fogg-select_file' => 'Select file',
  214. 'fogg-select_new_file' => 'Select new file',
  215. 'fogg-select_url' => 'Select URL',
  216. 'fogg-check_for_firefogg' => 'Checking for Firefogg...',
  217. 'fogg-installed' => 'Firefogg is installed.',
  218. 'fogg-not-installed' => 'Firefogg is not installed or not enabled.',
  219. 'fogg-for_improved_uploads' => 'For improved uploads:',
  220. 'fogg-please-install' => '$1. More $2',
  221. 'fogg-please-install-install-linktext' => 'Install Firefogg',
  222. 'fogg-please-install-about-linktext' => 'about Firefogg',
  223. 'fogg-use_latest_firefox' => 'Please first install $1.
  224. <i>Then revisit this page to install the <b>Firefogg</b> extension.</i>',
  225. 'fogg-latest-firefox' => 'latest Firefox',
  226. 'fogg-passthrough_mode' => 'Your selected file is already ogg or not a video file',
  227. 'fogg-encoding-done' => 'Encoding complete',
  228. 'fogg-badtoken' => 'Token is not valid',
  229. 'fogg-preview' => 'Preview video',
  230. 'fogg-hidepreview' => 'Hide preview',
  231. 'fogg-warning-firebug' => '<b>Firebug</b> can cause conflicts with <i>Firefogg</i>.
  232. Please disable <b>Firebug</b> for this page.',
  233. 'mwe-upload-multi' => 'Upload {{PLURAL:$1|file|files}}',
  234. 'mwe-review-upload' => 'Review file {{PLURAL:$1|upload|uploads}}',
  235. );
  236. /** Message documentation (Message documentation)
  237. * @author EugeneZelenko
  238. * @author Fryed-peach
  239. * @author Hamilton Abreu
  240. * @author Purodha
  241. * @author Raymond
  242. * @author Siebrand
  243. * @author Tbleher
  244. */
  245. $messages['qqq'] = array(
  246. 'mwe-filesource' => '{{Identical|Source}}',
  247. 'fogg-help-sticky' => 'This is the tooltip message for the help icon. Mousing over this icon displays the help message. This tooltip tells the user that when they click the icon the help message will remain displayed.',
  248. 'fogg-videoBitrate-help' => 'This is an explanation of what the term "video bitrate" means (i.e. the speed of video encoding in kilobits per second).',
  249. 'fogg-title-title' => '{{Identical|Title}}',
  250. 'fogg-date-title' => '{{Identical|Date}}',
  251. 'fogg-location-title' => '{{Identical|Location}}',
  252. 'fogg-copyright-title' => '{{Identical|Copyright}}',
  253. 'fogg-license-title' => '{{Identical|License}}',
  254. 'fogg-contact-title' => '{{Identical|Contact}}',
  255. 'mwe-select_file' => '{{Identical|Select file}}',
  256. 'mwe-upload' => '{{Identical|Upload file}}',
  257. 'mwe-summary' => '{{Identical|Summary}}',
  258. 'mwe-link-login' => '{{Identical|Login}}',
  259. 'mwe-upload-once-done' => '{{MediaWiki:Mwe-upload-in-new-win-link/qqq}}',
  260. 'mwe-upload-in-new-win-link' => "'''Lego Warning''': The following messages:
  261. *{{msg-mw|mwe-upload-once-done}}
  262. *{{msg-mw|mwe-upload-in-new-win-link}}
  263. *{{msg-mw|mwe-upload-refresh}}
  264. *{{msg-mw|mwe-ie-inline-upload}}
  265. appear to be combined to produce:
  266. *{{int:mwe-upload-once-done|{{int:mwe-upload-in-new-win-link}}|{{int:mwe-upload-refresh}}}}
  267. *{{int:mwe-ie-inline-upload|{{int:mwe-upload-in-new-win-link}}|{{int:mwe-upload-refresh}}}}",
  268. 'mwe-upload-refresh' => '{{MediaWiki:Mwe-upload-in-new-win-link/qqq}}',
  269. 'mwe-ie-inline-upload' => '{{MediaWiki:Mwe-upload-in-new-win-link/qqq}}',
  270. 'mwe-add_media_wizard' => 'This message is used as the title of the popup window of the "Add media wizard"',
  271. 'rsd_results_desc_total' => 'Parameters:
  272. * $1 is the lowest result number in the displayed set for the current search
  273. * $2 is the highest result number in the displayed set for the current search
  274. * $3 is the number of results for the current search',
  275. 'rsd_results_next' => '{{Identical|Next}}',
  276. 'rsd_results_prev' => '{{Identical|Previous}}',
  277. 'mwe-upload_tab' => '{{Identical|Upload file}}',
  278. 'rsd_layout' => '{{Identical|Layout}}',
  279. 'mwe-link' => '{{Identical|Link}}',
  280. 'mwe-cc_title' => '{{optional}}',
  281. 'rsd-wiki_commons-title' => '{{optional}}',
  282. 'mwe-upload-multi' => '{{Identical|Upload file}}',
  283. );
  284. /** Afrikaans (Afrikaans)
  285. * @author Naudefj
  286. */
  287. $messages['af'] = array(
  288. 'mwe-upload-stats-fileprogress' => '$1 van $2',
  289. 'mwe-upload-unknown-size' => 'Onbekende grootte',
  290. 'mwe-cancel-confim' => 'Is u seker u wil kanselleer?',
  291. 'mwe-successfulupload' => 'Oplaai suksesvol',
  292. 'mwe-uploaderror' => 'Laaifout',
  293. 'mwe-uploadwarning' => 'Laaiwaarskuwing',
  294. 'mwe-unknown-error' => 'Onbekende fout:',
  295. 'mwe-return-to-form' => 'Terug na die vorm',
  296. 'mwe-file-exists-duplicate' => "Hierdie lęer is 'n duplikaat van die volgende lęer:",
  297. 'mwe-fileexists' => "'n Lęer met die naam bestaan reeds. Kyk na <b><tt>$1</tt></b> as u nie seker is dat u dit wil wysig nie.",
  298. 'mwe-fileexists-thumb' => 'Bestaande lęer',
  299. 'mwe-ignorewarning' => 'Ignoreer waarskuwings en stoor die lęer',
  300. 'mwe-upload-misc-error' => 'Onbekende laai fout',
  301. 'mwe-thumbnail-more' => 'Vergroot',
  302. 'mwe-filesource' => 'Bron:',
  303. 'mwe-filestatus' => 'Outeursregsituasie:',
  304. 'fogg-save_local_file' => 'Stoor Ogg',
  305. 'fogg-videoQuality-title' => 'Videokwaliteit',
  306. 'fogg-starttime-title' => 'Beginsekonde',
  307. 'fogg-endtime-title' => 'Stopsekonde',
  308. 'fogg-audioQuality-title' => 'Oudiokwaliteit',
  309. 'fogg-noaudio-title' => 'Geen klank',
  310. 'fogg-title-title' => 'Naam',
  311. 'fogg-date-title' => 'Datum',
  312. 'fogg-location-title' => 'Ligging',
  313. 'fogg-organization-title' => 'Organisasie',
  314. 'fogg-copyright-title' => 'Kopiereg',
  315. 'fogg-license-title' => 'Lisensie',
  316. 'fogg-contact-title' => 'Kontak',
  317. 'mwe-select_file' => 'Kies lęer',
  318. 'mwe-upload' => 'Laai lęer',
  319. 'mwe-destfilename' => 'Teikenlęernaam:',
  320. 'mwe-summary' => 'Samevatting',
  321. 'mwe-date-of-work' => 'Datum van die werk',
  322. 'mwe-error_not_loggedin' => 'U is nie aangeteken nie of het nie regte om op te mag laai nie.',
  323. 'mwe-link-login' => 'aanmeld',
  324. 'mwe-watch-this-file' => 'Hou die lęer dop',
  325. 'mwe-ignore-any-warnings' => 'Ignoreer enige waarskuwings',
  326. 'mwe-i-would-like-to' => 'Ek wil graag',
  327. 'mwe-upload-in-progress' => 'Besig om op te laai (moenie hierdie venster toemaak nie)',
  328. 'mwe-uploaded-status' => 'Opgelaai',
  329. 'mwe-transcoded-status' => 'Getranskodeer',
  330. 'mwe-uploaded-time-remaining' => 'Oorblywende tyd: $1',
  331. 'mwe-media_search' => 'Media-soektog',
  332. 'rsd_box_layout' => 'Boks-uitleg',
  333. 'rsd_list_layout' => 'Lys-uitleg',
  334. 'rsd_results_desc' => 'Resultate $1 tot $2',
  335. 'rsd_results_desc_total' => 'Resultate $1 tot $2 van $3',
  336. 'rsd_results_next' => 'Volgende',
  337. 'rsd_results_prev' => 'vorige',
  338. 'rsd_no_results' => 'Geen soekresultate vir <b>$1</b> nie',
  339. 'mwe-upload_tab' => 'Laai lęer',
  340. 'rsd_layout' => 'Uitleg:',
  341. 'rsd_resource_edit' => 'Wysig hulpbron: $1',
  342. 'mwe-link' => 'skakel',
  343. 'mwe-cc_by_title' => 'Naamsvermelding',
  344. 'mwe-cc_nc_title' => 'Geen Kommersiële Gebruik',
  345. 'mwe-cc_nd_title' => 'Geen afgeleide werke',
  346. 'mwe-cc_sa_title' => 'Gelyk Dele',
  347. 'mwe-cc_pd_title' => 'Publieke Domein',
  348. 'mwe-unknown_license' => 'Onbekend lisensie',
  349. 'mwe-results_from' => 'Resultate van $1',
  350. 'mwe-missing_desc_see_source' => "Hierdie bate het nie 'n beskrywing nie. Raadpleeg die [$1 oorspronklike bron] en help om dit te beskryf.",
  351. 'mwe-try-again-link' => 'probeer weer',
  352. 'mwe-watch_this_page' => 'Volg hierdie bladsy',
  353. 'rsd-kaltura-title' => 'Alle bronne',
  354. 'rsd-this_wiki-title' => 'Hierdie Wiki',
  355. 'mwe-upload-transcoded-status' => 'Getranskodeer',
  356. 'mwe-upload-transcode-in-progress' => 'Besig met transkodering en oplaai (moenie hierdie venster toemaak nie)',
  357. 'fogg-transcoding' => 'Enkodeer video na Ogg',
  358. 'fogg-select_file' => 'Kies lęer',
  359. 'fogg-select_new_file' => 'Kies nuwe lęer',
  360. 'fogg-select_url' => 'Kies URL',
  361. 'fogg-passthrough_mode' => "U gekose lęer is reeds 'n Ogg-lęer of nie 'n videolęer nie",
  362. 'fogg-encoding-done' => 'Enkodering is voltooi',
  363. 'fogg-hidepreview' => 'Versteek voorskou',
  364. 'mwe-upload-multi' => "Laai {{PLURAL:$1|'n lęer|lęers}}",
  365. );
  366. /** Gheg Albanian (Gegë)
  367. * @author Mdupont
  368. */
  369. $messages['aln'] = array(
  370. 'rsd_results_desc' => 'Rezultatet $1 tek $2',
  371. 'rsd_results_desc_total' => 'Rezultatet $1 tek $2 prej $3',
  372. 'rsd_results_next' => 'tjetër',
  373. 'rsd_results_prev' => 'i mëparshëm',
  374. 'rsd_no_results' => 'Asnjë rezultatet e kërkimit për <b>$1</b>',
  375. 'mwe-upload_tab' => 'Ngarkoni skeda',
  376. 'rsd_layout' => 'Layout:',
  377. 'rsd_resource_edit' => 'burimeve Edit: $1',
  378. 'mwe-resource_description_page' => 'faqe Burimeve Përshkrimi',
  379. 'mwe-link' => 'lidhje',
  380. 'rsd_do_insert' => 'A futur',
  381. 'mwe-cc_by_title' => 'Pushtet',
  382. 'mwe-cc_nc_title' => 'Noncommercial',
  383. 'mwe-cc_nd_title' => 'Nuk Punon prejardhur',
  384. 'mwe-cc_sa_title' => 'Share njësoj',
  385. 'mwe-cc_pd_title' => 'Public Domain',
  386. 'mwe-unknown_license' => 'licencës Panjohur',
  387. 'mwe-no-import-by-url' => 'Ky përdorues ose wiki <b>nuk mund të</b> importojë aseteve nga URLs largët. <p> A keni nevojë për të identifikohem? </p><p> A leje upload_by_url caktuar për ju? <br /> A wiki kanë $1 aktivizuar? </p>',
  388. 'mwe-results_from' => 'Rezultatet nga $1',
  389. 'mwe-missing_desc_see_source' => 'Kjo pasuri është zhdukur një përshkrim. Ju lutem kontrolloni burim [$1] dhe ndihmën e përshkruajnë atë.',
  390. 'rsd_config_error' => 'Shto mediat magjistar gabim konfigurimi: $1',
  391. 'mwe-your-recent-uploads' => 'Ngarkimet më të fundit juaj tek $1',
  392. 'mwe-no_recent_uploads' => 'Nuk Ngarkimet më të fundit',
  393. 'mwe-not-logged-in-uploads' => 'Ju nuk mund të jetë i regjistruar në mënyrë që të mos Ngarkimet më të fundit mund të shfaqet. $1 $2 hyrje me emrin përkatës dhe',
  394. 'mwe-ie-eye-permision' => 'Nëse përdorni Internet Explorer dhe regjistruar, ju mund të kenë nevojë për të rregulluar your privacy settings',
  395. 'mwe-loggin-link' => 'Ju lutemi hyrje me emrin përkatës',
  396. 'mwe-try-again-link' => 'provoni përsëri',
  397. 'mwe-upload-a-file' => 'Ngarkoj një dokument të ri',
  398. 'mwe-upload-a-file-to' => 'Ngarko një skedar të ri në $1',
  399. 'mwe-resource_page_desc' => 'Përshkrimi i Burimeve faqe:',
  400. 'mwe-edit_resource_desc' => 'burimeve Edit Wiki tekst Përshkrimi:',
  401. 'mwe-local_resource_title' => 'Titulli i burimeve lokale:',
  402. 'mwe-watch_this_page' => 'Watch këtë faqe',
  403. 'mwe-do_import_resource' => 'burimeve Import',
  404. 'mwe-update_preview' => 'faqe Update burimeve preview',
  405. 'mwe-return-search-results' => 'Kthehu tek rezultatet e kërkimit',
  406. 'mwe-importing_asset' => 'Importimi i pasuri',
  407. 'mwe-preview_insert_resource' => 'futur Pamjeje për burimeve: $1',
  408. 'mwe-do-more-modification' => 'A modifikim më shumë',
  409. 'mwe-checking-resource' => 'Kontrolli për burimeve',
  410. 'mwe-resource-needs-import' => 'Burimeve $1 duhet të jetë importuar në $2',
  411. 'mwe-warning-upload-to-commons' => '$1 rekomandon që ju të ngarkoni në Wikipedia, të ngarkohen vetëm në nivel lokal, pasi ju keni lexuar $2',
  412. 'mwe-local-upload-policy-link' => 'politikave lokale upload',
  413. 'mwe-ftype-svg' => 'skedë SVG vector',
  414. 'mwe-ftype-jpg' => 'file',
  415. 'mwe-ftype-png' => 'image file',
  416. 'mwe-ftype-oga' => 'Ogg file audio',
  417. 'mwe-ftype-ogg' => 'Ogg file video',
  418. 'mwe-ftype-unk' => 'Panjohur format file',
  419. 'rsd-wiki_commons' => 'Wikimedia Commons, një arkiv i lirshëm, të licencuar arsimor përmbajtjen e medias (imazhe, tinguj dhe video)',
  420. );
  421. /** Aragonese (Aragonés)
  422. * @author Juanpabl
  423. */
  424. $messages['an'] = array(
  425. 'fogg-date-title' => 'Calendata',
  426. );
  427. /** Arabic (???????)
  428. * @author Majid Al-Dharrab
  429. * @author Meno25
  430. * @author Moemin05
  431. * @author OsamaK
  432. */
  433. $messages['ar'] = array(
  434. 'mwe-upload-stats-fileprogress' => '$1 ?? $2',
  435. 'mwe-upload-unknown-size' => '??? ??? ?????',
  436. 'mwe-cancel-confim' => '?????? ?? ??? ???? ????????',
  437. 'mwe-successfulupload' => '??? ?????',
  438. 'mwe-uploaderror' => '??? ?? ?????',
  439. 'mwe-uploadwarning' => '????? ?????',
  440. 'mwe-unknown-error' => '??? ??? ?????:',
  441. 'mwe-return-to-form' => '???? ??? ???????',
  442. 'mwe-file-exists-duplicate' => '??? ????? ?? ???? ??? ????? ?? ????? ??????:',
  443. 'mwe-fileexists' => '???? ??? ???? ????? ??????. ???? ?????? <b><code>$1</code></b> ??? ?? ??? ??????? ?? ??? ??? ???? ??????.',
  444. 'mwe-fileexists-thumb' => '??? ?????',
  445. 'mwe-ignorewarning' => '????? ??????? ????? ?????',
  446. 'mwe-file-thumbnail-no' => '??? ????? ???? ??<b><code>$1</code></b>',
  447. 'mwe-upload-misc-error' => '??? ??? ????? ?? ?????',
  448. 'mwe-wgfogg_warning_bad_extension' => '??? ????? ????? ??????? ??? ?????. Firefogg ?? ???? ??? ??????? ???? ?????? (<a href="http://ar.wikipedia.org/wiki/?? ?? ?? ?? ?? ??">?? ?? ?? ?? ?? ??</a>).',
  449. 'mwe-thumbnail-more' => '????',
  450. 'mwe-filesource' => '????:',
  451. 'mwe-filestatus' => '???? ???? ?????',
  452. 'mwe-loading-add-media-wiz' => '???? ????? ????? ????? ???????',
  453. 'fogg-wont-upload-to-server' => '?????? : ??? ???? ????? ??? ??????? ??????? ?? ???? ?????? ??? ?? ????.',
  454. 'fogg-save_local_file' => '???? Ogg',
  455. 'fogg-help-sticky' => '??????? (???? ????????)',
  456. 'fogg-cg-preset' => '??? ????: <strong>$1</strong>',
  457. 'fogg-cg-quality' => '????? ????? ?????? ? ???? ??????',
  458. 'fogg-cg-meta' => '?????? ?????? ???????',
  459. 'fogg-cg-range' => '???? ???????',
  460. 'fogg-cg-advVideo' => '??????? ????? ????? ??????',
  461. 'fogg-cg-advAudio' => '??????? ????? ??? ??????',
  462. 'fogg-preset-custom' => '??????? ???????',
  463. 'fogg-webvideo-desc' => '????? ????? Ogg Theora? ??? Vorbis (???? 600 ??????/????? ????? 400 ???? ??? ????)',
  464. 'fogg-savebandwidth-desc' => '????? ????? ?????? Ogg Theora? ??? Vorbis (???? 164 ??????/????? ????? 200 ???? ??? ????)',
  465. 'fogg-highquality-desc' => '????? ???? ?????? Ogg Theora? ??? Vorbis (???? 1080 ???? ??? ????)',
  466. 'fogg-webvideo-webm-desc' => '????? ????? WebM ?????? VP8 (???? 600 ??????/?????? ????? 480 ???? ??? ????)',
  467. 'fogg-highquality-webm-desc' => '????? ???? ?????? WebM ?????? VP8 (???? 1080 ???? ??? ????)',
  468. 'fogg-videoQuality-title' => '???? ???????',
  469. 'fogg-videoQuality-help' => '?????? ???? <i>???? ??????</i> ??????? ??????? (?? ?????? ??? ??? ?????? ???? ???? ?? ????????? ???????? ?????).',
  470. 'fogg-starttime-title' => '????? ?????',
  471. 'fogg-starttime-help' => '???? ??? ?? ??? ????? ????????',
  472. 'fogg-endtime-title' => '????? ????????',
  473. 'fogg-endtime-help' => '???? ??? ??? ??? ????? ????????',
  474. 'fogg-audioQuality-title' => '???? ?????',
  475. 'fogg-audioQuality-help' => '?????? ???? <i>?????? ???????</i> ????? ??????? (?? ?????? ??? ??? ?????? ???? ???? ?? ????????? ???????? ?????).',
  476. 'fogg-videoCodec-title' => '????? ???????',
  477. 'fogg-videoCodec-help' => '??? ????? ???? ???????. ???? ???? ?? <a target="_new" href="http://ar.wikipedia.org/wiki/?????">????? Theora</a>. ?? ?? <a target="_new" href="http://ar.wikipedia.org/wiki\\/??_??\\">????? VP8<\\/a>.',
  478. 'fogg-audioCodec-title' => '????? ?????',
  479. 'fogg-audioCodec-help' => '?????? ?????? ????? ????? ?? ??????. ?????? ?? ????? ??? Vorbis. ???? ???? ?? <a target="_new" href="http://ar.wikipedia.org/wiki/????">????? Vorbis</a>.',
  480. 'fogg-width-title' => '??? ???????',
  481. 'fogg-width-help' => '???? ????? ??? ??? ????.',
  482. 'fogg-height-title' => '?????? ???????',
  483. 'fogg-height-help' => '???? ???????? ??? ??? ????.',
  484. 'fogg-videoBitrate-title' => '???? ???? ???????',
  485. 'fogg-videoBitrate-help' => '???? ???? ???? ??????? ???? ???? ????? ????? ??????? ????? (????????/?????)',
  486. 'fogg-twopass-title' => '??????? ????????:',
  487. 'fogg-twopass-help' => '???? ??????? ???????? ???? ???? ?????? ?? ???? ?????? ??? ??? ??????? ?????',
  488. 'fogg-framerate-title' => '???? ????????',
  489. 'fogg-framerate-help' => '???? ?????? ??????? ?? ???????. ???? ?????? ?? <a target="_new" href="http://ar.wikipedia.org/wiki/????_???">???? ????????</a>.',
  490. 'fogg-aspect-title' => '???? ??????',
  491. 'fogg-aspect-help' => '???? ?? ???? ???? ?????? (?? ???? ?????) ??? ?4:??3 ?? ?16:??9. ???? ?????? ?? <a target="_new" href="http://ar.wikipedia.org/wiki/???? ??????">??? ?????</a>.',
  492. 'fogg-keyframeInterval-title' => '????? ???????? ????????',
  493. 'fogg-keyframeInterval-help' => '????? ??? ?? ?????? ??????? ????? ????? ???????. ??????: ???? ????????? ???? ?????? ?????? ??? ??? ????? ??? ???????? ???? ?? ??? ????? ?????? ???????. ???? ?????? ?? <a href="http://en.wikipedia.org/wiki/I-frame">???????? ????????</a>.',
  494. 'fogg-denoise-title' => '???? ????? ???????',
  495. 'fogg-denoise-help' => '???? ??????? ??????? ?? ??????? ??????. ???? ?????? ?? <a href="http://ar.wikipedia.org/wiki/????? ????? ???????">????? ???????</a>.',
  496. 'fogg-novideo-title' => '?????? ???????',
  497. 'fogg-novideo-help' => '???? ??????? ?? ????? ??????',
  498. 'fogg-audioBitrate-title' => '???? ???? ?????',
  499. 'fogg-samplerate-title' => '???? ????? ?????',
  500. 'fogg-samplerate-help' => '???? ???? ??????? ??????? ?? ????? ?????? (???? ????????)',
  501. 'fogg-noaudio-title' => '????? ?????',
  502. 'fogg-noaudio-help' => '???? ????? ?? ????? ??????',
  503. 'fogg-title-title' => '???????',
  504. 'fogg-title-help' => '????? ?????',
  505. 'fogg-artist-title' => '??? ??????',
  506. 'fogg-artist-help' => '???? ??? ??????',
  507. 'fogg-date-title' => '???????',
  508. 'fogg-date-help' => '????? ????? ??? ?????? ?? ??????',
  509. 'fogg-location-title' => '??????',
  510. 'fogg-location-help' => '???? ????? ???????',
  511. 'fogg-organization-title' => '???????',
  512. 'fogg-organization-help' => '??? ??????? (?????????)',
  513. 'fogg-copyright-title' => '???? ?????',
  514. 'fogg-copyright-help' => '???? ??????? ?????? ??????',
  515. 'fogg-license-title' => '??????',
  516. 'fogg-license-help' => '???? ?????? (???? ??? ???? ???? ???? ????).',
  517. 'fogg-contact-title' => '???????',
  518. 'fogg-contact-help' => '???? ???????',
  519. 'fogg-missing-webm-support' => '???? ??????? ????? [$1 ???? WebM] ???? ??????? ??????? ??WebM',
  520. 'fogg-gui-title' => '???? ????? ?????',
  521. 'mwe-select_file' => '???? ?????',
  522. 'mwe-select_ownwork' => '??? ???? ????? ?????? ?????? ?????? ???:',
  523. 'mwe-license_cc-by-sa' => '???? ???? - ???????? ?????? (3.0)',
  524. 'mwe-upload' => '???? ?????',
  525. 'mwe-destfilename' => '??? ??? ??????:',
  526. 'mwe-summary' => '????',
  527. 'mwe-date-of-work' => '????? ?????',
  528. 'mwe-error_not_loggedin' => '?? ???? ??? ???? ?????? ?? ??? ?? ???? ?????? ?????.',
  529. 'mwe-error-not-loggedin-file' => '?? ???? ??? ???? ?????? ?? ?? ???? ???? ?? ????????. ????? $1 ????? ??? ????.',
  530. 'mwe-link-login' => '???',
  531. 'mwe-watch-this-file' => '???? ??? ?????',
  532. 'mwe-ignore-any-warnings' => '????? ?? ?????????',
  533. 'mwe-i-would-like-to' => '???? ??',
  534. 'mwe-upload-own-file' => '???? ???? ??? $1',
  535. 'mwe-upload-not-my-file' => '???? ????? ?? ????? ??? $1',
  536. 'mwe-uploaded-time-remaining' => '????? ???????: $1',
  537. 'mwe-upload-done' => '<i>????? ?? ????</i> ???? ??????? ??????.',
  538. 'mwe-add_media_wizard' => '??? ????? ?????',
  539. 'mwe-media_search' => '????? ?? ???????',
  540. 'rsd_list_layout' => '????? ???????',
  541. 'rsd_results_desc' => '??????? $1 ??? $2',
  542. 'rsd_results_next' => '??????',
  543. 'rsd_results_prev' => '??????',
  544. 'rsd_no_results' => '???? ?????? ??? ????? <b>$1</b>',
  545. 'mwe-upload_tab' => '???? ?????',
  546. 'rsd_layout' => '???????:',
  547. 'mwe-link' => '????',
  548. 'mwe-cc_by_title' => '?????',
  549. 'mwe-cc_nc_title' => '??? ?????',
  550. 'mwe-cc_nd_title' => '??? ?????',
  551. 'mwe-cc_sa_title' => '???????? ??????',
  552. 'mwe-cc_pd_title' => '????? ????',
  553. 'mwe-unknown_license' => '???? ??? ??????',
  554. 'mwe-results_from' => '??????? ?? $1',
  555. 'mwe-loggin-link' => '??? ?? ????',
  556. 'mwe-try-again-link' => '???? ??????',
  557. 'mwe-upload-a-file' => '???? ????? ??????',
  558. 'mwe-upload-a-file-to' => '???? ????? ?????? ??? $1',
  559. 'mwe-watch_this_page' => '???? ??? ??????',
  560. 'mwe-do_import_resource' => '?????? ??????',
  561. 'mwe-update_preview' => '???? ????????',
  562. 'mwe-return-search-results' => '?? ??? ???? ???????',
  563. 'mwe-ftype-svg' => '??? SVG ?????',
  564. 'mwe-ftype-jpg' => '??? ???? JPEG',
  565. 'mwe-ftype-png' => '??? ???? PNG',
  566. 'mwe-ftype-oga' => '??? ??? Ogg',
  567. 'mwe-ftype-ogg' => '??? ????? Ogg',
  568. 'mwe-ftype-unk' => '????? ????? ??? ?????',
  569. 'rsd-wiki_commons' => '????????? ?????? ????? ?? ????? (???? ??????? ?????? ?????) ??????? ???????? ??????? ??? ??? ???',
  570. 'rsd-kaltura-title' => '?? ???????',
  571. 'rsd-this_wiki-title' => '??? ??????',
  572. 'rsd-this_wiki-desc' => '?????? ??????',
  573. 'rsd-archive_org-desc' => '????? ????????? ????? ????? ?? ??????? ?????? ????????',
  574. 'rsd-flickr-desc' => 'Flickr.com? ???? ?????? ????? ??? ????????',
  575. 'rsd-search-timeout' => '?? ????? ??? ?????. ?? ???? ??????? ?????? ???? ????? ??????. ??????? ???????? ??? ???? ??????.',
  576. 'mwe-upload-transcode-in-progress' => '???? ??????? ?????? (?? ???? ??? ???????)',
  577. 'fogg-transcoding' => '????? ??????? ??? Ogg',
  578. 'fogg-select_file' => '???? ?????',
  579. 'fogg-select_new_file' => '???? ????? ??????',
  580. 'fogg-select_url' => '???? ??????',
  581. 'fogg-check_for_firefogg' => '????? ?? ???? Firefogg ...',
  582. 'fogg-installed' => 'Firefogg ?????.',
  583. 'fogg-not-installed' => 'Firefogg ??? ???? ?? ??? ?????',
  584. 'fogg-please-install-install-linktext' => '????? Firefogg',
  585. 'fogg-please-install-about-linktext' => '?? Firefogg',
  586. 'fogg-use_latest_firefox' => '???? ????? $1 ?????? <i>?? ?? ??? ?????? ?????? ?????? ????? <b>Firefogg</b>.</i>',
  587. 'fogg-latest-firefox' => '??? ??????? ?????????',
  588. 'fogg-passthrough_mode' => '????? ???? ?????? ?? ogg ????? ?? ??? ??? ??? ?????.',
  589. 'fogg-encoding-done' => '?? ???????',
  590. 'fogg-preview' => '?????? ???????',
  591. 'fogg-hidepreview' => '???? ????????',
  592. 'fogg-warning-firebug' => '???? ?? ?????? ????? <b>Firebug</b> ?? <i>Firefogg</i>. ???? ????? <b>Firebug</b> ???????? ??? ??????.',
  593. 'mwe-upload-multi' => '???? {{PLURAL:$1|?????|?????|???????|???????|???????|???????}}',
  594. );
  595. /** Bashkir (???????)
  596. * @author Assele
  597. */
  598. $messages['ba'] = array(
  599. 'mwe-upload-unknown-size' => '???????? ??????',
  600. 'mwe-cancel-confim' => '??? ??????? ?? ???? ?????? ????????????',
  601. 'mwe-successfulupload' => '???? ??????? ?????? ??????????',
  602. 'mwe-uploaderror' => '???? ??????? ??????',
  603. 'mwe-uploadwarning' => '???? ??????? ????????? ???????',
  604. 'mwe-unknown-error' => '???????? ????:',
  605. 'mwe-return-to-form' => '??????? ???? ????????',
  606. 'mwe-file-exists-duplicate' => '??? ???? ????????? ???? ????? ???:',
  607. 'mwe-fileexists' => '?????? ?????? ???? ??? ????. ??????, ???? ??? ?????????? ???????????, <b><code>$1</code></b> ??????????.',
  608. 'mwe-fileexists-thumb' => '?????? ????',
  609. 'mwe-ignorewarning' => '???????????? ????????? ??????? ??? ??????? ?????? ????????',
  610. 'mwe-file-thumbnail-no' => '??????? ????? <b><tt>$1</tt></b> ??? ???????',
  611. 'mwe-go-to-resource' => '????????? ?????? ???????',
  612. 'mwe-upload-misc-error' => '???? ?????????? ???????? ????',
  613. 'mwe-wgfogg_warning_bad_extension' => '??? ????????????? ?????????? ???? ????????????? (<a href="http://commons.wikimedia.org/wiki/Commons:Firefogg#Supported_file_fypes">?????? ????????</a>)',
  614. 'mwe-thumbnail-more' => '??????????',
  615. 'mwe-filesource' => '???????:',
  616. 'mwe-filestatus' => '???????? ??????:',
  617. 'mwe-loading-add-media-wiz' => '????? ????? ??????? ???????',
  618. 'fogg-wont-upload-to-server' => '???????: ?????? ????? ???????? ?????? ?? ????? ???????? ??????????????, ???????? ??????????.',
  619. 'fogg-save_local_file' => '?????? ????????',
  620. 'fogg-help-sticky' => '??????? (???????? ???? ???????)',
  621. 'fogg-cg-preset' => '????? ?????????: <strong>$1</strong>',
  622. 'fogg-cg-quality' => '??? ????? ??? ?????? ??????????',
  623. 'fogg-cg-meta' => '???? ???? ???? ???????????',
  624. 'fogg-cg-range' => '?????? ???????',
  625. 'fogg-cg-advVideo' => '????? ?????? ????? ??????????? ????? ????',
  626. 'fogg-cg-advAudio' => '????? ?????? ????? ??????????? ????? ????',
  627. 'fogg-preset-custom' => '?????????? ??????????',
  628. 'fogg-webvideo-desc' => '???-????? Theora, Vorbis 600 ????/?, ?? ??? ?????? - 400 ????.',
  629. 'fogg-savebandwidth-desc' => '????? ???????? ???????? ???? Theora, Vorbis 164 ????/?, ?? ??? ?????? - 200 ????.',
  630. 'fogg-highquality-desc' => '????? ??????? Theora, Vorbis, ?? ??? ?????? - 1080 ????.',
  631. 'fogg-webvideo-webm-desc' => 'WebM Web video VP8 (600 ????\\/?, ?? ??? ?????? - 480 ????.)',
  632. 'fogg-highquality-webm-desc' => 'WebM High quality VP8 (?? ??? ?????? - 1080 ????.)',
  633. 'fogg-videoQuality-title' => '????? ??????',
  634. 'fogg-videoQuality-help' => '????????? ???????? <i>???????? ???????</i> ?????? ???? ????????? (????????? ??????????? ??????????? ??????? ???????, ???????????)',
  635. 'fogg-starttime-title' => '?????? ???????',
  636. 'fogg-starttime-help' => '??????????? ??????????? ???????? ?????? ???? ????????',
  637. 'fogg-endtime-title' => '???????? ???????',
  638. 'fogg-endtime-help' => '??????????? ??????????? ??????? ?????? ???? ????????',
  639. 'fogg-audioQuality-title' => '????? ??????',
  640. 'fogg-audioQuality-help' => '????????? ???????? <i>???????? ???????</i> ?????? ???? ????????? (????????? ??????????? ??????????? ??????? ???????, ???????????)',
  641. 'fogg-videoCodec-title' => '??????????',
  642. 'fogg-videoCodec-help' => '???? ???? ????? ?????????? ?????????. <a target=\\"_new\\" href=\\"http:\\/\\/ba.wikipedia.org\\/wiki\\/Theora\\">Theora<\\/a> ????????? ??????? ????????. <a target=\\"_new\\" href=\\"http:\\/\\/ba.wikipedia.org\\/wiki\\/WebM\\">VP8<\\/a> ????????? ??????? ????????.',
  643. 'fogg-audioCodec-title' => '??????????',
  644. 'fogg-audioCodec-help' => '???? ???? ?????????? ?????????? ?????????. ????? ????? Vorbis ???? ?????? ?????. <a target="_new" href="http://ba.wikipedia.org/wiki/Vorbis">Vorbis</a> ????????? ??????? ????????.',
  645. 'fogg-width-title' => '????? ???????',
  646. 'fogg-width-help' => '???????? ??????????? ???????? ?????? ??????????',
  647. 'fogg-height-title' => '????? ?????????',
  648. 'fogg-height-help' => '???????? ??????????? ?????????? ?????? ??????????',
  649. 'fogg-videoBitrate-title' => '????? ??????? ???????',
  650. 'fogg-videoBitrate-help' => '????? ??????? ??????? ????? ????????? ??????? ???????? ????????, ????? ???????? — ????/?',
  651. 'fogg-framerate-title' => '??????? ???????',
  652. 'fogg-framerate-help' => '????? ???????? ???????. <a target="_new" href="http://ba.wikipedia.org/wiki/???????_???????">??????? ???????</a> ????????? ??????? ????????.',
  653. 'fogg-aspect-title' => '??????? ???????',
  654. 'fogg-aspect-help' => '??????? ??????? ??? ????????? ??????? 4:3 ???? 16:9 ?????? ??? ???. <a target="_new" href="http://ba.wikipedia.org/wiki/????????_?????? _???????"> ??????? ???????
  655. </a> ????????? ??????? ????????.',
  656. 'fogg-keyframeInterval-title' => '????? ??????? ???????? ??????',
  657. 'fogg-keyframeInterval-help' => '????? ??????? ???????? ??????. ???????: ??????????? ????, ?????????? ???????? ????? ?????? ???????? ?????????? ??????? ????????, ????? ????????? ?? ????? ???. <a href="http://ba.wikipedia.org/wiki/???????_????"> ????? ??????? </a> ????????? ??????? ????????.',
  658. 'fogg-denoise-title' => '??????? (???) ?? ???? ???????',
  659. 'fogg-denoise-help' => '????????? ??????? (???) ?? ???? ???? ??????. <a href="http://en.wikipedia.org/wiki/Video_denoising"> ??????? ?? ????</a> ????????? ??????? ????????.',
  660. 'fogg-novideo-title' => '????? ??',
  661. 'fogg-audioBitrate-title' => '????? ??????? ???????',
  662. 'fogg-title-help' => '?????? ??????? ?????',
  663. 'fogg-artist-title' => '????? ?????',
  664. 'fogg-artist-help' => '??? ??????? ??????',
  665. 'fogg-date-title' => '????',
  666. 'fogg-date-help' => '?????????? ???????? ??? ??????? ????',
  667. 'fogg-location-title' => '?????',
  668. 'fogg-location-help' => '??????????? ?????????? ?????',
  669. 'fogg-organization-title' => '??????',
  670. 'fogg-organization-help' => '????????? (?????????) ?????',
  671. 'fogg-copyright-title' => '????????',
  672. 'fogg-copyright-help' => '?????? ???????? ?????????',
  673. 'fogg-license-title' => '???????????',
  674. 'fogg-license-help' => '?????? ??????????? (Creative Commons URL ?????? ?????, ???????)',
  675. 'fogg-contact-title' => '???????? ???? ?????',
  676. 'fogg-contact-help' => '???????? ???? ????????',
  677. 'fogg-missing-webm-support' => '?????? WebM ??????? ????? ????? ????, [$1 WebM ????? ?????? ???????] ??????????',
  678. 'fogg-gui-title' => '???-????? ??????',
  679. 'mwe-imported_from' => '$1 ?????? ??????????: [$2 $3]. ??????? ???????? ???? ????, [$4 ????????? ??????? ?????] ???????.',
  680. 'mwe-import-description' => '$1, ?????? ??????????: $2',
  681. 'mwe-select_file' => '???? ????????',
  682. 'mwe-select_ownwork' => '??? ????????? ?? ?????? ??????? ??? ??? ????????? ????????? ?????????????:',
  683. 'mwe-license_cc-by-sa' => 'Creative Commons Share Alike (3.0)',
  684. 'mwe-upload' => '?????? ?????????',
  685. 'mwe-destfilename' => '??????? ??? ?????:',
  686. 'mwe-summary' => '??????????? ??????? ????????????:',
  687. 'mwe-date-of-work' => '????? ????',
  688. 'mwe-error_not_loggedin' => '??? ????????? ??????? ???????????? ??? ?????? ???? ??????? ???????????? ??, ??????? ?????.',
  689. 'mwe-error-not-loggedin-file' => '??? ????????? ??????? ???????????? ???? ??????????? ???? ????? ?????, ??????? ?????. ????? $1 ??? ???? ??? ??????? ?????????? ?????.',
  690. 'mwe-link-login' => '?????????',
  691. 'mwe-watch-this-file' => '??? ?????? ????? ???????',
  692. 'mwe-ignore-any-warnings' => '???? ???????????? ??????? ???????',
  693. 'mwe-i-would-like-to' => '??? ????? ????',
  694. 'mwe-upload-own-file' => '?? ?????? $1 ????????? ?????????',
  695. 'mwe-upload-not-my-file' => '?? ???? ???????? ????? ?????? $1 ????????? ?????????',
  696. 'mwe-upload-once-done' => '????? $1 ?????. ??????? ?????????????? ???, $2',
  697. 'mwe-upload-in-new-win-link' => '??? ??????? ???? ??????? ?????????',
  698. 'mwe-upload-refresh' => '?????????? ????????? ?????????',
  699. 'mwe-ie-inline-upload' => '????? ??????? Internet Explorer ???? ???? ?????? ??????? ?????? ?????. $1, ????? $2 ??????.',
  700. 'mwe-upload-in-progress' => '??????? ???? (??? ??????? ???????)',
  701. 'mwe-uploaded-status' => '?????????',
  702. 'mwe-transcoded-status' => '????????',
  703. 'mwe-uploaded-time-remaining' => '????? ?????? ?????: $1',
  704. 'mwe-upload-done' => '?????? ?????????? ???? <i>??????? ????? </i>.',
  705. 'mwe-add_media_wizard' => '????? ????? ??????',
  706. 'mwe-media_search' => '????? ?????',
  707. 'rsd_box_layout' => '????? ??????',
  708. 'rsd_list_layout' => '??????? ??????',
  709. 'rsd_results_desc' => '$1 — $2 ???????????',
  710. 'rsd_results_desc_total' => '$3 ?????????? $1 — $2 ???????????',
  711. 'rsd_results_next' => '??????',
  712. 'rsd_results_prev' => '??????',
  713. 'rsd_no_results' => '<b>$1</b> ???? ????? ??????????? ??',
  714. 'mwe-upload_tab' => '???? ???????',
  715. 'rsd_layout' => '?????:',
  716. 'rsd_resource_edit' => '???????? ??????????: $1',
  717. 'mwe-resource_description_page' => '????????? ???????????? ????',
  718. 'mwe-link' => '????????',
  719. 'mwe-cc_nd_title' => '????????? ????????',
  720. );
  721. /** Belarusian (Taraškievica orthography) (?????????? (???????????))
  722. * @author EugeneZelenko
  723. * @author Jim-by
  724. * @author Wizardist
  725. */
  726. $messages['be-tarask'] = array(
  727. 'mwe-upload-stats-fileprogress' => '$1 ? $2',
  728. 'mwe-upload-unknown-size' => '???????? ?????',
  729. 'mwe-cancel-confim' => '?? ?????????, ??? ??????? ?????????',
  730. 'mwe-successfulupload' => '??????????? ????????',
  731. 'mwe-uploaderror' => '??????? ????????',
  732. 'mwe-uploadwarning' => '????????????? ????????',
  733. 'mwe-unknown-error' => '????????? ???????:',
  734. 'mwe-return-to-form' => '???????? ?? ?????',
  735. 'mwe-file-exists-duplicate' => '???? ???? ?????? ????????? ?????:',
  736. 'mwe-fileexists' => '???? ? ????? ?????? ??? ?????. ???? ?????, ???????? <b><tt>$1</tt></b>, ???? ?? ?? ?????????, ??? ??????? ??? ????????.',
  737. 'mwe-fileexists-thumb' => '??????? ????',
  738. 'mwe-ignorewarning' => '????????????? ????????????? ? ???????? ????',
  739. 'mwe-file-thumbnail-no' => '????? ????? ?????????? ? <b><tt>$1</tt></b>',
  740. 'mwe-go-to-resource' => '????????? ?? ???????? ???????',
  741. 'mwe-upload-misc-error' => '????????? ??????? ????????',
  742. 'mwe-wgfogg_warning_bad_extension' => '?? ??????? ???? ? ???????????, ???? ?? ??????????????? (<a href="http://commons.wikimedia.org/wiki/Commons:Firefogg#Supported_file_types">??????????????</a>).',
  743. 'mwe-thumbnail-more' => '??????????',
  744. 'mwe-filesource' => '???????:',
  745. 'mwe-filestatus' => '????? ??????????????? ? ?????????????:',
  746. 'mwe-loading-add-media-wiz' => '???????? ??????? ???????? ?????',
  747. 'fogg-wont-upload-to-server' => '???????: ??? ?????-???? ????? ???????????? ????????, ???????? ???? ?????? ????????? ?? ?????',
  748. 'fogg-save_local_file' => '???????? Ogg',
  749. 'fogg-help-sticky' => '???????? (??????????, ??? ??????????? ???????)',
  750. 'fogg-cg-preset' => '????? ?????????: <strong>$1</strong>',
  751. 'fogg-cg-quality' => '??????? ?????????? ??????? ? ??????????????',
  752. 'fogg-cg-meta' => '????-???????? ?????? ?????',
  753. 'fogg-cg-range' => '???????? ?????????',
  754. 'fogg-cg-advVideo' => '?????????? ?????????? ?????-??????????',
  755. 'fogg-cg-advAudio' => '?????????? ?????????? ?????-?????????',
  756. 'fogg-preset-custom' => '????????????? ?????????',
  757. 'fogg-webvideo-desc' => '???-????? Theora, Vorbis 400 ????/? ? ???????????? ??????? 400 ???',
  758. 'fogg-savebandwidth-desc' => '???????????? ???-????? Theora, Vorbis 164 ????/? ? ???????????? ??????? 200 ???',
  759. 'fogg-highquality-desc' => '????????????? ???-????? Theora, Vorbis ? ???????????? ??????? 1080 ???',
  760. 'fogg-webvideo-webm-desc' => '????? VP8 600 ????\\/? ? ???????????? ??????? 480???',
  761. 'fogg-highquality-webm-desc' => '????????????? ????? VP8 ? ???????????? ??????? 1080???',
  762. 'fogg-videoQuality-title' => '??????? ?????',
  763. 'fogg-videoQuality-help' => '???????????????? ??? ????????? <i>?????????? ???????</i> ?????????? ????? (?? ????????????????, ???? ?? ?????????? ????????? ???????? ????? ? ????????? ??????????).',
  764. 'fogg-starttime-title' => '?????? ? ???????',
  765. 'fogg-starttime-help' => '???????? ?????? ? ????, ??????????? ? ????????',
  766. 'fogg-endtime-title' => '???????? ?? ????????',
  767. 'fogg-endtime-help' => '???????? ?????? ?? ????, ??????????? ? ????????',
  768. 'fogg-audioQuality-title' => '??????? ?????',
  769. 'fogg-audioQuality-help' => '???????????????? ??? ????????? <i>??????? ????</i> ?????????? ????? (?? ????????????????, ???? ?? ?????????? ??????? ? ????????? ??????????).',
  770. 'fogg-videoCodec-title' => '?????????? ?????????? ?????',
  771. 'fogg-videoCodec-help' => '???????????????? ??? ?????? ?????????? ?????????? ?????. ? ????????? ??? ??????????????? ?????? Theora. ???????????? ??? <a target="_new" href="http://en.wikipedia.org/wiki/Theora">????????? ?????????? Theora</a>.',
  772. 'fogg-audioCodec-title' => '?????????? ?????????? ?????',
  773. 'fogg-audioCodec-help' => '???????????????? ??? ?????? ?????????? ?????????? ????? ?????. ? ????????? ??? ??????????????? ?????? Vorbis. ???????????? ??? <a target="_new" href="http://en.wikipedia.org/wiki/Vorbis">????????? ?????????? Vorbis</a>',
  774. 'fogg-width-title' => '?????? ?????',
  775. 'fogg-width-help' => '???????? ????? ?????? ?????????? ??????.',
  776. 'fogg-height-title' => '?????? ?????',
  777. 'fogg-height-help' => '???????? ????? ?????? ?????????? ??????.',
  778. 'fogg-videoBitrate-title' => '??????? ?????',
  779. 'fogg-videoBitrate-help' => '??????? ????? ???????????? ??????? ?????????? ????? ? (????/?)',
  780. 'fogg-twopass-title' => '????????????? ??????????',
  781. 'fogg-twopass-help' => '????????????? ?????????? ???????? ????????? ??????? ?????????? ???? ???????????? ???? ???????? ?? ?????-?????',
  782. 'fogg-framerate-title' => '??????? ??????',
  783. 'fogg-framerate-help' => '??????? ?????? ?????. ???????????? ??? <a target="_new" href="http://en.wikipedia.org/wiki/Frame_rate">??????? ??????</a>.',
  784. 'fogg-aspect-title' => '?????? ?????',
  785. 'fogg-aspect-help' => '?????????? ?????? ? ?????? ????? ???? ?????????? 4:3 ?? 16:9. ???????????? ??? <a target="_new" href="http://en.wikipedia.org/wiki/Aspect_ratio_%28image%29">?????? ??????</a>.',
  786. 'fogg-keyframeInterval-title' => '???????? ????? ????????? ???????',
  787. 'fogg-keyframeInterval-help' => '???????? ????? ????????? ???????. ???????: ?????????? ??????????? ?????????? ?????????? ???????? ????? ? ???????, ???? ???????? ????? ??????? ????? ?????? ???????? ?????? ??????????. ???????????? ??? <a href="http://en.wikipedia.org/wiki/I-frame">???????? ?????</a>.',
  788. 'fogg-denoise-title' => '??????? ?????????? ????',
  789. 'fogg-denoise-help' => '??????? ??????? ?????????? ???? ? ?????. ???????????? ??? <a href="http://en.wikipedia.org/wiki/Video_denoising">?????????? ????</a>.',
  790. 'fogg-novideo-title' => '??? ?????',
  791. 'fogg-novideo-help' => '????????? ????? ?? ???????',
  792. 'fogg-audioBitrate-title' => '??????? ?????',
  793. 'fogg-samplerate-title' => '??????? ????????????? ?????',
  794. 'fogg-samplerate-help' => '?????????? ???????? ??????? ????????????? (? ??).',
  795. 'fogg-noaudio-title' => '??? ?????',
  796. 'fogg-noaudio-help' => '????????? ??? ?? ???????',
  797. 'fogg-title-title' => '?????',
  798. 'fogg-title-help' => '????? ??? ?????? ?????',
  799. 'fogg-artist-title' => '??? ????????????',
  800. 'fogg-artist-help' => '??????????? ?????? ?????',
  801. 'fogg-date-title' => '????',
  802. 'fogg-date-help' => '???? ?????????? ?? ??????? ?????????',
  803. 'fogg-location-title' => '?????????????????',
  804. 'fogg-location-help' => '????????????????? ?????????',
  805. 'fogg-organization-title' => '???????????',
  806. 'fogg-organization-help' => '????? ??????????? (??????)',
  807. 'fogg-copyright-title' => '????????? ?????',
  808. 'fogg-copyright-help' => '????????? ????? ?? ????',
  809. 'fogg-license-title' => '????????',
  810. 'fogg-license-help' => '???????? ?? ???? (???????? URL-????? Creative Commons).',
  811. 'fogg-contact-title' => '????????',
  812. 'fogg-contact-help' => '???????? ?? ????????',
  813. 'fogg-missing-webm-support' => '???? ?????, ??????????????? [$1 WebM-???????????] ??????? ??? ???????? ??????? WebM-?????',
  814. 'fogg-gui-title' => '???????? ???-?????',
  815. 'mwe-imported_from' => '$1 ??????????? ? [$2 $3]. ???????? ?????????? [$4 ???????? ???????] ??? ?????????? ??????????.',
  816. 'mwe-import-description' => '$1, ??????????? ? $2',
  817. 'mwe-select_file' => '??????? ????',
  818. 'mwe-select_ownwork' => '? ???????? ???????? ??????? ????? ?????? ?????? ????????:',
  819. 'mwe-license_cc-by-sa' => 'Creative Commons Share Alike (3.0)',
  820. 'mwe-upload' => '????????? ????',
  821. 'mwe-destfilename' => '??????? ????? ?????:',
  822. 'mwe-summary' => '?????????',
  823. 'mwe-date-of-work' => '???? ?????????? ?????',
  824. 'mwe-error_not_loggedin' => '????????, ??? ?? ?? ??????? ? ??????? ????? ?? ????? ??????? ?? ????????.',
  825. 'mwe-error-not-loggedin-file' => '?? ?? ??????? ? ???????, ????? ???????? ??????? ??????????? ??????????????. ?? ?????? $1 ? ???????????? ????',
  826. 'mwe-link-login' => '????????',
  827. 'mwe-watch-this-file' => '??????????? ???? ????',
  828. 'mwe-ignore-any-warnings' => '?????????? ????? ?????????????',
  829. 'mwe-i-would-like-to' => '? ?????',
  830. 'mwe-upload-own-file' => '????????? ??????? ????? ? $1',
  831. 'mwe-upload-not-my-file' => '????????? ?????, ???? ?? ?????????? ???? ??????, ? $1',
  832. 'mwe-upload-once-done' => '???? ????? $1. ?????? ?????????? ????? ????????, $2',
  833. 'mwe-upload-in-new-win-link' => '????????? ? ????? ???? ?? ????????',
  834. 'mwe-upload-refresh' => '???????? ????? ????????',
  835. 'mwe-ie-inline-upload' => '?????????? ???????? ? ????????? ??? ?????????? ??? Internet Explorer. ?? ?????? $1, ????? $2',
  836. 'mwe-upload-in-progress' => '???????????? ???????? (?? ????????? ????? ????)',
  837. 'mwe-uploaded-status' => '?????????',
  838. 'mwe-transcoded-status' => '??????????????',
  839. 'mwe-uploaded-time-remaining' => '????????? ????: $1',
  840. 'mwe-upload-done' => '??…

Large files files are truncated, but you can click here to view the full file