url-shortener.pot 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. #, fuzzy
  2. msgid ""
  3. msgstr ""
  4. "Project-Id-Version: URLYar\n"
  5. "POT-Creation-Date: 2019-01-25 11:42+0330\n"
  6. "PO-Revision-Date: 2019-01-25 00:38+0330\n"
  7. "Last-Translator: \n"
  8. "Language-Team: \n"
  9. "MIME-Version: 1.0\n"
  10. "Content-Type: text/plain; charset=UTF-8\n"
  11. "Content-Transfer-Encoding: 8bit\n"
  12. "X-Generator: Poedit 1.8.2\n"
  13. "X-Poedit-Basepath: ..\n"
  14. "X-Poedit-WPHeader: urlyar.php\n"
  15. "X-Poedit-SourceCharset: UTF-8\n"
  16. "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
  17. "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
  18. "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
  19. "X-Poedit-SearchPath-0: .\n"
  20. "X-Poedit-SearchPathExcluded-0: *.js\n"
  21. #: include/options_page.php:130
  22. msgid "URLYar URL Shortener"
  23. msgstr ""
  24. #: include/options_page.php:134
  25. msgid "Options"
  26. msgstr ""
  27. #: include/options_page.php:136
  28. msgid "General"
  29. msgstr ""
  30. #: include/options_page.php:137
  31. msgid "Additional Features"
  32. msgstr ""
  33. #: include/options_page.php:156
  34. msgid "Main Settings"
  35. msgstr ""
  36. #: include/options_page.php:160
  37. msgid "URL Shortener Integration"
  38. msgstr ""
  39. #: include/options_page.php:165
  40. msgid ""
  41. "Enable Short URL generation using your <a href=\"#shorturl_selector"
  42. "\">configured service<a/>."
  43. msgstr ""
  44. #: include/options_page.php:170
  45. msgid "Use Permalinks for Short URLs"
  46. msgstr ""
  47. #: include/options_page.php:175
  48. #, php-format
  49. msgid ""
  50. "Use your <a href=\"%s/wp-admin/options-permalink.php\">permalinks</a> to "
  51. "generate the Short URL."
  52. msgstr ""
  53. #: include/options_page.php:176
  54. msgid ""
  55. "(Default: \"http://yoursite/?p=123\" or \"http://yoursite/?page_id=123\")"
  56. msgstr ""
  57. #: include/options_page.php:180
  58. msgid "Append Short URL to: "
  59. msgstr ""
  60. #: include/options_page.php:184 include/options_page.php:267
  61. msgid "Posts (Homepage)"
  62. msgstr ""
  63. #: include/options_page.php:188 include/options_page.php:271
  64. msgid "Posts (Individual)"
  65. msgstr ""
  66. #: include/options_page.php:192 include/options_page.php:275
  67. msgid "Pages"
  68. msgstr ""
  69. #: include/options_page.php:196
  70. msgid "Products"
  71. msgstr ""
  72. #: include/options_page.php:200
  73. msgid "Text before Short URL link "
  74. msgstr ""
  75. #: include/options_page.php:219
  76. msgid "Nice ID"
  77. msgstr ""
  78. #: include/options_page.php:223
  79. msgid "Nice ID URLs"
  80. msgstr ""
  81. #: include/options_page.php:224
  82. msgid "(Formally named template_redirection)"
  83. msgstr ""
  84. #: include/options_page.php:228
  85. msgid ""
  86. "Allows usage of \"http://yoursite/123\" instead of \"http://yoursite/?p=123\""
  87. msgstr ""
  88. #: include/options_page.php:233
  89. msgid "Nice ID URL Prefix"
  90. msgstr ""
  91. #: include/options_page.php:237
  92. msgid ""
  93. "default: \"/\" (http://yoursite/123)</span>\n"
  94. " <p>Examples:\n"
  95. " <br />\"<span class=\"red\">prefix/</span>\" = "
  96. "http://yoursite/<span class=\"red\">prefix/</span>123\n"
  97. " <br />\"<span class=\"red\">prefix-</span>\" = "
  98. "http://yoursite/<span class=\"red\">prefix-</span>123\n"
  99. " </p>"
  100. msgstr ""
  101. #: include/options_page.php:246
  102. msgid "Shortcode"
  103. msgstr ""
  104. #: include/options_page.php:250
  105. msgid "Disable Shortcode [urlyar_shortlink]"
  106. msgstr ""
  107. #: include/options_page.php:255
  108. msgid "Disables the usage of URL Shortener shortcode [urlyar_shortlink]"
  109. msgstr ""
  110. #: include/options_page.php:260
  111. msgid "QR Code"
  112. msgstr ""
  113. #: include/options_page.php:263
  114. msgid "Append QR Code to: "
  115. msgstr ""
  116. #: include/options_page.php:279
  117. msgid "QR Code Provider "
  118. msgstr ""
  119. #. Plugin Name of the plugin/theme
  120. #: include/options_page.php:284 urlyar.php:418
  121. msgid "URLYar"
  122. msgstr ""
  123. #: include/options_page.php:289
  124. msgid "Google"
  125. msgstr ""
  126. #: include/options_page.php:294
  127. msgid "Text before QR Code "
  128. msgstr ""
  129. #: include/options_page.php:353
  130. msgid "URL Service Configuration"
  131. msgstr ""
  132. #: include/options_page.php:354
  133. msgid "Select and configure your desired Short URL service."
  134. msgstr ""
  135. #: include/options_page.php:355
  136. msgid ""
  137. "<span class=\"red\">*</span> are required configurations for that service."
  138. msgstr ""
  139. #: include/options_page.php:360 include/options_page.php:368
  140. msgid "Select"
  141. msgstr ""
  142. #: include/options_page.php:361 include/options_page.php:369
  143. msgid "Services"
  144. msgstr ""
  145. #: include/options_page.php:363 include/options_page.php:371
  146. msgid "Configuration"
  147. msgstr ""
  148. #: include/options_page.php:409 include/options_page.php:435
  149. msgid "User/ID"
  150. msgstr ""
  151. #: include/options_page.php:421
  152. msgid "Key/API"
  153. msgstr ""
  154. #: include/options_page.php:438
  155. msgid "Password"
  156. msgstr ""
  157. #: include/options_page.php:442
  158. msgid "URL to the YOURLS API"
  159. msgstr ""
  160. #: include/options_page.php:451
  161. msgid "Service/Domain"
  162. msgstr ""
  163. #: include/options_page.php:485
  164. msgid "No Configuration Needed"
  165. msgstr ""
  166. #: include/options_page.php:551
  167. msgid ""
  168. "<strong>Service Configuration: </strong>Please fill the required User/ID"
  169. msgstr ""
  170. #: include/options_page.php:559
  171. msgid ""
  172. "<strong>Service Configuration: </strong>Please fill in the required API/Key"
  173. msgstr ""
  174. #: include/options_page.php:576
  175. msgid "Save Changes"
  176. msgstr ""
  177. #: include/options_page_help.php:6
  178. msgid "More Information"
  179. msgstr ""
  180. #: include/options_page_help.php:7
  181. msgid ""
  182. "Additional information and upgrade notes are available via the plugin's <a "
  183. "href=\"http://salamzadeh.net/plugins/urlyar/docs/url-shortener-wordpress-"
  184. "plugin\">Wiki Page</a>"
  185. msgstr ""
  186. #: include/options_page_help.php:9
  187. msgid ""
  188. "Do check out the <a href=\"http://salamzadeh.net/plugins/urlyar/docs/url-"
  189. "shortener-wordpress-plugin/faq\">FAQ</a> and <a href=\"http://salamzadeh.net/"
  190. "plugins/urlyar/docs/url-shortener-wordpress-plugin/known-issues\">Known "
  191. "Issues</a> as well"
  192. msgstr ""
  193. #: include/options_page_help.php:12
  194. msgid "Version References"
  195. msgstr ""
  196. #: include/options_page_help.php:14
  197. msgid "Plugin Version: "
  198. msgstr ""
  199. #: include/options_page_help.php:18
  200. msgid "Shortener Modules"
  201. msgstr ""
  202. #: include/options_page_help.php:22
  203. msgid "Name"
  204. msgstr ""
  205. #: include/options_page_help.php:23
  206. msgid "Description"
  207. msgstr ""
  208. #: include/options_page_help.php:24
  209. msgid "ID"
  210. msgstr ""
  211. #: include/options_page_help.php:46
  212. msgid "Support"
  213. msgstr ""
  214. #: include/options_page_help.php:47
  215. msgid "You can get support for the plugin via the following channels: "
  216. msgstr ""
  217. #: include/options_page_help.php:48
  218. msgid ""
  219. "<a href=\"http://wordpress.org/tags/url-shortener\">WordPress Support Forum</"
  220. "a>"
  221. msgstr ""
  222. #: include/options_page_help.php:49
  223. msgid "<a href=\"https://www.salamzadeh.net/contact/\">Send me a message</a>"
  224. msgstr ""
  225. #: include/options_page_help.php:51
  226. msgid ""
  227. "If you like this plugin and would like to <a href=\"http://salamzadeh.net/"
  228. "plugins/urlyar/contribute/\">Contribute</a> back, I'll be very grateful!"
  229. msgstr ""
  230. #: urlyar.php:388 urlyar.php:452
  231. msgid "Get Shortlink"
  232. msgstr ""
  233. #. Plugin URI of the plugin/theme
  234. msgid "https://salamzadeh.net/plugins/urlyar"
  235. msgstr ""
  236. #. Description of the plugin/theme
  237. msgid ""
  238. "This plugin provides integration of URL Shorteners (e.g. urlyar.ir, trew.ir, "
  239. "fsda.ir, saqw.ir and what you want)."
  240. msgstr ""
  241. #. Author of the plugin/theme
  242. msgid "Sasan Salamzadeh"
  243. msgstr ""
  244. #. Author URI of the plugin/theme
  245. msgid "http://www.salamzadeh.net"
  246. msgstr ""