Transposh WordPress Translation - Version 0.8.4

Version Description

= 0.8.0 = The widgets can have multiple instances, you need to change the current instance If you want to use a google/msn API key, it is now possible = 0.7.0 = New edit interface, tons of other fixes = 0.6.6 = Fixed two XSS vulnerabilities = 0.6.3 = Support .po/.mo files = 0.6.0 = Much improved translation interface engine = 0.5.7 = Fix for critical bug in 0.5.6 = 0.5.6 = Support pluggable widgets = 0.5.5 = Support for buddypress URLs = 0.5.3 = Support URL translation = 0.5.2 = Improved lang attribute support, changed default language translation option = 0.5.1 = Improved speed and database structure = 0.5.0 = Ability to translate all content, backup service for human translations = 0.4.3 = Minor bug fixes, more compatability = 0.4.2 = This version provides Haitian support, auto translate with bing support = 0.4.0 = This version provides integration with google-sitemaps-xml and wp-super-cache = 0.3.9 = This version allows sorting of languages within the widget

Download this release

Release Info

Developer oferwald
Plugin Icon 128x128 Transposh WordPress Translation
Version 0.8.4
Comparing to
See all releases

Code changes from version 0.8.3 to 0.8.4

Files changed (56) hide show
  1. core/constants.php +27 -10
  2. core/parser.php +38 -36
  3. core/utils.php +2 -2
  4. css/transposh.css +1 -1
  5. img/apertiumicon.png +0 -0
  6. img/flags/ly-old.png +0 -0
  7. img/flags/ly.png +0 -0
  8. img/flags53.png +0 -0
  9. img/flags66b.png +0 -0
  10. img/ohticon.png +0 -0
  11. js/l/de.js +2 -2
  12. js/l/es.js +2 -2
  13. js/l/fa.js +2 -2
  14. js/l/he.js +2 -2
  15. js/l/it.js +2 -2
  16. js/l/nl.js +2 -2
  17. js/l/ru.js +2 -2
  18. js/transposh.js +3 -3
  19. js/transposhbackend.js +2 -2
  20. js/transposhcommentslang.js +2 -2
  21. js/transposhedit.js +25 -24
  22. js/transposhsettings.js +2 -2
  23. langs/transposh-de_DE.mo +0 -0
  24. langs/transposh-de_DE.po +156 -104
  25. langs/transposh-es_ES.mo +0 -0
  26. langs/transposh-es_ES.po +158 -106
  27. langs/transposh-fa_IR.po +156 -104
  28. langs/transposh-he_IL.mo +0 -0
  29. langs/transposh-he_IL.po +156 -104
  30. langs/transposh-it_IT.mo +0 -0
  31. langs/transposh-it_IT.po +156 -104
  32. langs/transposh-nl_NL.po +156 -104
  33. langs/transposh-pt_BR.mo +0 -0
  34. langs/transposh-pt_BR.po +694 -0
  35. langs/transposh-ru_RU.mo +0 -0
  36. langs/transposh-ru_RU.po +156 -104
  37. langs/transposh-tr_TR.po +158 -106
  38. readme.txt +16 -2
  39. transposh.php +120 -6
  40. widgets/default/tpw_default.php +2 -2
  41. widgets/dropdown/tpw_image_dropdown.php +2 -2
  42. widgets/flags/flags66.png +0 -0
  43. widgets/flags/flags66b.png +0 -0
  44. widgets/flags/tpw_flags.php +2 -2
  45. widgets/flags/tpw_flags_css.css +3 -3
  46. widgets/flags/tpw_flags_css.php +2 -2
  47. widgets/flagslist/tpw_list_with_flags.php +3 -3
  48. widgets/flagslist/tpw_list_with_flags_css.php +3 -3
  49. wp/transposh_3rdparty.php +2 -2
  50. wp/transposh_admin.php +41 -10
  51. wp/transposh_ajax.php +2 -2
  52. wp/transposh_backup.php +40 -16
  53. wp/transposh_db.php +16 -7
  54. wp/transposh_options.php +24 -2
  55. wp/transposh_postpublish.php +2 -2
  56. wp/transposh_widget.php +4 -12
core/constants.php CHANGED
@@ -1,14 +1,14 @@
1
  <?php
2
 
3
  /*
4
- * Transposh v0.8.3
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
- * Date: Mon, 28 May 2012 14:38:35 +0300
12
  */
13
 
14
  //Language indicator in URL. i.e. lang=en
@@ -98,7 +98,7 @@ class transposh_consts {
98
  'sk' => 'Slovak,Slovenčina,sk,sk_SK',
99
  'sl' => 'Slovene,Slovenščina,si,sl_SI', //slovenian
100
  'es' => 'Spanish,Español,es,es_ES',
101
- 'sw' => 'Swahili,Kiswahili,ke,',
102
  'sv' => 'Swedish,Svenska,se,sv_SE',
103
  'tl' => 'Tagalog,Tagalog,ph,', // fhilipino
104
  'ta' => 'Tamil,தமிழ்,lk,ta_LK',
@@ -111,15 +111,15 @@ class transposh_consts {
111
  'cy' => 'Welsh,Cymraeg,wales,',
112
  'yi' => 'Yiddish,ייִדיש,europeanunion,'
113
  );
114
-
115
  public static function get_language_name($lang) {
116
- list ($langname, $langorigname, $flag) = explode(",", transposh_consts::$languages[$lang]);
117
- return $langname;
118
  }
119
 
120
  public static function get_language_orig_name($lang) {
121
- list ($langname, $langorigname, $flag) = explode(",", transposh_consts::$languages[$lang]);
122
- return $langorigname;
123
  }
124
 
125
  // Language which are read from right to left (rtl)
@@ -140,6 +140,18 @@ class transposh_consts {
140
  // Apertium supported languages
141
  // a bit tricky, but we'll see - starting with just esperanto
142
  public static $apertium_languages = array('eo');
 
 
 
 
 
 
 
 
 
 
 
 
143
  // Array for holding po domains we have problems with
144
  public static $ignored_po_domains = array('MailPress');
145
  // Array holding list of jQueryUI themes
@@ -153,10 +165,10 @@ class transposh_consts {
153
  define('TRANSLATOR', 'translator');
154
 
155
  //Define for transposh plugin version
156
- define('TRANSPOSH_PLUGIN_VER', '0.8.3');
157
 
158
  //Current jQuery UI
159
- define('JQUERYUI_VER', '1.8.16');
160
 
161
  //Define segment id prefix, will be included in span tag. also used as class identifier
162
  define('SPAN_PREFIX', 'tr_');
@@ -170,6 +182,11 @@ define('TRANSPOSH_TEXT_DOMAIN', 'transposh');
170
  //0.3.5 - Storing all options in this config option
171
  define('TRANSPOSH_OPTIONS', 'transposh_options');
172
 
 
 
 
 
 
173
  //0.5.6 new definitions
174
  //Defintions for directories used in the plugin
175
  define('TRANSPOSH_DIR_CSS', 'css');
1
  <?php
2
 
3
  /*
4
+ * Transposh v0.8.4
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
12
  */
13
 
14
  //Language indicator in URL. i.e. lang=en
98
  'sk' => 'Slovak,Slovenčina,sk,sk_SK',
99
  'sl' => 'Slovene,Slovenščina,si,sl_SI', //slovenian
100
  'es' => 'Spanish,Español,es,es_ES',
101
+ 'sw' => 'Swahili,Kiswahili,tz,',
102
  'sv' => 'Swedish,Svenska,se,sv_SE',
103
  'tl' => 'Tagalog,Tagalog,ph,', // fhilipino
104
  'ta' => 'Tamil,தமிழ்,lk,ta_LK',
111
  'cy' => 'Welsh,Cymraeg,wales,',
112
  'yi' => 'Yiddish,ייִדיש,europeanunion,'
113
  );
114
+
115
  public static function get_language_name($lang) {
116
+ list ($langname, $langorigname, $flag) = explode(",", transposh_consts::$languages[$lang]);
117
+ return $langname;
118
  }
119
 
120
  public static function get_language_orig_name($lang) {
121
+ list ($langname, $langorigname, $flag) = explode(",", transposh_consts::$languages[$lang]);
122
+ return $langorigname;
123
  }
124
 
125
  // Language which are read from right to left (rtl)
140
  // Apertium supported languages
141
  // a bit tricky, but we'll see - starting with just esperanto
142
  public static $apertium_languages = array('eo');
143
+ // todo - more languages in OHT
144
+ //Bosnian bs-ba
145
+ //Chinese Cantonese zh-cn-yue -- check
146
+ //Chinese Mandarin-Simplified zh-cn-cmn-s
147
+ //Chinese Mandarin-Traditional zh-cn-cmn-t
148
+ //Dari fa-af
149
+ //Kazakh kk-kz
150
+ //Khmer km-kh
151
+ //Lao lo-la
152
+ //Pashto ps
153
+ //Uzbek uz-uz
154
+ public static $oht_languages = array('en', 'sq', 'ar', 'bn', 'bg', 'ca', 'zh', 'zh-tw', 'hr', 'cs', 'da', 'nl', 'et', 'fa', 'fi', 'fr', 'ka', 'de', 'el', 'he', 'hi', 'hu', 'id', 'it', 'jp', 'ko', 'lv', 'lt', 'mk', 'ms', 'no', 'pl', 'pt', 'ro', 'ru', 'sr', 'sk', 'sl', 'es', 'sv', 'tl', 'ta', 'th', 'tr', 'uk', 'ur', 'vi');
155
  // Array for holding po domains we have problems with
156
  public static $ignored_po_domains = array('MailPress');
157
  // Array holding list of jQueryUI themes
165
  define('TRANSLATOR', 'translator');
166
 
167
  //Define for transposh plugin version
168
+ define('TRANSPOSH_PLUGIN_VER', '0.8.4');
169
 
170
  //Current jQuery UI
171
+ define('JQUERYUI_VER', '1.8.23');
172
 
173
  //Define segment id prefix, will be included in span tag. also used as class identifier
174
  define('SPAN_PREFIX', 'tr_');
182
  //0.3.5 - Storing all options in this config option
183
  define('TRANSPOSH_OPTIONS', 'transposh_options');
184
 
185
+ //0.9.0 - Storing oht project
186
+ define('TRANSPOSH_OPTIONS_OHT', 'transposh_options_oht');
187
+ define('TRANSPOSH_OPTIONS_OHT_PROJECTS', 'transposh_options_oht_projects');
188
+ define('TRANSPOSH_OHT_DELAY', 600);
189
+
190
  //0.5.6 new definitions
191
  //Defintions for directories used in the plugin
192
  define('TRANSPOSH_DIR_CSS', 'css');
core/parser.php CHANGED
@@ -1,14 +1,14 @@
1
  <?php
2
 
3
  /*
4
- * Transposh v0.8.3
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
- * Date: Mon, 28 May 2012 14:38:35 +0300
12
  */
13
 
14
  require_once("shd/simple_html_dom.php");
@@ -208,8 +208,8 @@ class parser {
208
  * @param string $entity - html entity to check
209
  * @return boolean true if not a breaker (apostrophy)
210
  */
211
- function is_entity_breaker($entity) {
212
- return!(stripos('&#8217;&apos;&quot;&#039;&#39;&rsquo;&lsquo;&rdquo;&ldquo;', $entity) !== FALSE);
213
  }
214
 
215
  /**
@@ -290,7 +290,7 @@ class parser {
290
 
291
  $entnum = (int) substr($entity, 2);
292
  if (($entnum >= 192 && $entnum <= 214) || ($entnum >= 216 && $entnum <= 246) || ($entnum >= 248 && $entnum <= 255)
293
- || $entnum == 338 || $entnum == 339|| $entnum == 352|| $entnum == 353|| $entnum == 376) {
294
  return true;
295
  }
296
  $entities = '&Agrave;&Aacute;&Acirc;&Atilde;&Auml;&Aring;&AElig;&Ccedil;&Egrave;&Eacute;&Ecirc;&Euml;&Igrave;&Iacute;&Icirc;&Iuml;&ETH;' .
@@ -512,6 +512,8 @@ class parser {
512
  }
513
  if (isset($src_set_here) && $src_set_here)
514
  $this->srclang = $prevsrclang;
 
 
515
  return;
516
  }
517
 
@@ -709,8 +711,8 @@ class parser {
709
  foreach (array('title', 'value') as $title) {
710
  foreach ($this->html->find('[' . $title . ']') as $e) {
711
  if (isset($e->nodes)) foreach ($e->nodes as $ep) {
712
- if ($ep->phrase) $originals[$ep->phrase] = true;
713
- }
714
  }
715
  }
716
  foreach ($this->html->find('[content]') as $e) {
@@ -793,7 +795,7 @@ class parser {
793
  }
794
 
795
  // this adds saved spans to the first not in select element which is in the body
796
- if (!$ep->inselect && $savedspan && $ep->inbody) { // (TODO: might not be...?)
797
  $e->outertext = $savedspan . $e->outertext;
798
  $savedspan = '';
799
  }
@@ -811,38 +813,38 @@ class parser {
811
  }
812
 
813
  if (isset($e->nodes)) foreach ($e->nodes as $ep) {
814
- if ($ep->tag == 'phrase') {
815
- list ($source, $translated_text) = call_user_func_array($this->fetch_translate_func, array($ep->phrase, $this->lang));
816
- // more stats
817
- $this->stats->total_phrases++;
818
- if ($ep->inbody) $this->stats->hidden_phrases++; else
819
- $this->stats->meta_phrases++;
820
- if ($translated_text) {
821
- $this->stats->translated_phrases++;
822
- if ($ep->inbody)
823
- $this->stats->hidden_translated_phrases++; else
824
- $this->stats->meta_translated_phrases++;
825
- if ($source == 0)
826
- $this->stats->human_translated_phrases++;
827
- }
828
- if (($this->is_edit_mode || ($this->is_auto_translate && $translated_text == null)) && $ep->inbody) {
829
- // prevent duplicate translation (title = text)
830
- if (strpos($e->innertext, transposh_utils::base64_url_encode($ep->phrase)) === false) {
831
- //no need to translate span the same hidden phrase more than once
832
- if (!in_array($ep->phrase, $hidden_phrases)) {
833
- $this->stats->hidden_translateable_phrases++;
834
- $span .= $this->create_edit_span($ep->phrase, $translated_text, $source, true, $ep->srclang);
835
- //
836
- $hidden_phrases[] = $ep->phrase;
 
837
  }
838
  }
839
- }
840
- // if we need to replace, we store this
841
- if ($translated_text) {
842
- $replace[$translated_text] = $ep;
843
  }
844
  }
845
- }
846
  // and later replace
847
  foreach (array_reverse($replace, true) as $replace => $epg) {
848
  $e->title = substr_replace($e->title, $replace, $epg->start, $epg->len);
1
  <?php
2
 
3
  /*
4
+ * Transposh v0.8.4
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
12
  */
13
 
14
  require_once("shd/simple_html_dom.php");
208
  * @param string $entity - html entity to check
209
  * @return boolean true if not a breaker (apostrophy)
210
  */
211
+ function is_entity_breaker($entity) { // &#8216;&#8217;??
212
+ return !(stripos('&#8216;&#8217;&apos;&quot;&#039;&#39;&rsquo;&lsquo;&rdquo;&ldquo;', $entity) !== FALSE);
213
  }
214
 
215
  /**
290
 
291
  $entnum = (int) substr($entity, 2);
292
  if (($entnum >= 192 && $entnum <= 214) || ($entnum >= 216 && $entnum <= 246) || ($entnum >= 248 && $entnum <= 255)
293
+ || $entnum == 338 || $entnum == 339 || $entnum == 352 || $entnum == 353 || $entnum == 376) {
294
  return true;
295
  }
296
  $entities = '&Agrave;&Aacute;&Acirc;&Atilde;&Auml;&Aring;&AElig;&Ccedil;&Egrave;&Eacute;&Ecirc;&Euml;&Igrave;&Iacute;&Icirc;&Iuml;&ETH;' .
512
  }
513
  if (isset($src_set_here) && $src_set_here)
514
  $this->srclang = $prevsrclang;
515
+ if (isset($inselect_set_here) && $inselect_set_here)
516
+ $this->inselect = false;
517
  return;
518
  }
519
 
711
  foreach (array('title', 'value') as $title) {
712
  foreach ($this->html->find('[' . $title . ']') as $e) {
713
  if (isset($e->nodes)) foreach ($e->nodes as $ep) {
714
+ if ($ep->phrase) $originals[$ep->phrase] = true;
715
+ }
716
  }
717
  }
718
  foreach ($this->html->find('[content]') as $e) {
795
  }
796
 
797
  // this adds saved spans to the first not in select element which is in the body
798
+ if ($e->nodes && !$ep->inselect && $savedspan && $ep->inbody) { // (TODO: might not be...?)
799
  $e->outertext = $savedspan . $e->outertext;
800
  $savedspan = '';
801
  }
813
  }
814
 
815
  if (isset($e->nodes)) foreach ($e->nodes as $ep) {
816
+ if ($ep->tag == 'phrase') {
817
+ list ($source, $translated_text) = call_user_func_array($this->fetch_translate_func, array($ep->phrase, $this->lang));
818
+ // more stats
819
+ $this->stats->total_phrases++;
820
+ if ($ep->inbody) $this->stats->hidden_phrases++; else
821
+ $this->stats->meta_phrases++;
822
+ if ($translated_text) {
823
+ $this->stats->translated_phrases++;
824
+ if ($ep->inbody)
825
+ $this->stats->hidden_translated_phrases++; else
826
+ $this->stats->meta_translated_phrases++;
827
+ if ($source == 0)
828
+ $this->stats->human_translated_phrases++;
829
+ }
830
+ if (($this->is_edit_mode || ($this->is_auto_translate && $translated_text == null)) && $ep->inbody) {
831
+ // prevent duplicate translation (title = text)
832
+ if (strpos($e->innertext, transposh_utils::base64_url_encode($ep->phrase)) === false) {
833
+ //no need to translate span the same hidden phrase more than once
834
+ if (!in_array($ep->phrase, $hidden_phrases)) {
835
+ $this->stats->hidden_translateable_phrases++;
836
+ $span .= $this->create_edit_span($ep->phrase, $translated_text, $source, true, $ep->srclang);
837
+ //
838
+ $hidden_phrases[] = $ep->phrase;
839
+ }
840
  }
841
  }
842
+ // if we need to replace, we store this
843
+ if ($translated_text) {
844
+ $replace[$translated_text] = $ep;
845
+ }
846
  }
847
  }
 
848
  // and later replace
849
  foreach (array_reverse($replace, true) as $replace => $epg) {
850
  $e->title = substr_replace($e->title, $replace, $epg->start, $epg->len);
core/utils.php CHANGED
@@ -1,14 +1,14 @@
1
  <?php
2
 
3
  /*
4
- * Transposh v0.8.3
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
- * Date: Mon, 28 May 2012 14:38:35 +0300
12
  */
13
 
14
  /**
1
  <?php
2
 
3
  /*
4
+ * Transposh v0.8.4
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
12
  */
13
 
14
  /**
css/transposh.css CHANGED
@@ -1 +1 @@
1
- .tr-icon{background-image:url(../img/tr_imgs.png);height:12px;width:12px;background-repeat:no-repeat;overflow:hidden;text-indent:-99999px;display:inline-block;cursor:pointer;}.tr-icon-yellow{background-position:-12px 0;}.tr-icon-green{background-position:-24px 0;}.tr-icon-google{background-image:url(../img/googleicon.png)!important;}.tr-icon-bing{background-image:url(../img/bingicon.png)!important;}.tr-icon-apertium{background-image:url(../img/apertiumicon.png)!important;}
1
+ .tr-icon{background-image:url(../img/tr_imgs.png);height:12px;width:12px;background-repeat:no-repeat;overflow:hidden;text-indent:-99999px;display:inline-block;cursor:pointer;}.tr-icon-yellow{background-position:-12px 0;}.tr-icon-green{background-position:-24px 0;}.tr-icon-google{background-image:url(../img/googleicon.png)!important;}.tr-icon-bing{background-image:url(../img/bingicon.png)!important;}.tr-icon-apertium{background-image:url(../img/apertiumicon.png)!important;}.tr-icon-oht{background-image:url(../img/ohticon.png)!important;}
img/apertiumicon.png CHANGED
Binary file
img/flags/ly-old.png ADDED
Binary file
img/flags/ly.png CHANGED
Binary file
img/flags53.png CHANGED
Binary file
img/flags66b.png ADDED
Binary file
img/ohticon.png ADDED
Binary file
js/l/de.js CHANGED
@@ -1,12 +1,12 @@
1
  /*
2
- * Transposh v0.8.3
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
- * Date: Mon, 28 May 2012 14:38:35 +0300
10
  */
11
  t_jp.l={"Close without saving?":"Schlie\u00dfen ohne Speichern?","You have made a change to the translation. Are you sure you want to discard it?":"Sie haben die \u00dcbersetzung bearbeitet. Sind Sie sicher, dass Sie abbrechen wollen?",History:"Verlauf","Loading...":"Laden...",Translated:"\u00dcbersetzt",By:"von",At:"\u00fcber",google:"Google",bing:"Bing",apertium:"Apertium","manual translation":"manuelle \u00dcbersetzung","bing suggest":"Bing Suggest","google suggest":"Google Suggest","apertium suggest":"Apertium Suggest",
12
  "Edit Translation":"\u00dcbersetzung bearbeiten","Original text":"Originaltext","read alternate translations":"alternative \u00dcbersetzung lesen","previous translation":"Vorherige","find on page":"Auf Seite suchen","next translation":"N\u00e4chste","Translate to":"\u00dcbersetzen nach","view translation log":"\u00dcbersetzungsprotokoll anzeigen","virtual keyboard":"virtuelle Tastatur","approve translation":"\u00dcbersetzung genehmigen","delete":"L\u00f6schen",Discard:"Verwerfen",Cancel:"Abbrechen"};
1
  /*
2
+ * Transposh v0.8.4
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
10
  */
11
  t_jp.l={"Close without saving?":"Schlie\u00dfen ohne Speichern?","You have made a change to the translation. Are you sure you want to discard it?":"Sie haben die \u00dcbersetzung bearbeitet. Sind Sie sicher, dass Sie abbrechen wollen?",History:"Verlauf","Loading...":"Laden...",Translated:"\u00dcbersetzt",By:"von",At:"\u00fcber",google:"Google",bing:"Bing",apertium:"Apertium","manual translation":"manuelle \u00dcbersetzung","bing suggest":"Bing Suggest","google suggest":"Google Suggest","apertium suggest":"Apertium Suggest",
12
  "Edit Translation":"\u00dcbersetzung bearbeiten","Original text":"Originaltext","read alternate translations":"alternative \u00dcbersetzung lesen","previous translation":"Vorherige","find on page":"Auf Seite suchen","next translation":"N\u00e4chste","Translate to":"\u00dcbersetzen nach","view translation log":"\u00dcbersetzungsprotokoll anzeigen","virtual keyboard":"virtuelle Tastatur","approve translation":"\u00dcbersetzung genehmigen","delete":"L\u00f6schen",Discard:"Verwerfen",Cancel:"Abbrechen"};
js/l/es.js CHANGED
@@ -1,12 +1,12 @@
1
  /*
2
- * Transposh v0.8.3
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
- * Date: Mon, 28 May 2012 14:38:35 +0300
10
  */
11
  t_jp.l={"Close without saving?":"Cerrar sin guardar?","You have made a change to the translation. Are you sure you want to discard it?":"Has cambiado la traducion. Estas seguro que lo quieres eliminar?",History:"Historia","Loading...":"Cargando...",Translated:"Traducido",By:"Por",At:"En",google:"google",bing:"bing",apertium:"apertium","manual translation":"traducci\u00f3n manual","bing suggest":"sugerencia de bing","google suggest":"sugerencia de google","apertium suggest":"sugerencia de apertium",
12
  "Edit Translation":"Editar traducci\u00f3n","Original text":"Texto original","read alternate translations":"lee traducci\u00f3nes alternativas","previous translation":"traducci\u00f3n anterior","find on page":"encuentra en la pagina","next translation":"siguiente traducci\u00f3n","Translate to":"Traducir a","view translation log":"muestra diario de traducion","virtual keyboard":"teclado virtual","approve translation":"aprueba traducion","delete":"eliminar",Discard:"Descartar",Cancel:"Cancelar"};
1
  /*
2
+ * Transposh v0.8.4
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
10
  */
11
  t_jp.l={"Close without saving?":"Cerrar sin guardar?","You have made a change to the translation. Are you sure you want to discard it?":"Has cambiado la traducion. Estas seguro que lo quieres eliminar?",History:"Historia","Loading...":"Cargando...",Translated:"Traducido",By:"Por",At:"En",google:"google",bing:"bing",apertium:"apertium","manual translation":"traducci\u00f3n manual","bing suggest":"sugerencia de bing","google suggest":"sugerencia de google","apertium suggest":"sugerencia de apertium",
12
  "Edit Translation":"Editar traducci\u00f3n","Original text":"Texto original","read alternate translations":"lee traducci\u00f3nes alternativas","previous translation":"traducci\u00f3n anterior","find on page":"encuentra en la pagina","next translation":"siguiente traducci\u00f3n","Translate to":"Traducir a","view translation log":"muestra diario de traducion","virtual keyboard":"teclado virtual","approve translation":"aprueba traducion","delete":"eliminar",Discard:"Descartar",Cancel:"Cancelar"};
js/l/fa.js CHANGED
@@ -1,12 +1,12 @@
1
  /*
2
- * Transposh v0.8.3
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
- * Date: Mon, 28 May 2012 14:38:35 +0300
10
  */
11
  t_jp.l={"Close without saving?":"\u0628\u062f\u0648\u0646 \u0646\u06af\u0647 \u062f\u0627\u0631\u06cc \u0628\u0628\u0646\u062f\u06cc\u0645\u061f","You have made a change to the translation. Are you sure you want to discard it?":"\u0634\u0645\u0627 \u062f\u0631 \u062a\u0631\u062c\u0645\u0647 \u06cc\u06a9 \u062f\u06af\u0631\u06af\u0648\u0646\u06cc \u0633\u0627\u062e\u062a\u0647 \u0627\u06cc\u062f \u0622\u06cc\u0627 \u0622\u06af\u0627\u0647\u0627\u0646\u0647 \u0645\u06cc \u062e\u0648\u0627\u0647\u06cc\u062f \u0622\u0646 \u0631\u0627 \u062f\u0648\u0631 \u0628\u06cc\u0646\u062f\u0627\u0632\u06cc\u062f\u061f ",
12
  History:"\u067e\u06cc\u0634\u06cc\u0646\u0647","Loading...":"\u0628\u0627\u0631\u06af\u06cc\u0631\u06cc...",Translated:"\u062a\u0631\u062c\u0645\u0647 \u0634\u062f\u0647",By:"\u0628\u0627",At:"\u062f\u0631",google:"\u06af\u0648\u06af\u0644",bing:"\u0628\u06cc\u0646\u06af",apertium:"\u0627\u0650\u06cc \u067e\u0650\u0631\u0634\u0650\u0645","manual translation":"\u062a\u0631\u062c\u0645\u0647 \u06cc \u062f\u0633\u062a\u06cc","bing suggest":"\u067e\u06cc\u0634\u0646\u0647\u0627\u062f \u0628\u06cc\u0646\u06af",
1
  /*
2
+ * Transposh v0.8.4
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
10
  */
11
  t_jp.l={"Close without saving?":"\u0628\u062f\u0648\u0646 \u0646\u06af\u0647 \u062f\u0627\u0631\u06cc \u0628\u0628\u0646\u062f\u06cc\u0645\u061f","You have made a change to the translation. Are you sure you want to discard it?":"\u0634\u0645\u0627 \u062f\u0631 \u062a\u0631\u062c\u0645\u0647 \u06cc\u06a9 \u062f\u06af\u0631\u06af\u0648\u0646\u06cc \u0633\u0627\u062e\u062a\u0647 \u0627\u06cc\u062f \u0622\u06cc\u0627 \u0622\u06af\u0627\u0647\u0627\u0646\u0647 \u0645\u06cc \u062e\u0648\u0627\u0647\u06cc\u062f \u0622\u0646 \u0631\u0627 \u062f\u0648\u0631 \u0628\u06cc\u0646\u062f\u0627\u0632\u06cc\u062f\u061f ",
12
  History:"\u067e\u06cc\u0634\u06cc\u0646\u0647","Loading...":"\u0628\u0627\u0631\u06af\u06cc\u0631\u06cc...",Translated:"\u062a\u0631\u062c\u0645\u0647 \u0634\u062f\u0647",By:"\u0628\u0627",At:"\u062f\u0631",google:"\u06af\u0648\u06af\u0644",bing:"\u0628\u06cc\u0646\u06af",apertium:"\u0627\u0650\u06cc \u067e\u0650\u0631\u0634\u0650\u0645","manual translation":"\u062a\u0631\u062c\u0645\u0647 \u06cc \u062f\u0633\u062a\u06cc","bing suggest":"\u067e\u06cc\u0634\u0646\u0647\u0627\u062f \u0628\u06cc\u0646\u06af",
js/l/he.js CHANGED
@@ -1,12 +1,12 @@
1
  /*
2
- * Transposh v0.8.3
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
- * Date: Mon, 28 May 2012 14:38:35 +0300
10
  */
11
  t_jp.l={"Close without saving?":"\u05dc\u05e1\u05d2\u05d5\u05e8 \u05d1\u05dc\u05d9 \u05dc\u05e9\u05de\u05d5\u05e8?","You have made a change to the translation. Are you sure you want to discard it?":"\u05d1\u05d9\u05e6\u05e2\u05ea \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d1\u05ea\u05e8\u05d2\u05d5\u05dd, \u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d0\u05ea\u05d4 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05d5\u05d5\u05ea\u05e8 \u05e2\u05dc\u05d9\u05d5?",History:"\u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d4",
12
  "Loading...":"\u05d8\u05d5\u05e2\u05df...",Translated:"\u05ea\u05d5\u05e8\u05d2\u05dd",By:"\u05e2\u05dc \u05d9\u05d3\u05d9",At:"\u05d1",google:"\u05d2\u05d5\u05d2\u05dc",bing:"\u05d1\u05d9\u05e0\u05d2",apertium:"\u05d0\u05e4\u05e8\u05d8\u05d9\u05d5\u05dd","manual translation":"\u05ea\u05e8\u05d2\u05d5\u05dd \u05d9\u05d3\u05e0\u05d9","bing suggest":"\u05d4\u05e6\u05e2\u05d5\u05ea \u05d1\u05d9\u05e0\u05d2","google suggest":"\u05d4\u05e6\u05e2\u05d5\u05ea \u05d2\u05d5\u05d2\u05dc","apertium suggest":"\u05d4\u05e6\u05e2\u05d5\u05ea \u05d0\u05e4\u05e8\u05d8\u05d9\u05d5\u05dd",
1
  /*
2
+ * Transposh v0.8.4
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
10
  */
11
  t_jp.l={"Close without saving?":"\u05dc\u05e1\u05d2\u05d5\u05e8 \u05d1\u05dc\u05d9 \u05dc\u05e9\u05de\u05d5\u05e8?","You have made a change to the translation. Are you sure you want to discard it?":"\u05d1\u05d9\u05e6\u05e2\u05ea \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d1\u05ea\u05e8\u05d2\u05d5\u05dd, \u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d0\u05ea\u05d4 \u05e8\u05d5\u05e6\u05d4 \u05dc\u05d5\u05d5\u05ea\u05e8 \u05e2\u05dc\u05d9\u05d5?",History:"\u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d4",
12
  "Loading...":"\u05d8\u05d5\u05e2\u05df...",Translated:"\u05ea\u05d5\u05e8\u05d2\u05dd",By:"\u05e2\u05dc \u05d9\u05d3\u05d9",At:"\u05d1",google:"\u05d2\u05d5\u05d2\u05dc",bing:"\u05d1\u05d9\u05e0\u05d2",apertium:"\u05d0\u05e4\u05e8\u05d8\u05d9\u05d5\u05dd","manual translation":"\u05ea\u05e8\u05d2\u05d5\u05dd \u05d9\u05d3\u05e0\u05d9","bing suggest":"\u05d4\u05e6\u05e2\u05d5\u05ea \u05d1\u05d9\u05e0\u05d2","google suggest":"\u05d4\u05e6\u05e2\u05d5\u05ea \u05d2\u05d5\u05d2\u05dc","apertium suggest":"\u05d4\u05e6\u05e2\u05d5\u05ea \u05d0\u05e4\u05e8\u05d8\u05d9\u05d5\u05dd",
js/l/it.js CHANGED
@@ -1,12 +1,12 @@
1
  /*
2
- * Transposh v0.8.3
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
- * Date: Mon, 28 May 2012 14:38:35 +0300
10
  */
11
  t_jp.l={"Close without saving?":"Chiudere senza salvare?","You have made a change to the translation. Are you sure you want to discard it?":"&Egrave; stata fatta una modifica alla traduzione. Si &egrave; sicuri di volerla scartare?",History:"Storia","Loading...":"Caricamento...",Translated:"Tradotto",By:"Da",At:"A",google:"google",bing:"bing",apertium:"apertium","manual translation":"traduzione manuale","bing suggest":"bing suggerisce","google suggest":"google suggerisce","apertium suggest":"apertium suggerisce",
12
  "Edit Translation":"Modifica Traduzione","Original text":"Testo Originale","read alternate translations":"leggi le traduzioni alternative","previous translation":"traduzione precedente","find on page":"trova nella pagina","next translation":"prossima traduzione","Translate to":"Tradotto in","view translation log":"guarda il log delle traduzioni","virtual keyboard":"tastiera virtuale","approve translation":"approva traduzione","delete":"cancella",Discard:"Scarta",Cancel:"Cancella"};
1
  /*
2
+ * Transposh v0.8.4
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
10
  */
11
  t_jp.l={"Close without saving?":"Chiudere senza salvare?","You have made a change to the translation. Are you sure you want to discard it?":"&Egrave; stata fatta una modifica alla traduzione. Si &egrave; sicuri di volerla scartare?",History:"Storia","Loading...":"Caricamento...",Translated:"Tradotto",By:"Da",At:"A",google:"google",bing:"bing",apertium:"apertium","manual translation":"traduzione manuale","bing suggest":"bing suggerisce","google suggest":"google suggerisce","apertium suggest":"apertium suggerisce",
12
  "Edit Translation":"Modifica Traduzione","Original text":"Testo Originale","read alternate translations":"leggi le traduzioni alternative","previous translation":"traduzione precedente","find on page":"trova nella pagina","next translation":"prossima traduzione","Translate to":"Tradotto in","view translation log":"guarda il log delle traduzioni","virtual keyboard":"tastiera virtuale","approve translation":"approva traduzione","delete":"cancella",Discard:"Scarta",Cancel:"Cancella"};
js/l/nl.js CHANGED
@@ -1,12 +1,12 @@
1
  /*
2
- * Transposh v0.8.3
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
- * Date: Mon, 28 May 2012 14:38:35 +0300
10
  */
11
  t_jp.l={"Close without saving?":"Sluiten zonder op te slaan?","You have made a change to the translation. Are you sure you want to discard it?":"Je hebt de vertaling aangepast. Weet je zeker dat je dat wilt annuleren?",History:"Geschiedenis","Loading...":"Aan het laden...",Translated:"Vertaald",By:"Door",At:"Op",google:"google",bing:"bing",apertium:"apertium","manual translation":"eigen vertaling","bing suggest":"bing suggestie","google suggest":"google suggestie","apertium suggest":"apertium suggestie",
12
  "Edit Translation":"Vertaling aanpassen","Original text":"Oorspronkelijke tekst","read alternate translations":"bekijk alternatieve vertaling","previous translation":"vorige","find on page":"laat op de pagina zien","next translation":"volgende","Translate to":"Vertaal naar","view translation log":"Bekijk vertaallog","virtual keyboard":"virtueel toetsenbord","approve translation":"vertaling goedkeuren","delete":"verwijder",Discard:"weggooien",Cancel:"Annuleren"};
1
  /*
2
+ * Transposh v0.8.4
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
10
  */
11
  t_jp.l={"Close without saving?":"Sluiten zonder op te slaan?","You have made a change to the translation. Are you sure you want to discard it?":"Je hebt de vertaling aangepast. Weet je zeker dat je dat wilt annuleren?",History:"Geschiedenis","Loading...":"Aan het laden...",Translated:"Vertaald",By:"Door",At:"Op",google:"google",bing:"bing",apertium:"apertium","manual translation":"eigen vertaling","bing suggest":"bing suggestie","google suggest":"google suggestie","apertium suggest":"apertium suggestie",
12
  "Edit Translation":"Vertaling aanpassen","Original text":"Oorspronkelijke tekst","read alternate translations":"bekijk alternatieve vertaling","previous translation":"vorige","find on page":"laat op de pagina zien","next translation":"volgende","Translate to":"Vertaal naar","view translation log":"Bekijk vertaallog","virtual keyboard":"virtueel toetsenbord","approve translation":"vertaling goedkeuren","delete":"verwijder",Discard:"weggooien",Cancel:"Annuleren"};
js/l/ru.js CHANGED
@@ -1,12 +1,12 @@
1
  /*
2
- * Transposh v0.8.3
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
- * Date: Mon, 28 May 2012 14:38:35 +0300
10
  */
11
  t_jp.l={"Close without saving?":"\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0431\u0435\u0437 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f?","You have made a change to the translation. Are you sure you want to discard it?":"\u0412\u044b \u0441\u0434\u0435\u043b\u0430\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0435. \u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u044d\u0442\u043e?",
12
  History:"\u0418\u0441\u0442\u043e\u0440\u0438\u044f","Loading...":"\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430...",Translated:"\u041f\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043d\u043e",By:"",At:"\u0412",google:"",bing:"",apertium:"","manual translation":"\u0440\u0443\u0447\u043d\u043e\u0439 \u043f\u0435\u0440\u0435\u0432\u043e\u0434","bing suggest":"\u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435 bing","google suggest":"\u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435 google",
1
  /*
2
+ * Transposh v0.8.4
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
10
  */
11
  t_jp.l={"Close without saving?":"\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0431\u0435\u0437 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f?","You have made a change to the translation. Are you sure you want to discard it?":"\u0412\u044b \u0441\u0434\u0435\u043b\u0430\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0435. \u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0441\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u044d\u0442\u043e?",
12
  History:"\u0418\u0441\u0442\u043e\u0440\u0438\u044f","Loading...":"\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430...",Translated:"\u041f\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043d\u043e",By:"",At:"\u0412",google:"",bing:"",apertium:"","manual translation":"\u0440\u0443\u0447\u043d\u043e\u0439 \u043f\u0435\u0440\u0435\u0432\u043e\u0434","bing suggest":"\u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435 bing","google suggest":"\u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435 google",
js/transposh.js CHANGED
@@ -1,12 +1,12 @@
1
  /*
2
- * Transposh v0.8.3
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
- * Date: Mon, 28 May 2012 14:38:35 +0300
10
  */
11
  (function(c){function A(b,a){if(c.trim(a).length!==0){var d=function(){var b=c(this).attr("id").substr(c(this).attr("id").lastIndexOf("_")+1),a=c("#"+e+"img_"+b);c("#"+e+b).attr("data-source",1);a.removeClass("tr-icon-yellow").removeClass("tr-icon-green").addClass("tr-icon-yellow")};c("*[data-token='"+b+"'][data-hidden!='y']").html(a).each(d);c("*[data-token='"+b+"'][data-hidden='y']").attr("data-trans",a).each(d)}}function B(b,a){clearTimeout(q);h.push(b);o.push(a);A(b,a);q=setTimeout(function(){var b=
12
  {ln0:t_jp.lang,sr0:p,action:"tp_translation",items:h.length},a;for(a=0;a<h.length;a+=1)b["tk"+a]=h[a],b["tr"+a]=o[a],r+=c("*[data-token='"+h[a]+"']").size();c.ajax({type:"POST",url:t_jp.ajaxurl,data:b,success:function(){var b=r/i*100;t_jp.progress&&c("#"+k).progressbar("value",b)}});o=[];h=[]},200)}function j(b,a){B(b,c("<div>"+c.trim(a)+"</div>").text());var d=(i-c("."+e+'[data-source=""]').size())/i*100;t_jp.progress&&c("#"+l).progressbar("value",d)}function s(b,a,d){c.ajax({url:t_jp.ajaxurl,dataType:"json",
@@ -14,6 +14,6 @@ data:{action:"tp_gp",tl:d,q:b},success:a})}function t(b,a){s(a,function(a){c(a.r
14
  "[";c(b).each(function(a){f+='"'+encodeURIComponent(b[a].replace(/[\\"]/g,"\\$&"))+'",'});f=f.slice(0,-1)+"]";c.ajax({url:"http://api.microsofttranslator.com/V2/Ajax.svc/TranslateArray?appId="+t_jp.msn_key+"&to="+d+"&texts="+f,dataType:"jsonp",jsonp:"oncomplete",success:a})}else v===1?setTimeout(function(){m(b,a,d)},500):(v=1,c.getScript("http://www.microsofttranslator.com/ajax/v2/toolkit.ashx?loc=en&toolbar=none",function(){t_jp.msn_key=_mstConfig.appId;m(b,a,d)}))}function D(b,a){p=2;m(a,function(a){c(a).each(function(a){j(b[a],
15
  this.TranslatedText)})},t_jp.binglang)}function w(b,a,d){c.ajax({url:"http://api.apertium.org/json/translate",data:{q:b,langpair:t_jp.olang+"|"+d,markUnknown:"no"},dataType:"jsonp",traditional:true,success:a})}function E(b,a){p=3;w(a,function(a){a.responseStatus>=200&&a.responseStatus<300&&(a.responseData.translatedText!==void 0?j(b[0],a.responseData.translatedText):c(a.responseData).each(function(a){this.responseStatus===200&&j(b[a],this.responseData.translatedText)}))},t_jp.lang)}function x(b,a){t_jp.msn&&
16
  (t_jp.preferred==="2"||t_jp.google===void 0)?D(b,a):t_jp.apertium&&(t_jp.olang==="en"||t_jp.olang==="es")?E(b,a):t_jp.google_key?C(b,a):t(b,a)}function y(){var b=[],a=0,d=[],f=[];c("."+e+'[data-source=""]').each(function(){var e=c(this).attr("data-token"),g=c(this).attr("data-orig");g===void 0&&(g=c(this).html());b[g]!==1&&(b[g]=1,a+encodeURIComponent(g).length>F&&(x(f,d),a=0,d=[],f=[]),a+=encodeURIComponent(g).length,f.push(e),d.push(g))});x(f,d)}function z(b){typeof c.xLazyLoader==="function"?b():
17
- (t_jp.$=c,c.getScript(t_jp.plugin_url+"/js/lazy.js",b))}function n(b){n.hit?b():(n.hit=true,z(function(){c.fn.propAttr=c.fn.prop||c.fn.attr;c.xLazyLoader({js:t_jp.jQueryUI+"jquery-ui.min.js",css:t_jp.jQueryUI+"themes/"+t_jp.theme+"/jquery-ui.css",success:b})}))}var F=1024,i,e=t_jp.prefix,l=e+"pbar",k=l+"_s",p=1,r=0,q,h=[],o=[],v=0;t_jp.jQueryUI="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/";t_jp.dgpt=s;t_jp.dgt=u;t_jp.dmt=m;t_jp.dat=w;t_jp.tfl=z;t_jp.tfju=n;c(function(){if(t_jp.msn)if(t_jp.binglang=
18
  t_jp.lang,t_jp.binglang==="zh")t_jp.binglang="zh-chs";else if(t_jp.binglang==="zh-tw")t_jp.binglang="zh-cht";else if(t_jp.binglang==="mw")t_jp.binglang="mww";c("."+e+"setdeflang").click(function(){c.ajax({url:t_jp.ajaxurl,data:{action:"tp_cookie"},cache:false});c("."+e+"setdeflang").hide("slow");return false});i=c("."+e+'[data-source=""]').size();c.ajaxSetup({cache:true});if(i&&!t_jp.noauto&&(t_jp.google||t_jp.msn||t_jp.apertium))t_jp.progress?n(function(){c("#"+e+"credit").css({overflow:"auto"}).append('<div style="float: left;width: 90%;height: 10px" id="'+
19
  l+'"/><div style="margin-bottom:10px;float:left;width: 90%;height: 10px" id="'+k+'"/>');c("#"+l).progressbar({value:0});c("#"+k).progressbar({value:0});c("#"+k+" > div").css({background:"#28F828",border:"#08A908 1px solid"});y()}):y();t_jp.edit&&c.getScript(t_jp.plugin_url+"/js/transposhedit.js")})})(jQuery);
1
  /*
2
+ * Transposh v0.8.4
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
10
  */
11
  (function(c){function A(b,a){if(c.trim(a).length!==0){var d=function(){var b=c(this).attr("id").substr(c(this).attr("id").lastIndexOf("_")+1),a=c("#"+e+"img_"+b);c("#"+e+b).attr("data-source",1);a.removeClass("tr-icon-yellow").removeClass("tr-icon-green").addClass("tr-icon-yellow")};c("*[data-token='"+b+"'][data-hidden!='y']").html(a).each(d);c("*[data-token='"+b+"'][data-hidden='y']").attr("data-trans",a).each(d)}}function B(b,a){clearTimeout(q);h.push(b);o.push(a);A(b,a);q=setTimeout(function(){var b=
12
  {ln0:t_jp.lang,sr0:p,action:"tp_translation",items:h.length},a;for(a=0;a<h.length;a+=1)b["tk"+a]=h[a],b["tr"+a]=o[a],r+=c("*[data-token='"+h[a]+"']").size();c.ajax({type:"POST",url:t_jp.ajaxurl,data:b,success:function(){var b=r/i*100;t_jp.progress&&c("#"+k).progressbar("value",b)}});o=[];h=[]},200)}function j(b,a){B(b,c("<div>"+c.trim(a)+"</div>").text());var d=(i-c("."+e+'[data-source=""]').size())/i*100;t_jp.progress&&c("#"+l).progressbar("value",d)}function s(b,a,d){c.ajax({url:t_jp.ajaxurl,dataType:"json",
14
  "[";c(b).each(function(a){f+='"'+encodeURIComponent(b[a].replace(/[\\"]/g,"\\$&"))+'",'});f=f.slice(0,-1)+"]";c.ajax({url:"http://api.microsofttranslator.com/V2/Ajax.svc/TranslateArray?appId="+t_jp.msn_key+"&to="+d+"&texts="+f,dataType:"jsonp",jsonp:"oncomplete",success:a})}else v===1?setTimeout(function(){m(b,a,d)},500):(v=1,c.getScript("http://www.microsofttranslator.com/ajax/v2/toolkit.ashx?loc=en&toolbar=none",function(){t_jp.msn_key=_mstConfig.appId;m(b,a,d)}))}function D(b,a){p=2;m(a,function(a){c(a).each(function(a){j(b[a],
15
  this.TranslatedText)})},t_jp.binglang)}function w(b,a,d){c.ajax({url:"http://api.apertium.org/json/translate",data:{q:b,langpair:t_jp.olang+"|"+d,markUnknown:"no"},dataType:"jsonp",traditional:true,success:a})}function E(b,a){p=3;w(a,function(a){a.responseStatus>=200&&a.responseStatus<300&&(a.responseData.translatedText!==void 0?j(b[0],a.responseData.translatedText):c(a.responseData).each(function(a){this.responseStatus===200&&j(b[a],this.responseData.translatedText)}))},t_jp.lang)}function x(b,a){t_jp.msn&&
16
  (t_jp.preferred==="2"||t_jp.google===void 0)?D(b,a):t_jp.apertium&&(t_jp.olang==="en"||t_jp.olang==="es")?E(b,a):t_jp.google_key?C(b,a):t(b,a)}function y(){var b=[],a=0,d=[],f=[];c("."+e+'[data-source=""]').each(function(){var e=c(this).attr("data-token"),g=c(this).attr("data-orig");g===void 0&&(g=c(this).html());b[g]!==1&&(b[g]=1,a+encodeURIComponent(g).length>F&&(x(f,d),a=0,d=[],f=[]),a+=encodeURIComponent(g).length,f.push(e),d.push(g))});x(f,d)}function z(b){typeof c.xLazyLoader==="function"?b():
17
+ (t_jp.$=c,c.getScript(t_jp.plugin_url+"/js/lazy.js",b))}function n(b){n.hit?b():(n.hit=true,z(function(){c.fn.propAttr=c.fn.prop||c.fn.attr;c.xLazyLoader({js:t_jp.jQueryUI+"jquery-ui.min.js",css:t_jp.jQueryUI+"themes/"+t_jp.theme+"/jquery-ui.css",success:b})}))}var F=1024,i,e=t_jp.prefix,l=e+"pbar",k=l+"_s",p=1,r=0,q,h=[],o=[],v=0;t_jp.jQueryUI="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/";t_jp.dgpt=s;t_jp.dgt=u;t_jp.dmt=m;t_jp.dat=w;t_jp.tfl=z;t_jp.tfju=n;c(function(){if(t_jp.msn)if(t_jp.binglang=
18
  t_jp.lang,t_jp.binglang==="zh")t_jp.binglang="zh-chs";else if(t_jp.binglang==="zh-tw")t_jp.binglang="zh-cht";else if(t_jp.binglang==="mw")t_jp.binglang="mww";c("."+e+"setdeflang").click(function(){c.ajax({url:t_jp.ajaxurl,data:{action:"tp_cookie"},cache:false});c("."+e+"setdeflang").hide("slow");return false});i=c("."+e+'[data-source=""]').size();c.ajaxSetup({cache:true});if(i&&!t_jp.noauto&&(t_jp.google||t_jp.msn||t_jp.apertium))t_jp.progress?n(function(){c("#"+e+"credit").css({overflow:"auto"}).append('<div style="float: left;width: 90%;height: 10px" id="'+
19
  l+'"/><div style="margin-bottom:10px;float:left;width: 90%;height: 10px" id="'+k+'"/>');c("#"+l).progressbar({value:0});c("#"+k).progressbar({value:0});c("#"+k+" > div").css({background:"#28F828",border:"#08A908 1px solid"});y()}):y();t_jp.edit&&c.getScript(t_jp.plugin_url+"/js/transposhedit.js")})})(jQuery);
js/transposhbackend.js CHANGED
@@ -1,12 +1,12 @@
1
  /*
2
- * Transposh v0.8.3
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
- * Date: Mon, 28 May 2012 14:38:35 +0300
10
  */
11
  (function(e){function t(b,a){n+=1;e("#progress_bar").progressbar("value",n/o*100);e("#p").text("("+a+") "+b);n===o&&e("#tr_loading").data("done",true)}function j(b,a,c,f){a=e("<div>"+e.trim(a)+"</div>").text();t(a,c);clearTimeout(p);l+=1;k.push(b);g.push(a);h.push(c);i.push(f);p=setTimeout(function(){var a={action:"tp_translation",items:l},d;for(d=0;d<l;d+=1)k[d]!==k[d-1]&&(a["tk"+d]=k[d]),h[d]!==h[d-1]&&(a["ln"+d]=h[d]),g[d]!==g[d-1]&&(a["tr"+d]=g[d]),i[d]!==i[d-1]&&(a["sr"+d]=i[d]);e.ajax({type:"POST",
12
  url:t_jp.ajaxurl,data:a,success:function(){},error:function(){}});l=0;g=[];k=[];h=[];i=[]},200)}function u(b,a,c){var f=c;f==="zh"?f="zh-chs":f==="zh-tw"&&(f="zh-cht");t_jp.dmt(a,function(a){e(a).each(function(a){j(b[a],this.TranslatedText,c,2)})},f)}function v(b,a,c){t_jp.dat(a,function(a){a.responseStatus>=200&&a.responseStatus<300&&(a.responseData.translatedText!==void 0?j(b[0],a.responseData.translatedText):e(a.responseData).each(function(a){this.responseStatus===200&&j(b[a],this.responseData.translatedText,
1
  /*
2
+ * Transposh v0.8.4
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
10
  */
11
  (function(e){function t(b,a){n+=1;e("#progress_bar").progressbar("value",n/o*100);e("#p").text("("+a+") "+b);n===o&&e("#tr_loading").data("done",true)}function j(b,a,c,f){a=e("<div>"+e.trim(a)+"</div>").text();t(a,c);clearTimeout(p);l+=1;k.push(b);g.push(a);h.push(c);i.push(f);p=setTimeout(function(){var a={action:"tp_translation",items:l},d;for(d=0;d<l;d+=1)k[d]!==k[d-1]&&(a["tk"+d]=k[d]),h[d]!==h[d-1]&&(a["ln"+d]=h[d]),g[d]!==g[d-1]&&(a["tr"+d]=g[d]),i[d]!==i[d-1]&&(a["sr"+d]=i[d]);e.ajax({type:"POST",
12
  url:t_jp.ajaxurl,data:a,success:function(){},error:function(){}});l=0;g=[];k=[];h=[];i=[]},200)}function u(b,a,c){var f=c;f==="zh"?f="zh-chs":f==="zh-tw"&&(f="zh-cht");t_jp.dmt(a,function(a){e(a).each(function(a){j(b[a],this.TranslatedText,c,2)})},f)}function v(b,a,c){t_jp.dat(a,function(a){a.responseStatus>=200&&a.responseStatus<300&&(a.responseData.translatedText!==void 0?j(b[0],a.responseData.translatedText):e(a.responseData).each(function(a){this.responseStatus===200&&j(b[a],this.responseData.translatedText,
js/transposhcommentslang.js CHANGED
@@ -1,12 +1,12 @@
1
  /*
2
- * Transposh v0.8.3
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
- * Date: Mon, 28 May 2012 14:38:35 +0300
10
  */
11
  (function(a){var c={en:"English - English",af:"Afrikaans - Afrikaans",sq:"Albanian - Shqip",ar:"Arabic - \u0627\u0644\u0639\u0631\u0628\u064a\u0629",hy:"Armenian - \u0540\u0561\u0575\u0565\u0580\u0565\u0576",az:"Azerbaijani - az\u0259rbaycan dili",eu:"Basque - Euskara",be:"Belarusian - \u0411\u0435\u043b\u0430\u0440\u0443\u0441\u043a\u0430\u044f",bn:"Bengali - \u09ac\u09be\u0982\u09b2\u09be",bg:"Bulgarian - \u0411\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438",ca:"Catalan - Catal\u00e0",zh:"Chinese (Simplified) - \u4e2d\u6587(\u7b80\u4f53)",
12
  "zh-tw":"Chinese (Traditional) - \u4e2d\u6587(\u6f22\u5b57)",hr:"Croatian - Hrvatski",cs:"Czech - \u010ce\u0161tina",da:"Danish - Dansk",nl:"Dutch - Nederlands",eo:"Esperanto - Esperanto",et:"Estonian - Eesti keel",fi:"Finnish - Suomi",fr:"French - Fran\u00e7ais",gl:"Galician - Galego",ka:"Georgian - \u10e5\u10d0\u10e0\u10d7\u10e3\u10da\u10d8",de:"German - Deutsch",el:"Greek - \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac",gu:"Gujarati - \u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4\u0ac0",ht:"Haitian - Krey\u00f2l ayisyen",
1
  /*
2
+ * Transposh v0.8.4
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
10
  */
11
  (function(a){var c={en:"English - English",af:"Afrikaans - Afrikaans",sq:"Albanian - Shqip",ar:"Arabic - \u0627\u0644\u0639\u0631\u0628\u064a\u0629",hy:"Armenian - \u0540\u0561\u0575\u0565\u0580\u0565\u0576",az:"Azerbaijani - az\u0259rbaycan dili",eu:"Basque - Euskara",be:"Belarusian - \u0411\u0435\u043b\u0430\u0440\u0443\u0441\u043a\u0430\u044f",bn:"Bengali - \u09ac\u09be\u0982\u09b2\u09be",bg:"Bulgarian - \u0411\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438",ca:"Catalan - Catal\u00e0",zh:"Chinese (Simplified) - \u4e2d\u6587(\u7b80\u4f53)",
12
  "zh-tw":"Chinese (Traditional) - \u4e2d\u6587(\u6f22\u5b57)",hr:"Croatian - Hrvatski",cs:"Czech - \u010ce\u0161tina",da:"Danish - Dansk",nl:"Dutch - Nederlands",eo:"Esperanto - Esperanto",et:"Estonian - Eesti keel",fi:"Finnish - Suomi",fr:"French - Fran\u00e7ais",gl:"Galician - Galego",ka:"Georgian - \u10e5\u10d0\u10e0\u10d7\u10e3\u10da\u10d8",de:"German - Deutsch",el:"Greek - \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac",gu:"Gujarati - \u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4\u0ac0",ht:"Haitian - Krey\u00f2l ayisyen",
js/transposhedit.js CHANGED
@@ -1,38 +1,39 @@
1
  /*
2
- * Transposh v0.8.3
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
- * Date: Mon, 28 May 2012 14:38:35 +0300
10
  */
11
- (function(a){function e(a){var b;return typeof t_jp.l==="object"&&(b=t_jp.l[a])?b:a}function m(c,d,e){a.trim(d).length===0&&(d=a("[data-token='"+c+"']").attr("data-orig"));var f=function(){var c=a(this).attr("id").substr(a(this).attr("id").lastIndexOf("_")+1),d=a(b+"img_"+c);a(b+c).attr("data-source",e);d.removeClass("tr-icon-yellow").removeClass("tr-icon-green");e==0?d.addClass("tr-icon-green"):e&&d.addClass("tr-icon-yellow")};a("*[data-token='"+c+"'][data-hidden!='y']").html(d).each(f);a("*[data-token='"+
12
- c+"'][data-hidden='y']").attr("data-trans",d).each(f);a(b+"translation").data("origval",d);a(b+"translation").keyup()}function n(b,d){m(b,d,0);a.ajax({type:"POST",url:t_jp.ajaxurl,data:{action:"tp_translation",ln0:t_jp.lang,sr0:0,items:1,tk0:b,tr0:d},error:function(a){m(b,"",1);alert("Problem saving translation, contact support.\n\nServer's message: "+a.statusText)}})}function w(){t_jp.google_key?t_jp.dgt(a(b+"original").val(),function(c){a(b+"translation").val(a("<div>"+a.trim(c.data.translations[0].translatedText)+
13
  "</div>").text()).keyup()},t_jp.lang):a.ajax({url:t_jp.ajaxurl,dataType:"json",data:{action:"tp_gsp",tl:t_jp.lang,sl:a(b+"original").data("srclang"),q:a(b+"original").val()},success:function(c){console.log(c);a(b+"translation").val(a("<div>"+a.trim(c.result)+"</div>").text()).keyup()}})}function x(){t_jp.dmt([a(b+"original").val()],function(c){a(b+"translation").val(a("<div>"+a.trim(c[0].TranslatedText)+"</div>").text()).keyup()},t_jp.binglang)}function y(){t_jp.dat(a(b+"original").val(),function(c){a(b+
14
- "translation").val(a("<div>"+a.trim(c.responseData.translatedText)+"</div>").text()).keyup()},t_jp.lang)}function o(b){var d,e,f;d=a(b).dialog("widget").find(".ui-dialog-title");e=d.css("margin-right");f=d.css("margin-left");d.css({"float":i,"margin-right":f,"margin-left":e});b=a(b).dialog("widget").find(".ui-dialog-titlebar-close");e=b.css("right");f=b.css("left");b.css({right:f,left:e})}function z(){var c=b+"confirmdialog";a(c).remove();a('<div id="'+d+'confirmdialog" title="'+e("Close without saving?")+
15
- '"><span class="ui-icon ui-icon-alert" style="float:'+i+"; margin-bottom:20px; margin-"+j+':7px"></span><span style="clear:both">'+e("You have made a change to the translation. Are you sure you want to discard it?")+'<span><span id="'+d+'dcbar" style="display:block"><button id="'+d+'cancel">'+e("Cancel")+'</button><button id="'+d+'discard">'+e("Discard")+"</button></span>NaN").appendTo("body").dialog({resizable:false,modal:true,minHeight:50,overlay:{backgroundColor:"#000",opacity:0.5}});a(b+"cancel").button({icons:{primary:"ui-icon-closethick"},
16
- text:false}).click(function(){a(c).dialog("close")});a(b+"discard").button({icons:{primary:"ui-icon-check"},text:false}).click(function(){a(b+"translation").data("changed",false);a(c).dialog("close");a(b+"dialog").dialog("close")});a(b+"dcbar").css({"float":j}).buttonset();a("html").attr("dir")==="rtl"&&(o(c),a(b+"dcbar button:first").addClass("ui-corner-"+i).removeClass("ui-corner-"+j),a(b+"dcbar button:last").addClass("ui-corner-"+j).removeClass("ui-corner-"+i))}function A(c){var h=b+"historydialog";
17
- a(h).remove();a('<div id="'+d+'historydialog" title="'+e("History")+'">'+e("Loading...")+"</div>").appendTo("body");a(h).css("padding",0).dialog({width:"450px",show:"slide"});a("html").attr("dir")==="rtl"&&o(h);a.ajax({url:t_jp.ajaxurl,data:{action:"tp_history",token:a(b+c).attr("data-token"),lang:t_jp.lang},dataType:"json",cache:false,success:function(k){var f,g,q,r;a(h).empty().append('<table width="100%"><col style="width: 80%;"><col><col><thead><tr> <th>'+e("Translated")+"</th><th>"+e("By")+"</th><th>"+
18
- e("At")+"</th></tr></thead><tbody></tbody></table>");a.each(k,function(b,c){switch(c.source){case "1":f="tr-icon-google";g=e("google");break;case "2":f="tr-icon-bing";g=e("bing");break;case "3":f="tr-icon-apertium";g=e("apertium");break;default:f="ui-icon-person",g=e("manual translation")}if(c.user_login===null)c.user_login=c.translated_by;q='<span class="ui-button ui-widget ui-button-icon-only" style="width: 18px; border: 0px; margin-'+j+': 3px"><span title="'+g+'" style="cursor: default" class="ui-button-icon-primary ui-icon '+
19
- f+'"></span><span class="ui-button-text" style="display: inline-block; "></span></span>';r=c.can_delete?'<span class="'+d+'delete" title="'+e("delete")+'" style="width: 18px; margin-'+i+': 3px">':"";a(h+" tbody").append("<tr><td>"+c.translated+'</td><td id="'+d+'histby">'+q+c.user_login+'</td><td id="'+d+'histstamp">'+c.timestamp+r+"</td></tr>")});a(b+"histby,"+b+"histstamp").css("white-space","nowrap");a(h+" th").addClass("ui-widget-header").css("padding","3px");a(h+" td").addClass("ui-widget-content").css("padding",
20
- "3px");a("."+d+"delete").button({icons:{primary:"ui-icon-circle-close"},text:false}).click(function(){var d=a(this).parents("tr");a.ajax({url:t_jp.ajaxurl,data:{action:"tp_history",token:a(b+c).attr("data-token"),timestamp:a(this).parents("tr").children(":last").text(),lang:t_jp.lang},dataType:"json",cache:false,success:function(e){e===false?a(d).children().addClass("ui-state-error"):(a(d).empty(),m(a(b+c).attr("data-token"),e.translated,e.source))}})});a("."+d+"delete .ui-button-text").css("display",
21
- "inline-block")}})}function p(c){a(b+"original").val(a(b+c).attr("data-orig"));a(b+"translation").val(a(b+c).html());a(b+c).attr("data-trans")&&a(b+"translation").val(a(b+c).attr("data-trans"));a(b+"translation").data("origval",a(b+"translation").val());a(b+"approve").button("enable");a(b+"prev").button("enable");a(b+"next").button("enable");a(b+(Number(c)-1)).length||a(b+"prev").button("disable");a(b+(Number(c)+1)).length||a(b+"next").button("disable");c=a(b+c).attr("data-srclang");if(c===void 0)c=
22
- t_jp.olang;a(b+"orglang").text(l[c]);a(b+"historydialog").remove();a(b+"translation").keyup()}function s(c){var h="",k="",f="",g=b+"dialog";t_jp.msn&&(h='<button class="'+d+'suggest" id="'+d+'bing">'+e("bing suggest")+"</button>");t_jp.google&&(k='<button class="'+d+'suggest" id="'+d+'google">'+e("google suggest")+"</button>");t_jp.apertium&&(f='<button class="'+d+'suggest" id="'+d+'apertium">'+e("apertium suggest")+"</button>");a(g).remove();a('<div id="'+d+'dialog" title="'+e("Edit Translation")+
23
- '"/>').appendTo("body");a(g).css("padding","1px").append('<div style="width: 100%"><label for="original">'+e("Original text")+' (<a href="#" title="'+e("read alternate translations")+'" id="'+d+'orglang"></a>)</label><textarea cols="80" row="3" name="original" id="'+d+'original" readonly="y"/><span id="'+d+'utlbar"><button id="'+d+'prev">'+e("previous translation")+'</button><button id="'+d+'zoom">'+e("find on page")+'</button><button id="'+d+'next">'+e("next translation")+'</button></span><label for="translation">'+
24
- e("Translate to")+'</label><textarea cols="80" row="3" name="translation" lang="'+t_jp.lang+'"id="'+d+'translation"/><span id="'+d+'ltlbar"><button id="'+d+'history">'+e("view translation log")+'</button><button id="'+d+'keyboard">'+e("virtual keyboard")+"</button>"+k+h+f+'<button id="'+d+'approve">'+e("approve translation")+"</button></span></div>");a(b+"utlbar,"+b+"ltlbar").css({"float":j}).buttonset();a(g+" textarea").css({width:"483px",padding:".4em",margin:"2px 0 0 0",resize:"vertical"}).addClass("text ui-widget-content ui-corner-all");
25
- a(g+" label").css({display:"block",clear:"both"});a(b+"orglang").click(function(){a(b+"langmenu").length?a(b+"langmenu").toggle():t_jp.tfl(function(){a.xLazyLoader({js:[t_jp.plugin_url+"/js/jquery.ui.menu.js"],success:function(){a.ajax({url:t_jp.ajaxurl,data:{action:"tp_trans_alts",token:a(b+c).attr("data-token")},dataType:"json",cache:false,success:function(e){var h;if(!(h=a(b+c).attr("data-srclang")))h=t_jp.olang;var f='<li data-translated="'+a(b+c).attr("data-orig")+'"><a href="#">'+l[h]+"</a></li>";
26
- a(e).each(function(a,b){b.lang!==t_jp.lang&&(f=f+'<li data-translated="'+b.translated+'"><a href="#">'+l[b.lang]+"</a></li>")});a('<ul style="position: absolute; top: 0px" id="'+d+'langmenu">'+f).appendTo(g);a(b+"langmenu").menu({select:function(c,d){a(this).hide();a(b+"original").val(d.item.attr("data-translated"));a(b+"orglang").text(d.item.text()).addClass("ui-state-highlight");l[h]===d.item.text()&&a(b+"orglang").removeClass("ui-state-highlight")},input:a(this)}).show().css({top:0,left:0}).position({my:i+
27
- " top",at:i+" bottom",of:a(b+"orglang")})}})}})});return false});a(b+"prev").button({icons:{primary:"ui-icon-seek-"+t},text:false});a(b+"zoom").button({icons:{primary:"ui-icon-search"},text:false});a(b+"next").button({icons:{primary:"ui-icon-seek-"+u},text:false});a(b+"prev").click(function(){if(a(b+"translation").data("changed")){var d=a(b+"translation").val(),e=a(b+c).attr("data-token");n(e,d)}c=Number(c)-1;p(c)});a(b+"next").click(function(){if(a(b+"translation").data("changed")){var d=a(b+"translation").val(),
28
- e=a(b+c).attr("data-token");n(e,d)}c=Number(c)+1;p(c)});a(b+"zoom").click(function(){a("html, body").animate({scrollTop:a(b+c).offset().top},500);a(g).dialog("widget").css({top:a(g).dialog("widget").offset().top-window.scrollY,position:"fixed"});a(b+c).animate({opacity:0.1},"slow",function(){a(g).dialog("widget").css({top:a(g).dialog("widget").offset().top,position:"absolute"})}).animate({opacity:1},"slow").animate({opacity:0.1},"slow").animate({opacity:1},"slow").animate({opacity:0.1},"slow").animate({opacity:1},
29
- "slow")});a(b+"history").button({icons:{primary:"ui-icon-clipboard"},text:false}).click(function(){A(c)});a(b+"keyboard").button({icons:{primary:"ui-icon-calculator"},text:false}).click(function(){t_jp.tfl(function(){a.xLazyLoader({js:[t_jp.plugin_url+"/js/keyboard.js"],css:[t_jp.plugin_url+"/css/keyboard.css"],success:function(){VKI_attach(a(b+"translation").get(0));VKI_show(a(b+"translation").get(0))}})})});a(b+"google").button({icons:{primary:"tr-icon-google"},text:false}).click(function(){w();
30
- a("."+d+"suggest").button("enable");a(this).button("disable")});a(b+"bing").button({icons:{primary:"tr-icon-bing"},text:false}).click(function(){x();a("."+d+"suggest").button("enable");a(this).button("disable")});a(b+"apertium").button({icons:{primary:"tr-icon-apertium"},text:false}).click(function(){y();a("."+d+"suggest").button("enable");a(this).button("disable")});a(b+"approve").button({icons:{primary:"ui-icon-check"},text:false}).click(function(){var d=a(b+"translation").val(),e=a(b+c).attr("data-token");
31
- (a(b+"translation").data("changed")||a(b+c).attr("data-source")!=="0")&&n(e,d)});a(b+"translation").keyup(function(){a(this).data("origval")!==a(this).val()?(a(this).addClass("ui-state-highlight"),a(b+"approve").button("enable"),a(this).data("changed",true)):(a(this).removeClass("ui-state-highlight"),a(b+c).attr("data-source")==="0"&&a(b+"approve").button("disable"),a(this).data("changed",false))});p(c);a(g).dialog({resizable:false,width:500,zIndex:99999});a("html").attr("dir")==="rtl"&&o(g);a(b+
32
- "orglang").blur();a(g).bind("dialogclose",function(){typeof VKI_close==="function"&&VKI_close(a(b+"translation").get(0));a(b+"historydialog").remove()});a(g).bind("dialogbeforeclose",function(){return a(b+"translation").data("changed")?(z(),false):true})}var l={en:"English - English",af:"Afrikaans - Afrikaans",sq:"Albanian - Shqip",ar:"Arabic - \u0627\u0644\u0639\u0631\u0628\u064a\u0629",hy:"Armenian - \u0540\u0561\u0575\u0565\u0580\u0565\u0576",az:"Azerbaijani - az\u0259rbaycan dili",eu:"Basque - Euskara",
 
33
  be:"Belarusian - \u0411\u0435\u043b\u0430\u0440\u0443\u0441\u043a\u0430\u044f",bn:"Bengali - \u09ac\u09be\u0982\u09b2\u09be",bg:"Bulgarian - \u0411\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438",ca:"Catalan - Catal\u00e0",zh:"Chinese (Simplified) - \u4e2d\u6587(\u7b80\u4f53)","zh-tw":"Chinese (Traditional) - \u4e2d\u6587(\u6f22\u5b57)",hr:"Croatian - Hrvatski",cs:"Czech - \u010ce\u0161tina",da:"Danish - Dansk",nl:"Dutch - Nederlands",eo:"Esperanto - Esperanto",et:"Estonian - Eesti keel",fi:"Finnish - Suomi",
34
  fr:"French - Fran\u00e7ais",gl:"Galician - Galego",ka:"Georgian - \u10e5\u10d0\u10e0\u10d7\u10e3\u10da\u10d8",de:"German - Deutsch",el:"Greek - \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac",gu:"Gujarati - \u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4\u0ac0",ht:"Haitian - Krey\u00f2l ayisyen",he:"Hebrew - \u05e2\u05d1\u05e8\u05d9\u05ea",hi:"Hindi - \u0939\u093f\u0928\u094d\u0926\u0940; \u0939\u093f\u0902\u0926\u0940",hu:"Hungarian - Magyar",is:"Icelandic - \u00cdslenska",id:"Indonesian - Bahasa Indonesia",
35
  ga:"Irish - Gaeilge",it:"Italian - Italiano",ja:"Japanese - \u65e5\u672c\u8a9e",kn:"Kannada - \u0c95\u0ca8\u0ccd\u0ca8\u0ca1",ko:"Korean - \uc6b0\ub9ac\ub9d0",la:"Latin - Lat\u012bna",lv:"Latvian - Latvie\u0161u valoda",lt:"Lithuanian - Lietuvi\u0173 kalba",mk:"Macedonian - \u043c\u0430\u043a\u0435\u0434\u043e\u043d\u0441\u043a\u0438 \u0458\u0430\u0437\u0438\u043a",ms:"Malay - Bahasa Melayu",mt:"Maltese - Malti",no:"Norwegian - Norsk",fa:"Persian - \u067e\u0627\u0631\u0633\u06cc",pl:"Polish - Polski",
36
  pt:"Portuguese - Portugu\u00eas",ro:"Romanian - Rom\u00e2n\u0103",ru:"Russian - \u0420\u0443\u0441\u0441\u043a\u0438\u0439",sr:"Serbian - C\u0440\u043f\u0441\u043a\u0438 \u0458\u0435\u0437\u0438\u043a",sk:"Slovak - Sloven\u010dina",sl:"Slovene - Sloven\u0161\u010dina",es:"Spanish - Espa\u00f1ol",sw:"Swahili - Kiswahili",sv:"Swedish - Svenska",tl:"Tagalog - Tagalog",ta:"Tamil - \u0ba4\u0bae\u0bbf\u0bb4\u0bcd",te:"Telugu - \u0c24\u0c46\u0c32\u0c41\u0c17\u0c41",th:"Thai - \u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22",
37
- tr:"Turkish - T\u00fcrk\u00e7e",uk:"Ukrainian - \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430",ur:"Urdu - \u0627\u0631\u062f\u0648",vi:"Vietnamese - Ti\u1ebfng Vi\u1ec7t",cy:"Welsh - Cymraeg",yi:"Yiddish - \u05d9\u05d9\u05b4\u05d3\u05d9\u05e9"},d=t_jp.prefix,b="#"+d,v=false,t="prev",u="next",j="right",i="left";a("html").attr("dir")==="rtl"&&(j="left",i="right",t="next",u="prev");a("."+d).each(function(){var c=a(this).attr("id").substr(a(this).attr("id").lastIndexOf("_")+1),e;a(this).after('<span id="'+
38
  d+"img_"+c+'" class="tr-icon" title="'+a(this).attr("data-orig")+'"></span>');e=a(b+"img_"+c);var i=function(){t_jp.locale&&!v?a.getScript(t_jp.plugin_url+"/js/l/"+t_jp.lang+".js",function(){v=true;s(c)}):s(c)};e.click(function(){t_jp.tfju(function(){i()});return false}).css({border:"0px",margin:"1px",padding:"0px"});a(this).attr("data-source")==="0"?e.addClass("tr-icon-green"):a(this).attr("data-source")&&e.addClass("tr-icon-yellow");a(this).attr("data-hidden")==="y"&&e.css({opacity:"0.6"})})})(jQuery);
1
  /*
2
+ * Transposh v0.8.4
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
10
  */
11
+ (function(a){function e(a){var b;return typeof t_jp.l==="object"&&(b=t_jp.l[a])?b:a}function n(c,d,e){a.trim(d).length===0&&(d=a("[data-token='"+c+"']").attr("data-orig"));var f=function(){var c=a(this).attr("id").substr(a(this).attr("id").lastIndexOf("_")+1),d=a(b+"img_"+c);a(b+c).attr("data-source",e);d.removeClass("tr-icon-yellow").removeClass("tr-icon-green");e==0?d.addClass("tr-icon-green"):e&&d.addClass("tr-icon-yellow")};a("*[data-token='"+c+"'][data-hidden!='y']").html(d).each(f);a("*[data-token='"+
12
+ c+"'][data-hidden='y']").attr("data-trans",d).each(f);a(b+"translation").data("origval",d);a(b+"translation").keyup()}function o(b,d){n(b,d,0);a.ajax({type:"POST",url:t_jp.ajaxurl,data:{action:"tp_translation",ln0:t_jp.lang,sr0:0,items:1,tk0:b,tr0:d},error:function(a){n(b,"",1);alert("Problem saving translation, contact support.\n\nServer's message: "+a.statusText)}})}function w(){t_jp.google_key?t_jp.dgt(a(b+"original").val(),function(c){a(b+"translation").val(a("<div>"+a.trim(c.data.translations[0].translatedText)+
13
  "</div>").text()).keyup()},t_jp.lang):a.ajax({url:t_jp.ajaxurl,dataType:"json",data:{action:"tp_gsp",tl:t_jp.lang,sl:a(b+"original").data("srclang"),q:a(b+"original").val()},success:function(c){console.log(c);a(b+"translation").val(a("<div>"+a.trim(c.result)+"</div>").text()).keyup()}})}function x(){t_jp.dmt([a(b+"original").val()],function(c){a(b+"translation").val(a("<div>"+a.trim(c[0].TranslatedText)+"</div>").text()).keyup()},t_jp.binglang)}function y(){t_jp.dat(a(b+"original").val(),function(c){a(b+
14
+ "translation").val(a("<div>"+a.trim(c.responseData.translatedText)+"</div>").text()).keyup()},t_jp.lang)}function p(b){var d,e,f;d=a(b).dialog("widget").find(".ui-dialog-title");e=d.css("margin-right");f=d.css("margin-left");d.css({"float":i,"margin-right":f,"margin-left":e});b=a(b).dialog("widget").find(".ui-dialog-titlebar-close");e=b.css("right");f=b.css("left");b.css({right:f,left:e})}function z(){var c=b+"confirmdialog";a(c).remove();a('<div id="'+d+'confirmdialog" title="'+e("Close without saving?")+
15
+ '"><span class="ui-icon ui-icon-alert" style="float:'+i+"; margin-bottom:20px; margin-"+k+':7px"></span><span style="clear:both">'+e("You have made a change to the translation. Are you sure you want to discard it?")+'<span><span id="'+d+'dcbar" style="display:block"><button id="'+d+'cancel">'+e("Cancel")+'</button><button id="'+d+'discard">'+e("Discard")+"</button></span>NaN").appendTo("body").dialog({resizable:false,modal:true,minHeight:50,overlay:{backgroundColor:"#000",opacity:0.5}});a(b+"cancel").button({icons:{primary:"ui-icon-closethick"},
16
+ text:false}).click(function(){a(c).dialog("close")});a(b+"discard").button({icons:{primary:"ui-icon-check"},text:false}).click(function(){a(b+"translation").data("changed",false);a(c).dialog("close");a(b+"dialog").dialog("close")});a(b+"dcbar").css({"float":k}).buttonset();a("html").attr("dir")==="rtl"&&(p(c),a(b+"dcbar button:first").addClass("ui-corner-"+i).removeClass("ui-corner-"+k),a(b+"dcbar button:last").addClass("ui-corner-"+k).removeClass("ui-corner-"+i))}function A(c){var h=b+"historydialog";
17
+ a(h).remove();a('<div id="'+d+'historydialog" title="'+e("History")+'">'+e("Loading...")+"</div>").appendTo("body");a(h).css("padding",0).dialog({width:"450px",show:"slide"});a("html").attr("dir")==="rtl"&&p(h);a.ajax({url:t_jp.ajaxurl,data:{action:"tp_history",token:a(b+c).attr("data-token"),lang:t_jp.lang},dataType:"json",cache:false,success:function(l){var f,j,g,r;a(h).empty().append('<table width="100%"><col style="width: 80%;"><col><col><thead><tr> <th>'+e("Translated")+"</th><th>"+e("By")+"</th><th>"+
18
+ e("At")+"</th></tr></thead><tbody></tbody></table>");a.each(l,function(b,c){switch(c.source){case "1":f="tr-icon-google";j=e("google");break;case "2":f="tr-icon-bing";j=e("bing");break;case "3":f="tr-icon-apertium";j=e("apertium");break;default:f="ui-icon-person",j=e("manual translation")}if(c.user_login===null)c.user_login=c.translated_by;g='<span class="ui-button ui-widget ui-button-icon-only" style="width: 18px; border: 0px; margin-'+k+': 3px"><span title="'+j+'" style="cursor: default" class="ui-button-icon-primary ui-icon '+
19
+ f+'"></span><span class="ui-button-text" style="display: inline-block; "></span></span>';r=c.can_delete?'<span class="'+d+'delete" title="'+e("delete")+'" style="width: 18px; margin-'+i+': 3px">':"";a(h+" tbody").append("<tr><td>"+c.translated+'</td><td id="'+d+'histby">'+g+c.user_login+'</td><td id="'+d+'histstamp">'+c.timestamp+r+"</td></tr>")});a(b+"histby,"+b+"histstamp").css("white-space","nowrap");a(h+" th").addClass("ui-widget-header").css("padding","3px");a(h+" td").addClass("ui-widget-content").css("padding",
20
+ "3px");a("."+d+"delete").button({icons:{primary:"ui-icon-circle-close"},text:false}).click(function(){var d=a(this).parents("tr");a.ajax({url:t_jp.ajaxurl,data:{action:"tp_history",token:a(b+c).attr("data-token"),timestamp:a(this).parents("tr").children(":last").text(),lang:t_jp.lang},dataType:"json",cache:false,success:function(e){e===false?a(d).children().addClass("ui-state-error"):(a(d).empty(),n(a(b+c).attr("data-token"),e.translated,e.source))}})});a("."+d+"delete .ui-button-text").css("display",
21
+ "inline-block")}})}function q(c){a(b+"original").val(a(b+c).attr("data-orig"));a(b+"translation").val(a(b+c).html());a(b+c).attr("data-trans")&&a(b+"translation").val(a(b+c).attr("data-trans"));a(b+"translation").data("origval",a(b+"translation").val());a(b+"approve").button("enable");a(b+"prev").button("enable");a(b+"next").button("enable");a(b+(Number(c)-1)).length||a(b+"prev").button("disable");a(b+(Number(c)+1)).length||a(b+"next").button("disable");a(b+"oht").removeClass("ui-state-highlight");
22
+ c=a(b+c).attr("data-srclang");if(c===void 0)c=t_jp.olang;a(b+"orglang").text(m[c]);a(b+"historydialog").remove();a(b+"translation").keyup()}function s(c){var h="",l="",f="",j="",g=b+"dialog";t_jp.msn&&(h='<button class="'+d+'suggest" id="'+d+'bing">'+e("bing suggest")+"</button>");t_jp.google&&(l='<button class="'+d+'suggest" id="'+d+'google">'+e("google suggest")+"</button>");t_jp.apertium&&(f='<button class="'+d+'suggest" id="'+d+'apertium">'+e("apertium suggest")+"</button>");t_jp.oht&&(j='<button class="'+
23
+ d+'suggest" id="'+d+'oht">'+e("One Hour Translate queue")+"</button>");a(g).remove();a('<div id="'+d+'dialog" title="'+e("Edit Translation")+'"/>').appendTo("body");a(g).css("padding","1px").append('<div style="width: 100%"><label for="original">'+e("Original text")+' (<a href="#" title="'+e("read alternate translations")+'" id="'+d+'orglang"></a>)</label><textarea cols="80" row="3" name="original" id="'+d+'original" readonly="y"/><span id="'+d+'utlbar"><button id="'+d+'prev">'+e("previous translation")+
24
+ '</button><button id="'+d+'zoom">'+e("find on page")+'</button><button id="'+d+'next">'+e("next translation")+'</button></span><label for="translation">'+e("Translate to")+'</label><textarea cols="80" row="3" name="translation" lang="'+t_jp.lang+'"id="'+d+'translation"/><span id="'+d+'ltlbar"><button id="'+d+'history">'+e("view translation log")+'</button><button id="'+d+'keyboard">'+e("virtual keyboard")+"</button>"+l+h+f+j+'<button id="'+d+'approve">'+e("approve translation")+"</button></span></div>");
25
+ a(b+"utlbar,"+b+"ltlbar").css({"float":k}).buttonset();a(g+" textarea").css({width:"483px",padding:".4em",margin:"2px 0 0 0",resize:"vertical"}).addClass("text ui-widget-content ui-corner-all");a(g+" label").css({display:"block",clear:"both"});a(b+"orglang").click(function(){a(b+"langmenu").length?a(b+"langmenu").toggle():t_jp.tfl(function(){a.xLazyLoader({js:[t_jp.plugin_url+"/js/jquery.ui.menu.js"],success:function(){a.ajax({url:t_jp.ajaxurl,data:{action:"tp_trans_alts",token:a(b+c).attr("data-token")},
26
+ dataType:"json",cache:false,success:function(e){var h;if(!(h=a(b+c).attr("data-srclang")))h=t_jp.olang;var f='<li data-translated="'+a(b+c).attr("data-orig")+'"><a href="#">'+m[h]+"</a></li>";a(e).each(function(a,b){b.lang!==t_jp.lang&&(f=f+'<li data-translated="'+b.translated+'"><a href="#">'+m[b.lang]+"</a></li>")});a('<ul style="position: absolute; top: 0px" id="'+d+'langmenu">'+f).appendTo(g);a(b+"langmenu").menu({select:function(c,d){a(this).hide();a(b+"original").val(d.item.attr("data-translated"));
27
+ a(b+"orglang").text(d.item.text()).addClass("ui-state-highlight");m[h]===d.item.text()&&a(b+"orglang").removeClass("ui-state-highlight")},input:a(this)}).show().css({top:0,left:0}).position({my:i+" top",at:i+" bottom",of:a(b+"orglang")})}})}})});return false});a(b+"prev").button({icons:{primary:"ui-icon-seek-"+t},text:false});a(b+"zoom").button({icons:{primary:"ui-icon-search"},text:false});a(b+"next").button({icons:{primary:"ui-icon-seek-"+u},text:false});a(b+"prev").click(function(){if(a(b+"translation").data("changed")){var d=
28
+ a(b+"translation").val(),e=a(b+c).attr("data-token");o(e,d)}c=Number(c)-1;q(c)});a(b+"next").click(function(){if(a(b+"translation").data("changed")){var d=a(b+"translation").val(),e=a(b+c).attr("data-token");o(e,d)}c=Number(c)+1;q(c)});a(b+"zoom").click(function(){a("html, body").animate({scrollTop:a(b+c).offset().top},500);a(g).dialog("widget").css({top:a(g).dialog("widget").offset().top-window.scrollY,position:"fixed"});a(b+c).animate({opacity:0.1},"slow",function(){a(g).dialog("widget").css({top:a(g).dialog("widget").offset().top,
29
+ position:"absolute"})}).animate({opacity:1},"slow").animate({opacity:0.1},"slow").animate({opacity:1},"slow").animate({opacity:0.1},"slow").animate({opacity:1},"slow")});a(b+"history").button({icons:{primary:"ui-icon-clipboard"},text:false}).click(function(){A(c)});a(b+"keyboard").button({icons:{primary:"ui-icon-calculator"},text:false}).click(function(){t_jp.tfl(function(){a.xLazyLoader({js:[t_jp.plugin_url+"/js/keyboard.js"],css:[t_jp.plugin_url+"/css/keyboard.css"],success:function(){VKI_attach(a(b+
30
+ "translation").get(0));VKI_show(a(b+"translation").get(0))}})})});a(b+"google").button({icons:{primary:"tr-icon-google"},text:false}).click(function(){w();a("."+d+"suggest").button("enable");a(this).button("disable")});a(b+"bing").button({icons:{primary:"tr-icon-bing"},text:false}).click(function(){x();a("."+d+"suggest").button("enable");a(this).button("disable")});a(b+"apertium").button({icons:{primary:"tr-icon-apertium"},text:false}).click(function(){y();a("."+d+"suggest").button("enable");a(this).button("disable")});
31
+ a(b+"oht").button({icons:{primary:"tr-icon-oht"},text:false}).click(function(){var d=a(this);a.ajax({url:t_jp.ajaxurl,data:{action:"tp_oht",q:a(b+"original").val(),token:a(b+c).attr("data-token"),orglang:a(b+c).attr("data-srclang"),lang:t_jp.lang},dataType:"json",cache:false,success:function(a){a?d.addClass("ui-state-highlight"):d.removeClass("ui-state-highlight")}})});a(b+"approve").button({icons:{primary:"ui-icon-check"},text:false}).click(function(){var d=a(b+"translation").val(),e=a(b+c).attr("data-token");
32
+ (a(b+"translation").data("changed")||a(b+c).attr("data-source")!=="0")&&o(e,d)});a(b+"translation").keyup(function(){a(this).data("origval")!==a(this).val()?(a(this).addClass("ui-state-highlight"),a(b+"approve").button("enable"),a(this).data("changed",true)):(a(this).removeClass("ui-state-highlight"),a(b+c).attr("data-source")==="0"&&a(b+"approve").button("disable"),a(this).data("changed",false))});q(c);a(g).dialog({resizable:false,width:500,zIndex:99999});a("html").attr("dir")==="rtl"&&p(g);a(b+
33
+ "orglang").blur();a(g).bind("dialogclose",function(){typeof VKI_close==="function"&&VKI_close(a(b+"translation").get(0));a(b+"historydialog").remove()});a(g).bind("dialogbeforeclose",function(){return a(b+"translation").data("changed")?(z(),false):true})}var m={en:"English - English",af:"Afrikaans - Afrikaans",sq:"Albanian - Shqip",ar:"Arabic - \u0627\u0644\u0639\u0631\u0628\u064a\u0629",hy:"Armenian - \u0540\u0561\u0575\u0565\u0580\u0565\u0576",az:"Azerbaijani - az\u0259rbaycan dili",eu:"Basque - Euskara",
34
  be:"Belarusian - \u0411\u0435\u043b\u0430\u0440\u0443\u0441\u043a\u0430\u044f",bn:"Bengali - \u09ac\u09be\u0982\u09b2\u09be",bg:"Bulgarian - \u0411\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438",ca:"Catalan - Catal\u00e0",zh:"Chinese (Simplified) - \u4e2d\u6587(\u7b80\u4f53)","zh-tw":"Chinese (Traditional) - \u4e2d\u6587(\u6f22\u5b57)",hr:"Croatian - Hrvatski",cs:"Czech - \u010ce\u0161tina",da:"Danish - Dansk",nl:"Dutch - Nederlands",eo:"Esperanto - Esperanto",et:"Estonian - Eesti keel",fi:"Finnish - Suomi",
35
  fr:"French - Fran\u00e7ais",gl:"Galician - Galego",ka:"Georgian - \u10e5\u10d0\u10e0\u10d7\u10e3\u10da\u10d8",de:"German - Deutsch",el:"Greek - \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac",gu:"Gujarati - \u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4\u0ac0",ht:"Haitian - Krey\u00f2l ayisyen",he:"Hebrew - \u05e2\u05d1\u05e8\u05d9\u05ea",hi:"Hindi - \u0939\u093f\u0928\u094d\u0926\u0940; \u0939\u093f\u0902\u0926\u0940",hu:"Hungarian - Magyar",is:"Icelandic - \u00cdslenska",id:"Indonesian - Bahasa Indonesia",
36
  ga:"Irish - Gaeilge",it:"Italian - Italiano",ja:"Japanese - \u65e5\u672c\u8a9e",kn:"Kannada - \u0c95\u0ca8\u0ccd\u0ca8\u0ca1",ko:"Korean - \uc6b0\ub9ac\ub9d0",la:"Latin - Lat\u012bna",lv:"Latvian - Latvie\u0161u valoda",lt:"Lithuanian - Lietuvi\u0173 kalba",mk:"Macedonian - \u043c\u0430\u043a\u0435\u0434\u043e\u043d\u0441\u043a\u0438 \u0458\u0430\u0437\u0438\u043a",ms:"Malay - Bahasa Melayu",mt:"Maltese - Malti",no:"Norwegian - Norsk",fa:"Persian - \u067e\u0627\u0631\u0633\u06cc",pl:"Polish - Polski",
37
  pt:"Portuguese - Portugu\u00eas",ro:"Romanian - Rom\u00e2n\u0103",ru:"Russian - \u0420\u0443\u0441\u0441\u043a\u0438\u0439",sr:"Serbian - C\u0440\u043f\u0441\u043a\u0438 \u0458\u0435\u0437\u0438\u043a",sk:"Slovak - Sloven\u010dina",sl:"Slovene - Sloven\u0161\u010dina",es:"Spanish - Espa\u00f1ol",sw:"Swahili - Kiswahili",sv:"Swedish - Svenska",tl:"Tagalog - Tagalog",ta:"Tamil - \u0ba4\u0bae\u0bbf\u0bb4\u0bcd",te:"Telugu - \u0c24\u0c46\u0c32\u0c41\u0c17\u0c41",th:"Thai - \u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22",
38
+ tr:"Turkish - T\u00fcrk\u00e7e",uk:"Ukrainian - \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430",ur:"Urdu - \u0627\u0631\u062f\u0648",vi:"Vietnamese - Ti\u1ebfng Vi\u1ec7t",cy:"Welsh - Cymraeg",yi:"Yiddish - \u05d9\u05d9\u05b4\u05d3\u05d9\u05e9"},d=t_jp.prefix,b="#"+d,v=false,t="prev",u="next",k="right",i="left";a("html").attr("dir")==="rtl"&&(k="left",i="right",t="next",u="prev");a("."+d).each(function(){var c=a(this).attr("id").substr(a(this).attr("id").lastIndexOf("_")+1),e;a(this).after('<span id="'+
39
  d+"img_"+c+'" class="tr-icon" title="'+a(this).attr("data-orig")+'"></span>');e=a(b+"img_"+c);var i=function(){t_jp.locale&&!v?a.getScript(t_jp.plugin_url+"/js/l/"+t_jp.lang+".js",function(){v=true;s(c)}):s(c)};e.click(function(){t_jp.tfju(function(){i()});return false}).css({border:"0px",margin:"1px",padding:"0px"});a(this).attr("data-source")==="0"?e.addClass("tr-icon-green"):a(this).attr("data-source")&&e.addClass("tr-icon-yellow");a(this).attr("data-hidden")==="y"&&e.css({opacity:"0.6"})})})(jQuery);
js/transposhsettings.js CHANGED
@@ -1,12 +1,12 @@
1
  /*
2
- * Transposh v0.8.3
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
- * Date: Mon, 28 May 2012 14:38:35 +0300
10
  */
11
  jQuery(function(){jQuery("#tr_anon").click(function(){jQuery("#tr_anon").attr("checked")&&(jQuery(".translateable").addClass("active").removeClass("translateable"),jQuery("#sortable .active").each(function(){jQuery("input",this).val(jQuery(this).attr("id")+",v,t")}));jQuery("#yellowcolor").toggleClass("hidden")});jQuery("#sortable").sortable({placeholder:"highlight",update:function(b,a){a.item.unbind("click");a.item.one("click",function(a){a.stopImmediatePropagation();jQuery(this).click(clickfunction)})}});
12
  jQuery("#sortable").disableSelection();jQuery("#changename").click(function(){jQuery(".langname").toggleClass("hidden");return false});jQuery("#selectall").click(function(){jQuery("#sortable .languages").addClass("active").removeClass("translateable");jQuery("#sortable .active").each(function(){jQuery("input",this).val(jQuery(this).attr("id")+",v,t")});return false});clickfunction=function(){jQuery(this).attr("id")!=jQuery("#default_list li").attr("id")&&(jQuery("#tr_anon").attr("checked")?jQuery(this).toggleClass("active"):
1
  /*
2
+ * Transposh v0.8.4
3
  * http://transposh.org/
4
  *
5
  * Copyright 2012, Team Transposh
6
  * Licensed under the GPL Version 2 or higher.
7
  * http://transposh.org/license
8
  *
9
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
10
  */
11
  jQuery(function(){jQuery("#tr_anon").click(function(){jQuery("#tr_anon").attr("checked")&&(jQuery(".translateable").addClass("active").removeClass("translateable"),jQuery("#sortable .active").each(function(){jQuery("input",this).val(jQuery(this).attr("id")+",v,t")}));jQuery("#yellowcolor").toggleClass("hidden")});jQuery("#sortable").sortable({placeholder:"highlight",update:function(b,a){a.item.unbind("click");a.item.one("click",function(a){a.stopImmediatePropagation();jQuery(this).click(clickfunction)})}});
12
  jQuery("#sortable").disableSelection();jQuery("#changename").click(function(){jQuery(".langname").toggleClass("hidden");return false});jQuery("#selectall").click(function(){jQuery("#sortable .languages").addClass("active").removeClass("translateable");jQuery("#sortable .active").each(function(){jQuery("input",this).val(jQuery(this).attr("id")+",v,t")});return false});clickfunction=function(){jQuery(this).attr("id")!=jQuery("#default_list li").attr("id")&&(jQuery("#tr_anon").attr("checked")?jQuery(this).toggleClass("active"):
langs/transposh-de_DE.mo CHANGED
Binary file
langs/transposh-de_DE.po CHANGED
@@ -19,29 +19,29 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
- #: wp/transposh_db.php:673
23
  #@ transposh
24
  msgid "Database stats"
25
  msgstr "Datenbankstatistiken"
26
 
27
- #: wp/transposh_db.php:678
28
  #, php-format
29
  #@ transposh
30
  msgid "Total of <strong style=\"color:red\">%s</strong> translated phrases."
31
  msgstr "Total aus <strong style=\"color:red\">%s</strong> &uuml;bersetzte Phrasen."
32
 
33
- #: wp/transposh_db.php:685
34
  #, php-format
35
  #@ transposh
36
  msgid "<strong>%1s</strong> has <strong style=\"color:red\">%2s</strong> human translated phrases."
37
  msgstr "<strong>%1s</strong> hat <strong style=\"color:red\">%2s</strong> ge&auml;nderte &Uuml;bersetzungen."
38
 
39
- #: wp/transposh_db.php:688
40
  #@ transposh
41
  msgid "Recent activity"
42
  msgstr "Neueste Aktivit&auml;t"
43
 
44
- #: wp/transposh_db.php:693
45
  #, php-format
46
  #@ transposh
47
  msgid "On <strong>%1s</strong><br/>user <strong>%2s</strong> translated<br/>\"<strong>%3s</strong>\"<br/>to <strong style=\"color:red\">%4s</strong><br/>\"<strong>%5s</strong>\""
@@ -53,8 +53,8 @@ msgstr "Auf <strong>%1s</strong><br/>benutzer <strong>%2s</strong> &uuml;bersetz
53
  msgid "%s translated a phrase to %s with transposh:"
54
  msgstr "%s hat eine Phrase mit transposh nach %s &uuml;bersetzt:"
55
 
56
- #: wp/transposh_admin.php:170
57
- #: wp/transposh_admin.php:232
58
  #: wp/transposh_postpublish.php:50
59
  #: wp/transposh_postpublish.php:51
60
  #: wp/transposh_widget.php:84
@@ -64,338 +64,338 @@ msgstr "%s hat eine Phrase mit transposh nach %s &uuml;bersetzt:"
64
  msgid "Transposh"
65
  msgstr "Transposh"
66
 
67
- #: wp/transposh_admin.php:160
68
  #@ transposh
69
  msgid "Transposh makes your blog translatable"
70
  msgstr "Transposh macht Ihren Blog &uuml;bersetzbar"
71
 
72
- #: wp/transposh_admin.php:161
73
  #@ transposh
74
  msgid "Plugin homepage"
75
  msgstr "Plugin Startseite"
76
 
77
- #: wp/transposh_admin.php:162
78
  #@ transposh
79
  msgid "Frequently asked questions"
80
  msgstr "H&auml;ufig gestellte Fragen"
81
 
82
- #: wp/transposh_admin.php:170
83
  #@ transposh
84
  msgid "Transposh control center"
85
  msgstr "Transposh Kontrollzentrum"
86
 
87
- #: wp/transposh_admin.php:202
88
  #@ transposh
89
  msgid "About this plugin"
90
  msgstr "&Uuml;ber dieses Plug-In"
91
 
92
- #: wp/transposh_admin.php:203
93
  #@ transposh
94
  msgid "Plugin news"
95
  msgstr "Plug-In News"
96
 
97
- #: wp/transposh_admin.php:204
98
  #@ transposh
99
  msgid "Plugin stats"
100
  msgstr "Plug-In Stats"
101
 
102
- #: wp/transposh_admin.php:205
103
  #@ transposh
104
  msgid "Translate all"
105
  msgstr "Alles &uuml;bersetzen"
106
 
107
- #: wp/transposh_admin.php:206
108
  #@ transposh
109
  msgid "Supported languages"
110
  msgstr "Unterst&uuml;tzte Sprachen"
111
 
112
- #: wp/transposh_admin.php:207
113
  #@ transposh
114
  msgid "Translation settings"
115
  msgstr "&Uuml;bersetzungseinstellungen"
116
 
117
- #: wp/transposh_admin.php:208
118
  #@ transposh
119
  msgid "Automatic translation settings"
120
  msgstr "Automatische &Uuml;bersetzungseinstellungen"
121
 
122
- #: wp/transposh_admin.php:210
123
  #@ transposh
124
  msgid "Generic settings"
125
  msgstr "Allgemeine Einstellungen"
126
 
127
- #: wp/transposh_admin.php:211
128
  #@ transposh
129
  msgid "Database maintenance"
130
  msgstr "Datenbankwartung"
131
 
132
- #: wp/transposh_admin.php:226
133
  #@ transposh
134
  msgid "Transposh community features"
135
  msgstr "Transposh Gemeinschaftsfeatures"
136
 
137
- #: wp/transposh_admin.php:262
138
  #@ default
139
  msgid "Save Changes"
140
  msgstr "&Auml;nderungen speichern"
141
 
142
- #: wp/transposh_admin.php:286
143
  #@ transposh
144
  msgid "Problems?"
145
  msgstr "Probleme?"
146
 
147
- #: wp/transposh_admin.php:302
148
  #@ transposh
149
  msgid "Plugin Homepage"
150
  msgstr "Plug-In Startseite"
151
 
152
- #: wp/transposh_admin.php:303
153
  #@ transposh
154
  msgid "Suggest a Feature"
155
  msgstr "Feature vorschlagen"
156
 
157
- #: wp/transposh_admin.php:305
158
  #@ transposh
159
  msgid "Report a Bug"
160
  msgstr "Bug berichten"
161
 
162
- #: wp/transposh_admin.php:322
163
  #@ transposh
164
  msgid "Translate by clicking the button below"
165
  msgstr "Klicken Sie den nachstehenden Button um zu &uuml;bersetzen"
166
 
167
- #: wp/transposh_admin.php:324
168
  #@ transposh
169
  msgid "Translate All Now"
170
  msgstr "Alles jetzt &uuml;bersetzen"
171
 
172
- #: wp/transposh_admin.php:379
173
  #@ transposh
174
  msgid "Default Language (drag another language here to make it default)"
175
  msgstr "Standardsprache (ziehe eine andere Sprache um sie standard zu machen)"
176
 
177
- #: wp/transposh_admin.php:386
178
  #@ transposh
179
  msgid "Available Languages (Click to toggle language state - Drag to sort in the widget)"
180
  msgstr "Verf&uuml;gbare Sprachen (ein/ausschalten durch klicken - ziehen f&uuml;r Reihenfolge im Widget)"
181
 
182
- #: wp/transposh_admin.php:396
183
  #@ transposh
184
  msgid "Language supported by google translate"
185
  msgstr "Sprache unterst&uuml;tzt durch Google Translate"
186
 
187
- #: wp/transposh_admin.php:398
188
  #@ transposh
189
  msgid "Language supported by bing translate"
190
  msgstr "Sprache unterst&uuml;tzt durch Bing Translate"
191
 
192
- #: wp/transposh_admin.php:400
193
  #@ transposh
194
  msgid "Language supported by apertium translate"
195
  msgstr "Sprache unterst&uuml;tzt durch Apertium Translate"
196
 
197
- #: wp/transposh_admin.php:402
198
  #@ transposh
199
  msgid "Language is written from right to left"
200
  msgstr "Sprache wird von rechts nach links geschrieben"
201
 
202
- #: wp/transposh_admin.php:407
203
  #@ transposh
204
  msgid "Display options:"
205
  msgstr "Wiedergabeoptionen:"
206
 
207
- #: wp/transposh_admin.php:408
208
  #@ transposh
209
  msgid "Toggle names of languages between English and Original"
210
  msgstr "Namen der Sprachen zwischen Englisch und Original umschalten"
211
 
212
- #: wp/transposh_admin.php:409
213
  #@ transposh
214
  msgid "Make all languages active"
215
  msgstr "Alle Sprachen aktivieren"
216
 
217
- #: wp/transposh_admin.php:410
218
  #@ transposh
219
  msgid "Sort by language name"
220
  msgstr "Sortieren nach Sprache"
221
 
222
- #: wp/transposh_admin.php:411
223
  #@ transposh
224
  msgid "Sort by lSO code"
225
  msgstr "Sortieren nach ISO-Kode"
226
 
227
- #: wp/transposh_admin.php:412
228
  #@ transposh
229
  msgid "Legend:"
230
  msgstr "Legende:"
231
 
232
- #: wp/transposh_admin.php:412
233
  #@ transposh
234
  msgid "Green - active"
235
  msgstr "Gr&uuml;n - aktiv"
236
 
237
- #: wp/transposh_admin.php:412
238
  #@ transposh
239
  msgid "Yellow - translateable (only translators will see this language)"
240
  msgstr "Gelb - &uuml;bersetzbar (nur &Uuml;bersetzer sehen diese Sprache)"
241
 
242
- #: wp/transposh_admin.php:412
243
  #@ transposh
244
  msgid "blank - inactive"
245
  msgstr "Leer - nicht aktiv"
246
 
247
- #: wp/transposh_admin.php:434
248
  #@ transposh
249
  msgid "Who can translate ?"
250
  msgstr "Wer kann &uuml;bersetzen?"
251
 
252
- #: wp/transposh_admin.php:441
253
  #@ transposh
254
  msgid "Anonymous"
255
  msgstr "Anonym"
256
 
257
- #: wp/transposh_admin.php:447
258
  #@ transposh
259
  msgid "Enable default language translation"
260
  msgstr "Standard Sprache &Uuml;bersetzung aktivieren"
261
 
262
- #: wp/transposh_admin.php:447
263
  #@ transposh
264
  msgid "Allow translation of default language - useful for sites with more than one major language"
265
  msgstr "Die standard Sprache &uuml;bersetzen - n&uuml;tzlich f&uuml;r Blogs mit mehreren Hauptsprachen"
266
 
267
- #: wp/transposh_admin.php:454
268
  #@ transposh
269
  msgid "Enable search in translated languages"
270
  msgstr "Suchen in &uuml;bersetzten Sprachen aktivieren"
271
 
272
- #: wp/transposh_admin.php:461
273
  #@ transposh
274
  msgid "Enable url translation"
275
  msgstr "URL-&Uuml;bersetzung aktivieren"
276
 
277
- #: wp/transposh_admin.php:461
278
- #: wp/transposh_admin.php:468
279
  #@ transposh
280
  msgid "experimental"
281
  msgstr "experimental"
282
 
283
- #: wp/transposh_admin.php:461
284
  #@ transposh
285
  msgid "Allow translation of permalinks and urls"
286
  msgstr "&Uuml;bersetzung von Permalinks und URLs aktivieren"
287
 
288
- #: wp/transposh_admin.php:468
289
  #@ transposh
290
  msgid "Enable gettext integration"
291
  msgstr "Gettext Integration aktivieren"
292
 
293
- #: wp/transposh_admin.php:468
294
  #@ transposh
295
  msgid "Enable integration of Transposh with existing gettext interface (.po/.mo files)"
296
  msgstr "Integration von Transposh mit vorhandenen Gettext-Interface aktivieren (.po/.mo-Dateien)"
297
 
298
- #: wp/transposh_admin.php:484
299
  #@ transposh
300
  msgid "Enable automatic translation"
301
  msgstr "Automatische &Uuml;bersetzungen aktivieren"
302
 
303
- #: wp/transposh_admin.php:484
304
  #@ transposh
305
  msgid "Allow automatic translation of pages"
306
  msgstr "Automatische &Uuml;bersetzung von Webseiten zulassen"
307
 
308
- #: wp/transposh_admin.php:490
309
  #@ transposh
310
  msgid "Enable automatic translation after posting"
311
  msgstr "Automatische &Uuml;bersetzung nach beitragen aktivieren"
312
 
313
- #: wp/transposh_admin.php:490
314
  #@ transposh
315
  msgid "Do automatic translation immediately after a post has been published"
316
  msgstr "Automatische &Uuml;bersetzung gleich nach dem Ver&ouml;ffentlichen eines Berichts aktivieren"
317
 
318
- #: wp/transposh_admin.php:507
319
  #@ transposh
320
  msgid "Select preferred auto translation engine"
321
  msgstr "Bevorzugte &Uuml;bersetzungsmaschine selektieren"
322
 
323
- #: wp/transposh_admin.php:508
324
  #@ transposh
325
  msgid "Translation engine:"
326
  msgstr "&Uuml;bersetzungsmaschine"
327
 
328
- #: wp/transposh_admin.php:510
329
  #@ transposh
330
  msgid "Google"
331
  msgstr "Google"
332
 
333
- #: wp/transposh_admin.php:511
334
  #@ transposh
335
  msgid "Bing"
336
  msgstr "Bing"
337
 
338
- #: wp/transposh_admin.php:539
339
  #@ transposh
340
  msgid "Rewrite URLs"
341
  msgstr "URLs neu schreiben"
342
 
343
- #: wp/transposh_admin.php:547
344
  #@ transposh
345
  msgid "Add scripts to footer"
346
  msgstr "Skripts an der Fu&szlig;zeile zuf&uuml;gen"
347
 
348
- #: wp/transposh_admin.php:553
349
  #@ transposh
350
  msgid "Auto detect language for users"
351
  msgstr "Benutzersprache automatisch erkennen"
352
 
353
- #: wp/transposh_admin.php:569
354
  #@ transposh
355
  msgid "Delete all automated translations"
356
  msgstr "Alle automatischen &Uuml;bersetzungen l&ouml;schen"
357
 
358
- #: wp/transposh_admin.php:570
359
  #@ transposh
360
  msgid "Delete automated translations older than 14 days"
361
  msgstr "Automatische &Uuml;bersetzungen &auml;lter als 14 Tage l&ouml;schen"
362
 
363
- #: wp/transposh_admin.php:571
364
  #@ transposh
365
  msgid "Attempt to fix errors caused by previous versions - please backup first"
366
  msgstr "Versuch Fehler verursacht von vorherigen Versionen zu reparieren - bitte zuerst sichern"
367
 
368
- #: wp/transposh_admin.php:575
369
  #@ transposh
370
  msgid "Backup service for human translation"
371
  msgstr "Sicherungsdienst f&uuml;r menschliche &Uuml;bersetzung"
372
 
373
- #: wp/transposh_admin.php:576
374
  #@ transposh
375
  msgid "Enable daily backup"
376
  msgstr "T&auml;gliche Sicherung aktivieren"
377
 
378
- #: wp/transposh_admin.php:577
379
  #@ transposh
380
  msgid "Enable live backup"
381
  msgstr "Live Sicherung aktivieren"
382
 
383
- #: wp/transposh_admin.php:578
384
  #@ transposh
385
  msgid "Disable backup (Can be run manually by clicking the button below)"
386
  msgstr "Sicherung deaktivieren (kann man manuell machen durch klicken der unterstehenden Schaltfl&auml;che)"
387
 
388
- #: wp/transposh_admin.php:579
389
  #@ transposh
390
  msgid "Service Key:"
391
  msgstr "Dienstschl&uuml;ssel:"
392
 
393
- #: wp/transposh_admin.php:579
394
  #@ transposh
395
  msgid "How to restore?"
396
  msgstr "Wie wiederherstellen?"
397
 
398
- #: wp/transposh_admin.php:581
399
  #@ transposh
400
  msgid "Do Backup Now"
401
  msgstr "Jetzt sichern"
@@ -440,43 +440,43 @@ msgstr "Google Translate und Bing Translate Plug-In f&uuml;r WordPress"
440
  msgid "Style:"
441
  msgstr "Still:"
442
 
443
- #: wp/transposh_admin.php:517
444
  #@ transposh
445
  msgid "Show progress bar when a client triggers automatic translation"
446
  msgstr "Statusanzeige zeigen wenn Benutzer automatische &Uuml;bersetzung aktiviert"
447
 
448
- #: wp/transposh_admin.php:517
449
  #@ transposh
450
  msgid "Show progress bar"
451
  msgstr "Statusanzeige zeigen"
452
 
453
- #: wp/transposh_admin.php:519
454
  #@ transposh
455
  msgid "Widget will allow setting this language as user default"
456
  msgstr "Widget erlaubt Einstellung dieser Sprache als standard"
457
 
458
- #: wp/transposh_admin.php:519
459
  #@ transposh
460
  msgid "Allow user to set current language as default"
461
  msgstr "Benutzer erlauben aktuelle Sprache als standard festzulegen"
462
 
463
- #: wp/transposh_admin.php:521
464
  #@ transposh
465
  msgid "Transposh logo will not appear on widget"
466
  msgstr "Transposh-Logo erscheint nicht im Widget"
467
 
468
- #: wp/transposh_admin.php:521
469
  #@ transposh
470
  msgid "Remove transposh logo (see <a href=\"http://transposh.org/logoterms\">terms</a>)"
471
  msgstr "Transposh-Logo entfernen (siehe <a href=\"http://transposh.org/logoterms\">Bedingungen</a>)"
472
 
473
- #: wp/transposh_admin.php:523
474
- #: wp/transposh_admin.php:524
475
  #@ transposh
476
  msgid "Edit interface (and progress bar) theme:"
477
  msgstr "Thema der Schnittstelle (und Statusanzeige) bearbeiten:"
478
 
479
- #: transposh.php:898
480
  #@ default
481
  msgid "Settings"
482
  msgstr "Einstellungen"
@@ -513,81 +513,82 @@ msgstr ""
513
  msgid "%VERSION%"
514
  msgstr ""
515
 
516
- #. TRANSLATORS: this is what appears in the select box in dropdown subwidget
517
  #: widgets/dropdown/tpw_image_dropdown.php:45
518
  #@ transposh
519
  msgid "Select language"
520
  msgstr ""
521
 
522
- #: wp/transposh_admin.php:209
523
  #@ transposh
524
  msgid "Frontend settings"
525
  msgstr ""
526
 
527
- #: wp/transposh_admin.php:237
528
  #, php-format
529
  #@ transposh
530
  msgid "Your current PHP memory limit of %s is quite low, if you experience blank pages please consider increasing it."
531
  msgstr ""
532
 
533
- #: wp/transposh_admin.php:237
534
- #: wp/transposh_admin.php:241
535
  #@ transposh
536
  msgid "Check Transposh FAQs"
537
  msgstr ""
538
 
539
- #: wp/transposh_admin.php:241
540
  #@ transposh
541
  msgid "We were not able to find a supported in-memory caching engine, installing one can improve performance."
542
  msgstr ""
543
 
544
- #: wp/transposh_admin.php:454
545
  #@ transposh
546
  msgid "Allow search of translated languages (and the original language)"
547
  msgstr ""
548
 
549
- #: wp/transposh_admin.php:475
550
  #@ transposh
551
  msgid "Enable override for default locale"
552
  msgstr ""
553
 
554
- #: wp/transposh_admin.php:475
555
  #@ transposh
556
  msgid "Enable overriding the default locale that is set in WP_LANG on default languages pages (such as untranslated pages and admin pages)"
557
  msgstr ""
558
 
559
- #: wp/transposh_admin.php:495
560
  #@ transposh
561
  msgid "MSN API key"
562
  msgstr ""
563
 
564
- #: wp/transposh_admin.php:496
565
- #: wp/transposh_admin.php:502
 
566
  #@ transposh
567
  msgid "API Key"
568
  msgstr ""
569
 
570
- #: wp/transposh_admin.php:501
571
  #@ transposh
572
  msgid "Google API key"
573
  msgstr ""
574
 
575
- #: wp/transposh_admin.php:541
576
  #@ transposh
577
  msgid "Rewrite URLs to be search engine friendly, e.g. (http://transposh.org/<strong>en</strong>). Requires that permalinks will be enabled."
578
  msgstr ""
579
 
580
- #: wp/transposh_admin.php:548
581
  #@ transposh
582
  msgid "Push transposh scripts to footer of page instead of header, makes pages load faster. Requires that your theme should have proper footer support."
583
  msgstr ""
584
 
585
- #: wp/transposh_admin.php:554
586
  #@ transposh
587
  msgid "This enables auto detection of language used by the user as defined in the ACCEPT_LANGUAGES they send. This will redirect the first page accessed in the session to the same page with the detected language."
588
  msgstr ""
589
 
590
- #: wp/transposh_admin.php:559
591
  #@ transposh
592
  msgid "Allow collecting usage statistics"
593
  msgstr ""
@@ -623,13 +624,12 @@ msgstr ""
623
  msgid "title"
624
  msgstr ""
625
 
626
- #. TRANSLATORS: this is what appears in the select box in the default subwidget
627
- #: widgets/default/tpw_default.php:43
628
  #@ transposh
629
  msgid "Language"
630
  msgstr ""
631
 
632
- #: wp/transposh_admin.php:559
633
  #@ transposh
634
  msgid "This option enables collection of statistics by transposh that will be used to improve the product."
635
  msgstr ""
@@ -640,3 +640,55 @@ msgstr ""
640
  msgid "Translation"
641
  msgstr ""
642
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
+ #: wp/transposh_db.php:682
23
  #@ transposh
24
  msgid "Database stats"
25
  msgstr "Datenbankstatistiken"
26
 
27
+ #: wp/transposh_db.php:687
28
  #, php-format
29
  #@ transposh
30
  msgid "Total of <strong style=\"color:red\">%s</strong> translated phrases."
31
  msgstr "Total aus <strong style=\"color:red\">%s</strong> &uuml;bersetzte Phrasen."
32
 
33
+ #: wp/transposh_db.php:694
34
  #, php-format
35
  #@ transposh
36
  msgid "<strong>%1s</strong> has <strong style=\"color:red\">%2s</strong> human translated phrases."
37
  msgstr "<strong>%1s</strong> hat <strong style=\"color:red\">%2s</strong> ge&auml;nderte &Uuml;bersetzungen."
38
 
39
+ #: wp/transposh_db.php:697
40
  #@ transposh
41
  msgid "Recent activity"
42
  msgstr "Neueste Aktivit&auml;t"
43
 
44
+ #: wp/transposh_db.php:702
45
  #, php-format
46
  #@ transposh
47
  msgid "On <strong>%1s</strong><br/>user <strong>%2s</strong> translated<br/>\"<strong>%3s</strong>\"<br/>to <strong style=\"color:red\">%4s</strong><br/>\"<strong>%5s</strong>\""
53
  msgid "%s translated a phrase to %s with transposh:"
54
  msgstr "%s hat eine Phrase mit transposh nach %s &uuml;bersetzt:"
55
 
56
+ #: wp/transposh_admin.php:175
57
+ #: wp/transposh_admin.php:243
58
  #: wp/transposh_postpublish.php:50
59
  #: wp/transposh_postpublish.php:51
60
  #: wp/transposh_widget.php:84
64
  msgid "Transposh"
65
  msgstr "Transposh"
66
 
67
+ #: wp/transposh_admin.php:165
68
  #@ transposh
69
  msgid "Transposh makes your blog translatable"
70
  msgstr "Transposh macht Ihren Blog &uuml;bersetzbar"
71
 
72
+ #: wp/transposh_admin.php:166
73
  #@ transposh
74
  msgid "Plugin homepage"
75
  msgstr "Plugin Startseite"
76
 
77
+ #: wp/transposh_admin.php:167
78
  #@ transposh
79
  msgid "Frequently asked questions"
80
  msgstr "H&auml;ufig gestellte Fragen"
81
 
82
+ #: wp/transposh_admin.php:175
83
  #@ transposh
84
  msgid "Transposh control center"
85
  msgstr "Transposh Kontrollzentrum"
86
 
87
+ #: wp/transposh_admin.php:212
88
  #@ transposh
89
  msgid "About this plugin"
90
  msgstr "&Uuml;ber dieses Plug-In"
91
 
92
+ #: wp/transposh_admin.php:213
93
  #@ transposh
94
  msgid "Plugin news"
95
  msgstr "Plug-In News"
96
 
97
+ #: wp/transposh_admin.php:214
98
  #@ transposh
99
  msgid "Plugin stats"
100
  msgstr "Plug-In Stats"
101
 
102
+ #: wp/transposh_admin.php:215
103
  #@ transposh
104
  msgid "Translate all"
105
  msgstr "Alles &uuml;bersetzen"
106
 
107
+ #: wp/transposh_admin.php:216
108
  #@ transposh
109
  msgid "Supported languages"
110
  msgstr "Unterst&uuml;tzte Sprachen"
111
 
112
+ #: wp/transposh_admin.php:217
113
  #@ transposh
114
  msgid "Translation settings"
115
  msgstr "&Uuml;bersetzungseinstellungen"
116
 
117
+ #: wp/transposh_admin.php:218
118
  #@ transposh
119
  msgid "Automatic translation settings"
120
  msgstr "Automatische &Uuml;bersetzungseinstellungen"
121
 
122
+ #: wp/transposh_admin.php:221
123
  #@ transposh
124
  msgid "Generic settings"
125
  msgstr "Allgemeine Einstellungen"
126
 
127
+ #: wp/transposh_admin.php:222
128
  #@ transposh
129
  msgid "Database maintenance"
130
  msgstr "Datenbankwartung"
131
 
132
+ #: wp/transposh_admin.php:237
133
  #@ transposh
134
  msgid "Transposh community features"
135
  msgstr "Transposh Gemeinschaftsfeatures"
136
 
137
+ #: wp/transposh_admin.php:273
138
  #@ default
139
  msgid "Save Changes"
140
  msgstr "&Auml;nderungen speichern"
141
 
142
+ #: wp/transposh_admin.php:297
143
  #@ transposh
144
  msgid "Problems?"
145
  msgstr "Probleme?"
146
 
147
+ #: wp/transposh_admin.php:313
148
  #@ transposh
149
  msgid "Plugin Homepage"
150
  msgstr "Plug-In Startseite"
151
 
152
+ #: wp/transposh_admin.php:314
153
  #@ transposh
154
  msgid "Suggest a Feature"
155
  msgstr "Feature vorschlagen"
156
 
157
+ #: wp/transposh_admin.php:316
158
  #@ transposh
159
  msgid "Report a Bug"
160
  msgstr "Bug berichten"
161
 
162
+ #: wp/transposh_admin.php:333
163
  #@ transposh
164
  msgid "Translate by clicking the button below"
165
  msgstr "Klicken Sie den nachstehenden Button um zu &uuml;bersetzen"
166
 
167
+ #: wp/transposh_admin.php:335
168
  #@ transposh
169
  msgid "Translate All Now"
170
  msgstr "Alles jetzt &uuml;bersetzen"
171
 
172
+ #: wp/transposh_admin.php:390
173
  #@ transposh
174
  msgid "Default Language (drag another language here to make it default)"
175
  msgstr "Standardsprache (ziehe eine andere Sprache um sie standard zu machen)"
176
 
177
+ #: wp/transposh_admin.php:397
178
  #@ transposh
179
  msgid "Available Languages (Click to toggle language state - Drag to sort in the widget)"
180
  msgstr "Verf&uuml;gbare Sprachen (ein/ausschalten durch klicken - ziehen f&uuml;r Reihenfolge im Widget)"
181
 
182
+ #: wp/transposh_admin.php:407
183
  #@ transposh
184
  msgid "Language supported by google translate"
185
  msgstr "Sprache unterst&uuml;tzt durch Google Translate"
186
 
187
+ #: wp/transposh_admin.php:409
188
  #@ transposh
189
  msgid "Language supported by bing translate"
190
  msgstr "Sprache unterst&uuml;tzt durch Bing Translate"
191
 
192
+ #: wp/transposh_admin.php:411
193
  #@ transposh
194
  msgid "Language supported by apertium translate"
195
  msgstr "Sprache unterst&uuml;tzt durch Apertium Translate"
196
 
197
+ #: wp/transposh_admin.php:415
198
  #@ transposh
199
  msgid "Language is written from right to left"
200
  msgstr "Sprache wird von rechts nach links geschrieben"
201
 
202
+ #: wp/transposh_admin.php:420
203
  #@ transposh
204
  msgid "Display options:"
205
  msgstr "Wiedergabeoptionen:"
206
 
207
+ #: wp/transposh_admin.php:421
208
  #@ transposh
209
  msgid "Toggle names of languages between English and Original"
210
  msgstr "Namen der Sprachen zwischen Englisch und Original umschalten"
211
 
212
+ #: wp/transposh_admin.php:422
213
  #@ transposh
214
  msgid "Make all languages active"
215
  msgstr "Alle Sprachen aktivieren"
216
 
217
+ #: wp/transposh_admin.php:423
218
  #@ transposh
219
  msgid "Sort by language name"
220
  msgstr "Sortieren nach Sprache"
221
 
222
+ #: wp/transposh_admin.php:424
223
  #@ transposh
224
  msgid "Sort by lSO code"
225
  msgstr "Sortieren nach ISO-Kode"
226
 
227
+ #: wp/transposh_admin.php:425
228
  #@ transposh
229
  msgid "Legend:"
230
  msgstr "Legende:"
231
 
232
+ #: wp/transposh_admin.php:425
233
  #@ transposh
234
  msgid "Green - active"
235
  msgstr "Gr&uuml;n - aktiv"
236
 
237
+ #: wp/transposh_admin.php:425
238
  #@ transposh
239
  msgid "Yellow - translateable (only translators will see this language)"
240
  msgstr "Gelb - &uuml;bersetzbar (nur &Uuml;bersetzer sehen diese Sprache)"
241
 
242
+ #: wp/transposh_admin.php:425
243
  #@ transposh
244
  msgid "blank - inactive"
245
  msgstr "Leer - nicht aktiv"
246
 
247
+ #: wp/transposh_admin.php:447
248
  #@ transposh
249
  msgid "Who can translate ?"
250
  msgstr "Wer kann &uuml;bersetzen?"
251
 
252
+ #: wp/transposh_admin.php:454
253
  #@ transposh
254
  msgid "Anonymous"
255
  msgstr "Anonym"
256
 
257
+ #: wp/transposh_admin.php:460
258
  #@ transposh
259
  msgid "Enable default language translation"
260
  msgstr "Standard Sprache &Uuml;bersetzung aktivieren"
261
 
262
+ #: wp/transposh_admin.php:460
263
  #@ transposh
264
  msgid "Allow translation of default language - useful for sites with more than one major language"
265
  msgstr "Die standard Sprache &uuml;bersetzen - n&uuml;tzlich f&uuml;r Blogs mit mehreren Hauptsprachen"
266
 
267
+ #: wp/transposh_admin.php:467
268
  #@ transposh
269
  msgid "Enable search in translated languages"
270
  msgstr "Suchen in &uuml;bersetzten Sprachen aktivieren"
271
 
272
+ #: wp/transposh_admin.php:474
273
  #@ transposh
274
  msgid "Enable url translation"
275
  msgstr "URL-&Uuml;bersetzung aktivieren"
276
 
277
+ #: wp/transposh_admin.php:474
278
+ #: wp/transposh_admin.php:481
279
  #@ transposh
280
  msgid "experimental"
281
  msgstr "experimental"
282
 
283
+ #: wp/transposh_admin.php:474
284
  #@ transposh
285
  msgid "Allow translation of permalinks and urls"
286
  msgstr "&Uuml;bersetzung von Permalinks und URLs aktivieren"
287
 
288
+ #: wp/transposh_admin.php:481
289
  #@ transposh
290
  msgid "Enable gettext integration"
291
  msgstr "Gettext Integration aktivieren"
292
 
293
+ #: wp/transposh_admin.php:481
294
  #@ transposh
295
  msgid "Enable integration of Transposh with existing gettext interface (.po/.mo files)"
296
  msgstr "Integration von Transposh mit vorhandenen Gettext-Interface aktivieren (.po/.mo-Dateien)"
297
 
298
+ #: wp/transposh_admin.php:497
299
  #@ transposh
300
  msgid "Enable automatic translation"
301
  msgstr "Automatische &Uuml;bersetzungen aktivieren"
302
 
303
+ #: wp/transposh_admin.php:497
304
  #@ transposh
305
  msgid "Allow automatic translation of pages"
306
  msgstr "Automatische &Uuml;bersetzung von Webseiten zulassen"
307
 
308
+ #: wp/transposh_admin.php:503
309
  #@ transposh
310
  msgid "Enable automatic translation after posting"
311
  msgstr "Automatische &Uuml;bersetzung nach beitragen aktivieren"
312
 
313
+ #: wp/transposh_admin.php:503
314
  #@ transposh
315
  msgid "Do automatic translation immediately after a post has been published"
316
  msgstr "Automatische &Uuml;bersetzung gleich nach dem Ver&ouml;ffentlichen eines Berichts aktivieren"
317
 
318
+ #: wp/transposh_admin.php:520
319
  #@ transposh
320
  msgid "Select preferred auto translation engine"
321
  msgstr "Bevorzugte &Uuml;bersetzungsmaschine selektieren"
322
 
323
+ #: wp/transposh_admin.php:521
324
  #@ transposh
325
  msgid "Translation engine:"
326
  msgstr "&Uuml;bersetzungsmaschine"
327
 
328
+ #: wp/transposh_admin.php:523
329
  #@ transposh
330
  msgid "Google"
331
  msgstr "Google"
332
 
333
+ #: wp/transposh_admin.php:524
334
  #@ transposh
335
  msgid "Bing"
336
  msgstr "Bing"
337
 
338
+ #: wp/transposh_admin.php:578
339
  #@ transposh
340
  msgid "Rewrite URLs"
341
  msgstr "URLs neu schreiben"
342
 
343
+ #: wp/transposh_admin.php:586
344
  #@ transposh
345
  msgid "Add scripts to footer"
346
  msgstr "Skripts an der Fu&szlig;zeile zuf&uuml;gen"
347
 
348
+ #: wp/transposh_admin.php:592
349
  #@ transposh
350
  msgid "Auto detect language for users"
351
  msgstr "Benutzersprache automatisch erkennen"
352
 
353
+ #: wp/transposh_admin.php:608
354
  #@ transposh
355
  msgid "Delete all automated translations"
356
  msgstr "Alle automatischen &Uuml;bersetzungen l&ouml;schen"
357
 
358
+ #: wp/transposh_admin.php:609
359
  #@ transposh
360
  msgid "Delete automated translations older than 14 days"
361
  msgstr "Automatische &Uuml;bersetzungen &auml;lter als 14 Tage l&ouml;schen"
362
 
363
+ #: wp/transposh_admin.php:610
364
  #@ transposh
365
  msgid "Attempt to fix errors caused by previous versions - please backup first"
366
  msgstr "Versuch Fehler verursacht von vorherigen Versionen zu reparieren - bitte zuerst sichern"
367
 
368
+ #: wp/transposh_admin.php:614
369
  #@ transposh
370
  msgid "Backup service for human translation"
371
  msgstr "Sicherungsdienst f&uuml;r menschliche &Uuml;bersetzung"
372
 
373
+ #: wp/transposh_admin.php:615
374
  #@ transposh
375
  msgid "Enable daily backup"
376
  msgstr "T&auml;gliche Sicherung aktivieren"
377
 
378
+ #: wp/transposh_admin.php:616
379
  #@ transposh
380
  msgid "Enable live backup"
381
  msgstr "Live Sicherung aktivieren"
382
 
383
+ #: wp/transposh_admin.php:617
384
  #@ transposh
385
  msgid "Disable backup (Can be run manually by clicking the button below)"
386
  msgstr "Sicherung deaktivieren (kann man manuell machen durch klicken der unterstehenden Schaltfl&auml;che)"
387
 
388
+ #: wp/transposh_admin.php:618
389
  #@ transposh
390
  msgid "Service Key:"
391
  msgstr "Dienstschl&uuml;ssel:"
392
 
393
+ #: wp/transposh_admin.php:618
394
  #@ transposh
395
  msgid "How to restore?"
396
  msgstr "Wie wiederherstellen?"
397
 
398
+ #: wp/transposh_admin.php:620
399
  #@ transposh
400
  msgid "Do Backup Now"
401
  msgstr "Jetzt sichern"
440
  msgid "Style:"
441
  msgstr "Still:"
442
 
443
+ #: wp/transposh_admin.php:556
444
  #@ transposh
445
  msgid "Show progress bar when a client triggers automatic translation"
446
  msgstr "Statusanzeige zeigen wenn Benutzer automatische &Uuml;bersetzung aktiviert"
447
 
448
+ #: wp/transposh_admin.php:556
449
  #@ transposh
450
  msgid "Show progress bar"
451
  msgstr "Statusanzeige zeigen"
452
 
453
+ #: wp/transposh_admin.php:558
454
  #@ transposh
455
  msgid "Widget will allow setting this language as user default"
456
  msgstr "Widget erlaubt Einstellung dieser Sprache als standard"
457
 
458
+ #: wp/transposh_admin.php:558
459
  #@ transposh
460
  msgid "Allow user to set current language as default"
461
  msgstr "Benutzer erlauben aktuelle Sprache als standard festzulegen"
462
 
463
+ #: wp/transposh_admin.php:560
464
  #@ transposh
465
  msgid "Transposh logo will not appear on widget"
466
  msgstr "Transposh-Logo erscheint nicht im Widget"
467
 
468
+ #: wp/transposh_admin.php:560
469
  #@ transposh
470
  msgid "Remove transposh logo (see <a href=\"http://transposh.org/logoterms\">terms</a>)"
471
  msgstr "Transposh-Logo entfernen (siehe <a href=\"http://transposh.org/logoterms\">Bedingungen</a>)"
472
 
473
+ #: wp/transposh_admin.php:562
474
+ #: wp/transposh_admin.php:563
475
  #@ transposh
476
  msgid "Edit interface (and progress bar) theme:"
477
  msgstr "Thema der Schnittstelle (und Statusanzeige) bearbeiten:"
478
 
479
+ #: transposh.php:908
480
  #@ default
481
  msgid "Settings"
482
  msgstr "Einstellungen"
513
  msgid "%VERSION%"
514
  msgstr ""
515
 
516
+ #. TRANSLATORS: this is what appears in the select box in dropdown subwidget
517
  #: widgets/dropdown/tpw_image_dropdown.php:45
518
  #@ transposh
519
  msgid "Select language"
520
  msgstr ""
521
 
522
+ #: wp/transposh_admin.php:220
523
  #@ transposh
524
  msgid "Frontend settings"
525
  msgstr ""
526
 
527
+ #: wp/transposh_admin.php:248
528
  #, php-format
529
  #@ transposh
530
  msgid "Your current PHP memory limit of %s is quite low, if you experience blank pages please consider increasing it."
531
  msgstr ""
532
 
533
+ #: wp/transposh_admin.php:248
534
+ #: wp/transposh_admin.php:252
535
  #@ transposh
536
  msgid "Check Transposh FAQs"
537
  msgstr ""
538
 
539
+ #: wp/transposh_admin.php:252
540
  #@ transposh
541
  msgid "We were not able to find a supported in-memory caching engine, installing one can improve performance."
542
  msgstr ""
543
 
544
+ #: wp/transposh_admin.php:467
545
  #@ transposh
546
  msgid "Allow search of translated languages (and the original language)"
547
  msgstr ""
548
 
549
+ #: wp/transposh_admin.php:488
550
  #@ transposh
551
  msgid "Enable override for default locale"
552
  msgstr ""
553
 
554
+ #: wp/transposh_admin.php:488
555
  #@ transposh
556
  msgid "Enable overriding the default locale that is set in WP_LANG on default languages pages (such as untranslated pages and admin pages)"
557
  msgstr ""
558
 
559
+ #: wp/transposh_admin.php:508
560
  #@ transposh
561
  msgid "MSN API key"
562
  msgstr ""
563
 
564
+ #: wp/transposh_admin.php:509
565
+ #: wp/transposh_admin.php:515
566
+ #: wp/transposh_admin.php:540
567
  #@ transposh
568
  msgid "API Key"
569
  msgstr ""
570
 
571
+ #: wp/transposh_admin.php:514
572
  #@ transposh
573
  msgid "Google API key"
574
  msgstr ""
575
 
576
+ #: wp/transposh_admin.php:580
577
  #@ transposh
578
  msgid "Rewrite URLs to be search engine friendly, e.g. (http://transposh.org/<strong>en</strong>). Requires that permalinks will be enabled."
579
  msgstr ""
580
 
581
+ #: wp/transposh_admin.php:587
582
  #@ transposh
583
  msgid "Push transposh scripts to footer of page instead of header, makes pages load faster. Requires that your theme should have proper footer support."
584
  msgstr ""
585
 
586
+ #: wp/transposh_admin.php:593
587
  #@ transposh
588
  msgid "This enables auto detection of language used by the user as defined in the ACCEPT_LANGUAGES they send. This will redirect the first page accessed in the session to the same page with the detected language."
589
  msgstr ""
590
 
591
+ #: wp/transposh_admin.php:598
592
  #@ transposh
593
  msgid "Allow collecting usage statistics"
594
  msgstr ""
624
  msgid "title"
625
  msgstr ""
626
 
627
+ #: wp/transposh_admin.php:640
 
628
  #@ transposh
629
  msgid "Language"
630
  msgstr ""
631
 
632
+ #: wp/transposh_admin.php:598
633
  #@ transposh
634
  msgid "This option enables collection of statistics by transposh that will be used to improve the product."
635
  msgstr ""
640
  msgid "Translation"
641
  msgstr ""
642
 
643
+ #: wp/transposh_admin.php:219
644
+ #@ transposh
645
+ msgid "Professional translation settings"
646
+ msgstr ""
647
+
648
+ #: wp/transposh_admin.php:413
649
+ #@ transposh
650
+ msgid "Language supported by one hour translation"
651
+ msgstr ""
652
+
653
+ #: wp/transposh_admin.php:530
654
+ #@ transposh
655
+ msgid "<a href=\"http://transposh.org/redir/oht\">One Hour Translation</a>, is the largest professional translation service online, with thousands of business customers, including 57% of the Fortune 500 companies, and over 15000 translators worldwide."
656
+ msgstr "<a href=\"http://transposh.org/redir/oht\">One Hour Translation</a> ist mit Tausenden von Geschäftskunden darunter 57 % von Amerikas 500 größten Unternehmen der größte professionelle Online-Übersetzungsdienstleister und hat mehr als 15.000 Übersetzer weltweit."
657
+
658
+ #: wp/transposh_admin.php:532
659
+ #@ transposh
660
+ msgid "One Hour Translation provides high-quality, fast professional translation to/from any language, and has specific domain expertise in SW localization, technical, business, and legal translations."
661
+ msgstr "One Hour Translation bietet qualitativ hochwertige, schnelle, professionelle Übersetzungen in/aus allen Sprachen und verfügt über spezifische Branchenkenntnisse bei der SW-Lokalisierung sowie bei technischen, geschäftlichen und juristischen Übersetzungen."
662
+
663
+ #: wp/transposh_admin.php:533
664
+ #@ transposh
665
+ msgid "One Hour Translation account ID"
666
+ msgstr ""
667
+
668
+ #: wp/transposh_admin.php:534
669
+ #@ transposh
670
+ msgid "Account ID"
671
+ msgstr ""
672
+
673
+ #: wp/transposh_admin.php:539
674
+ #@ transposh
675
+ msgid "One Hour Translation secret key"
676
+ msgstr ""
677
+
678
+ #: wp/transposh_admin.php:546
679
+ #, php-format
680
+ #@ transposh
681
+ msgid "%d Phrases currently queued for next job in ~%d minutes"
682
+ msgstr ""
683
+
684
+ #: wp/transposh_admin.php:551
685
+ #, php-format
686
+ #@ transposh
687
+ msgid "%d projects have been submitted and waiting for completion"
688
+ msgstr ""
689
+
690
+ #: wp/transposh_admin.php:636
691
+ #@ transposh
692
+ msgid "Unset"
693
+ msgstr ""
694
+
langs/transposh-es_ES.mo CHANGED
Binary file
langs/transposh-es_ES.po CHANGED
@@ -19,29 +19,29 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
- #: wp/transposh_db.php:673
23
  #@ transposh
24
  msgid "Database stats"
25
  msgstr "Estadísticas de la Base de datos"
26
 
27
- #: wp/transposh_db.php:678
28
  #, php-format
29
  #@ transposh
30
  msgid "Total of <strong style=\"color:red\">%s</strong> translated phrases."
31
  msgstr "Un total de <strong style=\"color:red\">%s</strong> frases traducidas."
32
 
33
- #: wp/transposh_db.php:685
34
  #, php-format
35
  #@ transposh
36
  msgid "<strong>%1s</strong> has <strong style=\"color:red\">%2s</strong> human translated phrases."
37
  msgstr "<strong>%1s</strong> tiene <strong style=\"color:red\">%2s</strong> frases traducidas por humanos."
38
 
39
- #: wp/transposh_db.php:688
40
  #@ transposh
41
  msgid "Recent activity"
42
  msgstr "Actividad reciente"
43
 
44
- #: wp/transposh_db.php:693
45
  #, php-format
46
  #@ transposh
47
  msgid "On <strong>%1s</strong><br/>user <strong>%2s</strong> translated<br/>\"<strong>%3s</strong>\"<br/>to <strong style=\"color:red\">%4s</strong><br/>\"<strong>%5s</strong>\""
@@ -53,8 +53,8 @@ msgstr "El <strong>%1s</strong><br/>el usuario <strong>%2s</strong> tradujo<br/>
53
  msgid "%s translated a phrase to %s with transposh:"
54
  msgstr ""
55
 
56
- #: wp/transposh_admin.php:170
57
- #: wp/transposh_admin.php:232
58
  #: wp/transposh_postpublish.php:50
59
  #: wp/transposh_postpublish.php:51
60
  #: wp/transposh_widget.php:84
@@ -64,338 +64,338 @@ msgstr ""
64
  msgid "Transposh"
65
  msgstr ""
66
 
67
- #: wp/transposh_admin.php:160
68
  #@ transposh
69
  msgid "Transposh makes your blog translatable"
70
  msgstr "Transposh hace tu blog traducible"
71
 
72
- #: wp/transposh_admin.php:161
73
  #@ transposh
74
  msgid "Plugin homepage"
75
  msgstr " Página de inicio del plugin"
76
 
77
- #: wp/transposh_admin.php:162
78
  #@ transposh
79
  msgid "Frequently asked questions"
80
  msgstr "Preguntas más frecuentes"
81
 
82
- #: wp/transposh_admin.php:170
83
  #@ transposh
84
  msgid "Transposh control center"
85
  msgstr "Centro de control de Transposh"
86
 
87
- #: wp/transposh_admin.php:202
88
  #@ transposh
89
  msgid "About this plugin"
90
  msgstr "Acerca de este plugin"
91
 
92
- #: wp/transposh_admin.php:203
93
  #@ transposh
94
  msgid "Plugin news"
95
  msgstr "Noticias del Plugin"
96
 
97
- #: wp/transposh_admin.php:204
98
  #@ transposh
99
  msgid "Plugin stats"
100
  msgstr "Estadísticas del Plugin"
101
 
102
- #: wp/transposh_admin.php:205
103
  #@ transposh
104
  msgid "Translate all"
105
  msgstr "Traducir todo"
106
 
107
- #: wp/transposh_admin.php:206
108
  #@ transposh
109
  msgid "Supported languages"
110
  msgstr "Idiomas soportados"
111
 
112
- #: wp/transposh_admin.php:207
113
  #@ transposh
114
  msgid "Translation settings"
115
  msgstr "Configuración de traducción"
116
 
117
- #: wp/transposh_admin.php:208
118
  #@ transposh
119
  msgid "Automatic translation settings"
120
  msgstr "Configuración de la traducción automática"
121
 
122
- #: wp/transposh_admin.php:210
123
  #@ transposh
124
  msgid "Generic settings"
125
  msgstr "Configuraciones genéricas"
126
 
127
- #: wp/transposh_admin.php:211
128
  #@ transposh
129
  msgid "Database maintenance"
130
  msgstr "Mantenimiento de la base de datos"
131
 
132
- #: wp/transposh_admin.php:226
133
  #@ transposh
134
  msgid "Transposh community features"
135
  msgstr "Funciones de la \"Comunidad Transposh\""
136
 
137
- #: wp/transposh_admin.php:262
138
  #@ default
139
  msgid "Save Changes"
140
  msgstr ""
141
 
142
- #: wp/transposh_admin.php:286
143
  #@ transposh
144
  msgid "Problems?"
145
  msgstr "¿Problemas?"
146
 
147
- #: wp/transposh_admin.php:302
148
  #@ transposh
149
  msgid "Plugin Homepage"
150
  msgstr "Página de inicio del Plugin"
151
 
152
- #: wp/transposh_admin.php:303
153
  #@ transposh
154
  msgid "Suggest a Feature"
155
  msgstr "Sugiere una función"
156
 
157
- #: wp/transposh_admin.php:305
158
  #@ transposh
159
  msgid "Report a Bug"
160
  msgstr "Informar de un error"
161
 
162
- #: wp/transposh_admin.php:322
163
  #@ transposh
164
  msgid "Translate by clicking the button below"
165
  msgstr "Traducir haciendo clic en el botón de abajo"
166
 
167
- #: wp/transposh_admin.php:324
168
  #@ transposh
169
  msgid "Translate All Now"
170
  msgstr "Traducir Todo Ahora"
171
 
172
- #: wp/transposh_admin.php:379
173
  #@ transposh
174
  msgid "Default Language (drag another language here to make it default)"
175
  msgstr "Idioma por defecto (arrastrar otro idioma aquí para que sea el por defecto)"
176
 
177
- #: wp/transposh_admin.php:386
178
  #@ transposh
179
  msgid "Available Languages (Click to toggle language state - Drag to sort in the widget)"
180
  msgstr "Idiomas disponibles (Haga clic para cambiar el estado del lenguaje - Arrastre para ordenar en el widget)"
181
 
182
- #: wp/transposh_admin.php:396
183
  #@ transposh
184
  msgid "Language supported by google translate"
185
  msgstr "Idioma soportado por el traductor de Google"
186
 
187
- #: wp/transposh_admin.php:398
188
  #@ transposh
189
  msgid "Language supported by bing translate"
190
  msgstr "Idioma soportado por el traductor de bing"
191
 
192
- #: wp/transposh_admin.php:400
193
  #@ transposh
194
  msgid "Language supported by apertium translate"
195
  msgstr "Idioma soportado por el traductor apertium"
196
 
197
- #: wp/transposh_admin.php:402
198
  #@ transposh
199
  msgid "Language is written from right to left"
200
  msgstr "Este idioma se escribe de derecha a izquierda"
201
 
202
- #: wp/transposh_admin.php:407
203
  #@ transposh
204
  msgid "Display options:"
205
  msgstr "Opciones de visualización:"
206
 
207
- #: wp/transposh_admin.php:408
208
  #@ transposh
209
  msgid "Toggle names of languages between English and Original"
210
  msgstr "Cambiar los nombres de las lenguas entre Inglés y Original"
211
 
212
- #: wp/transposh_admin.php:409
213
  #@ transposh
214
  msgid "Make all languages active"
215
  msgstr "Activar todas las lenguas"
216
 
217
- #: wp/transposh_admin.php:410
218
  #@ transposh
219
  msgid "Sort by language name"
220
  msgstr "Ordenar por nombre de idioma"
221
 
222
- #: wp/transposh_admin.php:411
223
  #@ transposh
224
  msgid "Sort by lSO code"
225
  msgstr "Ordenar por código lSO"
226
 
227
- #: wp/transposh_admin.php:412
228
  #@ transposh
229
  msgid "Legend:"
230
  msgstr "Leyenda:"
231
 
232
- #: wp/transposh_admin.php:412
233
  #@ transposh
234
  msgid "Green - active"
235
  msgstr "Verde - activo"
236
 
237
- #: wp/transposh_admin.php:412
238
  #@ transposh
239
  msgid "Yellow - translateable (only translators will see this language)"
240
  msgstr "Amarillo - traducible (sólo los traductores verán este idioma)"
241
 
242
- #: wp/transposh_admin.php:412
243
  #@ transposh
244
  msgid "blank - inactive"
245
  msgstr "blanco - inactivo"
246
 
247
- #: wp/transposh_admin.php:434
248
  #@ transposh
249
  msgid "Who can translate ?"
250
  msgstr "¿Quién puede traducir?"
251
 
252
- #: wp/transposh_admin.php:441
253
  #@ transposh
254
  msgid "Anonymous"
255
  msgstr "Anónimo"
256
 
257
- #: wp/transposh_admin.php:447
258
  #@ transposh
259
  msgid "Enable default language translation"
260
  msgstr "Activar la traducción del idioma por defecto"
261
 
262
- #: wp/transposh_admin.php:447
263
  #@ transposh
264
  msgid "Allow translation of default language - useful for sites with more than one major language"
265
  msgstr "Permite la traducción de la lengua por defecto - útil para los sitios con más de un idioma principal"
266
 
267
- #: wp/transposh_admin.php:454
268
  #@ transposh
269
  msgid "Enable search in translated languages"
270
  msgstr "Habilitar la búsqueda en los idiomas traducidos"
271
 
272
- #: wp/transposh_admin.php:461
273
  #@ transposh
274
  msgid "Enable url translation"
275
  msgstr "Permitir la traducción del url"
276
 
277
- #: wp/transposh_admin.php:461
278
- #: wp/transposh_admin.php:468
279
  #@ transposh
280
  msgid "experimental"
281
  msgstr "experimental"
282
 
283
- #: wp/transposh_admin.php:461
284
  #@ transposh
285
  msgid "Allow translation of permalinks and urls"
286
  msgstr "Permitir la traducción de vínculos permanentes y urls"
287
 
288
- #: wp/transposh_admin.php:468
289
  #@ transposh
290
  msgid "Enable gettext integration"
291
  msgstr "Permitir la integración con gettext"
292
 
293
- #: wp/transposh_admin.php:468
294
  #@ transposh
295
  msgid "Enable integration of Transposh with existing gettext interface (.po/.mo files)"
296
  msgstr "Permitir la integración de Transposh con interfaces gettext existentes (.po /.mo archivos )"
297
 
298
- #: wp/transposh_admin.php:484
299
  #@ transposh
300
  msgid "Enable automatic translation"
301
  msgstr "Permitir traducción automática"
302
 
303
- #: wp/transposh_admin.php:484
304
  #@ transposh
305
  msgid "Allow automatic translation of pages"
306
  msgstr "Permitir la traducción automática de páginas"
307
 
308
- #: wp/transposh_admin.php:490
309
  #@ transposh
310
  msgid "Enable automatic translation after posting"
311
  msgstr "Permitir la traducción automática tras publicar"
312
 
313
- #: wp/transposh_admin.php:490
314
  #@ transposh
315
  msgid "Do automatic translation immediately after a post has been published"
316
  msgstr "Traducir automáticamente inmediatamente después de publicar una entrada"
317
 
318
- #: wp/transposh_admin.php:507
319
  #@ transposh
320
  msgid "Select preferred auto translation engine"
321
  msgstr "Seleccione el motor de auto traducción preferido"
322
 
323
- #: wp/transposh_admin.php:508
324
  #@ transposh
325
  msgid "Translation engine:"
326
  msgstr "Motor de Traducción:"
327
 
328
- #: wp/transposh_admin.php:510
329
  #@ transposh
330
  msgid "Google"
331
  msgstr "Google"
332
 
333
- #: wp/transposh_admin.php:511
334
  #@ transposh
335
  msgid "Bing"
336
  msgstr "Bing"
337
 
338
- #: wp/transposh_admin.php:539
339
  #@ transposh
340
  msgid "Rewrite URLs"
341
  msgstr "Reescribir las URLs"
342
 
343
- #: wp/transposh_admin.php:547
344
  #@ transposh
345
  msgid "Add scripts to footer"
346
  msgstr "Agregar scripts al pie de página"
347
 
348
- #: wp/transposh_admin.php:553
349
  #@ transposh
350
  msgid "Auto detect language for users"
351
  msgstr "Detección automática de idioma para los usuarios"
352
 
353
- #: wp/transposh_admin.php:569
354
  #@ transposh
355
  msgid "Delete all automated translations"
356
  msgstr "Eliminar todas las traducciones automáticas"
357
 
358
- #: wp/transposh_admin.php:570
359
  #@ transposh
360
  msgid "Delete automated translations older than 14 days"
361
  msgstr "Eliminar traducciones automáticas de más de 14 días de antigüedad"
362
 
363
- #: wp/transposh_admin.php:571
364
  #@ transposh
365
  msgid "Attempt to fix errors caused by previous versions - please backup first"
366
  msgstr "Tratar de corregir los errores causados por las versiones anteriores - por favor, haga copia de seguridad antes"
367
 
368
- #: wp/transposh_admin.php:575
369
  #@ transposh
370
  msgid "Backup service for human translation"
371
  msgstr "Servicio de copia de seguridad para la traducción humana"
372
 
373
- #: wp/transposh_admin.php:576
374
  #@ transposh
375
  msgid "Enable daily backup"
376
  msgstr "Habilitar copia de seguridad diaria"
377
 
378
- #: wp/transposh_admin.php:577
379
  #@ transposh
380
  msgid "Enable live backup"
381
  msgstr "Habilitar copia de seguridad en vivo"
382
 
383
- #: wp/transposh_admin.php:578
384
  #@ transposh
385
  msgid "Disable backup (Can be run manually by clicking the button below)"
386
  msgstr "Desactivar copia de seguridad (se puede ejecutar manualmente haciendo clic en el botón de abajo)"
387
 
388
- #: wp/transposh_admin.php:579
389
  #@ transposh
390
  msgid "Service Key:"
391
  msgstr "Clave de servicio:"
392
 
393
- #: wp/transposh_admin.php:579
394
  #@ transposh
395
  msgid "How to restore?"
396
  msgstr "¿Cómo restaurar?"
397
 
398
- #: wp/transposh_admin.php:581
399
  #@ transposh
400
  msgid "Do Backup Now"
401
  msgstr "Hacer copia de seguridad ahora"
@@ -440,43 +440,43 @@ msgstr "Plugin de traductor de Google y Bing para WordPress"
440
  msgid "Style:"
441
  msgstr "Estilo:"
442
 
443
- #: wp/transposh_admin.php:517
444
  #@ transposh
445
  msgid "Show progress bar when a client triggers automatic translation"
446
  msgstr "Mostrar la barra de progreso cuando un cliente activa la traducción automática"
447
 
448
- #: wp/transposh_admin.php:517
449
  #@ transposh
450
  msgid "Show progress bar"
451
  msgstr "Mostrar la barra de progreso"
452
 
453
- #: wp/transposh_admin.php:519
454
  #@ transposh
455
  msgid "Widget will allow setting this language as user default"
456
  msgstr "El Widget permitirá establecer esta lengua como predeterminada del usuario"
457
 
458
- #: wp/transposh_admin.php:519
459
  #@ transposh
460
  msgid "Allow user to set current language as default"
461
  msgstr "Permitir al usuario establecer el idioma actual como predeterminado"
462
 
463
- #: wp/transposh_admin.php:521
464
  #@ transposh
465
  msgid "Transposh logo will not appear on widget"
466
  msgstr "El logo de Transposh no aparecerá en el widget"
467
 
468
- #: wp/transposh_admin.php:521
469
  #@ transposh
470
  msgid "Remove transposh logo (see <a href=\"http://transposh.org/logoterms\">terms</a>)"
471
  msgstr "Quitar el logotipo de Transposh (ver <a href=\\\"http://transposh.org/logoterms\\\"> condiciones</a> )"
472
 
473
- #: wp/transposh_admin.php:523
474
- #: wp/transposh_admin.php:524
475
  #@ transposh
476
  msgid "Edit interface (and progress bar) theme:"
477
  msgstr "Tema de la interfaz de edición (y de la barra de progreso):"
478
 
479
- #: transposh.php:898
480
  #@ default
481
  msgid "Settings"
482
  msgstr ""
@@ -506,17 +506,17 @@ msgstr "Filtro de Traducción para WordPress, después de habilitarlo configurar
506
  msgid "Team Transposh"
507
  msgstr "Equipo Transposh"
508
 
509
- #: wp/transposh_admin.php:541
510
  #@ transposh
511
  msgid "Rewrite URLs to be search engine friendly, e.g. (http://transposh.org/<strong>en</strong>). Requires that permalinks will be enabled."
512
  msgstr "Reescribe las URLs para que sean amigables para los motores de búsqueda, por ejemplo (http://transposh.org/ <strong>en).</strong> Requiere que los permalinks estén habilitados."
513
 
514
- #: wp/transposh_admin.php:548
515
  #@ transposh
516
  msgid "Push transposh scripts to footer of page instead of header, makes pages load faster. Requires that your theme should have proper footer support."
517
  msgstr "Ponga los scripts de Transposh al pie de la página en lugar de cabecera, hace que las páginas se cargan más rápido. Se requiere que su tema tenga adecuado soporte para footer."
518
 
519
- #: wp/transposh_admin.php:554
520
  #@ transposh
521
  msgid "This enables auto detection of language used by the user as defined in the ACCEPT_LANGUAGES they send. This will redirect the first page accessed in the session to the same page with the detected language."
522
  msgstr "Esto permite la detección automática del idioma utilizado por el usuario tal como se define en el ACCEPT_LANGUAGES que envían. Esto redireccionará la primera página visitada en la sesión a la misma página con el idioma detectado."
@@ -528,66 +528,67 @@ msgstr "Esto permite la detección automática del idioma utilizado por el usuar
528
  msgid "%VERSION%"
529
  msgstr ""
530
 
531
- #. TRANSLATORS: this is what appears in the select box in dropdown subwidget
532
  #: widgets/dropdown/tpw_image_dropdown.php:45
533
  #@ transposh
534
  msgid "Select language"
535
  msgstr ""
536
 
537
- #: wp/transposh_admin.php:209
538
  #@ transposh
539
  msgid "Frontend settings"
540
  msgstr ""
541
 
542
- #: wp/transposh_admin.php:237
543
  #, php-format
544
  #@ transposh
545
  msgid "Your current PHP memory limit of %s is quite low, if you experience blank pages please consider increasing it."
546
  msgstr ""
547
 
548
- #: wp/transposh_admin.php:237
549
- #: wp/transposh_admin.php:241
550
  #@ transposh
551
  msgid "Check Transposh FAQs"
552
  msgstr ""
553
 
554
- #: wp/transposh_admin.php:241
555
  #@ transposh
556
  msgid "We were not able to find a supported in-memory caching engine, installing one can improve performance."
557
  msgstr ""
558
 
559
- #: wp/transposh_admin.php:454
560
  #@ transposh
561
  msgid "Allow search of translated languages (and the original language)"
562
  msgstr ""
563
 
564
- #: wp/transposh_admin.php:475
565
  #@ transposh
566
  msgid "Enable override for default locale"
567
  msgstr ""
568
 
569
- #: wp/transposh_admin.php:475
570
  #@ transposh
571
  msgid "Enable overriding the default locale that is set in WP_LANG on default languages pages (such as untranslated pages and admin pages)"
572
  msgstr ""
573
 
574
- #: wp/transposh_admin.php:495
575
  #@ transposh
576
  msgid "MSN API key"
577
  msgstr ""
578
 
579
- #: wp/transposh_admin.php:496
580
- #: wp/transposh_admin.php:502
 
581
  #@ transposh
582
  msgid "API Key"
583
  msgstr ""
584
 
585
- #: wp/transposh_admin.php:501
586
  #@ transposh
587
  msgid "Google API key"
588
  msgstr ""
589
 
590
- #: wp/transposh_admin.php:559
591
  #@ transposh
592
  msgid "Allow collecting usage statistics"
593
  msgstr ""
@@ -617,26 +618,77 @@ msgstr ""
617
  msgid "Transposh subwidget was not loaded correctly"
618
  msgstr ""
619
 
620
- #. TRANSLATORS: no need to translate this string
621
  #: wp/transposh_widget.php:269
622
  #@ transposh
623
  msgid "title"
624
  msgstr ""
625
 
626
- #. TRANSLATORS: this is what appears in the select box in the default subwidget
627
- #: widgets/default/tpw_default.php:43
628
  #@ transposh
629
  msgid "Language"
630
  msgstr ""
631
 
632
- #: wp/transposh_admin.php:559
633
  #@ transposh
634
  msgid "This option enables collection of statistics by transposh that will be used to improve the product."
635
  msgstr ""
636
 
637
- #. TRANSLATORS: this will be the default widget title
638
  #: wp/transposh_widget.php:115
639
  #@ transposh
640
  msgid "Translation"
641
  msgstr ""
642
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
+ #: wp/transposh_db.php:682
23
  #@ transposh
24
  msgid "Database stats"
25
  msgstr "Estadísticas de la Base de datos"
26
 
27
+ #: wp/transposh_db.php:687
28
  #, php-format
29
  #@ transposh
30
  msgid "Total of <strong style=\"color:red\">%s</strong> translated phrases."
31
  msgstr "Un total de <strong style=\"color:red\">%s</strong> frases traducidas."
32
 
33
+ #: wp/transposh_db.php:694
34
  #, php-format
35
  #@ transposh
36
  msgid "<strong>%1s</strong> has <strong style=\"color:red\">%2s</strong> human translated phrases."
37
  msgstr "<strong>%1s</strong> tiene <strong style=\"color:red\">%2s</strong> frases traducidas por humanos."
38
 
39
+ #: wp/transposh_db.php:697
40
  #@ transposh
41
  msgid "Recent activity"
42
  msgstr "Actividad reciente"
43
 
44
+ #: wp/transposh_db.php:702
45
  #, php-format
46
  #@ transposh
47
  msgid "On <strong>%1s</strong><br/>user <strong>%2s</strong> translated<br/>\"<strong>%3s</strong>\"<br/>to <strong style=\"color:red\">%4s</strong><br/>\"<strong>%5s</strong>\""
53
  msgid "%s translated a phrase to %s with transposh:"
54
  msgstr ""
55
 
56
+ #: wp/transposh_admin.php:175
57
+ #: wp/transposh_admin.php:243
58
  #: wp/transposh_postpublish.php:50
59
  #: wp/transposh_postpublish.php:51
60
  #: wp/transposh_widget.php:84
64
  msgid "Transposh"
65
  msgstr ""
66
 
67
+ #: wp/transposh_admin.php:165
68
  #@ transposh
69
  msgid "Transposh makes your blog translatable"
70
  msgstr "Transposh hace tu blog traducible"
71
 
72
+ #: wp/transposh_admin.php:166
73
  #@ transposh
74
  msgid "Plugin homepage"
75
  msgstr " Página de inicio del plugin"
76
 
77
+ #: wp/transposh_admin.php:167
78
  #@ transposh
79
  msgid "Frequently asked questions"
80
  msgstr "Preguntas más frecuentes"
81
 
82
+ #: wp/transposh_admin.php:175
83
  #@ transposh
84
  msgid "Transposh control center"
85
  msgstr "Centro de control de Transposh"
86
 
87
+ #: wp/transposh_admin.php:212
88
  #@ transposh
89
  msgid "About this plugin"
90
  msgstr "Acerca de este plugin"
91
 
92
+ #: wp/transposh_admin.php:213
93
  #@ transposh
94
  msgid "Plugin news"
95
  msgstr "Noticias del Plugin"
96
 
97
+ #: wp/transposh_admin.php:214
98
  #@ transposh
99
  msgid "Plugin stats"
100
  msgstr "Estadísticas del Plugin"
101
 
102
+ #: wp/transposh_admin.php:215
103
  #@ transposh
104
  msgid "Translate all"
105
  msgstr "Traducir todo"
106
 
107
+ #: wp/transposh_admin.php:216
108
  #@ transposh
109
  msgid "Supported languages"
110
  msgstr "Idiomas soportados"
111
 
112
+ #: wp/transposh_admin.php:217
113
  #@ transposh
114
  msgid "Translation settings"
115
  msgstr "Configuración de traducción"
116
 
117
+ #: wp/transposh_admin.php:218
118
  #@ transposh
119
  msgid "Automatic translation settings"
120
  msgstr "Configuración de la traducción automática"
121
 
122
+ #: wp/transposh_admin.php:221
123
  #@ transposh
124
  msgid "Generic settings"
125
  msgstr "Configuraciones genéricas"
126
 
127
+ #: wp/transposh_admin.php:222
128
  #@ transposh
129
  msgid "Database maintenance"
130
  msgstr "Mantenimiento de la base de datos"
131
 
132
+ #: wp/transposh_admin.php:237
133
  #@ transposh
134
  msgid "Transposh community features"
135
  msgstr "Funciones de la \"Comunidad Transposh\""
136
 
137
+ #: wp/transposh_admin.php:273
138
  #@ default
139
  msgid "Save Changes"
140
  msgstr ""
141
 
142
+ #: wp/transposh_admin.php:297
143
  #@ transposh
144
  msgid "Problems?"
145
  msgstr "¿Problemas?"
146
 
147
+ #: wp/transposh_admin.php:313
148
  #@ transposh
149
  msgid "Plugin Homepage"
150
  msgstr "Página de inicio del Plugin"
151
 
152
+ #: wp/transposh_admin.php:314
153
  #@ transposh
154
  msgid "Suggest a Feature"
155
  msgstr "Sugiere una función"
156
 
157
+ #: wp/transposh_admin.php:316
158
  #@ transposh
159
  msgid "Report a Bug"
160
  msgstr "Informar de un error"
161
 
162
+ #: wp/transposh_admin.php:333
163
  #@ transposh
164
  msgid "Translate by clicking the button below"
165
  msgstr "Traducir haciendo clic en el botón de abajo"
166
 
167
+ #: wp/transposh_admin.php:335
168
  #@ transposh
169
  msgid "Translate All Now"
170
  msgstr "Traducir Todo Ahora"
171
 
172
+ #: wp/transposh_admin.php:390
173
  #@ transposh
174
  msgid "Default Language (drag another language here to make it default)"
175
  msgstr "Idioma por defecto (arrastrar otro idioma aquí para que sea el por defecto)"
176
 
177
+ #: wp/transposh_admin.php:397
178
  #@ transposh
179
  msgid "Available Languages (Click to toggle language state - Drag to sort in the widget)"
180
  msgstr "Idiomas disponibles (Haga clic para cambiar el estado del lenguaje - Arrastre para ordenar en el widget)"
181
 
182
+ #: wp/transposh_admin.php:407
183
  #@ transposh
184
  msgid "Language supported by google translate"
185
  msgstr "Idioma soportado por el traductor de Google"
186
 
187
+ #: wp/transposh_admin.php:409
188
  #@ transposh
189
  msgid "Language supported by bing translate"
190
  msgstr "Idioma soportado por el traductor de bing"
191
 
192
+ #: wp/transposh_admin.php:411
193
  #@ transposh
194
  msgid "Language supported by apertium translate"
195
  msgstr "Idioma soportado por el traductor apertium"
196
 
197
+ #: wp/transposh_admin.php:415
198
  #@ transposh
199
  msgid "Language is written from right to left"
200
  msgstr "Este idioma se escribe de derecha a izquierda"
201
 
202
+ #: wp/transposh_admin.php:420
203
  #@ transposh
204
  msgid "Display options:"
205
  msgstr "Opciones de visualización:"
206
 
207
+ #: wp/transposh_admin.php:421
208
  #@ transposh
209
  msgid "Toggle names of languages between English and Original"
210
  msgstr "Cambiar los nombres de las lenguas entre Inglés y Original"
211
 
212
+ #: wp/transposh_admin.php:422
213
  #@ transposh
214
  msgid "Make all languages active"
215
  msgstr "Activar todas las lenguas"
216
 
217
+ #: wp/transposh_admin.php:423
218
  #@ transposh
219
  msgid "Sort by language name"
220
  msgstr "Ordenar por nombre de idioma"
221
 
222
+ #: wp/transposh_admin.php:424
223
  #@ transposh
224
  msgid "Sort by lSO code"
225
  msgstr "Ordenar por código lSO"
226
 
227
+ #: wp/transposh_admin.php:425
228
  #@ transposh
229
  msgid "Legend:"
230
  msgstr "Leyenda:"
231
 
232
+ #: wp/transposh_admin.php:425
233
  #@ transposh
234
  msgid "Green - active"
235
  msgstr "Verde - activo"
236
 
237
+ #: wp/transposh_admin.php:425
238
  #@ transposh
239
  msgid "Yellow - translateable (only translators will see this language)"
240
  msgstr "Amarillo - traducible (sólo los traductores verán este idioma)"
241
 
242
+ #: wp/transposh_admin.php:425
243
  #@ transposh
244
  msgid "blank - inactive"
245
  msgstr "blanco - inactivo"
246
 
247
+ #: wp/transposh_admin.php:447
248
  #@ transposh
249
  msgid "Who can translate ?"
250
  msgstr "¿Quién puede traducir?"
251
 
252
+ #: wp/transposh_admin.php:454
253
  #@ transposh
254
  msgid "Anonymous"
255
  msgstr "Anónimo"
256
 
257
+ #: wp/transposh_admin.php:460
258
  #@ transposh
259
  msgid "Enable default language translation"
260
  msgstr "Activar la traducción del idioma por defecto"
261
 
262
+ #: wp/transposh_admin.php:460
263
  #@ transposh
264
  msgid "Allow translation of default language - useful for sites with more than one major language"
265
  msgstr "Permite la traducción de la lengua por defecto - útil para los sitios con más de un idioma principal"
266
 
267
+ #: wp/transposh_admin.php:467
268
  #@ transposh
269
  msgid "Enable search in translated languages"
270
  msgstr "Habilitar la búsqueda en los idiomas traducidos"
271
 
272
+ #: wp/transposh_admin.php:474
273
  #@ transposh
274
  msgid "Enable url translation"
275
  msgstr "Permitir la traducción del url"
276
 
277
+ #: wp/transposh_admin.php:474
278
+ #: wp/transposh_admin.php:481
279
  #@ transposh
280
  msgid "experimental"
281
  msgstr "experimental"
282
 
283
+ #: wp/transposh_admin.php:474
284
  #@ transposh
285
  msgid "Allow translation of permalinks and urls"
286
  msgstr "Permitir la traducción de vínculos permanentes y urls"
287
 
288
+ #: wp/transposh_admin.php:481
289
  #@ transposh
290
  msgid "Enable gettext integration"
291
  msgstr "Permitir la integración con gettext"
292
 
293
+ #: wp/transposh_admin.php:481
294
  #@ transposh
295
  msgid "Enable integration of Transposh with existing gettext interface (.po/.mo files)"
296
  msgstr "Permitir la integración de Transposh con interfaces gettext existentes (.po /.mo archivos )"
297
 
298
+ #: wp/transposh_admin.php:497
299
  #@ transposh
300
  msgid "Enable automatic translation"
301
  msgstr "Permitir traducción automática"
302
 
303
+ #: wp/transposh_admin.php:497
304
  #@ transposh
305
  msgid "Allow automatic translation of pages"
306
  msgstr "Permitir la traducción automática de páginas"
307
 
308
+ #: wp/transposh_admin.php:503
309
  #@ transposh
310
  msgid "Enable automatic translation after posting"
311
  msgstr "Permitir la traducción automática tras publicar"
312
 
313
+ #: wp/transposh_admin.php:503
314
  #@ transposh
315
  msgid "Do automatic translation immediately after a post has been published"
316
  msgstr "Traducir automáticamente inmediatamente después de publicar una entrada"
317
 
318
+ #: wp/transposh_admin.php:520
319
  #@ transposh
320
  msgid "Select preferred auto translation engine"
321
  msgstr "Seleccione el motor de auto traducción preferido"
322
 
323
+ #: wp/transposh_admin.php:521
324
  #@ transposh
325
  msgid "Translation engine:"
326
  msgstr "Motor de Traducción:"
327
 
328
+ #: wp/transposh_admin.php:523
329
  #@ transposh
330
  msgid "Google"
331
  msgstr "Google"
332
 
333
+ #: wp/transposh_admin.php:524
334
  #@ transposh
335
  msgid "Bing"
336
  msgstr "Bing"
337
 
338
+ #: wp/transposh_admin.php:578
339
  #@ transposh
340
  msgid "Rewrite URLs"
341
  msgstr "Reescribir las URLs"
342
 
343
+ #: wp/transposh_admin.php:586
344
  #@ transposh
345
  msgid "Add scripts to footer"
346
  msgstr "Agregar scripts al pie de página"
347
 
348
+ #: wp/transposh_admin.php:592
349
  #@ transposh
350
  msgid "Auto detect language for users"
351
  msgstr "Detección automática de idioma para los usuarios"
352
 
353
+ #: wp/transposh_admin.php:608
354
  #@ transposh
355
  msgid "Delete all automated translations"
356
  msgstr "Eliminar todas las traducciones automáticas"
357
 
358
+ #: wp/transposh_admin.php:609
359
  #@ transposh
360
  msgid "Delete automated translations older than 14 days"
361
  msgstr "Eliminar traducciones automáticas de más de 14 días de antigüedad"
362
 
363
+ #: wp/transposh_admin.php:610
364
  #@ transposh
365
  msgid "Attempt to fix errors caused by previous versions - please backup first"
366
  msgstr "Tratar de corregir los errores causados por las versiones anteriores - por favor, haga copia de seguridad antes"
367
 
368
+ #: wp/transposh_admin.php:614
369
  #@ transposh
370
  msgid "Backup service for human translation"
371
  msgstr "Servicio de copia de seguridad para la traducción humana"
372
 
373
+ #: wp/transposh_admin.php:615
374
  #@ transposh
375
  msgid "Enable daily backup"
376
  msgstr "Habilitar copia de seguridad diaria"
377
 
378
+ #: wp/transposh_admin.php:616
379
  #@ transposh
380
  msgid "Enable live backup"
381
  msgstr "Habilitar copia de seguridad en vivo"
382
 
383
+ #: wp/transposh_admin.php:617
384
  #@ transposh
385
  msgid "Disable backup (Can be run manually by clicking the button below)"
386
  msgstr "Desactivar copia de seguridad (se puede ejecutar manualmente haciendo clic en el botón de abajo)"
387
 
388
+ #: wp/transposh_admin.php:618
389
  #@ transposh
390
  msgid "Service Key:"
391
  msgstr "Clave de servicio:"
392
 
393
+ #: wp/transposh_admin.php:618
394
  #@ transposh
395
  msgid "How to restore?"
396
  msgstr "¿Cómo restaurar?"
397
 
398
+ #: wp/transposh_admin.php:620
399
  #@ transposh
400
  msgid "Do Backup Now"
401
  msgstr "Hacer copia de seguridad ahora"
440
  msgid "Style:"
441
  msgstr "Estilo:"
442
 
443
+ #: wp/transposh_admin.php:556
444
  #@ transposh
445
  msgid "Show progress bar when a client triggers automatic translation"
446
  msgstr "Mostrar la barra de progreso cuando un cliente activa la traducción automática"
447
 
448
+ #: wp/transposh_admin.php:556
449
  #@ transposh
450
  msgid "Show progress bar"
451
  msgstr "Mostrar la barra de progreso"
452
 
453
+ #: wp/transposh_admin.php:558
454
  #@ transposh
455
  msgid "Widget will allow setting this language as user default"
456
  msgstr "El Widget permitirá establecer esta lengua como predeterminada del usuario"
457
 
458
+ #: wp/transposh_admin.php:558
459
  #@ transposh
460
  msgid "Allow user to set current language as default"
461
  msgstr "Permitir al usuario establecer el idioma actual como predeterminado"
462
 
463
+ #: wp/transposh_admin.php:560
464
  #@ transposh
465
  msgid "Transposh logo will not appear on widget"
466
  msgstr "El logo de Transposh no aparecerá en el widget"
467
 
468
+ #: wp/transposh_admin.php:560
469
  #@ transposh
470
  msgid "Remove transposh logo (see <a href=\"http://transposh.org/logoterms\">terms</a>)"
471
  msgstr "Quitar el logotipo de Transposh (ver <a href=\\\"http://transposh.org/logoterms\\\"> condiciones</a> )"
472
 
473
+ #: wp/transposh_admin.php:562
474
+ #: wp/transposh_admin.php:563
475
  #@ transposh
476
  msgid "Edit interface (and progress bar) theme:"
477
  msgstr "Tema de la interfaz de edición (y de la barra de progreso):"
478
 
479
+ #: transposh.php:908
480
  #@ default
481
  msgid "Settings"
482
  msgstr ""
506
  msgid "Team Transposh"
507
  msgstr "Equipo Transposh"
508
 
509
+ #: wp/transposh_admin.php:580
510
  #@ transposh
511
  msgid "Rewrite URLs to be search engine friendly, e.g. (http://transposh.org/<strong>en</strong>). Requires that permalinks will be enabled."
512
  msgstr "Reescribe las URLs para que sean amigables para los motores de búsqueda, por ejemplo (http://transposh.org/ <strong>en).</strong> Requiere que los permalinks estén habilitados."
513
 
514
+ #: wp/transposh_admin.php:587
515
  #@ transposh
516
  msgid "Push transposh scripts to footer of page instead of header, makes pages load faster. Requires that your theme should have proper footer support."
517
  msgstr "Ponga los scripts de Transposh al pie de la página en lugar de cabecera, hace que las páginas se cargan más rápido. Se requiere que su tema tenga adecuado soporte para footer."
518
 
519
+ #: wp/transposh_admin.php:593
520
  #@ transposh
521
  msgid "This enables auto detection of language used by the user as defined in the ACCEPT_LANGUAGES they send. This will redirect the first page accessed in the session to the same page with the detected language."
522
  msgstr "Esto permite la detección automática del idioma utilizado por el usuario tal como se define en el ACCEPT_LANGUAGES que envían. Esto redireccionará la primera página visitada en la sesión a la misma página con el idioma detectado."
528
  msgid "%VERSION%"
529
  msgstr ""
530
 
531
+ #. TRANSLATORS: this is what appears in the select box in dropdown subwidget
532
  #: widgets/dropdown/tpw_image_dropdown.php:45
533
  #@ transposh
534
  msgid "Select language"
535
  msgstr ""
536
 
537
+ #: wp/transposh_admin.php:220
538
  #@ transposh
539
  msgid "Frontend settings"
540
  msgstr ""
541
 
542
+ #: wp/transposh_admin.php:248
543
  #, php-format
544
  #@ transposh
545
  msgid "Your current PHP memory limit of %s is quite low, if you experience blank pages please consider increasing it."
546
  msgstr ""
547
 
548
+ #: wp/transposh_admin.php:248
549
+ #: wp/transposh_admin.php:252
550
  #@ transposh
551
  msgid "Check Transposh FAQs"
552
  msgstr ""
553
 
554
+ #: wp/transposh_admin.php:252
555
  #@ transposh
556
  msgid "We were not able to find a supported in-memory caching engine, installing one can improve performance."
557
  msgstr ""
558
 
559
+ #: wp/transposh_admin.php:467
560
  #@ transposh
561
  msgid "Allow search of translated languages (and the original language)"
562
  msgstr ""
563
 
564
+ #: wp/transposh_admin.php:488
565
  #@ transposh
566
  msgid "Enable override for default locale"
567
  msgstr ""
568
 
569
+ #: wp/transposh_admin.php:488
570
  #@ transposh
571
  msgid "Enable overriding the default locale that is set in WP_LANG on default languages pages (such as untranslated pages and admin pages)"
572
  msgstr ""
573
 
574
+ #: wp/transposh_admin.php:508
575
  #@ transposh
576
  msgid "MSN API key"
577
  msgstr ""
578
 
579
+ #: wp/transposh_admin.php:509
580
+ #: wp/transposh_admin.php:515
581
+ #: wp/transposh_admin.php:540
582
  #@ transposh
583
  msgid "API Key"
584
  msgstr ""
585
 
586
+ #: wp/transposh_admin.php:514
587
  #@ transposh
588
  msgid "Google API key"
589
  msgstr ""
590
 
591
+ #: wp/transposh_admin.php:598
592
  #@ transposh
593
  msgid "Allow collecting usage statistics"
594
  msgstr ""
618
  msgid "Transposh subwidget was not loaded correctly"
619
  msgstr ""
620
 
621
+ #. TRANSLATORS: no need to translate this string
622
  #: wp/transposh_widget.php:269
623
  #@ transposh
624
  msgid "title"
625
  msgstr ""
626
 
627
+ #: wp/transposh_admin.php:640
 
628
  #@ transposh
629
  msgid "Language"
630
  msgstr ""
631
 
632
+ #: wp/transposh_admin.php:598
633
  #@ transposh
634
  msgid "This option enables collection of statistics by transposh that will be used to improve the product."
635
  msgstr ""
636
 
637
+ #. TRANSLATORS: this will be the default widget title
638
  #: wp/transposh_widget.php:115
639
  #@ transposh
640
  msgid "Translation"
641
  msgstr ""
642
 
643
+ #: wp/transposh_admin.php:219
644
+ #@ transposh
645
+ msgid "Professional translation settings"
646
+ msgstr ""
647
+
648
+ #: wp/transposh_admin.php:413
649
+ #@ transposh
650
+ msgid "Language supported by one hour translation"
651
+ msgstr ""
652
+
653
+ #: wp/transposh_admin.php:530
654
+ #@ transposh
655
+ msgid "<a href=\"http://transposh.org/redir/oht\">One Hour Translation</a>, is the largest professional translation service online, with thousands of business customers, including 57% of the Fortune 500 companies, and over 15000 translators worldwide."
656
+ msgstr "<a href=\"http://transposh.org/redir/oht\">One Hour Translation</a>, es el mayor servicio de traducción profesional de internet, con miles de clientes empresariales, incluyendo el 57 % de las empresas de Fortune 500, y más de 15.000 traductores de todo el mundo."
657
+
658
+ #: wp/transposh_admin.php:532
659
+ #@ transposh
660
+ msgid "One Hour Translation provides high-quality, fast professional translation to/from any language, and has specific domain expertise in SW localization, technical, business, and legal translations."
661
+ msgstr "One Hour Translation proporciona rápidas traducciones profesionales de alta calidad a/de cualquier idioma, y dispone de expertos en localización de software y traducciones técnicas, comerciales y legales."
662
+
663
+ #: wp/transposh_admin.php:533
664
+ #@ transposh
665
+ msgid "One Hour Translation account ID"
666
+ msgstr ""
667
+
668
+ #: wp/transposh_admin.php:534
669
+ #@ transposh
670
+ msgid "Account ID"
671
+ msgstr ""
672
+
673
+ #: wp/transposh_admin.php:539
674
+ #@ transposh
675
+ msgid "One Hour Translation secret key"
676
+ msgstr ""
677
+
678
+ #: wp/transposh_admin.php:546
679
+ #, php-format
680
+ #@ transposh
681
+ msgid "%d Phrases currently queued for next job in ~%d minutes"
682
+ msgstr ""
683
+
684
+ #: wp/transposh_admin.php:551
685
+ #, php-format
686
+ #@ transposh
687
+ msgid "%d projects have been submitted and waiting for completion"
688
+ msgstr ""
689
+
690
+ #: wp/transposh_admin.php:636
691
+ #@ transposh
692
+ msgid "Unset"
693
+ msgstr ""
694
+
langs/transposh-fa_IR.po CHANGED
@@ -19,7 +19,7 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: C:/Documents and Settings/zavarzadeh/Desktop/transposh-translation-filter-for-wordpress\n"
20
  "X-Textdomain-Support: yes"
21
 
22
- #: transposh.php:898
23
  #@ default
24
  msgid "Settings"
25
  msgstr "گزینه ها"
@@ -30,28 +30,28 @@ msgstr "گزینه ها"
30
  msgid "%s translated a phrase to %s with transposh:"
31
  msgstr "%ترجمه ی واژه ها %s با ترنسپاش"
32
 
33
- #: wp/transposh_admin.php:160
34
  #@ transposh
35
  msgid "Transposh makes your blog translatable"
36
  msgstr "ترنسپاش تارنمای شما را ترجمه می کند"
37
 
38
- #: wp/transposh_admin.php:161
39
  #@ transposh
40
  msgid "Plugin homepage"
41
  msgstr "خانه ی افزونه"
42
 
43
- #: wp/transposh_admin.php:162
44
  #@ transposh
45
  msgid "Frequently asked questions"
46
  msgstr "پرسش و پاسخ"
47
 
48
- #: wp/transposh_admin.php:170
49
  #@ transposh
50
  msgid "Transposh control center"
51
  msgstr "پایگاه کنترل ترنسپاش"
52
 
53
- #: wp/transposh_admin.php:170
54
- #: wp/transposh_admin.php:232
55
  #: wp/transposh_postpublish.php:50
56
  #: wp/transposh_postpublish.php:51
57
  #: wp/transposh_widget.php:84
@@ -61,340 +61,340 @@ msgstr "پایگاه کنترل ترنسپاش"
61
  msgid "Transposh"
62
  msgstr "ترنسپاش"
63
 
64
- #: wp/transposh_admin.php:202
65
  #@ transposh
66
  msgid "About this plugin"
67
  msgstr "درباره ی این افزونه"
68
 
69
- #: wp/transposh_admin.php:203
70
  #@ transposh
71
  msgid "Plugin news"
72
  msgstr "گزارش های افزونه"
73
 
74
- #: wp/transposh_admin.php:204
75
  #@ transposh
76
  msgid "Plugin stats"
77
  msgstr "آمار افزونه"
78
 
79
- #: wp/transposh_admin.php:205
80
  #@ transposh
81
  msgid "Translate all"
82
  msgstr "ترجمه ی همه"
83
 
84
- #: wp/transposh_admin.php:206
85
  #@ transposh
86
  msgid "Supported languages"
87
  msgstr "زبان های پشتیبانی شده"
88
 
89
- #: wp/transposh_admin.php:207
90
  #@ transposh
91
  msgid "Translation settings"
92
  msgstr "گزینه های ترجمه"
93
 
94
- #: wp/transposh_admin.php:208
95
  #@ transposh
96
  msgid "Automatic translation settings"
97
  msgstr "گزینه های ترجمه ی خودکار"
98
 
99
- #: wp/transposh_admin.php:210
100
  #@ transposh
101
  msgid "Generic settings"
102
  msgstr "گزینه های همگانی"
103
 
104
- #: wp/transposh_admin.php:211
105
  #@ transposh
106
  msgid "Database maintenance"
107
  msgstr "درست کردن (تعمیر) و نگه داری پایگاه داده"
108
 
109
- #: wp/transposh_admin.php:226
110
  #@ transposh
111
  msgid "Transposh community features"
112
  msgstr "ویژگی های همه گیر ترنسپاش"
113
 
114
- #: wp/transposh_admin.php:262
115
  #@ default
116
  msgid "Save Changes"
117
  msgstr "نگه داری دگرگونی ها"
118
 
119
- #: wp/transposh_admin.php:286
120
  #@ transposh
121
  msgid "Problems?"
122
  msgstr "مشکل؟"
123
 
124
- #: wp/transposh_admin.php:302
125
  #@ transposh
126
  msgid "Plugin Homepage"
127
  msgstr "خانه ی افزونه"
128
 
129
- #: wp/transposh_admin.php:303
130
  #@ transposh
131
  msgid "Suggest a Feature"
132
  msgstr "پیشنهاد یک ویژگی"
133
 
134
- #: wp/transposh_admin.php:305
135
  #@ transposh
136
  msgid "Report a Bug"
137
  msgstr "گزارش یک نادرستی (خطا)"
138
 
139
- #: wp/transposh_admin.php:322
140
  #@ transposh
141
  msgid "Translate by clicking the button below"
142
  msgstr "ترجمه کردن با فشردن دکمه ی زیر"
143
 
144
- #: wp/transposh_admin.php:324
145
  #@ transposh
146
  msgid "Translate All Now"
147
  msgstr "هم اکنون همه را ترجمه کن"
148
 
149
- #: wp/transposh_admin.php:379
150
  #@ transposh
151
  msgid "Default Language (drag another language here to make it default)"
152
  msgstr "زبان پیش گزیده (دکمه ی موشواره را روی یک زبان فشار دهید و به این جا بکشید و سپس رها کنید)"
153
 
154
- #: wp/transposh_admin.php:386
155
  #@ transposh
156
  msgid "Available Languages (Click to toggle language state - Drag to sort in the widget)"
157
  msgstr "زبان های در دسترس (بر روی دگرگونی آمار زبان فشار دهید - بر پایه ی چینش ابزارک بکشید)"
158
 
159
- #: wp/transposh_admin.php:407
160
  #@ transposh
161
  msgid "Display options:"
162
  msgstr "گزینه های نمایش:"
163
 
164
- #: wp/transposh_admin.php:408
165
  #@ transposh
166
  msgid "Toggle names of languages between English and Original"
167
  msgstr "دگرگونی نام زبان های بین انگلیسی و زبان پایه"
168
 
169
- #: wp/transposh_admin.php:409
170
  #@ transposh
171
  msgid "Make all languages active"
172
  msgstr "به کار انداختن همه ی زبان ها"
173
 
174
- #: wp/transposh_admin.php:410
175
  #@ transposh
176
  msgid "Sort by language name"
177
  msgstr "چینش بر پایه ی نام زبان"
178
 
179
- #: wp/transposh_admin.php:411
180
  #@ transposh
181
  msgid "Sort by lSO code"
182
  msgstr "چینش بر پایه ی کد ISO"
183
 
184
- #: wp/transposh_admin.php:412
185
  #@ transposh
186
  msgid "Legend:"
187
  msgstr "درباره (توضیح)"
188
 
189
- #: wp/transposh_admin.php:412
190
  #@ transposh
191
  msgid "Green - active"
192
  msgstr "سبز - کارا (فعال)"
193
 
194
- #: wp/transposh_admin.php:412
195
  #@ transposh
196
  msgid "Yellow - translateable (only translators will see this language)"
197
  msgstr "زرد - ترجمه پذیر (تنها مترجم ها می توانند این زبان را ببینند)"
198
 
199
- #: wp/transposh_admin.php:412
200
  #@ transposh
201
  msgid "blank - inactive"
202
  msgstr "سپید - از کار افتاده (غیر فعال)"
203
 
204
- #: wp/transposh_admin.php:434
205
  #@ transposh
206
  msgid "Who can translate ?"
207
  msgstr "چه کسی می تواند ترجمه کند؟"
208
 
209
- #: wp/transposh_admin.php:441
210
  #@ transposh
211
  msgid "Anonymous"
212
  msgstr "بی نام"
213
 
214
- #: wp/transposh_admin.php:447
215
  #@ transposh
216
  msgid "Enable default language translation"
217
  msgstr "به کار انداختن ترجمه ی زبان پیش گزیده"
218
 
219
- #: wp/transposh_admin.php:447
220
  #@ transposh
221
  msgid "Allow translation of default language - useful for sites with more than one major language"
222
  msgstr "اجازه­ی ترجمه ی زبان پیش گزیده - برای تارنماهای دارای بیش از یک زبان پایه سودمند است."
223
 
224
- #: wp/transposh_admin.php:454
225
  #@ transposh
226
  msgid "Enable search in translated languages"
227
  msgstr "به کار انداختن جست و جو در زبان های ترجمه شده"
228
 
229
- #: wp/transposh_admin.php:461
230
  #@ transposh
231
  msgid "Enable url translation"
232
  msgstr "به کار انداختن نشانی ترجمه"
233
 
234
- #: wp/transposh_admin.php:461
235
- #: wp/transposh_admin.php:468
236
  #@ transposh
237
  msgid "experimental"
238
  msgstr "آزمایشی"
239
 
240
- #: wp/transposh_admin.php:461
241
  #@ transposh
242
  msgid "Allow translation of permalinks and urls"
243
  msgstr "اجازه دادن برای ترجمه ی پیوند یکتا و نشانی ها"
244
 
245
- #: wp/transposh_admin.php:468
246
  #@ transposh
247
  msgid "Enable gettext integration"
248
  msgstr "به کار انداختن دریافت یکپارچه ی نوشته یا gettext integration"
249
 
250
- #: wp/transposh_admin.php:468
251
  #@ transposh
252
  msgid "Enable integration of Transposh with existing gettext interface (.po/.mo files)"
253
  msgstr "به کار انداختن آمیختن ترانسپاش با پرونده های (.mo /.po) "
254
 
255
- #: wp/transposh_admin.php:484
256
  #@ transposh
257
  msgid "Enable automatic translation"
258
  msgstr "به کار انداختن ترجمه ی خودکار"
259
 
260
- #: wp/transposh_admin.php:484
261
  #@ transposh
262
  msgid "Allow automatic translation of pages"
263
  msgstr "اجازه به ترجمه ی خودکار برگه ها"
264
 
265
- #: wp/transposh_admin.php:490
266
  #@ transposh
267
  msgid "Enable automatic translation after posting"
268
  msgstr "به کار انداختن ترجمه ی خودکار پس از آغاز نوشتن"
269
 
270
- #: wp/transposh_admin.php:490
271
  #@ transposh
272
  msgid "Do automatic translation immediately after a post has been published"
273
  msgstr "ترجمه ی خودکار شتابان، پس از افزودن یک نوشته"
274
 
275
- #: wp/transposh_admin.php:507
276
  #@ transposh
277
  msgid "Select preferred auto translation engine"
278
  msgstr "موتور ترجمه ی بهتر را برگزینید"
279
 
280
- #: wp/transposh_admin.php:508
281
  #@ transposh
282
  msgid "Translation engine:"
283
  msgstr "موتور ترجمه کننده:"
284
 
285
- #: wp/transposh_admin.php:510
286
  #@ transposh
287
  msgid "Google"
288
  msgstr "گوگل"
289
 
290
- #: wp/transposh_admin.php:511
291
  #@ transposh
292
  msgid "Bing"
293
  msgstr "بینگ"
294
 
295
- #: wp/transposh_admin.php:539
296
  #@ transposh
297
  msgid "Rewrite URLs"
298
  msgstr "بازنویسی نشانی ها"
299
 
300
- #: wp/transposh_admin.php:541
301
  #@ transposh
302
  msgid "Rewrite URLs to be search engine friendly, e.g. (http://transposh.org/<strong>en</strong>). Requires that permalinks will be enabled."
303
  msgstr "بازنویسی نشانی های موتورهای جست و جو همانند (http://transposh.org/<strong>en</strong>).این کار هنگامی رخ می دهد که پیوندهای یکتا به کار افتاده باشند."
304
 
305
- #: wp/transposh_admin.php:547
306
  #@ transposh
307
  msgid "Add scripts to footer"
308
  msgstr "افزودن اسکریپت ها به پانوشت (فوتر)"
309
 
310
- #: wp/transposh_admin.php:548
311
  #@ transposh
312
  msgid "Push transposh scripts to footer of page instead of header, makes pages load faster. Requires that your theme should have proper footer support."
313
  msgstr "فشردن اسکریپت های ترنسپاش در پانوشت (فوتر) برگه به جای سربرگ (هیدر) شتاب بارگیری را افزایش می دهد. برای این کار پوسته ی شما باید پانوشت خوبی داشته باشد. "
314
 
315
- #: wp/transposh_admin.php:553
316
  #@ transposh
317
  msgid "Auto detect language for users"
318
  msgstr "شناسایی خودکار زبان کاربرها"
319
 
320
- #: wp/transposh_admin.php:554
321
  #@ transposh
322
  msgid "This enables auto detection of language used by the user as defined in the ACCEPT_LANGUAGES they send. This will redirect the first page accessed in the session to the same page with the detected language."
323
  msgstr "این به کارگیری شناسایی خودکار زبان کاربر به عنوان ACCEPT_LANGUAGES به آن­ها فرستاده می شود. این کار زبان پایه ی تارنما را دگرگون می کند و به طور خودکار زبان شناسایی شده را جایگزین می کند."
324
 
325
- #: wp/transposh_admin.php:569
326
  #@ transposh
327
  msgid "Delete all automated translations"
328
  msgstr "پاک کردن همه ی ترجمه های خودکار"
329
 
330
- #: wp/transposh_admin.php:570
331
  #@ transposh
332
  msgid "Delete automated translations older than 14 days"
333
  msgstr "پاک کردن ترجمه های خودکار پیش از 14 روز گذشته"
334
 
335
- #: wp/transposh_admin.php:571
336
  #@ transposh
337
  msgid "Attempt to fix errors caused by previous versions - please backup first"
338
  msgstr "تلاش برای درست کردن نادرستی های پیش آمده در نگارش های پیشین - نخست برون بری کنید"
339
 
340
- #: wp/transposh_admin.php:575
341
  #@ transposh
342
  msgid "Backup service for human translation"
343
  msgstr "سرویس برون بری برای ترجمه ی دستی"
344
 
345
- #: wp/transposh_admin.php:576
346
  #@ transposh
347
  msgid "Enable daily backup"
348
  msgstr "به کار انداختن برون بری روزانه"
349
 
350
- #: wp/transposh_admin.php:577
351
  #@ transposh
352
  msgid "Enable live backup"
353
  msgstr "به کار انداختن برون بری زنده"
354
 
355
- #: wp/transposh_admin.php:578
356
  #@ transposh
357
  msgid "Disable backup (Can be run manually by clicking the button below)"
358
  msgstr "از کار انداختن برون بری (به شیوه ی دستی با فشردن دکمه ی زیر رخ می دهد)"
359
 
360
- #: wp/transposh_admin.php:579
361
  #@ transposh
362
  msgid "Service Key:"
363
  msgstr "کلید سرویس:"
364
 
365
- #: wp/transposh_admin.php:579
366
  #@ transposh
367
  msgid "How to restore?"
368
  msgstr "چگونه بازگردانی کنیم؟"
369
 
370
- #: wp/transposh_admin.php:581
371
  #@ transposh
372
  msgid "Do Backup Now"
373
  msgstr "هم اکنون برون بری (پشتیبان گیری) کن"
374
 
375
- #: wp/transposh_db.php:673
376
  #@ transposh
377
  msgid "Database stats"
378
  msgstr "آمار پایگاه داده"
379
 
380
- #: wp/transposh_db.php:678
381
  #, php-format
382
  #@ transposh
383
  msgid "Total of <strong style=\"color:red\">%s</strong> translated phrases."
384
  msgstr "شمار <strong style=\"color:red\">%s</strong> واژه های ترجمه شده"
385
 
386
- #: wp/transposh_db.php:685
387
  #, php-format
388
  #@ transposh
389
  msgid "<strong>%1s</strong> has <strong style=\"color:red\">%2s</strong> human translated phrases."
390
  msgstr "<strong>%1s</strong>ترجمه ی واژه به دست انسان <strong style=\"color:red\">%2s</strong>دارد"
391
 
392
- #: wp/transposh_db.php:688
393
  #@ transposh
394
  msgid "Recent activity"
395
  msgstr "واپسین کارها"
396
 
397
- #: wp/transposh_db.php:693
398
  #, php-format
399
  #@ transposh
400
  msgid "On <strong>%1s</strong><br/>user <strong>%2s</strong> translated<br/>\"<strong>%3s</strong>\"<br/>to <strong style=\"color:red\">%4s</strong><br/>\"<strong>%5s</strong>\""
@@ -415,23 +415,23 @@ msgstr "پیش گزیده کردن این زبان"
415
  msgid "Style:"
416
  msgstr "شیوه:"
417
 
418
- #: wp/transposh_admin.php:517
419
  #@ transposh
420
  msgid "Show progress bar"
421
  msgstr "نمایش نوار پیشرفت"
422
 
423
- #: wp/transposh_admin.php:519
424
  #@ transposh
425
  msgid "Allow user to set current language as default"
426
  msgstr "اجازه دادن به کاربر برای برگزیدن زبان کنونی به عنوان پیش گزیده "
427
 
428
- #: wp/transposh_admin.php:521
429
  #@ transposh
430
  msgid "Remove transposh logo (see <a href=\"http://transposh.org/logoterms\">terms</a>)"
431
  msgstr "پاک کردن لوگوی ترنسپاش <a href=\"http://transposh.org/logoterms\">آیین نامه را بخوانید</a>)"
432
 
433
- #: wp/transposh_admin.php:523
434
- #: wp/transposh_admin.php:524
435
  #@ transposh
436
  msgid "Edit interface (and progress bar) theme:"
437
  msgstr "ویرایش پوسته ی نما و نوار پیشرفت:"
@@ -468,27 +468,27 @@ msgstr "گروه ترنسپاش"
468
  msgid "%VERSION%"
469
  msgstr "%VERSION%"
470
 
471
- #: wp/transposh_admin.php:396
472
  #@ transposh
473
  msgid "Language supported by google translate"
474
  msgstr "زبان های پشتیبانی شده ی مترجم گوگل"
475
 
476
- #: wp/transposh_admin.php:398
477
  #@ transposh
478
  msgid "Language supported by bing translate"
479
  msgstr "زبان های پشتیبانی شده ی مترجم بینگ"
480
 
481
- #: wp/transposh_admin.php:400
482
  #@ transposh
483
  msgid "Language supported by apertium translate"
484
  msgstr "زبان های پشتیبانی شده ی مترجم آپرتیوم"
485
 
486
- #: wp/transposh_admin.php:402
487
  #@ transposh
488
  msgid "Language is written from right to left"
489
  msgstr "زبان های نوشته شده از راست به چپ"
490
 
491
- #: wp/transposh_admin.php:454
492
  #@ transposh
493
  msgid "Allow search of translated languages (and the original language)"
494
  msgstr "روا دانستن (اجازه دادن) ترجمه از زبان های ترجمه شده و زبان پایه"
@@ -518,76 +518,77 @@ msgstr "تارنمای گروه سرچشمه ها (مجموعه منابع) اف
518
  msgid "google translate and bing translate plugin for wordpress"
519
  msgstr "افزونه ی مترجم گوگل و مترجم بینگ برای وردپرس"
520
 
521
- #: wp/transposh_admin.php:517
522
  #@ transposh
523
  msgid "Show progress bar when a client triggers automatic translation"
524
  msgstr "نمایش نوار پیشرفت در هنگام ترجمه "
525
 
526
- #: wp/transposh_admin.php:519
527
  #@ transposh
528
  msgid "Widget will allow setting this language as user default"
529
  msgstr "ابزارک به کاربر این ویژگی را خواهد داد که این زبان را زبان پیش گزیده کند."
530
 
531
- #: wp/transposh_admin.php:521
532
  #@ transposh
533
  msgid "Transposh logo will not appear on widget"
534
  msgstr "نشان ترنسپاش در ابزارک نمایش داده نشود"
535
 
536
- #: wp/transposh_admin.php:475
537
  #@ transposh
538
  msgid "Enable override for default locale"
539
  msgstr ""
540
 
541
- #: wp/transposh_admin.php:475
542
  #@ transposh
543
  msgid "Enable overriding the default locale that is set in WP_LANG on default languages pages (such as untranslated pages and admin pages)"
544
  msgstr ""
545
 
546
- #. TRANSLATORS: this is what appears in the select box in dropdown subwidget
547
  #: widgets/dropdown/tpw_image_dropdown.php:45
548
  #@ transposh
549
  msgid "Select language"
550
  msgstr ""
551
 
552
- #: wp/transposh_admin.php:209
553
  #@ transposh
554
  msgid "Frontend settings"
555
  msgstr ""
556
 
557
- #: wp/transposh_admin.php:237
558
  #, php-format
559
  #@ transposh
560
  msgid "Your current PHP memory limit of %s is quite low, if you experience blank pages please consider increasing it."
561
  msgstr ""
562
 
563
- #: wp/transposh_admin.php:237
564
- #: wp/transposh_admin.php:241
565
  #@ transposh
566
  msgid "Check Transposh FAQs"
567
  msgstr ""
568
 
569
- #: wp/transposh_admin.php:241
570
  #@ transposh
571
  msgid "We were not able to find a supported in-memory caching engine, installing one can improve performance."
572
  msgstr ""
573
 
574
- #: wp/transposh_admin.php:495
575
  #@ transposh
576
  msgid "MSN API key"
577
  msgstr ""
578
 
579
- #: wp/transposh_admin.php:496
580
- #: wp/transposh_admin.php:502
 
581
  #@ transposh
582
  msgid "API Key"
583
  msgstr ""
584
 
585
- #: wp/transposh_admin.php:501
586
  #@ transposh
587
  msgid "Google API key"
588
  msgstr ""
589
 
590
- #: wp/transposh_admin.php:559
591
  #@ transposh
592
  msgid "Allow collecting usage statistics"
593
  msgstr ""
@@ -623,13 +624,12 @@ msgstr ""
623
  msgid "title"
624
  msgstr ""
625
 
626
- #. TRANSLATORS: this is what appears in the select box in the default subwidget
627
- #: widgets/default/tpw_default.php:43
628
  #@ transposh
629
  msgid "Language"
630
  msgstr ""
631
 
632
- #: wp/transposh_admin.php:559
633
  #@ transposh
634
  msgid "This option enables collection of statistics by transposh that will be used to improve the product."
635
  msgstr ""
@@ -640,3 +640,55 @@ msgstr ""
640
  msgid "Translation"
641
  msgstr ""
642
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  "X-Poedit-SearchPath-0: C:/Documents and Settings/zavarzadeh/Desktop/transposh-translation-filter-for-wordpress\n"
20
  "X-Textdomain-Support: yes"
21
 
22
+ #: transposh.php:908
23
  #@ default
24
  msgid "Settings"
25
  msgstr "گزینه ها"
30
  msgid "%s translated a phrase to %s with transposh:"
31
  msgstr "%ترجمه ی واژه ها %s با ترنسپاش"
32
 
33
+ #: wp/transposh_admin.php:165
34
  #@ transposh
35
  msgid "Transposh makes your blog translatable"
36
  msgstr "ترنسپاش تارنمای شما را ترجمه می کند"
37
 
38
+ #: wp/transposh_admin.php:166
39
  #@ transposh
40
  msgid "Plugin homepage"
41
  msgstr "خانه ی افزونه"
42
 
43
+ #: wp/transposh_admin.php:167
44
  #@ transposh
45
  msgid "Frequently asked questions"
46
  msgstr "پرسش و پاسخ"
47
 
48
+ #: wp/transposh_admin.php:175
49
  #@ transposh
50
  msgid "Transposh control center"
51
  msgstr "پایگاه کنترل ترنسپاش"
52
 
53
+ #: wp/transposh_admin.php:175
54
+ #: wp/transposh_admin.php:243
55
  #: wp/transposh_postpublish.php:50
56
  #: wp/transposh_postpublish.php:51
57
  #: wp/transposh_widget.php:84
61
  msgid "Transposh"
62
  msgstr "ترنسپاش"
63
 
64
+ #: wp/transposh_admin.php:212
65
  #@ transposh
66
  msgid "About this plugin"
67
  msgstr "درباره ی این افزونه"
68
 
69
+ #: wp/transposh_admin.php:213
70
  #@ transposh
71
  msgid "Plugin news"
72
  msgstr "گزارش های افزونه"
73
 
74
+ #: wp/transposh_admin.php:214
75
  #@ transposh
76
  msgid "Plugin stats"
77
  msgstr "آمار افزونه"
78
 
79
+ #: wp/transposh_admin.php:215
80
  #@ transposh
81
  msgid "Translate all"
82
  msgstr "ترجمه ی همه"
83
 
84
+ #: wp/transposh_admin.php:216
85
  #@ transposh
86
  msgid "Supported languages"
87
  msgstr "زبان های پشتیبانی شده"
88
 
89
+ #: wp/transposh_admin.php:217
90
  #@ transposh
91
  msgid "Translation settings"
92
  msgstr "گزینه های ترجمه"
93
 
94
+ #: wp/transposh_admin.php:218
95
  #@ transposh
96
  msgid "Automatic translation settings"
97
  msgstr "گزینه های ترجمه ی خودکار"
98
 
99
+ #: wp/transposh_admin.php:221
100
  #@ transposh
101
  msgid "Generic settings"
102
  msgstr "گزینه های همگانی"
103
 
104
+ #: wp/transposh_admin.php:222
105
  #@ transposh
106
  msgid "Database maintenance"
107
  msgstr "درست کردن (تعمیر) و نگه داری پایگاه داده"
108
 
109
+ #: wp/transposh_admin.php:237
110
  #@ transposh
111
  msgid "Transposh community features"
112
  msgstr "ویژگی های همه گیر ترنسپاش"
113
 
114
+ #: wp/transposh_admin.php:273
115
  #@ default
116
  msgid "Save Changes"
117
  msgstr "نگه داری دگرگونی ها"
118
 
119
+ #: wp/transposh_admin.php:297
120
  #@ transposh
121
  msgid "Problems?"
122
  msgstr "مشکل؟"
123
 
124
+ #: wp/transposh_admin.php:313
125
  #@ transposh
126
  msgid "Plugin Homepage"
127
  msgstr "خانه ی افزونه"
128
 
129
+ #: wp/transposh_admin.php:314
130
  #@ transposh
131
  msgid "Suggest a Feature"
132
  msgstr "پیشنهاد یک ویژگی"
133
 
134
+ #: wp/transposh_admin.php:316
135
  #@ transposh
136
  msgid "Report a Bug"
137
  msgstr "گزارش یک نادرستی (خطا)"
138
 
139
+ #: wp/transposh_admin.php:333
140
  #@ transposh
141
  msgid "Translate by clicking the button below"
142
  msgstr "ترجمه کردن با فشردن دکمه ی زیر"
143
 
144
+ #: wp/transposh_admin.php:335
145
  #@ transposh
146
  msgid "Translate All Now"
147
  msgstr "هم اکنون همه را ترجمه کن"
148
 
149
+ #: wp/transposh_admin.php:390
150
  #@ transposh
151
  msgid "Default Language (drag another language here to make it default)"
152
  msgstr "زبان پیش گزیده (دکمه ی موشواره را روی یک زبان فشار دهید و به این جا بکشید و سپس رها کنید)"
153
 
154
+ #: wp/transposh_admin.php:397
155
  #@ transposh
156
  msgid "Available Languages (Click to toggle language state - Drag to sort in the widget)"
157
  msgstr "زبان های در دسترس (بر روی دگرگونی آمار زبان فشار دهید - بر پایه ی چینش ابزارک بکشید)"
158
 
159
+ #: wp/transposh_admin.php:420
160
  #@ transposh
161
  msgid "Display options:"
162
  msgstr "گزینه های نمایش:"
163
 
164
+ #: wp/transposh_admin.php:421
165
  #@ transposh
166
  msgid "Toggle names of languages between English and Original"
167
  msgstr "دگرگونی نام زبان های بین انگلیسی و زبان پایه"
168
 
169
+ #: wp/transposh_admin.php:422
170
  #@ transposh
171
  msgid "Make all languages active"
172
  msgstr "به کار انداختن همه ی زبان ها"
173
 
174
+ #: wp/transposh_admin.php:423
175
  #@ transposh
176
  msgid "Sort by language name"
177
  msgstr "چینش بر پایه ی نام زبان"
178
 
179
+ #: wp/transposh_admin.php:424
180
  #@ transposh
181
  msgid "Sort by lSO code"
182
  msgstr "چینش بر پایه ی کد ISO"
183
 
184
+ #: wp/transposh_admin.php:425
185
  #@ transposh
186
  msgid "Legend:"
187
  msgstr "درباره (توضیح)"
188
 
189
+ #: wp/transposh_admin.php:425
190
  #@ transposh
191
  msgid "Green - active"
192
  msgstr "سبز - کارا (فعال)"
193
 
194
+ #: wp/transposh_admin.php:425
195
  #@ transposh
196
  msgid "Yellow - translateable (only translators will see this language)"
197
  msgstr "زرد - ترجمه پذیر (تنها مترجم ها می توانند این زبان را ببینند)"
198
 
199
+ #: wp/transposh_admin.php:425
200
  #@ transposh
201
  msgid "blank - inactive"
202
  msgstr "سپید - از کار افتاده (غیر فعال)"
203
 
204
+ #: wp/transposh_admin.php:447
205
  #@ transposh
206
  msgid "Who can translate ?"
207
  msgstr "چه کسی می تواند ترجمه کند؟"
208
 
209
+ #: wp/transposh_admin.php:454
210
  #@ transposh
211
  msgid "Anonymous"
212
  msgstr "بی نام"
213
 
214
+ #: wp/transposh_admin.php:460
215
  #@ transposh
216
  msgid "Enable default language translation"
217
  msgstr "به کار انداختن ترجمه ی زبان پیش گزیده"
218
 
219
+ #: wp/transposh_admin.php:460
220
  #@ transposh
221
  msgid "Allow translation of default language - useful for sites with more than one major language"
222
  msgstr "اجازه­ی ترجمه ی زبان پیش گزیده - برای تارنماهای دارای بیش از یک زبان پایه سودمند است."
223
 
224
+ #: wp/transposh_admin.php:467
225
  #@ transposh
226
  msgid "Enable search in translated languages"
227
  msgstr "به کار انداختن جست و جو در زبان های ترجمه شده"
228
 
229
+ #: wp/transposh_admin.php:474
230
  #@ transposh
231
  msgid "Enable url translation"
232
  msgstr "به کار انداختن نشانی ترجمه"
233
 
234
+ #: wp/transposh_admin.php:474
235
+ #: wp/transposh_admin.php:481
236
  #@ transposh
237
  msgid "experimental"
238
  msgstr "آزمایشی"
239
 
240
+ #: wp/transposh_admin.php:474
241
  #@ transposh
242
  msgid "Allow translation of permalinks and urls"
243
  msgstr "اجازه دادن برای ترجمه ی پیوند یکتا و نشانی ها"
244
 
245
+ #: wp/transposh_admin.php:481
246
  #@ transposh
247
  msgid "Enable gettext integration"
248
  msgstr "به کار انداختن دریافت یکپارچه ی نوشته یا gettext integration"
249
 
250
+ #: wp/transposh_admin.php:481
251
  #@ transposh
252
  msgid "Enable integration of Transposh with existing gettext interface (.po/.mo files)"
253
  msgstr "به کار انداختن آمیختن ترانسپاش با پرونده های (.mo /.po) "
254
 
255
+ #: wp/transposh_admin.php:497
256
  #@ transposh
257
  msgid "Enable automatic translation"
258
  msgstr "به کار انداختن ترجمه ی خودکار"
259
 
260
+ #: wp/transposh_admin.php:497
261
  #@ transposh
262
  msgid "Allow automatic translation of pages"
263
  msgstr "اجازه به ترجمه ی خودکار برگه ها"
264
 
265
+ #: wp/transposh_admin.php:503
266
  #@ transposh
267
  msgid "Enable automatic translation after posting"
268
  msgstr "به کار انداختن ترجمه ی خودکار پس از آغاز نوشتن"
269
 
270
+ #: wp/transposh_admin.php:503
271
  #@ transposh
272
  msgid "Do automatic translation immediately after a post has been published"
273
  msgstr "ترجمه ی خودکار شتابان، پس از افزودن یک نوشته"
274
 
275
+ #: wp/transposh_admin.php:520
276
  #@ transposh
277
  msgid "Select preferred auto translation engine"
278
  msgstr "موتور ترجمه ی بهتر را برگزینید"
279
 
280
+ #: wp/transposh_admin.php:521
281
  #@ transposh
282
  msgid "Translation engine:"
283
  msgstr "موتور ترجمه کننده:"
284
 
285
+ #: wp/transposh_admin.php:523
286
  #@ transposh
287
  msgid "Google"
288
  msgstr "گوگل"
289
 
290
+ #: wp/transposh_admin.php:524
291
  #@ transposh
292
  msgid "Bing"
293
  msgstr "بینگ"
294
 
295
+ #: wp/transposh_admin.php:578
296
  #@ transposh
297
  msgid "Rewrite URLs"
298
  msgstr "بازنویسی نشانی ها"
299
 
300
+ #: wp/transposh_admin.php:580
301
  #@ transposh
302
  msgid "Rewrite URLs to be search engine friendly, e.g. (http://transposh.org/<strong>en</strong>). Requires that permalinks will be enabled."
303
  msgstr "بازنویسی نشانی های موتورهای جست و جو همانند (http://transposh.org/<strong>en</strong>).این کار هنگامی رخ می دهد که پیوندهای یکتا به کار افتاده باشند."
304
 
305
+ #: wp/transposh_admin.php:586
306
  #@ transposh
307
  msgid "Add scripts to footer"
308
  msgstr "افزودن اسکریپت ها به پانوشت (فوتر)"
309
 
310
+ #: wp/transposh_admin.php:587
311
  #@ transposh
312
  msgid "Push transposh scripts to footer of page instead of header, makes pages load faster. Requires that your theme should have proper footer support."
313
  msgstr "فشردن اسکریپت های ترنسپاش در پانوشت (فوتر) برگه به جای سربرگ (هیدر) شتاب بارگیری را افزایش می دهد. برای این کار پوسته ی شما باید پانوشت خوبی داشته باشد. "
314
 
315
+ #: wp/transposh_admin.php:592
316
  #@ transposh
317
  msgid "Auto detect language for users"
318
  msgstr "شناسایی خودکار زبان کاربرها"
319
 
320
+ #: wp/transposh_admin.php:593
321
  #@ transposh
322
  msgid "This enables auto detection of language used by the user as defined in the ACCEPT_LANGUAGES they send. This will redirect the first page accessed in the session to the same page with the detected language."
323
  msgstr "این به کارگیری شناسایی خودکار زبان کاربر به عنوان ACCEPT_LANGUAGES به آن­ها فرستاده می شود. این کار زبان پایه ی تارنما را دگرگون می کند و به طور خودکار زبان شناسایی شده را جایگزین می کند."
324
 
325
+ #: wp/transposh_admin.php:608
326
  #@ transposh
327
  msgid "Delete all automated translations"
328
  msgstr "پاک کردن همه ی ترجمه های خودکار"
329
 
330
+ #: wp/transposh_admin.php:609
331
  #@ transposh
332
  msgid "Delete automated translations older than 14 days"
333
  msgstr "پاک کردن ترجمه های خودکار پیش از 14 روز گذشته"
334
 
335
+ #: wp/transposh_admin.php:610
336
  #@ transposh
337
  msgid "Attempt to fix errors caused by previous versions - please backup first"
338
  msgstr "تلاش برای درست کردن نادرستی های پیش آمده در نگارش های پیشین - نخست برون بری کنید"
339
 
340
+ #: wp/transposh_admin.php:614
341
  #@ transposh
342
  msgid "Backup service for human translation"
343
  msgstr "سرویس برون بری برای ترجمه ی دستی"
344
 
345
+ #: wp/transposh_admin.php:615
346
  #@ transposh
347
  msgid "Enable daily backup"
348
  msgstr "به کار انداختن برون بری روزانه"
349
 
350
+ #: wp/transposh_admin.php:616
351
  #@ transposh
352
  msgid "Enable live backup"
353
  msgstr "به کار انداختن برون بری زنده"
354
 
355
+ #: wp/transposh_admin.php:617
356
  #@ transposh
357
  msgid "Disable backup (Can be run manually by clicking the button below)"
358
  msgstr "از کار انداختن برون بری (به شیوه ی دستی با فشردن دکمه ی زیر رخ می دهد)"
359
 
360
+ #: wp/transposh_admin.php:618
361
  #@ transposh
362
  msgid "Service Key:"
363
  msgstr "کلید سرویس:"
364
 
365
+ #: wp/transposh_admin.php:618
366
  #@ transposh
367
  msgid "How to restore?"
368
  msgstr "چگونه بازگردانی کنیم؟"
369
 
370
+ #: wp/transposh_admin.php:620
371
  #@ transposh
372
  msgid "Do Backup Now"
373
  msgstr "هم اکنون برون بری (پشتیبان گیری) کن"
374
 
375
+ #: wp/transposh_db.php:682
376
  #@ transposh
377
  msgid "Database stats"
378
  msgstr "آمار پایگاه داده"
379
 
380
+ #: wp/transposh_db.php:687
381
  #, php-format
382
  #@ transposh
383
  msgid "Total of <strong style=\"color:red\">%s</strong> translated phrases."
384
  msgstr "شمار <strong style=\"color:red\">%s</strong> واژه های ترجمه شده"
385
 
386
+ #: wp/transposh_db.php:694
387
  #, php-format
388
  #@ transposh
389
  msgid "<strong>%1s</strong> has <strong style=\"color:red\">%2s</strong> human translated phrases."
390
  msgstr "<strong>%1s</strong>ترجمه ی واژه به دست انسان <strong style=\"color:red\">%2s</strong>دارد"
391
 
392
+ #: wp/transposh_db.php:697
393
  #@ transposh
394
  msgid "Recent activity"
395
  msgstr "واپسین کارها"
396
 
397
+ #: wp/transposh_db.php:702
398
  #, php-format
399
  #@ transposh
400
  msgid "On <strong>%1s</strong><br/>user <strong>%2s</strong> translated<br/>\"<strong>%3s</strong>\"<br/>to <strong style=\"color:red\">%4s</strong><br/>\"<strong>%5s</strong>\""
415
  msgid "Style:"
416
  msgstr "شیوه:"
417
 
418
+ #: wp/transposh_admin.php:556
419
  #@ transposh
420
  msgid "Show progress bar"
421
  msgstr "نمایش نوار پیشرفت"
422
 
423
+ #: wp/transposh_admin.php:558
424
  #@ transposh
425
  msgid "Allow user to set current language as default"
426
  msgstr "اجازه دادن به کاربر برای برگزیدن زبان کنونی به عنوان پیش گزیده "
427
 
428
+ #: wp/transposh_admin.php:560
429
  #@ transposh
430
  msgid "Remove transposh logo (see <a href=\"http://transposh.org/logoterms\">terms</a>)"
431
  msgstr "پاک کردن لوگوی ترنسپاش <a href=\"http://transposh.org/logoterms\">آیین نامه را بخوانید</a>)"
432
 
433
+ #: wp/transposh_admin.php:562
434
+ #: wp/transposh_admin.php:563
435
  #@ transposh
436
  msgid "Edit interface (and progress bar) theme:"
437
  msgstr "ویرایش پوسته ی نما و نوار پیشرفت:"
468
  msgid "%VERSION%"
469
  msgstr "%VERSION%"
470
 
471
+ #: wp/transposh_admin.php:407
472
  #@ transposh
473
  msgid "Language supported by google translate"
474
  msgstr "زبان های پشتیبانی شده ی مترجم گوگل"
475
 
476
+ #: wp/transposh_admin.php:409
477
  #@ transposh
478
  msgid "Language supported by bing translate"
479
  msgstr "زبان های پشتیبانی شده ی مترجم بینگ"
480
 
481
+ #: wp/transposh_admin.php:411
482
  #@ transposh
483
  msgid "Language supported by apertium translate"
484
  msgstr "زبان های پشتیبانی شده ی مترجم آپرتیوم"
485
 
486
+ #: wp/transposh_admin.php:415
487
  #@ transposh
488
  msgid "Language is written from right to left"
489
  msgstr "زبان های نوشته شده از راست به چپ"
490
 
491
+ #: wp/transposh_admin.php:467
492
  #@ transposh
493
  msgid "Allow search of translated languages (and the original language)"
494
  msgstr "روا دانستن (اجازه دادن) ترجمه از زبان های ترجمه شده و زبان پایه"
518
  msgid "google translate and bing translate plugin for wordpress"
519
  msgstr "افزونه ی مترجم گوگل و مترجم بینگ برای وردپرس"
520
 
521
+ #: wp/transposh_admin.php:556
522
  #@ transposh
523
  msgid "Show progress bar when a client triggers automatic translation"
524
  msgstr "نمایش نوار پیشرفت در هنگام ترجمه "
525
 
526
+ #: wp/transposh_admin.php:558
527
  #@ transposh
528
  msgid "Widget will allow setting this language as user default"
529
  msgstr "ابزارک به کاربر این ویژگی را خواهد داد که این زبان را زبان پیش گزیده کند."
530
 
531
+ #: wp/transposh_admin.php:560
532
  #@ transposh
533
  msgid "Transposh logo will not appear on widget"
534
  msgstr "نشان ترنسپاش در ابزارک نمایش داده نشود"
535
 
536
+ #: wp/transposh_admin.php:488
537
  #@ transposh
538
  msgid "Enable override for default locale"
539
  msgstr ""
540
 
541
+ #: wp/transposh_admin.php:488
542
  #@ transposh
543
  msgid "Enable overriding the default locale that is set in WP_LANG on default languages pages (such as untranslated pages and admin pages)"
544
  msgstr ""
545
 
546
+ #. TRANSLATORS: this is what appears in the select box in dropdown subwidget
547
  #: widgets/dropdown/tpw_image_dropdown.php:45
548
  #@ transposh
549
  msgid "Select language"
550
  msgstr ""
551
 
552
+ #: wp/transposh_admin.php:220
553
  #@ transposh
554
  msgid "Frontend settings"
555
  msgstr ""
556
 
557
+ #: wp/transposh_admin.php:248
558
  #, php-format
559
  #@ transposh
560
  msgid "Your current PHP memory limit of %s is quite low, if you experience blank pages please consider increasing it."
561
  msgstr ""
562
 
563
+ #: wp/transposh_admin.php:248
564
+ #: wp/transposh_admin.php:252
565
  #@ transposh
566
  msgid "Check Transposh FAQs"
567
  msgstr ""
568
 
569
+ #: wp/transposh_admin.php:252
570
  #@ transposh
571
  msgid "We were not able to find a supported in-memory caching engine, installing one can improve performance."
572
  msgstr ""
573
 
574
+ #: wp/transposh_admin.php:508
575
  #@ transposh
576
  msgid "MSN API key"
577
  msgstr ""
578
 
579
+ #: wp/transposh_admin.php:509
580
+ #: wp/transposh_admin.php:515
581
+ #: wp/transposh_admin.php:540
582
  #@ transposh
583
  msgid "API Key"
584
  msgstr ""
585
 
586
+ #: wp/transposh_admin.php:514
587
  #@ transposh
588
  msgid "Google API key"
589
  msgstr ""
590
 
591
+ #: wp/transposh_admin.php:598
592
  #@ transposh
593
  msgid "Allow collecting usage statistics"
594
  msgstr ""
624
  msgid "title"
625
  msgstr ""
626
 
627
+ #: wp/transposh_admin.php:640
 
628
  #@ transposh
629
  msgid "Language"
630
  msgstr ""
631
 
632
+ #: wp/transposh_admin.php:598
633
  #@ transposh
634
  msgid "This option enables collection of statistics by transposh that will be used to improve the product."
635
  msgstr ""
640
  msgid "Translation"
641
  msgstr ""
642
 
643
+ #: wp/transposh_admin.php:219
644
+ #@ transposh
645
+ msgid "Professional translation settings"
646
+ msgstr ""
647
+
648
+ #: wp/transposh_admin.php:413
649
+ #@ transposh
650
+ msgid "Language supported by one hour translation"
651
+ msgstr ""
652
+
653
+ #: wp/transposh_admin.php:530
654
+ #@ transposh
655
+ msgid "<a href=\"http://transposh.org/redir/oht\">One Hour Translation</a>, is the largest professional translation service online, with thousands of business customers, including 57% of the Fortune 500 companies, and over 15000 translators worldwide."
656
+ msgstr ""
657
+
658
+ #: wp/transposh_admin.php:532
659
+ #@ transposh
660
+ msgid "One Hour Translation provides high-quality, fast professional translation to/from any language, and has specific domain expertise in SW localization, technical, business, and legal translations."
661
+ msgstr ""
662
+
663
+ #: wp/transposh_admin.php:533
664
+ #@ transposh
665
+ msgid "One Hour Translation account ID"
666
+ msgstr ""
667
+
668
+ #: wp/transposh_admin.php:534
669
+ #@ transposh
670
+ msgid "Account ID"
671
+ msgstr ""
672
+
673
+ #: wp/transposh_admin.php:539
674
+ #@ transposh
675
+ msgid "One Hour Translation secret key"
676
+ msgstr ""
677
+
678
+ #: wp/transposh_admin.php:546
679
+ #, php-format
680
+ #@ transposh
681
+ msgid "%d Phrases currently queued for next job in ~%d minutes"
682
+ msgstr ""
683
+
684
+ #: wp/transposh_admin.php:551
685
+ #, php-format
686
+ #@ transposh
687
+ msgid "%d projects have been submitted and waiting for completion"
688
+ msgstr ""
689
+
690
+ #: wp/transposh_admin.php:636
691
+ #@ transposh
692
+ msgid "Unset"
693
+ msgstr ""
694
+
langs/transposh-he_IL.mo CHANGED
Binary file
langs/transposh-he_IL.po CHANGED
@@ -25,7 +25,7 @@ msgstr ""
25
  msgid "%s translated a phrase to %s with transposh:"
26
  msgstr "%s תרגם פסקה ל-%s בעזרת טרנספוש:"
27
 
28
- #: wp/transposh_admin.php:286
29
  #@ transposh
30
  msgid "Problems?"
31
  msgstr "בעיות?"
@@ -35,58 +35,58 @@ msgstr "בעיות?"
35
  msgid "Transposh language selection widget"
36
  msgstr "ישומון בחירת השפה של טרנספוש"
37
 
38
- #: wp/transposh_admin.php:202
39
  #@ transposh
40
  msgid "About this plugin"
41
  msgstr "אודות תוסף זה"
42
 
43
- #: wp/transposh_admin.php:203
44
  #@ transposh
45
  msgid "Plugin news"
46
  msgstr "חדשות התוסף"
47
 
48
- #: wp/transposh_admin.php:204
49
  #@ transposh
50
  msgid "Plugin stats"
51
  msgstr "סטטיסטיקות התוסף"
52
 
53
- #: wp/transposh_admin.php:205
54
  #@ transposh
55
  msgid "Translate all"
56
  msgstr "תרגם הכל"
57
 
58
- #: wp/transposh_admin.php:206
59
  #@ transposh
60
  msgid "Supported languages"
61
  msgstr "שפות נתמכות"
62
 
63
- #: wp/transposh_admin.php:207
64
  #@ transposh
65
  msgid "Translation settings"
66
  msgstr "הגדרות תרגום"
67
 
68
- #: wp/transposh_admin.php:208
69
  #@ transposh
70
  msgid "Automatic translation settings"
71
  msgstr "הגדרות תרגום אוטומטי"
72
 
73
- #: wp/transposh_admin.php:210
74
  #@ transposh
75
  msgid "Generic settings"
76
  msgstr "הגדרות כלליות"
77
 
78
- #: wp/transposh_admin.php:211
79
  #@ transposh
80
  msgid "Database maintenance"
81
  msgstr "תחזוקת בסיס הנתונים"
82
 
83
- #: wp/transposh_admin.php:226
84
  #@ transposh
85
  msgid "Transposh community features"
86
  msgstr "תכונות קהילתיות בטרנספוש"
87
 
88
- #: wp/transposh_admin.php:170
89
- #: wp/transposh_admin.php:232
90
  #: wp/transposh_postpublish.php:50
91
  #: wp/transposh_postpublish.php:51
92
  #: wp/transposh_widget.php:84
@@ -96,295 +96,295 @@ msgstr "תכונות קהילתיות בטרנספוש"
96
  msgid "Transposh"
97
  msgstr "טרנספוש"
98
 
99
- #: wp/transposh_admin.php:322
100
  #@ transposh
101
  msgid "Translate by clicking the button below"
102
  msgstr "תרגם על ידי לחיצה על הכפתור למטה"
103
 
104
- #: wp/transposh_admin.php:324
105
  #@ transposh
106
  msgid "Translate All Now"
107
  msgstr "תרגם הכל עכשיו"
108
 
109
- #: wp/transposh_admin.php:302
110
  #@ transposh
111
  msgid "Plugin Homepage"
112
  msgstr "עמוד הבית של התוסף"
113
 
114
- #: wp/transposh_admin.php:303
115
  #@ transposh
116
  msgid "Suggest a Feature"
117
  msgstr "הצע תכונה"
118
 
119
- #: wp/transposh_admin.php:305
120
  #@ transposh
121
  msgid "Report a Bug"
122
  msgstr "דווח על באג"
123
 
124
- #: wp/transposh_admin.php:379
125
  #@ transposh
126
  msgid "Default Language (drag another language here to make it default)"
127
  msgstr "שפת ברירת המחדל (גרור שפה אחרת לכאן על מנת להפכה לברירת מחדל)"
128
 
129
- #: wp/transposh_admin.php:386
130
  #@ transposh
131
  msgid "Available Languages (Click to toggle language state - Drag to sort in the widget)"
132
  msgstr "שפות זמינות (הקלק כדי לשנות את סטטוס השפה - גרור כדי למיין בישומון)"
133
 
134
- #: wp/transposh_admin.php:396
135
  #@ transposh
136
  msgid "Language supported by google translate"
137
  msgstr "שפה נתמכת ע\"י המתרגם של גוגל"
138
 
139
- #: wp/transposh_admin.php:398
140
  #@ transposh
141
  msgid "Language supported by bing translate"
142
  msgstr "שפה נתמכת ע\"י המתרגם של בינג"
143
 
144
- #: wp/transposh_admin.php:402
145
  #@ transposh
146
  msgid "Language is written from right to left"
147
  msgstr "שפה הנכתבת מימין לשמאל"
148
 
149
- #: wp/transposh_admin.php:407
150
  #@ transposh
151
  msgid "Display options:"
152
  msgstr "הגדרות תצוגה:"
153
 
154
- #: wp/transposh_admin.php:408
155
  #@ transposh
156
  msgid "Toggle names of languages between English and Original"
157
  msgstr "שנה את הצגת שפות השפות בין אנגלית למקןר"
158
 
159
- #: wp/transposh_admin.php:409
160
  #@ transposh
161
  msgid "Make all languages active"
162
  msgstr "הפוך את כל השפות לפעילות"
163
 
164
- #: wp/transposh_admin.php:410
165
  #@ transposh
166
  msgid "Sort by language name"
167
  msgstr "מיין לפי שם השפה"
168
 
169
- #: wp/transposh_admin.php:411
170
  #@ transposh
171
  msgid "Sort by lSO code"
172
  msgstr "מיין לפי קוד ה-ISO"
173
 
174
- #: wp/transposh_admin.php:412
175
  #@ transposh
176
  msgid "Legend:"
177
  msgstr "מקרא:"
178
 
179
- #: wp/transposh_admin.php:412
180
  #@ transposh
181
  msgid "Green - active"
182
  msgstr "ירוק - פעיל"
183
 
184
- #: wp/transposh_admin.php:412
185
  #@ transposh
186
  msgid "Yellow - translateable (only translators will see this language)"
187
  msgstr "צהוב - ניתן לתרגום (רק מתרגמים יראו את השפה)"
188
 
189
- #: wp/transposh_admin.php:412
190
  #@ transposh
191
  msgid "blank - inactive"
192
  msgstr "ללא צבע - לא פעיל"
193
 
194
- #: wp/transposh_admin.php:434
195
  #@ transposh
196
  msgid "Who can translate ?"
197
  msgstr "מי יכול לתרגם?"
198
 
199
- #: wp/transposh_admin.php:441
200
  #@ transposh
201
  msgid "Anonymous"
202
  msgstr "אנונימי"
203
 
204
- #: wp/transposh_admin.php:447
205
  #@ transposh
206
  msgid "Enable default language translation"
207
  msgstr "אפשר תרגום של שפת ברירת המחדל"
208
 
209
- #: wp/transposh_admin.php:447
210
  #@ transposh
211
  msgid "Allow translation of default language - useful for sites with more than one major language"
212
  msgstr "אפשר תרגום שפת ברירת המחדל - שימושי באתרים עם יותר משפה עיקרית אחת"
213
 
214
- #: wp/transposh_admin.php:454
215
  #@ transposh
216
  msgid "Enable search in translated languages"
217
  msgstr "אפשר חיפוש בשפות המתורגמות"
218
 
219
- #: wp/transposh_admin.php:461
220
  #@ transposh
221
  msgid "Allow translation of permalinks and urls"
222
  msgstr "אפשר תרגום של קישורים קבועים וכתובות אינטרנט"
223
 
224
- #: wp/transposh_admin.php:484
225
  #@ transposh
226
  msgid "Enable automatic translation"
227
  msgstr "אפשר תרגום אוטומטי"
228
 
229
- #: wp/transposh_admin.php:484
230
  #@ transposh
231
  msgid "Allow automatic translation of pages"
232
  msgstr "אפשר תרגום אוטומטי של דפים"
233
 
234
- #: wp/transposh_admin.php:490
235
  #@ transposh
236
  msgid "Enable automatic translation after posting"
237
  msgstr "אפשר תרגום אוטומטי לאחר יצירת פוסט"
238
 
239
- #: wp/transposh_admin.php:490
240
  #@ transposh
241
  msgid "Do automatic translation immediately after a post has been published"
242
  msgstr "בצע תרגום אוטומטי מייד לאחר שפוסט מפורסם"
243
 
244
- #: wp/transposh_admin.php:507
245
  #@ transposh
246
  msgid "Select preferred auto translation engine"
247
  msgstr "בחר את מנוע התרגום האוטומטי המועדף"
248
 
249
- #: wp/transposh_admin.php:508
250
  #@ transposh
251
  msgid "Translation engine:"
252
  msgstr "מנוע תרגום:"
253
 
254
- #: wp/transposh_admin.php:510
255
  #@ transposh
256
  msgid "Google"
257
  msgstr "גוגל"
258
 
259
- #: wp/transposh_admin.php:511
260
  #@ transposh
261
  msgid "Bing"
262
  msgstr "בינג"
263
 
264
- #: wp/transposh_admin.php:539
265
  #@ transposh
266
  msgid "Rewrite URLs"
267
  msgstr "שיכתוב כתובות אינטרנט"
268
 
269
- #: wp/transposh_admin.php:547
270
  #@ transposh
271
  msgid "Add scripts to footer"
272
  msgstr "הוסף סקריפטים לתחתית הדף"
273
 
274
- #: wp/transposh_admin.php:548
275
  #@ transposh
276
  msgid "Push transposh scripts to footer of page instead of header, makes pages load faster. Requires that your theme should have proper footer support."
277
  msgstr "הכנס את הסקריפטים של טרנספוש לתחתית העמוד במקום לחלקו העליון, העמוד יטען מהר יותר. ערכת העיצוב חייבת להכיל תמיכה בחלק תחתון."
278
 
279
- #: wp/transposh_admin.php:553
280
  #@ transposh
281
  msgid "Auto detect language for users"
282
  msgstr "זהה שפה עבור המשתמשים באופן אוטומטי"
283
 
284
- #: wp/transposh_admin.php:554
285
  #@ transposh
286
  msgid "This enables auto detection of language used by the user as defined in the ACCEPT_LANGUAGES they send. This will redirect the first page accessed in the session to the same page with the detected language."
287
  msgstr "תכונה זו מאפשרת זיהוי אוטומטי של השפה בה משתמשים המשתמשים כפי שמוגדרת ב-ACCEPT_LANGUAGES אותו הם שולחים. תכונה זו תשלח את הדף הראשון אל דף זהה בשפה שזוהתה."
288
 
289
- #: wp/transposh_admin.php:569
290
  #@ transposh
291
  msgid "Delete all automated translations"
292
  msgstr "מחק את כל התרגומים האוטומטיים"
293
 
294
- #: wp/transposh_admin.php:570
295
  #@ transposh
296
  msgid "Delete automated translations older than 14 days"
297
  msgstr "מחק תרגומים אוטומטיים בני יותר מ-14 ימים"
298
 
299
- #: wp/transposh_admin.php:575
300
  #@ transposh
301
  msgid "Backup service for human translation"
302
  msgstr "שרות גיבוי לתרגום אנושי"
303
 
304
- #: wp/transposh_admin.php:576
305
  #@ transposh
306
  msgid "Enable daily backup"
307
  msgstr "אפשר גיבוי יומי"
308
 
309
- #: wp/transposh_admin.php:577
310
  #@ transposh
311
  msgid "Enable live backup"
312
  msgstr "אפשר גיבוי חי"
313
 
314
- #: wp/transposh_admin.php:578
315
  #@ transposh
316
  msgid "Disable backup (Can be run manually by clicking the button below)"
317
  msgstr "בטל גיבוי (ניתן להריץ ידנית על ידי לחיצה על הכפתור למטה)"
318
 
319
- #: wp/transposh_admin.php:579
320
  #@ transposh
321
  msgid "How to restore?"
322
  msgstr "איך לשחזר?"
323
 
324
- #: wp/transposh_admin.php:581
325
  #@ transposh
326
  msgid "Do Backup Now"
327
  msgstr "גבה עכשיו"
328
 
329
- #: wp/transposh_admin.php:160
330
  #@ transposh
331
  msgid "Transposh makes your blog translatable"
332
  msgstr "טרנספוש הופך את הבלוג שלך לניתן לתרגום"
333
 
334
- #: wp/transposh_admin.php:161
335
  #@ transposh
336
  msgid "Plugin homepage"
337
  msgstr "עמוד הבית של התוסף"
338
 
339
- #: wp/transposh_admin.php:162
340
  #@ transposh
341
  msgid "Frequently asked questions"
342
  msgstr "שאלות נפוצות"
343
 
344
- #: wp/transposh_admin.php:170
345
  #@ transposh
346
  msgid "Transposh control center"
347
  msgstr "מרכז השליטה של טרנספוש"
348
 
349
- #: wp/transposh_admin.php:461
350
  #@ transposh
351
  msgid "Enable url translation"
352
  msgstr "אפשר תרגום כתובות אינטרנט"
353
 
354
- #: wp/transposh_admin.php:461
355
- #: wp/transposh_admin.php:468
356
  #@ transposh
357
  msgid "experimental"
358
  msgstr "נסיוני"
359
 
360
- #: wp/transposh_admin.php:541
361
  #@ transposh
362
  msgid "Rewrite URLs to be search engine friendly, e.g. (http://transposh.org/<strong>en</strong>). Requires that permalinks will be enabled."
363
  msgstr "שכתוב כתובות אינטרנט כדי שיהיו ידידותיות למנועי חיפוש, למשל (http://transposh.org/<strong>en</strong>). יש חובה להפעיל קישורים קבועים."
364
 
365
- #: wp/transposh_db.php:673
366
  #@ transposh
367
  msgid "Database stats"
368
  msgstr "סטטיסטיקות בסיס הנתונים"
369
 
370
- #: wp/transposh_db.php:678
371
  #, php-format
372
  #@ transposh
373
  msgid "Total of <strong style=\"color:red\">%s</strong> translated phrases."
374
  msgstr "סך הכל <strong style=\"color:red\">%s</strong> מקטעים מתורגמים."
375
 
376
- #: wp/transposh_db.php:685
377
  #, php-format
378
  #@ transposh
379
  msgid "<strong>%1s</strong> has <strong style=\"color:red\">%2s</strong> human translated phrases."
380
  msgstr "ב-<strong>%1s</strong> ישנם <strong style=\"color:red\">%2s</strong> מקטעים מתורגמים על ידי בן אדם."
381
 
382
- #: wp/transposh_db.php:688
383
  #@ transposh
384
  msgid "Recent activity"
385
  msgstr "פעילות אחרונה"
386
 
387
- #: wp/transposh_db.php:693
388
  #, php-format
389
  #@ transposh
390
  msgid "On <strong>%1s</strong><br/>user <strong>%2s</strong> translated<br/>\"<strong>%3s</strong>\"<br/>to <strong style=\"color:red\">%4s</strong><br/>\"<strong>%5s</strong>\""
@@ -395,37 +395,37 @@ msgstr "ב <strong>%1s</strong><br/>המשתמש <strong>%2s</strong> תרגם
395
  msgid "Style:"
396
  msgstr "סגנון:"
397
 
398
- #: wp/transposh_admin.php:517
399
  #@ transposh
400
  msgid "Show progress bar when a client triggers automatic translation"
401
  msgstr "הראה בר התקדמות בעת שמשתמש יוזם תרגום אוטומטי"
402
 
403
- #: wp/transposh_admin.php:517
404
  #@ transposh
405
  msgid "Show progress bar"
406
  msgstr "הצג בר התקדמות"
407
 
408
- #: wp/transposh_admin.php:519
409
  #@ transposh
410
  msgid "Widget will allow setting this language as user default"
411
  msgstr "הישומון יאפשר הגדרת שפה זו כברירת מחדל"
412
 
413
- #: wp/transposh_admin.php:519
414
  #@ transposh
415
  msgid "Allow user to set current language as default"
416
  msgstr "אפשר למשתמש לבחור את השפה הנוכחית כברירת מחדל"
417
 
418
- #: wp/transposh_admin.php:521
419
  #@ transposh
420
  msgid "Transposh logo will not appear on widget"
421
  msgstr "הלוגו של טרנספוש לא יופיע בישומון"
422
 
423
- #: wp/transposh_admin.php:521
424
  #@ transposh
425
  msgid "Remove transposh logo (see <a href=\"http://transposh.org/logoterms\">terms</a>)"
426
  msgstr "הסרת הלוגו של טרנספוש (ראה <a href=\"http://transposh.org/logoterms\">תנאים</a>)"
427
 
428
- #: wp/transposh_admin.php:579
429
  #@ transposh
430
  msgid "Service Key:"
431
  msgstr "מפתח שרות:"
@@ -467,32 +467,32 @@ msgstr "צוות טרנספוש"
467
  msgid "%VERSION%"
468
  msgstr ""
469
 
470
- #: transposh.php:898
471
  #@ default
472
  msgid "Settings"
473
  msgstr ""
474
 
475
- #: wp/transposh_admin.php:262
476
  #@ default
477
  msgid "Save Changes"
478
  msgstr ""
479
 
480
- #: wp/transposh_admin.php:468
481
  #@ transposh
482
  msgid "Enable gettext integration"
483
  msgstr "אפשר אינטגרציית gettext"
484
 
485
- #: wp/transposh_admin.php:468
486
  #@ transposh
487
  msgid "Enable integration of Transposh with existing gettext interface (.po/.mo files)"
488
  msgstr "אפשר אינטגרציה של טרנספוש עם ממשק gettext הקיים (קבצי .po/.mo)"
489
 
490
- #: wp/transposh_admin.php:400
491
  #@ transposh
492
  msgid "Language supported by apertium translate"
493
  msgstr "שפה נתמכת ע\"י המתרגם של אפרטיום"
494
 
495
- #: wp/transposh_admin.php:571
496
  #@ transposh
497
  msgid "Attempt to fix errors caused by previous versions - please backup first"
498
  msgstr "נסה לתקן שגיאות שנגרמו על ידי גרסאות קודמות - אנא גבה קודם"
@@ -522,34 +522,34 @@ msgstr "תוסף מיקור המון (crowdsourcing) לתרגום אתרים"
522
  msgid "google translate and bing translate plugin for wordpress"
523
  msgstr "תוסף תרגום גוגל ובינג לוורדפרס"
524
 
525
- #: wp/transposh_admin.php:523
526
- #: wp/transposh_admin.php:524
527
  #@ transposh
528
  msgid "Edit interface (and progress bar) theme:"
529
  msgstr "ערכת עיצוב ממשק עריכה (ובר התקדמות):"
530
 
531
- #: wp/transposh_admin.php:454
532
  #@ transposh
533
  msgid "Allow search of translated languages (and the original language)"
534
  msgstr "אפשר חיפוש בשפות המתורגמות (בנוסף לשפת המקור)"
535
 
536
- #: wp/transposh_admin.php:475
537
  #@ transposh
538
  msgid "Enable override for default locale"
539
  msgstr "אפשר עקיפת משתנה סביבת השפה של בררת במחדל"
540
 
541
- #: wp/transposh_admin.php:475
542
  #@ transposh
543
  msgid "Enable overriding the default locale that is set in WP_LANG on default languages pages (such as untranslated pages and admin pages)"
544
  msgstr "אפשר את עקיפת משתנה השפב של בררת המחדל המוגדר ב-WP_LANG עבור עמודים בשפת בררת המחדל (כמו עמודים שאינם מתורגמים ועמודי ניהול)"
545
 
546
- #: wp/transposh_admin.php:237
547
  #, php-format
548
  #@ transposh
549
  msgid "Your current PHP memory limit of %s is quite low, if you experience blank pages please consider increasing it."
550
  msgstr "הגבלת הזכרון ב-PHP שלך של %s נמוכה, אם תחווה בעיות של דפים ריקים מומלץ לשקול להגדיל את המגבלה."
551
 
552
- #: wp/transposh_admin.php:241
553
  #@ transposh
554
  msgid "We were not able to find a supported in-memory caching engine, installing one can improve performance."
555
  msgstr "לא הצלחנו לאתר מנגנון זכרון מטמון נתמך, התקנה של אחד יכולה לשפר את הביצועים."
@@ -569,40 +569,41 @@ msgstr "הגדר את שפת העמוד"
569
  msgid "Default"
570
  msgstr ""
571
 
572
- #: wp/transposh_admin.php:237
573
- #: wp/transposh_admin.php:241
574
  #@ transposh
575
  msgid "Check Transposh FAQs"
576
  msgstr "בדוק את השאלות הנפוצות של טרנספוש"
577
 
578
- #: wp/transposh_admin.php:559
579
  #@ transposh
580
  msgid "Allow collecting usage statistics"
581
  msgstr "אפשר איסוף סטטיסטיקות שימוש"
582
 
583
- #. TRANSLATORS: this is what appears in the select box in dropdown subwidget
584
  #: widgets/dropdown/tpw_image_dropdown.php:45
585
  #@ transposh
586
  msgid "Select language"
587
  msgstr "בחר שפה"
588
 
589
- #: wp/transposh_admin.php:209
590
  #@ transposh
591
  msgid "Frontend settings"
592
  msgstr "הגדרות צד משתמש"
593
 
594
- #: wp/transposh_admin.php:495
595
  #@ transposh
596
  msgid "MSN API key"
597
  msgstr "מפתח API של MSN"
598
 
599
- #: wp/transposh_admin.php:496
600
- #: wp/transposh_admin.php:502
 
601
  #@ transposh
602
  msgid "API Key"
603
  msgstr "מפתח API"
604
 
605
- #: wp/transposh_admin.php:501
606
  #@ transposh
607
  msgid "Google API key"
608
  msgstr "מפתח API של גוגל"
@@ -629,14 +630,65 @@ msgstr ""
629
  msgid "Translation"
630
  msgstr "תרגום"
631
 
632
- #. TRANSLATORS: this is what appears in the select box in the default subwidget
633
- #: widgets/default/tpw_default.php:43
634
  #@ transposh
635
  msgid "Language"
636
  msgstr "שפה"
637
 
638
- #: wp/transposh_admin.php:559
639
  #@ transposh
640
  msgid "This option enables collection of statistics by transposh that will be used to improve the product."
641
  msgstr "אפשרות זו מאפשרת איסוף סטטיסטיקות על ידי טרנספוש שישמשו לשיפור המוצר."
642
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  msgid "%s translated a phrase to %s with transposh:"
26
  msgstr "%s תרגם פסקה ל-%s בעזרת טרנספוש:"
27
 
28
+ #: wp/transposh_admin.php:297
29
  #@ transposh
30
  msgid "Problems?"
31
  msgstr "בעיות?"
35
  msgid "Transposh language selection widget"
36
  msgstr "ישומון בחירת השפה של טרנספוש"
37
 
38
+ #: wp/transposh_admin.php:212
39
  #@ transposh
40
  msgid "About this plugin"
41
  msgstr "אודות תוסף זה"
42
 
43
+ #: wp/transposh_admin.php:213
44
  #@ transposh
45
  msgid "Plugin news"
46
  msgstr "חדשות התוסף"
47
 
48
+ #: wp/transposh_admin.php:214
49
  #@ transposh
50
  msgid "Plugin stats"
51
  msgstr "סטטיסטיקות התוסף"
52
 
53
+ #: wp/transposh_admin.php:215
54
  #@ transposh
55
  msgid "Translate all"
56
  msgstr "תרגם הכל"
57
 
58
+ #: wp/transposh_admin.php:216
59
  #@ transposh
60
  msgid "Supported languages"
61
  msgstr "שפות נתמכות"
62
 
63
+ #: wp/transposh_admin.php:217
64
  #@ transposh
65
  msgid "Translation settings"
66
  msgstr "הגדרות תרגום"
67
 
68
+ #: wp/transposh_admin.php:218
69
  #@ transposh
70
  msgid "Automatic translation settings"
71
  msgstr "הגדרות תרגום אוטומטי"
72
 
73
+ #: wp/transposh_admin.php:221
74
  #@ transposh
75
  msgid "Generic settings"
76
  msgstr "הגדרות כלליות"
77
 
78
+ #: wp/transposh_admin.php:222
79
  #@ transposh
80
  msgid "Database maintenance"
81
  msgstr "תחזוקת בסיס הנתונים"
82
 
83
+ #: wp/transposh_admin.php:237
84
  #@ transposh
85
  msgid "Transposh community features"
86
  msgstr "תכונות קהילתיות בטרנספוש"
87
 
88
+ #: wp/transposh_admin.php:175
89
+ #: wp/transposh_admin.php:243
90
  #: wp/transposh_postpublish.php:50
91
  #: wp/transposh_postpublish.php:51
92
  #: wp/transposh_widget.php:84
96
  msgid "Transposh"
97
  msgstr "טרנספוש"
98
 
99
+ #: wp/transposh_admin.php:333
100
  #@ transposh
101
  msgid "Translate by clicking the button below"
102
  msgstr "תרגם על ידי לחיצה על הכפתור למטה"
103
 
104
+ #: wp/transposh_admin.php:335
105
  #@ transposh
106
  msgid "Translate All Now"
107
  msgstr "תרגם הכל עכשיו"
108
 
109
+ #: wp/transposh_admin.php:313
110
  #@ transposh
111
  msgid "Plugin Homepage"
112
  msgstr "עמוד הבית של התוסף"
113
 
114
+ #: wp/transposh_admin.php:314
115
  #@ transposh
116
  msgid "Suggest a Feature"
117
  msgstr "הצע תכונה"
118
 
119
+ #: wp/transposh_admin.php:316
120
  #@ transposh
121
  msgid "Report a Bug"
122
  msgstr "דווח על באג"
123
 
124
+ #: wp/transposh_admin.php:390
125
  #@ transposh
126
  msgid "Default Language (drag another language here to make it default)"
127
  msgstr "שפת ברירת המחדל (גרור שפה אחרת לכאן על מנת להפכה לברירת מחדל)"
128
 
129
+ #: wp/transposh_admin.php:397
130
  #@ transposh
131
  msgid "Available Languages (Click to toggle language state - Drag to sort in the widget)"
132
  msgstr "שפות זמינות (הקלק כדי לשנות את סטטוס השפה - גרור כדי למיין בישומון)"
133
 
134
+ #: wp/transposh_admin.php:407
135
  #@ transposh
136
  msgid "Language supported by google translate"
137
  msgstr "שפה נתמכת ע\"י המתרגם של גוגל"
138
 
139
+ #: wp/transposh_admin.php:409
140
  #@ transposh
141
  msgid "Language supported by bing translate"
142
  msgstr "שפה נתמכת ע\"י המתרגם של בינג"
143
 
144
+ #: wp/transposh_admin.php:415
145
  #@ transposh
146
  msgid "Language is written from right to left"
147
  msgstr "שפה הנכתבת מימין לשמאל"
148
 
149
+ #: wp/transposh_admin.php:420
150
  #@ transposh
151
  msgid "Display options:"
152
  msgstr "הגדרות תצוגה:"
153
 
154
+ #: wp/transposh_admin.php:421
155
  #@ transposh
156
  msgid "Toggle names of languages between English and Original"
157
  msgstr "שנה את הצגת שפות השפות בין אנגלית למקןר"
158
 
159
+ #: wp/transposh_admin.php:422
160
  #@ transposh
161
  msgid "Make all languages active"
162
  msgstr "הפוך את כל השפות לפעילות"
163
 
164
+ #: wp/transposh_admin.php:423
165
  #@ transposh
166
  msgid "Sort by language name"
167
  msgstr "מיין לפי שם השפה"
168
 
169
+ #: wp/transposh_admin.php:424
170
  #@ transposh
171
  msgid "Sort by lSO code"
172
  msgstr "מיין לפי קוד ה-ISO"
173
 
174
+ #: wp/transposh_admin.php:425
175
  #@ transposh
176
  msgid "Legend:"
177
  msgstr "מקרא:"
178
 
179
+ #: wp/transposh_admin.php:425
180
  #@ transposh
181
  msgid "Green - active"
182
  msgstr "ירוק - פעיל"
183
 
184
+ #: wp/transposh_admin.php:425
185
  #@ transposh
186
  msgid "Yellow - translateable (only translators will see this language)"
187
  msgstr "צהוב - ניתן לתרגום (רק מתרגמים יראו את השפה)"
188
 
189
+ #: wp/transposh_admin.php:425
190
  #@ transposh
191
  msgid "blank - inactive"
192
  msgstr "ללא צבע - לא פעיל"
193
 
194
+ #: wp/transposh_admin.php:447
195
  #@ transposh
196
  msgid "Who can translate ?"
197
  msgstr "מי יכול לתרגם?"
198
 
199
+ #: wp/transposh_admin.php:454
200
  #@ transposh
201
  msgid "Anonymous"
202
  msgstr "אנונימי"
203
 
204
+ #: wp/transposh_admin.php:460
205
  #@ transposh
206
  msgid "Enable default language translation"
207
  msgstr "אפשר תרגום של שפת ברירת המחדל"
208
 
209
+ #: wp/transposh_admin.php:460
210
  #@ transposh
211
  msgid "Allow translation of default language - useful for sites with more than one major language"
212
  msgstr "אפשר תרגום שפת ברירת המחדל - שימושי באתרים עם יותר משפה עיקרית אחת"
213
 
214
+ #: wp/transposh_admin.php:467
215
  #@ transposh
216
  msgid "Enable search in translated languages"
217
  msgstr "אפשר חיפוש בשפות המתורגמות"
218
 
219
+ #: wp/transposh_admin.php:474
220
  #@ transposh
221
  msgid "Allow translation of permalinks and urls"
222
  msgstr "אפשר תרגום של קישורים קבועים וכתובות אינטרנט"
223
 
224
+ #: wp/transposh_admin.php:497
225
  #@ transposh
226
  msgid "Enable automatic translation"
227
  msgstr "אפשר תרגום אוטומטי"
228
 
229
+ #: wp/transposh_admin.php:497
230
  #@ transposh
231
  msgid "Allow automatic translation of pages"
232
  msgstr "אפשר תרגום אוטומטי של דפים"
233
 
234
+ #: wp/transposh_admin.php:503
235
  #@ transposh
236
  msgid "Enable automatic translation after posting"
237
  msgstr "אפשר תרגום אוטומטי לאחר יצירת פוסט"
238
 
239
+ #: wp/transposh_admin.php:503
240
  #@ transposh
241
  msgid "Do automatic translation immediately after a post has been published"
242
  msgstr "בצע תרגום אוטומטי מייד לאחר שפוסט מפורסם"
243
 
244
+ #: wp/transposh_admin.php:520
245
  #@ transposh
246
  msgid "Select preferred auto translation engine"
247
  msgstr "בחר את מנוע התרגום האוטומטי המועדף"
248
 
249
+ #: wp/transposh_admin.php:521
250
  #@ transposh
251
  msgid "Translation engine:"
252
  msgstr "מנוע תרגום:"
253
 
254
+ #: wp/transposh_admin.php:523
255
  #@ transposh
256
  msgid "Google"
257
  msgstr "גוגל"
258
 
259
+ #: wp/transposh_admin.php:524
260
  #@ transposh
261
  msgid "Bing"
262
  msgstr "בינג"
263
 
264
+ #: wp/transposh_admin.php:578
265
  #@ transposh
266
  msgid "Rewrite URLs"
267
  msgstr "שיכתוב כתובות אינטרנט"
268
 
269
+ #: wp/transposh_admin.php:586
270
  #@ transposh
271
  msgid "Add scripts to footer"
272
  msgstr "הוסף סקריפטים לתחתית הדף"
273
 
274
+ #: wp/transposh_admin.php:587
275
  #@ transposh
276
  msgid "Push transposh scripts to footer of page instead of header, makes pages load faster. Requires that your theme should have proper footer support."
277
  msgstr "הכנס את הסקריפטים של טרנספוש לתחתית העמוד במקום לחלקו העליון, העמוד יטען מהר יותר. ערכת העיצוב חייבת להכיל תמיכה בחלק תחתון."
278
 
279
+ #: wp/transposh_admin.php:592
280
  #@ transposh
281
  msgid "Auto detect language for users"
282
  msgstr "זהה שפה עבור המשתמשים באופן אוטומטי"
283
 
284
+ #: wp/transposh_admin.php:593
285
  #@ transposh
286
  msgid "This enables auto detection of language used by the user as defined in the ACCEPT_LANGUAGES they send. This will redirect the first page accessed in the session to the same page with the detected language."
287
  msgstr "תכונה זו מאפשרת זיהוי אוטומטי של השפה בה משתמשים המשתמשים כפי שמוגדרת ב-ACCEPT_LANGUAGES אותו הם שולחים. תכונה זו תשלח את הדף הראשון אל דף זהה בשפה שזוהתה."
288
 
289
+ #: wp/transposh_admin.php:608
290
  #@ transposh
291
  msgid "Delete all automated translations"
292
  msgstr "מחק את כל התרגומים האוטומטיים"
293
 
294
+ #: wp/transposh_admin.php:609
295
  #@ transposh
296
  msgid "Delete automated translations older than 14 days"
297
  msgstr "מחק תרגומים אוטומטיים בני יותר מ-14 ימים"
298
 
299
+ #: wp/transposh_admin.php:614
300
  #@ transposh
301
  msgid "Backup service for human translation"
302
  msgstr "שרות גיבוי לתרגום אנושי"
303
 
304
+ #: wp/transposh_admin.php:615
305
  #@ transposh
306
  msgid "Enable daily backup"
307
  msgstr "אפשר גיבוי יומי"
308
 
309
+ #: wp/transposh_admin.php:616
310
  #@ transposh
311
  msgid "Enable live backup"
312
  msgstr "אפשר גיבוי חי"
313
 
314
+ #: wp/transposh_admin.php:617
315
  #@ transposh
316
  msgid "Disable backup (Can be run manually by clicking the button below)"
317
  msgstr "בטל גיבוי (ניתן להריץ ידנית על ידי לחיצה על הכפתור למטה)"
318
 
319
+ #: wp/transposh_admin.php:618
320
  #@ transposh
321
  msgid "How to restore?"
322
  msgstr "איך לשחזר?"
323
 
324
+ #: wp/transposh_admin.php:620
325
  #@ transposh
326
  msgid "Do Backup Now"
327
  msgstr "גבה עכשיו"
328
 
329
+ #: wp/transposh_admin.php:165
330
  #@ transposh
331
  msgid "Transposh makes your blog translatable"
332
  msgstr "טרנספוש הופך את הבלוג שלך לניתן לתרגום"
333
 
334
+ #: wp/transposh_admin.php:166
335
  #@ transposh
336
  msgid "Plugin homepage"
337
  msgstr "עמוד הבית של התוסף"
338
 
339
+ #: wp/transposh_admin.php:167
340
  #@ transposh
341
  msgid "Frequently asked questions"
342
  msgstr "שאלות נפוצות"
343
 
344
+ #: wp/transposh_admin.php:175
345
  #@ transposh
346
  msgid "Transposh control center"
347
  msgstr "מרכז השליטה של טרנספוש"
348
 
349
+ #: wp/transposh_admin.php:474
350
  #@ transposh
351
  msgid "Enable url translation"
352
  msgstr "אפשר תרגום כתובות אינטרנט"
353
 
354
+ #: wp/transposh_admin.php:474
355
+ #: wp/transposh_admin.php:481
356
  #@ transposh
357
  msgid "experimental"
358
  msgstr "נסיוני"
359
 
360
+ #: wp/transposh_admin.php:580
361
  #@ transposh
362
  msgid "Rewrite URLs to be search engine friendly, e.g. (http://transposh.org/<strong>en</strong>). Requires that permalinks will be enabled."
363
  msgstr "שכתוב כתובות אינטרנט כדי שיהיו ידידותיות למנועי חיפוש, למשל (http://transposh.org/<strong>en</strong>). יש חובה להפעיל קישורים קבועים."
364
 
365
+ #: wp/transposh_db.php:682
366
  #@ transposh
367
  msgid "Database stats"
368
  msgstr "סטטיסטיקות בסיס הנתונים"
369
 
370
+ #: wp/transposh_db.php:687
371
  #, php-format
372
  #@ transposh
373
  msgid "Total of <strong style=\"color:red\">%s</strong> translated phrases."
374
  msgstr "סך הכל <strong style=\"color:red\">%s</strong> מקטעים מתורגמים."
375
 
376
+ #: wp/transposh_db.php:694
377
  #, php-format
378
  #@ transposh
379
  msgid "<strong>%1s</strong> has <strong style=\"color:red\">%2s</strong> human translated phrases."
380
  msgstr "ב-<strong>%1s</strong> ישנם <strong style=\"color:red\">%2s</strong> מקטעים מתורגמים על ידי בן אדם."
381
 
382
+ #: wp/transposh_db.php:697
383
  #@ transposh
384
  msgid "Recent activity"
385
  msgstr "פעילות אחרונה"
386
 
387
+ #: wp/transposh_db.php:702
388
  #, php-format
389
  #@ transposh
390
  msgid "On <strong>%1s</strong><br/>user <strong>%2s</strong> translated<br/>\"<strong>%3s</strong>\"<br/>to <strong style=\"color:red\">%4s</strong><br/>\"<strong>%5s</strong>\""
395
  msgid "Style:"
396
  msgstr "סגנון:"
397
 
398
+ #: wp/transposh_admin.php:556
399
  #@ transposh
400
  msgid "Show progress bar when a client triggers automatic translation"
401
  msgstr "הראה בר התקדמות בעת שמשתמש יוזם תרגום אוטומטי"
402
 
403
+ #: wp/transposh_admin.php:556
404
  #@ transposh
405
  msgid "Show progress bar"
406
  msgstr "הצג בר התקדמות"
407
 
408
+ #: wp/transposh_admin.php:558
409
  #@ transposh
410
  msgid "Widget will allow setting this language as user default"
411
  msgstr "הישומון יאפשר הגדרת שפה זו כברירת מחדל"
412
 
413
+ #: wp/transposh_admin.php:558
414
  #@ transposh
415
  msgid "Allow user to set current language as default"
416
  msgstr "אפשר למשתמש לבחור את השפה הנוכחית כברירת מחדל"
417
 
418
+ #: wp/transposh_admin.php:560
419
  #@ transposh
420
  msgid "Transposh logo will not appear on widget"
421
  msgstr "הלוגו של טרנספוש לא יופיע בישומון"
422
 
423
+ #: wp/transposh_admin.php:560
424
  #@ transposh
425
  msgid "Remove transposh logo (see <a href=\"http://transposh.org/logoterms\">terms</a>)"
426
  msgstr "הסרת הלוגו של טרנספוש (ראה <a href=\"http://transposh.org/logoterms\">תנאים</a>)"
427
 
428
+ #: wp/transposh_admin.php:618
429
  #@ transposh
430
  msgid "Service Key:"
431
  msgstr "מפתח שרות:"
467
  msgid "%VERSION%"
468
  msgstr ""
469
 
470
+ #: transposh.php:908
471
  #@ default
472
  msgid "Settings"
473
  msgstr ""
474
 
475
+ #: wp/transposh_admin.php:273
476
  #@ default
477
  msgid "Save Changes"
478
  msgstr ""
479
 
480
+ #: wp/transposh_admin.php:481
481
  #@ transposh
482
  msgid "Enable gettext integration"
483
  msgstr "אפשר אינטגרציית gettext"
484
 
485
+ #: wp/transposh_admin.php:481
486
  #@ transposh
487
  msgid "Enable integration of Transposh with existing gettext interface (.po/.mo files)"
488
  msgstr "אפשר אינטגרציה של טרנספוש עם ממשק gettext הקיים (קבצי .po/.mo)"
489
 
490
+ #: wp/transposh_admin.php:411
491
  #@ transposh
492
  msgid "Language supported by apertium translate"
493
  msgstr "שפה נתמכת ע\"י המתרגם של אפרטיום"
494
 
495
+ #: wp/transposh_admin.php:610
496
  #@ transposh
497
  msgid "Attempt to fix errors caused by previous versions - please backup first"
498
  msgstr "נסה לתקן שגיאות שנגרמו על ידי גרסאות קודמות - אנא גבה קודם"
522
  msgid "google translate and bing translate plugin for wordpress"
523
  msgstr "תוסף תרגום גוגל ובינג לוורדפרס"
524
 
525
+ #: wp/transposh_admin.php:562
526
+ #: wp/transposh_admin.php:563
527
  #@ transposh
528
  msgid "Edit interface (and progress bar) theme:"
529
  msgstr "ערכת עיצוב ממשק עריכה (ובר התקדמות):"
530
 
531
+ #: wp/transposh_admin.php:467
532
  #@ transposh
533
  msgid "Allow search of translated languages (and the original language)"
534
  msgstr "אפשר חיפוש בשפות המתורגמות (בנוסף לשפת המקור)"
535
 
536
+ #: wp/transposh_admin.php:488
537
  #@ transposh
538
  msgid "Enable override for default locale"
539
  msgstr "אפשר עקיפת משתנה סביבת השפה של בררת במחדל"
540
 
541
+ #: wp/transposh_admin.php:488
542
  #@ transposh
543
  msgid "Enable overriding the default locale that is set in WP_LANG on default languages pages (such as untranslated pages and admin pages)"
544
  msgstr "אפשר את עקיפת משתנה השפב של בררת המחדל המוגדר ב-WP_LANG עבור עמודים בשפת בררת המחדל (כמו עמודים שאינם מתורגמים ועמודי ניהול)"
545
 
546
+ #: wp/transposh_admin.php:248
547
  #, php-format
548
  #@ transposh
549
  msgid "Your current PHP memory limit of %s is quite low, if you experience blank pages please consider increasing it."
550
  msgstr "הגבלת הזכרון ב-PHP שלך של %s נמוכה, אם תחווה בעיות של דפים ריקים מומלץ לשקול להגדיל את המגבלה."
551
 
552
+ #: wp/transposh_admin.php:252
553
  #@ transposh
554
  msgid "We were not able to find a supported in-memory caching engine, installing one can improve performance."
555
  msgstr "לא הצלחנו לאתר מנגנון זכרון מטמון נתמך, התקנה של אחד יכולה לשפר את הביצועים."
569
  msgid "Default"
570
  msgstr ""
571
 
572
+ #: wp/transposh_admin.php:248
573
+ #: wp/transposh_admin.php:252
574
  #@ transposh
575
  msgid "Check Transposh FAQs"
576
  msgstr "בדוק את השאלות הנפוצות של טרנספוש"
577
 
578
+ #: wp/transposh_admin.php:598
579
  #@ transposh
580
  msgid "Allow collecting usage statistics"
581
  msgstr "אפשר איסוף סטטיסטיקות שימוש"
582
 
583
+ #. TRANSLATORS: this is what appears in the select box in dropdown subwidget
584
  #: widgets/dropdown/tpw_image_dropdown.php:45
585
  #@ transposh
586
  msgid "Select language"
587
  msgstr "בחר שפה"
588
 
589
+ #: wp/transposh_admin.php:220
590
  #@ transposh
591
  msgid "Frontend settings"
592
  msgstr "הגדרות צד משתמש"
593
 
594
+ #: wp/transposh_admin.php:508
595
  #@ transposh
596
  msgid "MSN API key"
597
  msgstr "מפתח API של MSN"
598
 
599
+ #: wp/transposh_admin.php:509
600
+ #: wp/transposh_admin.php:515
601
+ #: wp/transposh_admin.php:540
602
  #@ transposh
603
  msgid "API Key"
604
  msgstr "מפתח API"
605
 
606
+ #: wp/transposh_admin.php:514
607
  #@ transposh
608
  msgid "Google API key"
609
  msgstr "מפתח API של גוגל"
630
  msgid "Translation"
631
  msgstr "תרגום"
632
 
633
+ #: wp/transposh_admin.php:640
 
634
  #@ transposh
635
  msgid "Language"
636
  msgstr "שפה"
637
 
638
+ #: wp/transposh_admin.php:598
639
  #@ transposh
640
  msgid "This option enables collection of statistics by transposh that will be used to improve the product."
641
  msgstr "אפשרות זו מאפשרת איסוף סטטיסטיקות על ידי טרנספוש שישמשו לשיפור המוצר."
642
 
643
+ #: wp/transposh_admin.php:219
644
+ #@ transposh
645
+ msgid "Professional translation settings"
646
+ msgstr "הגדרות תרגום מקצועי"
647
+
648
+ #: wp/transposh_admin.php:413
649
+ #@ transposh
650
+ msgid "Language supported by one hour translation"
651
+ msgstr "שפה נתמכת על ידי one hour translation"
652
+
653
+ #: wp/transposh_admin.php:530
654
+ #@ transposh
655
+ msgid "<a href=\"http://transposh.org/redir/oht\">One Hour Translation</a>, is the largest professional translation service online, with thousands of business customers, including 57% of the Fortune 500 companies, and over 15000 translators worldwide."
656
+ msgstr "<a href=\"http://transposh.org/redir/oht\">One Hour Translation</a>, הינה שרות התרגום המקצועי הגדול ביותר באינטרנט , עם אלפי לקוחות עסקיים, כולל 57% מחברות Fortune 500, ומעל 15000 מתרגמים ברחבי העולם."
657
+
658
+ #: wp/transposh_admin.php:532
659
+ #@ transposh
660
+ msgid "One Hour Translation provides high-quality, fast professional translation to/from any language, and has specific domain expertise in SW localization, technical, business, and legal translations."
661
+ msgstr "One Hour Translation מספקת תרגום איכותי, מהיר ומקצועי מכל שפה ומתמחה באופן ספציפי בלוקליזציה של תוכנה, תרגום טכני, תרגום עסקי, ותרגומים משפטיים."
662
+
663
+ #: wp/transposh_admin.php:533
664
+ #@ transposh
665
+ msgid "One Hour Translation account ID"
666
+ msgstr "קוד זיהוי חשבון ב-One Hour Translation"
667
+
668
+ #: wp/transposh_admin.php:534
669
+ #@ transposh
670
+ msgid "Account ID"
671
+ msgstr "קוד זיהוי חשבון"
672
+
673
+ #: wp/transposh_admin.php:539
674
+ #@ transposh
675
+ msgid "One Hour Translation secret key"
676
+ msgstr "מפתח סודי עבור One Hour Translation"
677
+
678
+ #: wp/transposh_admin.php:546
679
+ #, php-format
680
+ #@ transposh
681
+ msgid "%d Phrases currently queued for next job in ~%d minutes"
682
+ msgstr "%d חלקי משפט ממתינים למשימה הבאה תוך~%d דקות"
683
+
684
+ #: wp/transposh_admin.php:551
685
+ #, php-format
686
+ #@ transposh
687
+ msgid "%d projects have been submitted and waiting for completion"
688
+ msgstr "%d משימות הוגשו ומחכות להשלמה"
689
+
690
+ #: wp/transposh_admin.php:636
691
+ #@ transposh
692
+ msgid "Unset"
693
+ msgstr "לא מוגדרת"
694
+
langs/transposh-it_IT.mo CHANGED
Binary file
langs/transposh-it_IT.po CHANGED
@@ -19,7 +19,7 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
- #: transposh.php:898
23
  #@ default
24
  msgid "Settings"
25
  msgstr "Configurazione"
@@ -30,28 +30,28 @@ msgstr "Configurazione"
30
  msgid "%s translated a phrase to %s with transposh:"
31
  msgstr "%s frase tradotta in %s con Transposh:"
32
 
33
- #: wp/transposh_admin.php:160
34
  #@ transposh
35
  msgid "Transposh makes your blog translatable"
36
  msgstr "Transposh rende il tuo blog traducibile"
37
 
38
- #: wp/transposh_admin.php:161
39
  #@ transposh
40
  msgid "Plugin homepage"
41
  msgstr "Homepage del plugin"
42
 
43
- #: wp/transposh_admin.php:162
44
  #@ transposh
45
  msgid "Frequently asked questions"
46
  msgstr "Domande Frequenti (FAQ)"
47
 
48
- #: wp/transposh_admin.php:170
49
  #@ transposh
50
  msgid "Transposh control center"
51
  msgstr "Transposh Pannello di controllo"
52
 
53
- #: wp/transposh_admin.php:170
54
- #: wp/transposh_admin.php:232
55
  #: wp/transposh_postpublish.php:50
56
  #: wp/transposh_postpublish.php:51
57
  #: wp/transposh_widget.php:84
@@ -61,335 +61,335 @@ msgstr "Transposh Pannello di controllo"
61
  msgid "Transposh"
62
  msgstr "Transposh"
63
 
64
- #: wp/transposh_admin.php:202
65
  #@ transposh
66
  msgid "About this plugin"
67
  msgstr "Riguardo al plugin"
68
 
69
- #: wp/transposh_admin.php:203
70
  #@ transposh
71
  msgid "Plugin news"
72
  msgstr "Novità del Plugin"
73
 
74
- #: wp/transposh_admin.php:204
75
  #@ transposh
76
  msgid "Plugin stats"
77
  msgstr "Statistiche del Plugin"
78
 
79
- #: wp/transposh_admin.php:205
80
  #@ transposh
81
  msgid "Translate all"
82
  msgstr "Tradurre tutto"
83
 
84
- #: wp/transposh_admin.php:206
85
  #@ transposh
86
  msgid "Supported languages"
87
  msgstr "Lingue supportate"
88
 
89
- #: wp/transposh_admin.php:207
90
  #@ transposh
91
  msgid "Translation settings"
92
  msgstr "Configurazione Traduzioni"
93
 
94
- #: wp/transposh_admin.php:208
95
  #@ transposh
96
  msgid "Automatic translation settings"
97
  msgstr "Configurazione traduzione automatica"
98
 
99
- #: wp/transposh_admin.php:210
100
  #@ transposh
101
  msgid "Generic settings"
102
  msgstr "Configurazione Generale"
103
 
104
- #: wp/transposh_admin.php:211
105
  #@ transposh
106
  msgid "Database maintenance"
107
  msgstr "Manutenzione Database"
108
 
109
- #: wp/transposh_admin.php:226
110
  #@ transposh
111
  msgid "Transposh community features"
112
  msgstr "Caratteristiche del Transposh Community"
113
 
114
- #: wp/transposh_admin.php:262
115
  #@ default
116
  msgid "Save Changes"
117
  msgstr "Salva modifiche"
118
 
119
- #: wp/transposh_admin.php:286
120
  #@ transposh
121
  msgid "Problems?"
122
  msgstr "Problemi?"
123
 
124
- #: wp/transposh_admin.php:302
125
  #@ transposh
126
  msgid "Plugin Homepage"
127
  msgstr "Homepage del Plugin"
128
 
129
- #: wp/transposh_admin.php:303
130
  #@ transposh
131
  msgid "Suggest a Feature"
132
  msgstr "Suggerisci una funzione"
133
 
134
- #: wp/transposh_admin.php:305
135
  #@ transposh
136
  msgid "Report a Bug"
137
  msgstr "Segnala un bug"
138
 
139
- #: wp/transposh_admin.php:322
140
  #@ transposh
141
  msgid "Translate by clicking the button below"
142
  msgstr "Traduci cliccando sul bottone in basso"
143
 
144
- #: wp/transposh_admin.php:324
145
  #@ transposh
146
  msgid "Translate All Now"
147
  msgstr "Traduci tutto ora"
148
 
149
- #: wp/transposh_admin.php:379
150
  #@ transposh
151
  msgid "Default Language (drag another language here to make it default)"
152
  msgstr "Lingua predefinita (trascina qui un'altra lingua per renderla predefinita)"
153
 
154
- #: wp/transposh_admin.php:386
155
  #@ transposh
156
  msgid "Available Languages (Click to toggle language state - Drag to sort in the widget)"
157
  msgstr "Lingue disponibili (Clicca per modificarne l'attivazione - Trascina per modificarne l'ordine nel widget)"
158
 
159
- #: wp/transposh_admin.php:396
160
  #@ transposh
161
  msgid "Language supported by google translate"
162
  msgstr "Lingue supportate da Google Translate"
163
 
164
- #: wp/transposh_admin.php:398
165
  #@ transposh
166
  msgid "Language supported by bing translate"
167
  msgstr "Lingue supportate da Bing Translate"
168
 
169
- #: wp/transposh_admin.php:402
170
  #@ transposh
171
  msgid "Language is written from right to left"
172
  msgstr "Lingua scritta da destra a sinistra"
173
 
174
- #: wp/transposh_admin.php:407
175
  #@ transposh
176
  msgid "Display options:"
177
  msgstr "Mostra opzioni:"
178
 
179
- #: wp/transposh_admin.php:408
180
  #@ transposh
181
  msgid "Toggle names of languages between English and Original"
182
  msgstr "Inverti nome della lingua tra Inglese ed Originale"
183
 
184
- #: wp/transposh_admin.php:409
185
  #@ transposh
186
  msgid "Make all languages active"
187
  msgstr "Attiva tutte le lingue"
188
 
189
- #: wp/transposh_admin.php:410
190
  #@ transposh
191
  msgid "Sort by language name"
192
  msgstr "Elenca per nome della lingua"
193
 
194
- #: wp/transposh_admin.php:411
195
  #@ transposh
196
  msgid "Sort by lSO code"
197
  msgstr "Elenca per codice ISO"
198
 
199
- #: wp/transposh_admin.php:412
200
  #@ transposh
201
  msgid "Legend:"
202
  msgstr "Legenda:"
203
 
204
- #: wp/transposh_admin.php:412
205
  #@ transposh
206
  msgid "Green - active"
207
  msgstr "Verde - Attivata"
208
 
209
- #: wp/transposh_admin.php:412
210
  #@ transposh
211
  msgid "Yellow - translateable (only translators will see this language)"
212
  msgstr "Giallo - Traducibile (solo i traduttori autorizzati vedranno questa lingua)"
213
 
214
- #: wp/transposh_admin.php:412
215
  #@ transposh
216
  msgid "blank - inactive"
217
  msgstr "Bianco - Non attiva"
218
 
219
- #: wp/transposh_admin.php:434
220
  #@ transposh
221
  msgid "Who can translate ?"
222
  msgstr "Chi può tradurre?"
223
 
224
- #: wp/transposh_admin.php:441
225
  #@ transposh
226
  msgid "Anonymous"
227
  msgstr "Anonimi"
228
 
229
- #: wp/transposh_admin.php:447
230
  #@ transposh
231
  msgid "Enable default language translation"
232
  msgstr "Abilita traduzione della lingua predefinita"
233
 
234
- #: wp/transposh_admin.php:447
235
  #@ transposh
236
  msgid "Allow translation of default language - useful for sites with more than one major language"
237
  msgstr "Permetti traduzione della lingua predefinita - utile per siti con più di una lingua principale"
238
 
239
- #: wp/transposh_admin.php:454
240
  #@ transposh
241
  msgid "Enable search in translated languages"
242
  msgstr "Abilita ricerca nelle lingue tradotte"
243
 
244
- #: wp/transposh_admin.php:461
245
  #@ transposh
246
  msgid "Enable url translation"
247
  msgstr "Abilita traduzione delle URL"
248
 
249
- #: wp/transposh_admin.php:461
250
- #: wp/transposh_admin.php:468
251
  #@ transposh
252
  msgid "experimental"
253
  msgstr "sperimentale"
254
 
255
- #: wp/transposh_admin.php:461
256
  #@ transposh
257
  msgid "Allow translation of permalinks and urls"
258
  msgstr "Permetti la traduzione dei permalinks e delle URL"
259
 
260
- #: wp/transposh_admin.php:468
261
  #@ transposh
262
  msgid "Enable gettext integration"
263
  msgstr "Abilita la traduzione gettext"
264
 
265
- #: wp/transposh_admin.php:468
266
  #@ transposh
267
  msgid "Enable integration of Transposh with existing gettext interface (.po/.mo files)"
268
  msgstr "Abilita l'integrazione di Transposh con l'interfaccia gettext esistente (.po/mo files)"
269
 
270
- #: wp/transposh_admin.php:484
271
  #@ transposh
272
  msgid "Enable automatic translation"
273
  msgstr "Abilita la traduzione automatica"
274
 
275
- #: wp/transposh_admin.php:484
276
  #@ transposh
277
  msgid "Allow automatic translation of pages"
278
  msgstr "Permetti la traduzione automatica delle pagine"
279
 
280
- #: wp/transposh_admin.php:490
281
  #@ transposh
282
  msgid "Enable automatic translation after posting"
283
  msgstr "Abilita la traduzione automatica dopo la pubblicazione"
284
 
285
- #: wp/transposh_admin.php:490
286
  #@ transposh
287
  msgid "Do automatic translation immediately after a post has been published"
288
  msgstr "Traduci immediatamente dopo che un articolo è stato pubblicato"
289
 
290
- #: wp/transposh_admin.php:507
291
  #@ transposh
292
  msgid "Select preferred auto translation engine"
293
  msgstr "Seleziona il sistema di traduzione automatica preferito"
294
 
295
- #: wp/transposh_admin.php:508
296
  #@ transposh
297
  msgid "Translation engine:"
298
  msgstr "Traduttore automatico:"
299
 
300
- #: wp/transposh_admin.php:510
301
  #@ transposh
302
  msgid "Google"
303
  msgstr "Google"
304
 
305
- #: wp/transposh_admin.php:511
306
  #@ transposh
307
  msgid "Bing"
308
  msgstr "Bing"
309
 
310
- #: wp/transposh_admin.php:539
311
  #@ transposh
312
  msgid "Rewrite URLs"
313
  msgstr "Riscrivi URLs"
314
 
315
- #: wp/transposh_admin.php:547
316
  #@ transposh
317
  msgid "Add scripts to footer"
318
  msgstr "Aggiungi gli scripts nel footer"
319
 
320
- #: wp/transposh_admin.php:553
321
  #@ transposh
322
  msgid "Auto detect language for users"
323
  msgstr "Auto rilevamento della lingua degli utenti"
324
 
325
- #: wp/transposh_admin.php:569
326
  #@ transposh
327
  msgid "Delete all automated translations"
328
  msgstr "Cancella tutte le traduzioni automatiche"
329
 
330
- #: wp/transposh_admin.php:570
331
  #@ transposh
332
  msgid "Delete automated translations older than 14 days"
333
  msgstr "Cancella le traduzioni automatiche più vecchie di 14 giorni"
334
 
335
- #: wp/transposh_admin.php:575
336
  #@ transposh
337
  msgid "Backup service for human translation"
338
  msgstr "Backup di servizio per traduzione manuale"
339
 
340
- #: wp/transposh_admin.php:576
341
  #@ transposh
342
  msgid "Enable daily backup"
343
  msgstr "Abilita backup giornaliero"
344
 
345
- #: wp/transposh_admin.php:577
346
  #@ transposh
347
  msgid "Enable live backup"
348
  msgstr "Abilita backup simultaneo"
349
 
350
- #: wp/transposh_admin.php:578
351
  #@ transposh
352
  msgid "Disable backup (Can be run manually by clicking the button below)"
353
  msgstr "Disabilita backup ( può sempre essere effettuato cliccando sul bottone in basso)"
354
 
355
- #: wp/transposh_admin.php:579
356
  #@ transposh
357
  msgid "Service Key:"
358
  msgstr "Service Key:"
359
 
360
- #: wp/transposh_admin.php:579
361
  #@ transposh
362
  msgid "How to restore?"
363
  msgstr "Come ripristinare?"
364
 
365
- #: wp/transposh_admin.php:581
366
  #@ transposh
367
  msgid "Do Backup Now"
368
  msgstr "Fai il backup adesso"
369
 
370
- #: wp/transposh_db.php:673
371
  #@ transposh
372
  msgid "Database stats"
373
  msgstr "Statistiche del Database"
374
 
375
- #: wp/transposh_db.php:678
376
  #, php-format
377
  #@ transposh
378
  msgid "Total of <strong style=\"color:red\">%s</strong> translated phrases."
379
  msgstr "Totale di <strong style=\"color:red\">%s</strong> frasi tradotte."
380
 
381
- #: wp/transposh_db.php:685
382
  #, php-format
383
  #@ transposh
384
  msgid "<strong>%1s</strong> has <strong style=\"color:red\">%2s</strong> human translated phrases."
385
  msgstr "<strong>%1s</strong> ha <strong style=\"color:red\">%2s</strong> frasi tradotte manualmente."
386
 
387
- #: wp/transposh_db.php:688
388
  #@ transposh
389
  msgid "Recent activity"
390
  msgstr "Attività recenti"
391
 
392
- #: wp/transposh_db.php:693
393
  #, php-format
394
  #@ transposh
395
  msgid "On <strong>%1s</strong><br/>user <strong>%2s</strong> translated<br/>\"<strong>%3s</strong>\"<br/>to <strong style=\"color:red\">%4s</strong><br/>\"<strong>%5s</strong>\""
@@ -416,32 +416,32 @@ msgstr "Configura come lingua predefinita"
416
  msgid "Style:"
417
  msgstr "Stile:"
418
 
419
- #: wp/transposh_admin.php:517
420
  #@ transposh
421
  msgid "Show progress bar when a client triggers automatic translation"
422
  msgstr "Mostra una barra progressiva mentre il browser sta traducendo automaticamente"
423
 
424
- #: wp/transposh_admin.php:517
425
  #@ transposh
426
  msgid "Show progress bar"
427
  msgstr "Mostra barra progressiva"
428
 
429
- #: wp/transposh_admin.php:519
430
  #@ transposh
431
  msgid "Widget will allow setting this language as user default"
432
  msgstr "Il widget permetterà di scegliere questa lingua come predefinita per quell'utente"
433
 
434
- #: wp/transposh_admin.php:519
435
  #@ transposh
436
  msgid "Allow user to set current language as default"
437
  msgstr "Permette all'utente di scegliere la lingua attuale come predefinita"
438
 
439
- #: wp/transposh_admin.php:521
440
  #@ transposh
441
  msgid "Transposh logo will not appear on widget"
442
  msgstr "Il logo Transposh non apparirà nel widget"
443
 
444
- #: wp/transposh_admin.php:521
445
  #@ transposh
446
  msgid "Remove transposh logo (see <a href=\"http://transposh.org/logoterms\">terms</a>)"
447
  msgstr "Rimuovere il logo Transposh (leggere attentamente <a href=\"http://transposh.org/logoterms\">i termini</a>)"
@@ -478,32 +478,32 @@ msgstr "Il Team Transposh"
478
  msgid "%VERSION%"
479
  msgstr "%VERSION%"
480
 
481
- #: wp/transposh_admin.php:400
482
  #@ transposh
483
  msgid "Language supported by apertium translate"
484
  msgstr "Lingua supportata da apertium translate"
485
 
486
- #: wp/transposh_admin.php:454
487
  #@ transposh
488
  msgid "Allow search of translated languages (and the original language)"
489
  msgstr "Permetti ricerca nelle lingue tradotte (e in quella originale)"
490
 
491
- #: wp/transposh_admin.php:541
492
  #@ transposh
493
  msgid "Rewrite URLs to be search engine friendly, e.g. (http://transposh.org/<strong>en</strong>). Requires that permalinks will be enabled."
494
  msgstr "Riscrivi le URLs per i motori di ricerca, e.g. (http://transposh.org/<strong>en</strong>). Richiede i permalinks abilitati."
495
 
496
- #: wp/transposh_admin.php:548
497
  #@ transposh
498
  msgid "Push transposh scripts to footer of page instead of header, makes pages load faster. Requires that your theme should have proper footer support."
499
  msgstr "Inserire lo script di Transposh nel footer della pagina invece che nella header, rende le pagine veloci da caricare. Richiede che il tema abbia il supporto per il footer."
500
 
501
- #: wp/transposh_admin.php:554
502
  #@ transposh
503
  msgid "This enables auto detection of language used by the user as defined in the ACCEPT_LANGUAGES they send. This will redirect the first page accessed in the session to the same page with the detected language."
504
  msgstr "Questo abilita il riconoscimento automatico della lingua usata dall'utente, come definito in ACCEPT_LANGUAGES del browser. Questo redireziona la prima pagina caricata in quella sessione, alla lingua rilevata."
505
 
506
- #: wp/transposh_admin.php:571
507
  #@ transposh
508
  msgid "Attempt to fix errors caused by previous versions - please backup first"
509
  msgstr "Tentativo di correggere gli errori causati dalla versione precedente - si prega di fare un backup, prima"
@@ -533,78 +533,78 @@ msgstr "plugin di traduzione comunitaria da parte degli utenti"
533
  msgid "google translate and bing translate plugin for wordpress"
534
  msgstr "plugin per wordpress che usa i traduttori di Google e Bing"
535
 
536
- #: wp/transposh_admin.php:523
537
- #: wp/transposh_admin.php:524
538
  #@ transposh
539
  msgid "Edit interface (and progress bar) theme:"
540
  msgstr "Modifica l'interfaccia (e la barra) con il tema:"
541
 
542
- #. TRANSLATORS: this is what appears in the select box in the default subwidget
543
- #: widgets/default/tpw_default.php:43
544
  #@ transposh
545
  msgid "Language"
546
  msgstr ""
547
 
548
- #. TRANSLATORS: this is what appears in the select box in dropdown subwidget
549
  #: widgets/dropdown/tpw_image_dropdown.php:45
550
  #@ transposh
551
  msgid "Select language"
552
  msgstr ""
553
 
554
- #: wp/transposh_admin.php:209
555
  #@ transposh
556
  msgid "Frontend settings"
557
  msgstr ""
558
 
559
- #: wp/transposh_admin.php:237
560
  #, php-format
561
  #@ transposh
562
  msgid "Your current PHP memory limit of %s is quite low, if you experience blank pages please consider increasing it."
563
  msgstr ""
564
 
565
- #: wp/transposh_admin.php:237
566
- #: wp/transposh_admin.php:241
567
  #@ transposh
568
  msgid "Check Transposh FAQs"
569
  msgstr ""
570
 
571
- #: wp/transposh_admin.php:241
572
  #@ transposh
573
  msgid "We were not able to find a supported in-memory caching engine, installing one can improve performance."
574
  msgstr ""
575
 
576
- #: wp/transposh_admin.php:475
577
  #@ transposh
578
  msgid "Enable override for default locale"
579
  msgstr ""
580
 
581
- #: wp/transposh_admin.php:475
582
  #@ transposh
583
  msgid "Enable overriding the default locale that is set in WP_LANG on default languages pages (such as untranslated pages and admin pages)"
584
  msgstr ""
585
 
586
- #: wp/transposh_admin.php:495
587
  #@ transposh
588
  msgid "MSN API key"
589
  msgstr ""
590
 
591
- #: wp/transposh_admin.php:496
592
- #: wp/transposh_admin.php:502
 
593
  #@ transposh
594
  msgid "API Key"
595
  msgstr ""
596
 
597
- #: wp/transposh_admin.php:501
598
  #@ transposh
599
  msgid "Google API key"
600
  msgstr ""
601
 
602
- #: wp/transposh_admin.php:559
603
  #@ transposh
604
  msgid "Allow collecting usage statistics"
605
  msgstr ""
606
 
607
- #: wp/transposh_admin.php:559
608
  #@ transposh
609
  msgid "This option enables collection of statistics by transposh that will be used to improve the product."
610
  msgstr ""
@@ -640,3 +640,55 @@ msgstr ""
640
  msgid "title"
641
  msgstr ""
642
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
+ #: transposh.php:908
23
  #@ default
24
  msgid "Settings"
25
  msgstr "Configurazione"
30
  msgid "%s translated a phrase to %s with transposh:"
31
  msgstr "%s frase tradotta in %s con Transposh:"
32
 
33
+ #: wp/transposh_admin.php:165
34
  #@ transposh
35
  msgid "Transposh makes your blog translatable"
36
  msgstr "Transposh rende il tuo blog traducibile"
37
 
38
+ #: wp/transposh_admin.php:166
39
  #@ transposh
40
  msgid "Plugin homepage"
41
  msgstr "Homepage del plugin"
42
 
43
+ #: wp/transposh_admin.php:167
44
  #@ transposh
45
  msgid "Frequently asked questions"
46
  msgstr "Domande Frequenti (FAQ)"
47
 
48
+ #: wp/transposh_admin.php:175
49
  #@ transposh
50
  msgid "Transposh control center"
51
  msgstr "Transposh Pannello di controllo"
52
 
53
+ #: wp/transposh_admin.php:175
54
+ #: wp/transposh_admin.php:243
55
  #: wp/transposh_postpublish.php:50
56
  #: wp/transposh_postpublish.php:51
57
  #: wp/transposh_widget.php:84
61
  msgid "Transposh"
62
  msgstr "Transposh"
63
 
64
+ #: wp/transposh_admin.php:212
65
  #@ transposh
66
  msgid "About this plugin"
67
  msgstr "Riguardo al plugin"
68
 
69
+ #: wp/transposh_admin.php:213
70
  #@ transposh
71
  msgid "Plugin news"
72
  msgstr "Novità del Plugin"
73
 
74
+ #: wp/transposh_admin.php:214
75
  #@ transposh
76
  msgid "Plugin stats"
77
  msgstr "Statistiche del Plugin"
78
 
79
+ #: wp/transposh_admin.php:215
80
  #@ transposh
81
  msgid "Translate all"
82
  msgstr "Tradurre tutto"
83
 
84
+ #: wp/transposh_admin.php:216
85
  #@ transposh
86
  msgid "Supported languages"
87
  msgstr "Lingue supportate"
88
 
89
+ #: wp/transposh_admin.php:217
90
  #@ transposh
91
  msgid "Translation settings"
92
  msgstr "Configurazione Traduzioni"
93
 
94
+ #: wp/transposh_admin.php:218
95
  #@ transposh
96
  msgid "Automatic translation settings"
97
  msgstr "Configurazione traduzione automatica"
98
 
99
+ #: wp/transposh_admin.php:221
100
  #@ transposh
101
  msgid "Generic settings"
102
  msgstr "Configurazione Generale"
103
 
104
+ #: wp/transposh_admin.php:222
105
  #@ transposh
106
  msgid "Database maintenance"
107
  msgstr "Manutenzione Database"
108
 
109
+ #: wp/transposh_admin.php:237
110
  #@ transposh
111
  msgid "Transposh community features"
112
  msgstr "Caratteristiche del Transposh Community"
113
 
114
+ #: wp/transposh_admin.php:273
115
  #@ default
116
  msgid "Save Changes"
117
  msgstr "Salva modifiche"
118
 
119
+ #: wp/transposh_admin.php:297
120
  #@ transposh
121
  msgid "Problems?"
122
  msgstr "Problemi?"
123
 
124
+ #: wp/transposh_admin.php:313
125
  #@ transposh
126
  msgid "Plugin Homepage"
127
  msgstr "Homepage del Plugin"
128
 
129
+ #: wp/transposh_admin.php:314
130
  #@ transposh
131
  msgid "Suggest a Feature"
132
  msgstr "Suggerisci una funzione"
133
 
134
+ #: wp/transposh_admin.php:316
135
  #@ transposh
136
  msgid "Report a Bug"
137
  msgstr "Segnala un bug"
138
 
139
+ #: wp/transposh_admin.php:333
140
  #@ transposh
141
  msgid "Translate by clicking the button below"
142
  msgstr "Traduci cliccando sul bottone in basso"
143
 
144
+ #: wp/transposh_admin.php:335
145
  #@ transposh
146
  msgid "Translate All Now"
147
  msgstr "Traduci tutto ora"
148
 
149
+ #: wp/transposh_admin.php:390
150
  #@ transposh
151
  msgid "Default Language (drag another language here to make it default)"
152
  msgstr "Lingua predefinita (trascina qui un'altra lingua per renderla predefinita)"
153
 
154
+ #: wp/transposh_admin.php:397
155
  #@ transposh
156
  msgid "Available Languages (Click to toggle language state - Drag to sort in the widget)"
157
  msgstr "Lingue disponibili (Clicca per modificarne l'attivazione - Trascina per modificarne l'ordine nel widget)"
158
 
159
+ #: wp/transposh_admin.php:407
160
  #@ transposh
161
  msgid "Language supported by google translate"
162
  msgstr "Lingue supportate da Google Translate"
163
 
164
+ #: wp/transposh_admin.php:409
165
  #@ transposh
166
  msgid "Language supported by bing translate"
167
  msgstr "Lingue supportate da Bing Translate"
168
 
169
+ #: wp/transposh_admin.php:415
170
  #@ transposh
171
  msgid "Language is written from right to left"
172
  msgstr "Lingua scritta da destra a sinistra"
173
 
174
+ #: wp/transposh_admin.php:420
175
  #@ transposh
176
  msgid "Display options:"
177
  msgstr "Mostra opzioni:"
178
 
179
+ #: wp/transposh_admin.php:421
180
  #@ transposh
181
  msgid "Toggle names of languages between English and Original"
182
  msgstr "Inverti nome della lingua tra Inglese ed Originale"
183
 
184
+ #: wp/transposh_admin.php:422
185
  #@ transposh
186
  msgid "Make all languages active"
187
  msgstr "Attiva tutte le lingue"
188
 
189
+ #: wp/transposh_admin.php:423
190
  #@ transposh
191
  msgid "Sort by language name"
192
  msgstr "Elenca per nome della lingua"
193
 
194
+ #: wp/transposh_admin.php:424
195
  #@ transposh
196
  msgid "Sort by lSO code"
197
  msgstr "Elenca per codice ISO"
198
 
199
+ #: wp/transposh_admin.php:425
200
  #@ transposh
201
  msgid "Legend:"
202
  msgstr "Legenda:"
203
 
204
+ #: wp/transposh_admin.php:425
205
  #@ transposh
206
  msgid "Green - active"
207
  msgstr "Verde - Attivata"
208
 
209
+ #: wp/transposh_admin.php:425
210
  #@ transposh
211
  msgid "Yellow - translateable (only translators will see this language)"
212
  msgstr "Giallo - Traducibile (solo i traduttori autorizzati vedranno questa lingua)"
213
 
214
+ #: wp/transposh_admin.php:425
215
  #@ transposh
216
  msgid "blank - inactive"
217
  msgstr "Bianco - Non attiva"
218
 
219
+ #: wp/transposh_admin.php:447
220
  #@ transposh
221
  msgid "Who can translate ?"
222
  msgstr "Chi può tradurre?"
223
 
224
+ #: wp/transposh_admin.php:454
225
  #@ transposh
226
  msgid "Anonymous"
227
  msgstr "Anonimi"
228
 
229
+ #: wp/transposh_admin.php:460
230
  #@ transposh
231
  msgid "Enable default language translation"
232
  msgstr "Abilita traduzione della lingua predefinita"
233
 
234
+ #: wp/transposh_admin.php:460
235
  #@ transposh
236
  msgid "Allow translation of default language - useful for sites with more than one major language"
237
  msgstr "Permetti traduzione della lingua predefinita - utile per siti con più di una lingua principale"
238
 
239
+ #: wp/transposh_admin.php:467
240
  #@ transposh
241
  msgid "Enable search in translated languages"
242
  msgstr "Abilita ricerca nelle lingue tradotte"
243
 
244
+ #: wp/transposh_admin.php:474
245
  #@ transposh
246
  msgid "Enable url translation"
247
  msgstr "Abilita traduzione delle URL"
248
 
249
+ #: wp/transposh_admin.php:474
250
+ #: wp/transposh_admin.php:481
251
  #@ transposh
252
  msgid "experimental"
253
  msgstr "sperimentale"
254
 
255
+ #: wp/transposh_admin.php:474
256
  #@ transposh
257
  msgid "Allow translation of permalinks and urls"
258
  msgstr "Permetti la traduzione dei permalinks e delle URL"
259
 
260
+ #: wp/transposh_admin.php:481
261
  #@ transposh
262
  msgid "Enable gettext integration"
263
  msgstr "Abilita la traduzione gettext"
264
 
265
+ #: wp/transposh_admin.php:481
266
  #@ transposh
267
  msgid "Enable integration of Transposh with existing gettext interface (.po/.mo files)"
268
  msgstr "Abilita l'integrazione di Transposh con l'interfaccia gettext esistente (.po/mo files)"
269
 
270
+ #: wp/transposh_admin.php:497
271
  #@ transposh
272
  msgid "Enable automatic translation"
273
  msgstr "Abilita la traduzione automatica"
274
 
275
+ #: wp/transposh_admin.php:497
276
  #@ transposh
277
  msgid "Allow automatic translation of pages"
278
  msgstr "Permetti la traduzione automatica delle pagine"
279
 
280
+ #: wp/transposh_admin.php:503
281
  #@ transposh
282
  msgid "Enable automatic translation after posting"
283
  msgstr "Abilita la traduzione automatica dopo la pubblicazione"
284
 
285
+ #: wp/transposh_admin.php:503
286
  #@ transposh
287
  msgid "Do automatic translation immediately after a post has been published"
288
  msgstr "Traduci immediatamente dopo che un articolo è stato pubblicato"
289
 
290
+ #: wp/transposh_admin.php:520
291
  #@ transposh
292
  msgid "Select preferred auto translation engine"
293
  msgstr "Seleziona il sistema di traduzione automatica preferito"
294
 
295
+ #: wp/transposh_admin.php:521
296
  #@ transposh
297
  msgid "Translation engine:"
298
  msgstr "Traduttore automatico:"
299
 
300
+ #: wp/transposh_admin.php:523
301
  #@ transposh
302
  msgid "Google"
303
  msgstr "Google"
304
 
305
+ #: wp/transposh_admin.php:524
306
  #@ transposh
307
  msgid "Bing"
308
  msgstr "Bing"
309
 
310
+ #: wp/transposh_admin.php:578
311
  #@ transposh
312
  msgid "Rewrite URLs"
313
  msgstr "Riscrivi URLs"
314
 
315
+ #: wp/transposh_admin.php:586
316
  #@ transposh
317
  msgid "Add scripts to footer"
318
  msgstr "Aggiungi gli scripts nel footer"
319
 
320
+ #: wp/transposh_admin.php:592
321
  #@ transposh
322
  msgid "Auto detect language for users"
323
  msgstr "Auto rilevamento della lingua degli utenti"
324
 
325
+ #: wp/transposh_admin.php:608
326
  #@ transposh
327
  msgid "Delete all automated translations"
328
  msgstr "Cancella tutte le traduzioni automatiche"
329
 
330
+ #: wp/transposh_admin.php:609
331
  #@ transposh
332
  msgid "Delete automated translations older than 14 days"
333
  msgstr "Cancella le traduzioni automatiche più vecchie di 14 giorni"
334
 
335
+ #: wp/transposh_admin.php:614
336
  #@ transposh
337
  msgid "Backup service for human translation"
338
  msgstr "Backup di servizio per traduzione manuale"
339
 
340
+ #: wp/transposh_admin.php:615
341
  #@ transposh
342
  msgid "Enable daily backup"
343
  msgstr "Abilita backup giornaliero"
344
 
345
+ #: wp/transposh_admin.php:616
346
  #@ transposh
347
  msgid "Enable live backup"
348
  msgstr "Abilita backup simultaneo"
349
 
350
+ #: wp/transposh_admin.php:617
351
  #@ transposh
352
  msgid "Disable backup (Can be run manually by clicking the button below)"
353
  msgstr "Disabilita backup ( può sempre essere effettuato cliccando sul bottone in basso)"
354
 
355
+ #: wp/transposh_admin.php:618
356
  #@ transposh
357
  msgid "Service Key:"
358
  msgstr "Service Key:"
359
 
360
+ #: wp/transposh_admin.php:618
361
  #@ transposh
362
  msgid "How to restore?"
363
  msgstr "Come ripristinare?"
364
 
365
+ #: wp/transposh_admin.php:620
366
  #@ transposh
367
  msgid "Do Backup Now"
368
  msgstr "Fai il backup adesso"
369
 
370
+ #: wp/transposh_db.php:682
371
  #@ transposh
372
  msgid "Database stats"
373
  msgstr "Statistiche del Database"
374
 
375
+ #: wp/transposh_db.php:687
376
  #, php-format
377
  #@ transposh
378
  msgid "Total of <strong style=\"color:red\">%s</strong> translated phrases."
379
  msgstr "Totale di <strong style=\"color:red\">%s</strong> frasi tradotte."
380
 
381
+ #: wp/transposh_db.php:694
382
  #, php-format
383
  #@ transposh
384
  msgid "<strong>%1s</strong> has <strong style=\"color:red\">%2s</strong> human translated phrases."
385
  msgstr "<strong>%1s</strong> ha <strong style=\"color:red\">%2s</strong> frasi tradotte manualmente."
386
 
387
+ #: wp/transposh_db.php:697
388
  #@ transposh
389
  msgid "Recent activity"
390
  msgstr "Attività recenti"
391
 
392
+ #: wp/transposh_db.php:702
393
  #, php-format
394
  #@ transposh
395
  msgid "On <strong>%1s</strong><br/>user <strong>%2s</strong> translated<br/>\"<strong>%3s</strong>\"<br/>to <strong style=\"color:red\">%4s</strong><br/>\"<strong>%5s</strong>\""
416
  msgid "Style:"
417
  msgstr "Stile:"
418
 
419
+ #: wp/transposh_admin.php:556
420
  #@ transposh
421
  msgid "Show progress bar when a client triggers automatic translation"
422
  msgstr "Mostra una barra progressiva mentre il browser sta traducendo automaticamente"
423
 
424
+ #: wp/transposh_admin.php:556
425
  #@ transposh
426
  msgid "Show progress bar"
427
  msgstr "Mostra barra progressiva"
428
 
429
+ #: wp/transposh_admin.php:558
430
  #@ transposh
431
  msgid "Widget will allow setting this language as user default"
432
  msgstr "Il widget permetterà di scegliere questa lingua come predefinita per quell'utente"
433
 
434
+ #: wp/transposh_admin.php:558
435
  #@ transposh
436
  msgid "Allow user to set current language as default"
437
  msgstr "Permette all'utente di scegliere la lingua attuale come predefinita"
438
 
439
+ #: wp/transposh_admin.php:560
440
  #@ transposh
441
  msgid "Transposh logo will not appear on widget"
442
  msgstr "Il logo Transposh non apparirà nel widget"
443
 
444
+ #: wp/transposh_admin.php:560
445
  #@ transposh
446
  msgid "Remove transposh logo (see <a href=\"http://transposh.org/logoterms\">terms</a>)"
447
  msgstr "Rimuovere il logo Transposh (leggere attentamente <a href=\"http://transposh.org/logoterms\">i termini</a>)"
478
  msgid "%VERSION%"
479
  msgstr "%VERSION%"
480
 
481
+ #: wp/transposh_admin.php:411
482
  #@ transposh
483
  msgid "Language supported by apertium translate"
484
  msgstr "Lingua supportata da apertium translate"
485
 
486
+ #: wp/transposh_admin.php:467
487
  #@ transposh
488
  msgid "Allow search of translated languages (and the original language)"
489
  msgstr "Permetti ricerca nelle lingue tradotte (e in quella originale)"
490
 
491
+ #: wp/transposh_admin.php:580
492
  #@ transposh
493
  msgid "Rewrite URLs to be search engine friendly, e.g. (http://transposh.org/<strong>en</strong>). Requires that permalinks will be enabled."
494
  msgstr "Riscrivi le URLs per i motori di ricerca, e.g. (http://transposh.org/<strong>en</strong>). Richiede i permalinks abilitati."
495
 
496
+ #: wp/transposh_admin.php:587
497
  #@ transposh
498
  msgid "Push transposh scripts to footer of page instead of header, makes pages load faster. Requires that your theme should have proper footer support."
499
  msgstr "Inserire lo script di Transposh nel footer della pagina invece che nella header, rende le pagine veloci da caricare. Richiede che il tema abbia il supporto per il footer."
500
 
501
+ #: wp/transposh_admin.php:593
502
  #@ transposh
503
  msgid "This enables auto detection of language used by the user as defined in the ACCEPT_LANGUAGES they send. This will redirect the first page accessed in the session to the same page with the detected language."
504
  msgstr "Questo abilita il riconoscimento automatico della lingua usata dall'utente, come definito in ACCEPT_LANGUAGES del browser. Questo redireziona la prima pagina caricata in quella sessione, alla lingua rilevata."
505
 
506
+ #: wp/transposh_admin.php:610
507
  #@ transposh
508
  msgid "Attempt to fix errors caused by previous versions - please backup first"
509
  msgstr "Tentativo di correggere gli errori causati dalla versione precedente - si prega di fare un backup, prima"
533
  msgid "google translate and bing translate plugin for wordpress"
534
  msgstr "plugin per wordpress che usa i traduttori di Google e Bing"
535
 
536
+ #: wp/transposh_admin.php:562
537
+ #: wp/transposh_admin.php:563
538
  #@ transposh
539
  msgid "Edit interface (and progress bar) theme:"
540
  msgstr "Modifica l'interfaccia (e la barra) con il tema:"
541
 
542
+ #: wp/transposh_admin.php:640
 
543
  #@ transposh
544
  msgid "Language"
545
  msgstr ""
546
 
547
+ #. TRANSLATORS: this is what appears in the select box in dropdown subwidget
548
  #: widgets/dropdown/tpw_image_dropdown.php:45
549
  #@ transposh
550
  msgid "Select language"
551
  msgstr ""
552
 
553
+ #: wp/transposh_admin.php:220
554
  #@ transposh
555
  msgid "Frontend settings"
556
  msgstr ""
557
 
558
+ #: wp/transposh_admin.php:248
559
  #, php-format
560
  #@ transposh
561
  msgid "Your current PHP memory limit of %s is quite low, if you experience blank pages please consider increasing it."
562
  msgstr ""
563
 
564
+ #: wp/transposh_admin.php:248
565
+ #: wp/transposh_admin.php:252
566
  #@ transposh
567
  msgid "Check Transposh FAQs"
568
  msgstr ""
569
 
570
+ #: wp/transposh_admin.php:252
571
  #@ transposh
572
  msgid "We were not able to find a supported in-memory caching engine, installing one can improve performance."
573
  msgstr ""
574
 
575
+ #: wp/transposh_admin.php:488
576
  #@ transposh
577
  msgid "Enable override for default locale"
578
  msgstr ""
579
 
580
+ #: wp/transposh_admin.php:488
581
  #@ transposh
582
  msgid "Enable overriding the default locale that is set in WP_LANG on default languages pages (such as untranslated pages and admin pages)"
583
  msgstr ""
584
 
585
+ #: wp/transposh_admin.php:508
586
  #@ transposh
587
  msgid "MSN API key"
588
  msgstr ""
589
 
590
+ #: wp/transposh_admin.php:509
591
+ #: wp/transposh_admin.php:515
592
+ #: wp/transposh_admin.php:540
593
  #@ transposh
594
  msgid "API Key"
595
  msgstr ""
596
 
597
+ #: wp/transposh_admin.php:514
598
  #@ transposh
599
  msgid "Google API key"
600
  msgstr ""
601
 
602
+ #: wp/transposh_admin.php:598
603
  #@ transposh
604
  msgid "Allow collecting usage statistics"
605
  msgstr ""
606
 
607
+ #: wp/transposh_admin.php:598
608
  #@ transposh
609
  msgid "This option enables collection of statistics by transposh that will be used to improve the product."
610
  msgstr ""
640
  msgid "title"
641
  msgstr ""
642
 
643
+ #: wp/transposh_admin.php:219
644
+ #@ transposh
645
+ msgid "Professional translation settings"
646
+ msgstr ""
647
+
648
+ #: wp/transposh_admin.php:413
649
+ #@ transposh
650
+ msgid "Language supported by one hour translation"
651
+ msgstr ""
652
+
653
+ #: wp/transposh_admin.php:532
654
+ #@ transposh
655
+ msgid "One Hour Translation provides high-quality, fast professional translation to/from any language, and has specific domain expertise in SW localization, technical, business, and legal translations."
656
+ msgstr "One Hour Translation fornisce traduzioni di alta qualità da/a ogni lingua ed è specializzata in alcuni campi specifici: localizzazione software, traduzioni tecniche, aziendali e legali."
657
+
658
+ #: wp/transposh_admin.php:533
659
+ #@ transposh
660
+ msgid "One Hour Translation account ID"
661
+ msgstr ""
662
+
663
+ #: wp/transposh_admin.php:534
664
+ #@ transposh
665
+ msgid "Account ID"
666
+ msgstr ""
667
+
668
+ #: wp/transposh_admin.php:539
669
+ #@ transposh
670
+ msgid "One Hour Translation secret key"
671
+ msgstr ""
672
+
673
+ #: wp/transposh_admin.php:546
674
+ #, php-format
675
+ #@ transposh
676
+ msgid "%d Phrases currently queued for next job in ~%d minutes"
677
+ msgstr ""
678
+
679
+ #: wp/transposh_admin.php:551
680
+ #, php-format
681
+ #@ transposh
682
+ msgid "%d projects have been submitted and waiting for completion"
683
+ msgstr ""
684
+
685
+ #: wp/transposh_admin.php:636
686
+ #@ transposh
687
+ msgid "Unset"
688
+ msgstr ""
689
+
690
+ #: wp/transposh_admin.php:530
691
+ #@ transposh
692
+ msgid "<a href=\"http://transposh.org/redir/oht\">One Hour Translation</a>, is the largest professional translation service online, with thousands of business customers, including 57% of the Fortune 500 companies, and over 15000 translators worldwide."
693
+ msgstr ""
694
+
langs/transposh-nl_NL.po CHANGED
@@ -19,29 +19,29 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
- #: wp/transposh_db.php:673
23
  #@ transposh
24
  msgid "Database stats"
25
  msgstr "Database statistieken"
26
 
27
- #: wp/transposh_db.php:678
28
  #, php-format
29
  #@ transposh
30
  msgid "Total of <strong style=\"color:red\">%s</strong> translated phrases."
31
  msgstr "Totaal van <strong style=\"color:red\">%s</strong> vertaalde zinsneden."
32
 
33
- #: wp/transposh_db.php:685
34
  #, php-format
35
  #@ transposh
36
  msgid "<strong>%1s</strong> has <strong style=\"color:red\">%2s</strong> human translated phrases."
37
  msgstr "<strong>%1s</strong> heeft <strong style=\"color:red\">%2s</strong> aangepaste vertalingen."
38
 
39
- #: wp/transposh_db.php:688
40
  #@ transposh
41
  msgid "Recent activity"
42
  msgstr "Recente activiteiten"
43
 
44
- #: wp/transposh_db.php:693
45
  #, php-format
46
  #@ transposh
47
  msgid "On <strong>%1s</strong><br/>user <strong>%2s</strong> translated<br/>\"<strong>%3s</strong>\"<br/>to <strong style=\"color:red\">%4s</strong><br/>\"<strong>%5s</strong>\""
@@ -53,8 +53,8 @@ msgstr "Op <strong>%1s</strong><br/>vertaalde user <strong>%2s</strong><br/>\"<s
53
  msgid "%s translated a phrase to %s with transposh:"
54
  msgstr "%s vertaalde een zinsnede naar %s met transposh:"
55
 
56
- #: wp/transposh_admin.php:170
57
- #: wp/transposh_admin.php:232
58
  #: wp/transposh_postpublish.php:50
59
  #: wp/transposh_postpublish.php:51
60
  #: wp/transposh_widget.php:84
@@ -64,338 +64,338 @@ msgstr "%s vertaalde een zinsnede naar %s met transposh:"
64
  msgid "Transposh"
65
  msgstr "Transposh"
66
 
67
- #: wp/transposh_admin.php:160
68
  #@ transposh
69
  msgid "Transposh makes your blog translatable"
70
  msgstr "Transposh maakt je blog vertaalbaar"
71
 
72
- #: wp/transposh_admin.php:161
73
  #@ transposh
74
  msgid "Plugin homepage"
75
  msgstr "Plugin homepage"
76
 
77
- #: wp/transposh_admin.php:162
78
  #@ transposh
79
  msgid "Frequently asked questions"
80
  msgstr "Vaak gestelde vragen"
81
 
82
- #: wp/transposh_admin.php:170
83
  #@ transposh
84
  msgid "Transposh control center"
85
  msgstr "Transposh controle centrum"
86
 
87
- #: wp/transposh_admin.php:202
88
  #@ transposh
89
  msgid "About this plugin"
90
  msgstr "Over deze plugin"
91
 
92
- #: wp/transposh_admin.php:203
93
  #@ transposh
94
  msgid "Plugin news"
95
  msgstr "Plugin nieuws"
96
 
97
- #: wp/transposh_admin.php:204
98
  #@ transposh
99
  msgid "Plugin stats"
100
  msgstr "Plugin stats"
101
 
102
- #: wp/transposh_admin.php:205
103
  #@ transposh
104
  msgid "Translate all"
105
  msgstr "Vertaal alles"
106
 
107
- #: wp/transposh_admin.php:206
108
  #@ transposh
109
  msgid "Supported languages"
110
  msgstr "Ondersteunde talen"
111
 
112
- #: wp/transposh_admin.php:207
113
  #@ transposh
114
  msgid "Translation settings"
115
  msgstr "Vertaalinstellingen"
116
 
117
- #: wp/transposh_admin.php:208
118
  #@ transposh
119
  msgid "Automatic translation settings"
120
  msgstr "Automatische vertaalinstellingen"
121
 
122
- #: wp/transposh_admin.php:210
123
  #@ transposh
124
  msgid "Generic settings"
125
  msgstr "Algemene instellingen"
126
 
127
- #: wp/transposh_admin.php:211
128
  #@ transposh
129
  msgid "Database maintenance"
130
  msgstr "Database onderhoud"
131
 
132
- #: wp/transposh_admin.php:226
133
  #@ transposh
134
  msgid "Transposh community features"
135
  msgstr "Transposh community functies"
136
 
137
- #: wp/transposh_admin.php:262
138
  #@ default
139
  msgid "Save Changes"
140
  msgstr "Bewaar aanpassingen"
141
 
142
- #: wp/transposh_admin.php:286
143
  #@ transposh
144
  msgid "Problems?"
145
  msgstr "Problemen?"
146
 
147
- #: wp/transposh_admin.php:302
148
  #@ transposh
149
  msgid "Plugin Homepage"
150
  msgstr "Plugin Homepage"
151
 
152
- #: wp/transposh_admin.php:303
153
  #@ transposh
154
  msgid "Suggest a Feature"
155
  msgstr "Suggereer nieuwe Functie"
156
 
157
- #: wp/transposh_admin.php:305
158
  #@ transposh
159
  msgid "Report a Bug"
160
  msgstr "Meld een Bug"
161
 
162
- #: wp/transposh_admin.php:322
163
  #@ transposh
164
  msgid "Translate by clicking the button below"
165
  msgstr "Klik onderstaande buttons om te vertalen"
166
 
167
- #: wp/transposh_admin.php:324
168
  #@ transposh
169
  msgid "Translate All Now"
170
  msgstr "Vertaal nu alles"
171
 
172
- #: wp/transposh_admin.php:379
173
  #@ transposh
174
  msgid "Default Language (drag another language here to make it default)"
175
  msgstr "Standaardtaal (sleep andere taal hierheen om standaard te maken)"
176
 
177
- #: wp/transposh_admin.php:386
178
  #@ transposh
179
  msgid "Available Languages (Click to toggle language state - Drag to sort in the widget)"
180
  msgstr "Beschikbare Talen (Click om aan-uit te zetten - Sleep voor volgorde in de widget)"
181
 
182
- #: wp/transposh_admin.php:396
183
  #@ transposh
184
  msgid "Language supported by google translate"
185
  msgstr "Taal ondersteund door google translate"
186
 
187
- #: wp/transposh_admin.php:398
188
  #@ transposh
189
  msgid "Language supported by bing translate"
190
  msgstr "Taal ondersteund door bing translate"
191
 
192
- #: wp/transposh_admin.php:400
193
  #@ transposh
194
  msgid "Language supported by apertium translate"
195
  msgstr "Taal ondersteund door apertium translate"
196
 
197
- #: wp/transposh_admin.php:402
198
  #@ transposh
199
  msgid "Language is written from right to left"
200
  msgstr "Taal wordt van rechts naar links geschreven"
201
 
202
- #: wp/transposh_admin.php:407
203
  #@ transposh
204
  msgid "Display options:"
205
  msgstr "Display opties:"
206
 
207
- #: wp/transposh_admin.php:408
208
  #@ transposh
209
  msgid "Toggle names of languages between English and Original"
210
  msgstr "Wissel taalnamen tussen Engels en Orgineel"
211
 
212
- #: wp/transposh_admin.php:409
213
  #@ transposh
214
  msgid "Make all languages active"
215
  msgstr "Ze alle talen actief"
216
 
217
- #: wp/transposh_admin.php:410
218
  #@ transposh
219
  msgid "Sort by language name"
220
  msgstr "Sorteer op taalnaam"
221
 
222
- #: wp/transposh_admin.php:411
223
  #@ transposh
224
  msgid "Sort by lSO code"
225
  msgstr "Sorteer op lSO code"
226
 
227
- #: wp/transposh_admin.php:412
228
  #@ transposh
229
  msgid "Legend:"
230
  msgstr "Legenda:"
231
 
232
- #: wp/transposh_admin.php:412
233
  #@ transposh
234
  msgid "Green - active"
235
  msgstr "Groen - actief"
236
 
237
- #: wp/transposh_admin.php:412
238
  #@ transposh
239
  msgid "Yellow - translateable (only translators will see this language)"
240
  msgstr "Geel - vertaalbaar (alleen vertalers zien deze taal)"
241
 
242
- #: wp/transposh_admin.php:412
243
  #@ transposh
244
  msgid "blank - inactive"
245
  msgstr "Wit - niet actief"
246
 
247
- #: wp/transposh_admin.php:434
248
  #@ transposh
249
  msgid "Who can translate ?"
250
  msgstr "Wie kan er vertalen?"
251
 
252
- #: wp/transposh_admin.php:441
253
  #@ transposh
254
  msgid "Anonymous"
255
  msgstr "Anonymous"
256
 
257
- #: wp/transposh_admin.php:447
258
  #@ transposh
259
  msgid "Enable default language translation"
260
  msgstr "Vertaal de standaard taal"
261
 
262
- #: wp/transposh_admin.php:447
263
  #@ transposh
264
  msgid "Allow translation of default language - useful for sites with more than one major language"
265
  msgstr "Vertaal de standaard taal - handig voor blogs met meerdere hoofdtalen"
266
 
267
- #: wp/transposh_admin.php:454
268
  #@ transposh
269
  msgid "Enable search in translated languages"
270
  msgstr "Sta zoeken in vertalingen toe"
271
 
272
- #: wp/transposh_admin.php:461
273
  #@ transposh
274
  msgid "Enable url translation"
275
  msgstr "Activeer omzetten url"
276
 
277
- #: wp/transposh_admin.php:461
278
- #: wp/transposh_admin.php:468
279
  #@ transposh
280
  msgid "experimental"
281
  msgstr "experimenteel"
282
 
283
- #: wp/transposh_admin.php:461
284
  #@ transposh
285
  msgid "Allow translation of permalinks and urls"
286
  msgstr "Activeer vertaling van permalinks en urls"
287
 
288
- #: wp/transposh_admin.php:468
289
  #@ transposh
290
  msgid "Enable gettext integration"
291
  msgstr "Activeer gettext integratie"
292
 
293
- #: wp/transposh_admin.php:468
294
  #@ transposh
295
  msgid "Enable integration of Transposh with existing gettext interface (.po/.mo files)"
296
  msgstr "Activeer integratie van Transposh met bestaande gettext interface (.po/.mo bestanden)"
297
 
298
- #: wp/transposh_admin.php:484
299
  #@ transposh
300
  msgid "Enable automatic translation"
301
  msgstr "Activeer automatische vertaling"
302
 
303
- #: wp/transposh_admin.php:484
304
  #@ transposh
305
  msgid "Allow automatic translation of pages"
306
  msgstr "Activeer automatische vertaling van pagina's"
307
 
308
- #: wp/transposh_admin.php:490
309
  #@ transposh
310
  msgid "Enable automatic translation after posting"
311
  msgstr "Activeer automatische vertaling na het posten"
312
 
313
- #: wp/transposh_admin.php:490
314
  #@ transposh
315
  msgid "Do automatic translation immediately after a post has been published"
316
  msgstr "Activeer automatische vertaling onmiddellijk na het publiceren van een post"
317
 
318
- #: wp/transposh_admin.php:507
319
  #@ transposh
320
  msgid "Select preferred auto translation engine"
321
  msgstr "Selecteer favoriete automatische vertalingsengine"
322
 
323
- #: wp/transposh_admin.php:508
324
  #@ transposh
325
  msgid "Translation engine:"
326
  msgstr "Vertalingsengine:"
327
 
328
- #: wp/transposh_admin.php:510
329
  #@ transposh
330
  msgid "Google"
331
  msgstr "Google"
332
 
333
- #: wp/transposh_admin.php:511
334
  #@ transposh
335
  msgid "Bing"
336
  msgstr "Bing"
337
 
338
- #: wp/transposh_admin.php:539
339
  #@ transposh
340
  msgid "Rewrite URLs"
341
  msgstr "Herschrijf URLs"
342
 
343
- #: wp/transposh_admin.php:547
344
  #@ transposh
345
  msgid "Add scripts to footer"
346
  msgstr "Voeg scripts toe aan de footer"
347
 
348
- #: wp/transposh_admin.php:553
349
  #@ transposh
350
  msgid "Auto detect language for users"
351
  msgstr "Detecteer taal van gebruiker"
352
 
353
- #: wp/transposh_admin.php:569
354
  #@ transposh
355
  msgid "Delete all automated translations"
356
  msgstr "Verwijder alle automatische vertalingen"
357
 
358
- #: wp/transposh_admin.php:570
359
  #@ transposh
360
  msgid "Delete automated translations older than 14 days"
361
  msgstr "Verwijder automatische vertalingen ouder dan 14 dagen"
362
 
363
- #: wp/transposh_admin.php:571
364
  #@ transposh
365
  msgid "Attempt to fix errors caused by previous versions - please backup first"
366
  msgstr "Probeer fouten te herstellen ontstaan door eerdere versies - maak eerst een backup"
367
 
368
- #: wp/transposh_admin.php:575
369
  #@ transposh
370
  msgid "Backup service for human translation"
371
  msgstr "Backup service voor eigen vertalingen"
372
 
373
- #: wp/transposh_admin.php:576
374
  #@ transposh
375
  msgid "Enable daily backup"
376
  msgstr "Activeer dagelijkse backup"
377
 
378
- #: wp/transposh_admin.php:577
379
  #@ transposh
380
  msgid "Enable live backup"
381
  msgstr "Activeer onmiddellijke backup"
382
 
383
- #: wp/transposh_admin.php:578
384
  #@ transposh
385
  msgid "Disable backup (Can be run manually by clicking the button below)"
386
  msgstr "Zet backupfuncties uit (Kan met de hand gedaan worden door het klikken van onderstaande button)"
387
 
388
- #: wp/transposh_admin.php:579
389
  #@ transposh
390
  msgid "Service Key:"
391
  msgstr "Service Key:"
392
 
393
- #: wp/transposh_admin.php:579
394
  #@ transposh
395
  msgid "How to restore?"
396
  msgstr "Een backup terugzetten?"
397
 
398
- #: wp/transposh_admin.php:581
399
  #@ transposh
400
  msgid "Do Backup Now"
401
  msgstr "Maak nu Backup"
@@ -440,38 +440,38 @@ msgstr "google translate en bing translate plugin voor wordpress"
440
  msgid "Style:"
441
  msgstr "Stijl:"
442
 
443
- #: wp/transposh_admin.php:517
444
  #@ transposh
445
  msgid "Show progress bar when a client triggers automatic translation"
446
  msgstr "Laat de voortgangsbalk zien als de gebruiker een automatische vertaling activeert"
447
 
448
- #: wp/transposh_admin.php:517
449
  #@ transposh
450
  msgid "Show progress bar"
451
  msgstr "Laat voortgangsbalk zien"
452
 
453
- #: wp/transposh_admin.php:519
454
  #@ transposh
455
  msgid "Widget will allow setting this language as user default"
456
  msgstr "Widget staat toe om dit als standaardtaal in te stellen"
457
 
458
- #: wp/transposh_admin.php:519
459
  #@ transposh
460
  msgid "Allow user to set current language as default"
461
  msgstr "Sta gebruiker toe om huidige taal als standaard in te stellen"
462
 
463
- #: wp/transposh_admin.php:521
464
  #@ transposh
465
  msgid "Transposh logo will not appear on widget"
466
  msgstr "Transposh logo niet zichtbaar bij de widget"
467
 
468
- #: wp/transposh_admin.php:521
469
  #@ transposh
470
  msgid "Remove transposh logo (see <a href=\"http://transposh.org/logoterms\">terms</a>)"
471
  msgstr "Verwijder transposh logo (zie <a href=\"http://transposh.org/logoterms\">voorwaarden</a>)"
472
 
473
- #: wp/transposh_admin.php:523
474
- #: wp/transposh_admin.php:524
475
  #@ transposh
476
  msgid "Edit interface (and progress bar) theme:"
477
  msgstr "Kies interface (en voortgangsbalk) thema:"
@@ -508,86 +508,87 @@ msgstr ""
508
  msgid "%VERSION%"
509
  msgstr ""
510
 
511
- #: transposh.php:898
512
  #@ default
513
  msgid "Settings"
514
  msgstr ""
515
 
516
- #: wp/transposh_admin.php:541
517
  #@ transposh
518
  msgid "Rewrite URLs to be search engine friendly, e.g. (http://transposh.org/<strong>en</strong>). Requires that permalinks will be enabled."
519
  msgstr ""
520
 
521
- #: wp/transposh_admin.php:548
522
  #@ transposh
523
  msgid "Push transposh scripts to footer of page instead of header, makes pages load faster. Requires that your theme should have proper footer support."
524
  msgstr ""
525
 
526
- #: wp/transposh_admin.php:554
527
  #@ transposh
528
  msgid "This enables auto detection of language used by the user as defined in the ACCEPT_LANGUAGES they send. This will redirect the first page accessed in the session to the same page with the detected language."
529
  msgstr ""
530
 
531
- #. TRANSLATORS: this is what appears in the select box in dropdown subwidget
532
  #: widgets/dropdown/tpw_image_dropdown.php:45
533
  #@ transposh
534
  msgid "Select language"
535
  msgstr ""
536
 
537
- #: wp/transposh_admin.php:209
538
  #@ transposh
539
  msgid "Frontend settings"
540
  msgstr ""
541
 
542
- #: wp/transposh_admin.php:237
543
  #, php-format
544
  #@ transposh
545
  msgid "Your current PHP memory limit of %s is quite low, if you experience blank pages please consider increasing it."
546
  msgstr ""
547
 
548
- #: wp/transposh_admin.php:237
549
- #: wp/transposh_admin.php:241
550
  #@ transposh
551
  msgid "Check Transposh FAQs"
552
  msgstr ""
553
 
554
- #: wp/transposh_admin.php:241
555
  #@ transposh
556
  msgid "We were not able to find a supported in-memory caching engine, installing one can improve performance."
557
  msgstr ""
558
 
559
- #: wp/transposh_admin.php:454
560
  #@ transposh
561
  msgid "Allow search of translated languages (and the original language)"
562
  msgstr ""
563
 
564
- #: wp/transposh_admin.php:475
565
  #@ transposh
566
  msgid "Enable override for default locale"
567
  msgstr ""
568
 
569
- #: wp/transposh_admin.php:475
570
  #@ transposh
571
  msgid "Enable overriding the default locale that is set in WP_LANG on default languages pages (such as untranslated pages and admin pages)"
572
  msgstr ""
573
 
574
- #: wp/transposh_admin.php:495
575
  #@ transposh
576
  msgid "MSN API key"
577
  msgstr ""
578
 
579
- #: wp/transposh_admin.php:496
580
- #: wp/transposh_admin.php:502
 
581
  #@ transposh
582
  msgid "API Key"
583
  msgstr ""
584
 
585
- #: wp/transposh_admin.php:501
586
  #@ transposh
587
  msgid "Google API key"
588
  msgstr ""
589
 
590
- #: wp/transposh_admin.php:559
591
  #@ transposh
592
  msgid "Allow collecting usage statistics"
593
  msgstr ""
@@ -623,13 +624,12 @@ msgstr ""
623
  msgid "title"
624
  msgstr ""
625
 
626
- #. TRANSLATORS: this is what appears in the select box in the default subwidget
627
- #: widgets/default/tpw_default.php:43
628
  #@ transposh
629
  msgid "Language"
630
  msgstr ""
631
 
632
- #: wp/transposh_admin.php:559
633
  #@ transposh
634
  msgid "This option enables collection of statistics by transposh that will be used to improve the product."
635
  msgstr ""
@@ -640,3 +640,55 @@ msgstr ""
640
  msgid "Translation"
641
  msgstr ""
642
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
+ #: wp/transposh_db.php:682
23
  #@ transposh
24
  msgid "Database stats"
25
  msgstr "Database statistieken"
26
 
27
+ #: wp/transposh_db.php:687
28
  #, php-format
29
  #@ transposh
30
  msgid "Total of <strong style=\"color:red\">%s</strong> translated phrases."
31
  msgstr "Totaal van <strong style=\"color:red\">%s</strong> vertaalde zinsneden."
32
 
33
+ #: wp/transposh_db.php:694
34
  #, php-format
35
  #@ transposh
36
  msgid "<strong>%1s</strong> has <strong style=\"color:red\">%2s</strong> human translated phrases."
37
  msgstr "<strong>%1s</strong> heeft <strong style=\"color:red\">%2s</strong> aangepaste vertalingen."
38
 
39
+ #: wp/transposh_db.php:697
40
  #@ transposh
41
  msgid "Recent activity"
42
  msgstr "Recente activiteiten"
43
 
44
+ #: wp/transposh_db.php:702
45
  #, php-format
46
  #@ transposh
47
  msgid "On <strong>%1s</strong><br/>user <strong>%2s</strong> translated<br/>\"<strong>%3s</strong>\"<br/>to <strong style=\"color:red\">%4s</strong><br/>\"<strong>%5s</strong>\""
53
  msgid "%s translated a phrase to %s with transposh:"
54
  msgstr "%s vertaalde een zinsnede naar %s met transposh:"
55
 
56
+ #: wp/transposh_admin.php:175
57
+ #: wp/transposh_admin.php:243
58
  #: wp/transposh_postpublish.php:50
59
  #: wp/transposh_postpublish.php:51
60
  #: wp/transposh_widget.php:84
64
  msgid "Transposh"
65
  msgstr "Transposh"
66
 
67
+ #: wp/transposh_admin.php:165
68
  #@ transposh
69
  msgid "Transposh makes your blog translatable"
70
  msgstr "Transposh maakt je blog vertaalbaar"
71
 
72
+ #: wp/transposh_admin.php:166
73
  #@ transposh
74
  msgid "Plugin homepage"
75
  msgstr "Plugin homepage"
76
 
77
+ #: wp/transposh_admin.php:167
78
  #@ transposh
79
  msgid "Frequently asked questions"
80
  msgstr "Vaak gestelde vragen"
81
 
82
+ #: wp/transposh_admin.php:175
83
  #@ transposh
84
  msgid "Transposh control center"
85
  msgstr "Transposh controle centrum"
86
 
87
+ #: wp/transposh_admin.php:212
88
  #@ transposh
89
  msgid "About this plugin"
90
  msgstr "Over deze plugin"
91
 
92
+ #: wp/transposh_admin.php:213
93
  #@ transposh
94
  msgid "Plugin news"
95
  msgstr "Plugin nieuws"
96
 
97
+ #: wp/transposh_admin.php:214
98
  #@ transposh
99
  msgid "Plugin stats"
100
  msgstr "Plugin stats"
101
 
102
+ #: wp/transposh_admin.php:215
103
  #@ transposh
104
  msgid "Translate all"
105
  msgstr "Vertaal alles"
106
 
107
+ #: wp/transposh_admin.php:216
108
  #@ transposh
109
  msgid "Supported languages"
110
  msgstr "Ondersteunde talen"
111
 
112
+ #: wp/transposh_admin.php:217
113
  #@ transposh
114
  msgid "Translation settings"
115
  msgstr "Vertaalinstellingen"
116
 
117
+ #: wp/transposh_admin.php:218
118
  #@ transposh
119
  msgid "Automatic translation settings"
120
  msgstr "Automatische vertaalinstellingen"
121
 
122
+ #: wp/transposh_admin.php:221
123
  #@ transposh
124
  msgid "Generic settings"
125
  msgstr "Algemene instellingen"
126
 
127
+ #: wp/transposh_admin.php:222
128
  #@ transposh
129
  msgid "Database maintenance"
130
  msgstr "Database onderhoud"
131
 
132
+ #: wp/transposh_admin.php:237
133
  #@ transposh
134
  msgid "Transposh community features"
135
  msgstr "Transposh community functies"
136
 
137
+ #: wp/transposh_admin.php:273
138
  #@ default
139
  msgid "Save Changes"
140
  msgstr "Bewaar aanpassingen"
141
 
142
+ #: wp/transposh_admin.php:297
143
  #@ transposh
144
  msgid "Problems?"
145
  msgstr "Problemen?"
146
 
147
+ #: wp/transposh_admin.php:313
148
  #@ transposh
149
  msgid "Plugin Homepage"
150
  msgstr "Plugin Homepage"
151
 
152
+ #: wp/transposh_admin.php:314
153
  #@ transposh
154
  msgid "Suggest a Feature"
155
  msgstr "Suggereer nieuwe Functie"
156
 
157
+ #: wp/transposh_admin.php:316
158
  #@ transposh
159
  msgid "Report a Bug"
160
  msgstr "Meld een Bug"
161
 
162
+ #: wp/transposh_admin.php:333
163
  #@ transposh
164
  msgid "Translate by clicking the button below"
165
  msgstr "Klik onderstaande buttons om te vertalen"
166
 
167
+ #: wp/transposh_admin.php:335
168
  #@ transposh
169
  msgid "Translate All Now"
170
  msgstr "Vertaal nu alles"
171
 
172
+ #: wp/transposh_admin.php:390
173
  #@ transposh
174
  msgid "Default Language (drag another language here to make it default)"
175
  msgstr "Standaardtaal (sleep andere taal hierheen om standaard te maken)"
176
 
177
+ #: wp/transposh_admin.php:397
178
  #@ transposh
179
  msgid "Available Languages (Click to toggle language state - Drag to sort in the widget)"
180
  msgstr "Beschikbare Talen (Click om aan-uit te zetten - Sleep voor volgorde in de widget)"
181
 
182
+ #: wp/transposh_admin.php:407
183
  #@ transposh
184
  msgid "Language supported by google translate"
185
  msgstr "Taal ondersteund door google translate"
186
 
187
+ #: wp/transposh_admin.php:409
188
  #@ transposh
189
  msgid "Language supported by bing translate"
190
  msgstr "Taal ondersteund door bing translate"
191
 
192
+ #: wp/transposh_admin.php:411
193
  #@ transposh
194
  msgid "Language supported by apertium translate"
195
  msgstr "Taal ondersteund door apertium translate"
196
 
197
+ #: wp/transposh_admin.php:415
198
  #@ transposh
199
  msgid "Language is written from right to left"
200
  msgstr "Taal wordt van rechts naar links geschreven"
201
 
202
+ #: wp/transposh_admin.php:420
203
  #@ transposh
204
  msgid "Display options:"
205
  msgstr "Display opties:"
206
 
207
+ #: wp/transposh_admin.php:421
208
  #@ transposh
209
  msgid "Toggle names of languages between English and Original"
210
  msgstr "Wissel taalnamen tussen Engels en Orgineel"
211
 
212
+ #: wp/transposh_admin.php:422
213
  #@ transposh
214
  msgid "Make all languages active"
215
  msgstr "Ze alle talen actief"
216
 
217
+ #: wp/transposh_admin.php:423
218
  #@ transposh
219
  msgid "Sort by language name"
220
  msgstr "Sorteer op taalnaam"
221
 
222
+ #: wp/transposh_admin.php:424
223
  #@ transposh
224
  msgid "Sort by lSO code"
225
  msgstr "Sorteer op lSO code"
226
 
227
+ #: wp/transposh_admin.php:425
228
  #@ transposh
229
  msgid "Legend:"
230
  msgstr "Legenda:"
231
 
232
+ #: wp/transposh_admin.php:425
233
  #@ transposh
234
  msgid "Green - active"
235
  msgstr "Groen - actief"
236
 
237
+ #: wp/transposh_admin.php:425
238
  #@ transposh
239
  msgid "Yellow - translateable (only translators will see this language)"
240
  msgstr "Geel - vertaalbaar (alleen vertalers zien deze taal)"
241
 
242
+ #: wp/transposh_admin.php:425
243
  #@ transposh
244
  msgid "blank - inactive"
245
  msgstr "Wit - niet actief"
246
 
247
+ #: wp/transposh_admin.php:447
248
  #@ transposh
249
  msgid "Who can translate ?"
250
  msgstr "Wie kan er vertalen?"
251
 
252
+ #: wp/transposh_admin.php:454
253
  #@ transposh
254
  msgid "Anonymous"
255
  msgstr "Anonymous"
256
 
257
+ #: wp/transposh_admin.php:460
258
  #@ transposh
259
  msgid "Enable default language translation"
260
  msgstr "Vertaal de standaard taal"
261
 
262
+ #: wp/transposh_admin.php:460
263
  #@ transposh
264
  msgid "Allow translation of default language - useful for sites with more than one major language"
265
  msgstr "Vertaal de standaard taal - handig voor blogs met meerdere hoofdtalen"
266
 
267
+ #: wp/transposh_admin.php:467
268
  #@ transposh
269
  msgid "Enable search in translated languages"
270
  msgstr "Sta zoeken in vertalingen toe"
271
 
272
+ #: wp/transposh_admin.php:474
273
  #@ transposh
274
  msgid "Enable url translation"
275
  msgstr "Activeer omzetten url"
276
 
277
+ #: wp/transposh_admin.php:474
278
+ #: wp/transposh_admin.php:481
279
  #@ transposh
280
  msgid "experimental"
281
  msgstr "experimenteel"
282
 
283
+ #: wp/transposh_admin.php:474
284
  #@ transposh
285
  msgid "Allow translation of permalinks and urls"
286
  msgstr "Activeer vertaling van permalinks en urls"
287
 
288
+ #: wp/transposh_admin.php:481
289
  #@ transposh
290
  msgid "Enable gettext integration"
291
  msgstr "Activeer gettext integratie"
292
 
293
+ #: wp/transposh_admin.php:481
294
  #@ transposh
295
  msgid "Enable integration of Transposh with existing gettext interface (.po/.mo files)"
296
  msgstr "Activeer integratie van Transposh met bestaande gettext interface (.po/.mo bestanden)"
297
 
298
+ #: wp/transposh_admin.php:497
299
  #@ transposh
300
  msgid "Enable automatic translation"
301
  msgstr "Activeer automatische vertaling"
302
 
303
+ #: wp/transposh_admin.php:497
304
  #@ transposh
305
  msgid "Allow automatic translation of pages"
306
  msgstr "Activeer automatische vertaling van pagina's"
307
 
308
+ #: wp/transposh_admin.php:503
309
  #@ transposh
310
  msgid "Enable automatic translation after posting"
311
  msgstr "Activeer automatische vertaling na het posten"
312
 
313
+ #: wp/transposh_admin.php:503
314
  #@ transposh
315
  msgid "Do automatic translation immediately after a post has been published"
316
  msgstr "Activeer automatische vertaling onmiddellijk na het publiceren van een post"
317
 
318
+ #: wp/transposh_admin.php:520
319
  #@ transposh
320
  msgid "Select preferred auto translation engine"
321
  msgstr "Selecteer favoriete automatische vertalingsengine"
322
 
323
+ #: wp/transposh_admin.php:521
324
  #@ transposh
325
  msgid "Translation engine:"
326
  msgstr "Vertalingsengine:"
327
 
328
+ #: wp/transposh_admin.php:523
329
  #@ transposh
330
  msgid "Google"
331
  msgstr "Google"
332
 
333
+ #: wp/transposh_admin.php:524
334
  #@ transposh
335
  msgid "Bing"
336
  msgstr "Bing"
337
 
338
+ #: wp/transposh_admin.php:578
339
  #@ transposh
340
  msgid "Rewrite URLs"
341
  msgstr "Herschrijf URLs"
342
 
343
+ #: wp/transposh_admin.php:586
344
  #@ transposh
345
  msgid "Add scripts to footer"
346
  msgstr "Voeg scripts toe aan de footer"
347
 
348
+ #: wp/transposh_admin.php:592
349
  #@ transposh
350
  msgid "Auto detect language for users"
351
  msgstr "Detecteer taal van gebruiker"
352
 
353
+ #: wp/transposh_admin.php:608
354
  #@ transposh
355
  msgid "Delete all automated translations"
356
  msgstr "Verwijder alle automatische vertalingen"
357
 
358
+ #: wp/transposh_admin.php:609
359
  #@ transposh
360
  msgid "Delete automated translations older than 14 days"
361
  msgstr "Verwijder automatische vertalingen ouder dan 14 dagen"
362
 
363
+ #: wp/transposh_admin.php:610
364
  #@ transposh
365
  msgid "Attempt to fix errors caused by previous versions - please backup first"
366
  msgstr "Probeer fouten te herstellen ontstaan door eerdere versies - maak eerst een backup"
367
 
368
+ #: wp/transposh_admin.php:614
369
  #@ transposh
370
  msgid "Backup service for human translation"
371
  msgstr "Backup service voor eigen vertalingen"
372
 
373
+ #: wp/transposh_admin.php:615
374
  #@ transposh
375
  msgid "Enable daily backup"
376
  msgstr "Activeer dagelijkse backup"
377
 
378
+ #: wp/transposh_admin.php:616
379
  #@ transposh
380
  msgid "Enable live backup"
381
  msgstr "Activeer onmiddellijke backup"
382
 
383
+ #: wp/transposh_admin.php:617
384
  #@ transposh
385
  msgid "Disable backup (Can be run manually by clicking the button below)"
386
  msgstr "Zet backupfuncties uit (Kan met de hand gedaan worden door het klikken van onderstaande button)"
387
 
388
+ #: wp/transposh_admin.php:618
389
  #@ transposh
390
  msgid "Service Key:"
391
  msgstr "Service Key:"
392
 
393
+ #: wp/transposh_admin.php:618
394
  #@ transposh
395
  msgid "How to restore?"
396
  msgstr "Een backup terugzetten?"
397
 
398
+ #: wp/transposh_admin.php:620
399
  #@ transposh
400
  msgid "Do Backup Now"
401
  msgstr "Maak nu Backup"
440
  msgid "Style:"
441
  msgstr "Stijl:"
442
 
443
+ #: wp/transposh_admin.php:556
444
  #@ transposh
445
  msgid "Show progress bar when a client triggers automatic translation"
446
  msgstr "Laat de voortgangsbalk zien als de gebruiker een automatische vertaling activeert"
447
 
448
+ #: wp/transposh_admin.php:556
449
  #@ transposh
450
  msgid "Show progress bar"
451
  msgstr "Laat voortgangsbalk zien"
452
 
453
+ #: wp/transposh_admin.php:558
454
  #@ transposh
455
  msgid "Widget will allow setting this language as user default"
456
  msgstr "Widget staat toe om dit als standaardtaal in te stellen"
457
 
458
+ #: wp/transposh_admin.php:558
459
  #@ transposh
460
  msgid "Allow user to set current language as default"
461
  msgstr "Sta gebruiker toe om huidige taal als standaard in te stellen"
462
 
463
+ #: wp/transposh_admin.php:560
464
  #@ transposh
465
  msgid "Transposh logo will not appear on widget"
466
  msgstr "Transposh logo niet zichtbaar bij de widget"
467
 
468
+ #: wp/transposh_admin.php:560
469
  #@ transposh
470
  msgid "Remove transposh logo (see <a href=\"http://transposh.org/logoterms\">terms</a>)"
471
  msgstr "Verwijder transposh logo (zie <a href=\"http://transposh.org/logoterms\">voorwaarden</a>)"
472
 
473
+ #: wp/transposh_admin.php:562
474
+ #: wp/transposh_admin.php:563
475
  #@ transposh
476
  msgid "Edit interface (and progress bar) theme:"
477
  msgstr "Kies interface (en voortgangsbalk) thema:"
508
  msgid "%VERSION%"
509
  msgstr ""
510
 
511
+ #: transposh.php:908
512
  #@ default
513
  msgid "Settings"
514
  msgstr ""
515
 
516
+ #: wp/transposh_admin.php:580
517
  #@ transposh
518
  msgid "Rewrite URLs to be search engine friendly, e.g. (http://transposh.org/<strong>en</strong>). Requires that permalinks will be enabled."
519
  msgstr ""
520
 
521
+ #: wp/transposh_admin.php:587
522
  #@ transposh
523
  msgid "Push transposh scripts to footer of page instead of header, makes pages load faster. Requires that your theme should have proper footer support."
524
  msgstr ""
525
 
526
+ #: wp/transposh_admin.php:593
527
  #@ transposh
528
  msgid "This enables auto detection of language used by the user as defined in the ACCEPT_LANGUAGES they send. This will redirect the first page accessed in the session to the same page with the detected language."
529
  msgstr ""
530
 
531
+ #. TRANSLATORS: this is what appears in the select box in dropdown subwidget
532
  #: widgets/dropdown/tpw_image_dropdown.php:45
533
  #@ transposh
534
  msgid "Select language"
535
  msgstr ""
536
 
537
+ #: wp/transposh_admin.php:220
538
  #@ transposh
539
  msgid "Frontend settings"
540
  msgstr ""
541
 
542
+ #: wp/transposh_admin.php:248
543
  #, php-format
544
  #@ transposh
545
  msgid "Your current PHP memory limit of %s is quite low, if you experience blank pages please consider increasing it."
546
  msgstr ""
547
 
548
+ #: wp/transposh_admin.php:248
549
+ #: wp/transposh_admin.php:252
550
  #@ transposh
551
  msgid "Check Transposh FAQs"
552
  msgstr ""
553
 
554
+ #: wp/transposh_admin.php:252
555
  #@ transposh
556
  msgid "We were not able to find a supported in-memory caching engine, installing one can improve performance."
557
  msgstr ""
558
 
559
+ #: wp/transposh_admin.php:467
560
  #@ transposh
561
  msgid "Allow search of translated languages (and the original language)"
562
  msgstr ""
563
 
564
+ #: wp/transposh_admin.php:488
565
  #@ transposh
566
  msgid "Enable override for default locale"
567
  msgstr ""
568
 
569
+ #: wp/transposh_admin.php:488
570
  #@ transposh
571
  msgid "Enable overriding the default locale that is set in WP_LANG on default languages pages (such as untranslated pages and admin pages)"
572
  msgstr ""
573
 
574
+ #: wp/transposh_admin.php:508
575
  #@ transposh
576
  msgid "MSN API key"
577
  msgstr ""
578
 
579
+ #: wp/transposh_admin.php:509
580
+ #: wp/transposh_admin.php:515
581
+ #: wp/transposh_admin.php:540
582
  #@ transposh
583
  msgid "API Key"
584
  msgstr ""
585
 
586
+ #: wp/transposh_admin.php:514
587
  #@ transposh
588
  msgid "Google API key"
589
  msgstr ""
590
 
591
+ #: wp/transposh_admin.php:598
592
  #@ transposh
593
  msgid "Allow collecting usage statistics"
594
  msgstr ""
624
  msgid "title"
625
  msgstr ""
626
 
627
+ #: wp/transposh_admin.php:640
 
628
  #@ transposh
629
  msgid "Language"
630
  msgstr ""
631
 
632
+ #: wp/transposh_admin.php:598
633
  #@ transposh
634
  msgid "This option enables collection of statistics by transposh that will be used to improve the product."
635
  msgstr ""
640
  msgid "Translation"
641
  msgstr ""
642
 
643
+ #: wp/transposh_admin.php:219
644
+ #@ transposh
645
+ msgid "Professional translation settings"
646
+ msgstr ""
647
+
648
+ #: wp/transposh_admin.php:413
649
+ #@ transposh
650
+ msgid "Language supported by one hour translation"
651
+ msgstr ""
652
+
653
+ #: wp/transposh_admin.php:530
654
+ #@ transposh
655
+ msgid "<a href=\"http://transposh.org/redir/oht\">One Hour Translation</a>, is the largest professional translation service online, with thousands of business customers, including 57% of the Fortune 500 companies, and over 15000 translators worldwide."
656
+ msgstr ""
657
+
658
+ #: wp/transposh_admin.php:532
659
+ #@ transposh
660
+ msgid "One Hour Translation provides high-quality, fast professional translation to/from any language, and has specific domain expertise in SW localization, technical, business, and legal translations."
661
+ msgstr ""
662
+
663
+ #: wp/transposh_admin.php:533
664
+ #@ transposh
665
+ msgid "One Hour Translation account ID"
666
+ msgstr ""
667
+
668
+ #: wp/transposh_admin.php:534
669
+ #@ transposh
670
+ msgid "Account ID"
671
+ msgstr ""
672
+
673
+ #: wp/transposh_admin.php:539
674
+ #@ transposh
675
+ msgid "One Hour Translation secret key"
676
+ msgstr ""
677
+
678
+ #: wp/transposh_admin.php:546
679
+ #, php-format
680
+ #@ transposh
681
+ msgid "%d Phrases currently queued for next job in ~%d minutes"
682
+ msgstr ""
683
+
684
+ #: wp/transposh_admin.php:551
685
+ #, php-format
686
+ #@ transposh
687
+ msgid "%d projects have been submitted and waiting for completion"
688
+ msgstr ""
689
+
690
+ #: wp/transposh_admin.php:636
691
+ #@ transposh
692
+ msgid "Unset"
693
+ msgstr ""
694
+
langs/transposh-pt_BR.mo ADDED
Binary file
langs/transposh-pt_BR.po ADDED
@@ -0,0 +1,694 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/transposh-translation-filter-for-wordpress\n"
5
+ "POT-Creation-Date: 2011-01-16 21:56:35+00:00\n"
6
+ "PO-Revision-Date: 2012-05-29 02:46-0300\n"
7
+ "Last-Translator: Amilton Junior <grupo@dicasemgeral.com>\n"
8
+ "Language-Team: LANGUAGE <LL@li.org>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: \n"
14
+ "X-Poedit-Country: \n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: \n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: wp/transposh_db.php:682
23
+ #@ transposh
24
+ msgid "Database stats"
25
+ msgstr "Estatística do banco de dados"
26
+
27
+ #: wp/transposh_db.php:687
28
+ #, php-format
29
+ #@ transposh
30
+ msgid "Total of <strong style=\"color:red\">%s</strong> translated phrases."
31
+ msgstr "Total de <strong style=\"color:red\">%s</strong> frases traduzidas."
32
+
33
+ #: wp/transposh_db.php:694
34
+ #, php-format
35
+ #@ transposh
36
+ msgid "<strong>%1s</strong> has <strong style=\"color:red\">%2s</strong> human translated phrases."
37
+ msgstr "<strong>%1s</strong> tem <strong style=\"color:red\">%2s</strong> frases traduzidas manualmente."
38
+
39
+ #: wp/transposh_db.php:697
40
+ #@ transposh
41
+ msgid "Recent activity"
42
+ msgstr "Atividade recente"
43
+
44
+ #: wp/transposh_db.php:702
45
+ #, php-format
46
+ #@ transposh
47
+ msgid "On <strong>%1s</strong><br/>user <strong>%2s</strong> translated<br/>\"<strong>%3s</strong>\"<br/>to <strong style=\"color:red\">%4s</strong><br/>\"<strong>%5s</strong>\""
48
+ msgstr "Em <strong>%1s</strong><br/>o usuário <strong>%2s</strong> traduziu<br/>\"<strong>%3s</strong>\"<br/>para <strong style=\"color:red\">%4s</strong><br/>\"<strong>%5s</strong>\""
49
+
50
+ #: wp/transposh_3rdparty.php:159
51
+ #, php-format
52
+ #@ buddypress
53
+ msgid "%s translated a phrase to %s with transposh:"
54
+ msgstr "%s traduziu uma frase para %s com o transposh:"
55
+
56
+ #: wp/transposh_admin.php:175
57
+ #: wp/transposh_admin.php:243
58
+ #: wp/transposh_postpublish.php:50
59
+ #: wp/transposh_postpublish.php:51
60
+ #: wp/transposh_widget.php:84
61
+ #: wp/transposh_widget.php:311
62
+ #@ transposh
63
+ #@ default
64
+ msgid "Transposh"
65
+ msgstr "Transposh"
66
+
67
+ #: wp/transposh_admin.php:165
68
+ #@ transposh
69
+ msgid "Transposh makes your blog translatable"
70
+ msgstr "Transposh traduz o seu blog"
71
+
72
+ #: wp/transposh_admin.php:166
73
+ #@ transposh
74
+ msgid "Plugin homepage"
75
+ msgstr "Home page do plugin"
76
+
77
+ #: wp/transposh_admin.php:167
78
+ #@ transposh
79
+ msgid "Frequently asked questions"
80
+ msgstr "Perguntas frequentes"
81
+
82
+ #: wp/transposh_admin.php:175
83
+ #@ transposh
84
+ msgid "Transposh control center"
85
+ msgstr "Painel de controle Transposh"
86
+
87
+ #: wp/transposh_admin.php:212
88
+ #@ transposh
89
+ msgid "About this plugin"
90
+ msgstr "Sobre o plugin"
91
+
92
+ #: wp/transposh_admin.php:213
93
+ #@ transposh
94
+ msgid "Plugin news"
95
+ msgstr "Notícias do plugin"
96
+
97
+ #: wp/transposh_admin.php:214
98
+ #@ transposh
99
+ msgid "Plugin stats"
100
+ msgstr "Estatísticas do plugin"
101
+
102
+ #: wp/transposh_admin.php:215
103
+ #@ transposh
104
+ msgid "Translate all"
105
+ msgstr "Traduzir tudo"
106
+
107
+ #: wp/transposh_admin.php:216
108
+ #@ transposh
109
+ msgid "Supported languages"
110
+ msgstr "Idiomas suportados"
111
+
112
+ #: wp/transposh_admin.php:217
113
+ #@ transposh
114
+ msgid "Translation settings"
115
+ msgstr "Configuração da tradução"
116
+
117
+ #: wp/transposh_admin.php:218
118
+ #@ transposh
119
+ msgid "Automatic translation settings"
120
+ msgstr "Configuração da tradução automática"
121
+
122
+ #: wp/transposh_admin.php:221
123
+ #@ transposh
124
+ msgid "Generic settings"
125
+ msgstr "Configurações genéricas"
126
+
127
+ #: wp/transposh_admin.php:222
128
+ #@ transposh
129
+ msgid "Database maintenance"
130
+ msgstr "Gerenciamento do banco de dados"
131
+
132
+ #: wp/transposh_admin.php:237
133
+ #@ transposh
134
+ msgid "Transposh community features"
135
+ msgstr "Recursos da \"Comunidade Transposh\""
136
+
137
+ #: wp/transposh_admin.php:273
138
+ #@ default
139
+ msgid "Save Changes"
140
+ msgstr "Salvar mudanças"
141
+
142
+ #: wp/transposh_admin.php:297
143
+ #@ transposh
144
+ msgid "Problems?"
145
+ msgstr "Problemas?"
146
+
147
+ #: wp/transposh_admin.php:313
148
+ #@ transposh
149
+ msgid "Plugin Homepage"
150
+ msgstr "Home Page do plugin"
151
+
152
+ #: wp/transposh_admin.php:314
153
+ #@ transposh
154
+ msgid "Suggest a Feature"
155
+ msgstr "Sugerir um recurso"
156
+
157
+ #: wp/transposh_admin.php:316
158
+ #@ transposh
159
+ msgid "Report a Bug"
160
+ msgstr "Informar um bug"
161
+
162
+ #: wp/transposh_admin.php:333
163
+ #@ transposh
164
+ msgid "Translate by clicking the button below"
165
+ msgstr "Traduza clicando no botão abaixo"
166
+
167
+ #: wp/transposh_admin.php:335
168
+ #@ transposh
169
+ msgid "Translate All Now"
170
+ msgstr "Traduzir tudo agora"
171
+
172
+ #: wp/transposh_admin.php:390
173
+ #@ transposh
174
+ msgid "Default Language (drag another language here to make it default)"
175
+ msgstr "Idioma padrão (arraste outro idioma para definir)"
176
+
177
+ #: wp/transposh_admin.php:397
178
+ #@ transposh
179
+ msgid "Available Languages (Click to toggle language state - Drag to sort in the widget)"
180
+ msgstr "Idiomas disponíveis (clique para mudar o status - arraste para mudar a ordem)"
181
+
182
+ #: wp/transposh_admin.php:407
183
+ #@ transposh
184
+ msgid "Language supported by google translate"
185
+ msgstr "Idioma suportado pelo Google Translator"
186
+
187
+ #: wp/transposh_admin.php:409
188
+ #@ transposh
189
+ msgid "Language supported by bing translate"
190
+ msgstr "Idioma suportado pelo Bing Translator"
191
+
192
+ #: wp/transposh_admin.php:411
193
+ #@ transposh
194
+ msgid "Language supported by apertium translate"
195
+ msgstr "Idioma suportado pelo Apertium Translator"
196
+
197
+ #: wp/transposh_admin.php:415
198
+ #@ transposh
199
+ msgid "Language is written from right to left"
200
+ msgstr "Este idioma se escreve da direita para a esquerda"
201
+
202
+ #: wp/transposh_admin.php:420
203
+ #@ transposh
204
+ msgid "Display options:"
205
+ msgstr "Opções de visualização:"
206
+
207
+ #: wp/transposh_admin.php:421
208
+ #@ transposh
209
+ msgid "Toggle names of languages between English and Original"
210
+ msgstr "Alterar os nomes dos idiomas entre Inglês e Original"
211
+
212
+ #: wp/transposh_admin.php:422
213
+ #@ transposh
214
+ msgid "Make all languages active"
215
+ msgstr "Ativar todos os idiomas"
216
+
217
+ #: wp/transposh_admin.php:423
218
+ #@ transposh
219
+ msgid "Sort by language name"
220
+ msgstr "Ordenar os idiomas pelo nome"
221
+
222
+ #: wp/transposh_admin.php:424
223
+ #@ transposh
224
+ msgid "Sort by lSO code"
225
+ msgstr "Ordenar pelo código lSO"
226
+
227
+ #: wp/transposh_admin.php:425
228
+ #@ transposh
229
+ msgid "Legend:"
230
+ msgstr "Legenda:"
231
+
232
+ #: wp/transposh_admin.php:425
233
+ #@ transposh
234
+ msgid "Green - active"
235
+ msgstr "Verde - ativo"
236
+
237
+ #: wp/transposh_admin.php:425
238
+ #@ transposh
239
+ msgid "Yellow - translateable (only translators will see this language)"
240
+ msgstr "Amarelo - traduzível (somente os tradutores verão este idioma)"
241
+
242
+ #: wp/transposh_admin.php:425
243
+ #@ transposh
244
+ msgid "blank - inactive"
245
+ msgstr "branco - inativo"
246
+
247
+ #: wp/transposh_admin.php:447
248
+ #@ transposh
249
+ msgid "Who can translate ?"
250
+ msgstr "Quem pode traduzir?"
251
+
252
+ #: wp/transposh_admin.php:454
253
+ #@ transposh
254
+ msgid "Anonymous"
255
+ msgstr "Anônimo"
256
+
257
+ #: wp/transposh_admin.php:460
258
+ #@ transposh
259
+ msgid "Enable default language translation"
260
+ msgstr "Ativar idioma padrão de tradução"
261
+
262
+ #: wp/transposh_admin.php:460
263
+ #@ transposh
264
+ msgid "Allow translation of default language - useful for sites with more than one major language"
265
+ msgstr "Permitir traduzir do idioma padrão - usual para sites com mais de um idioma"
266
+
267
+ #: wp/transposh_admin.php:467
268
+ #@ transposh
269
+ msgid "Enable search in translated languages"
270
+ msgstr "Habilitar busca em idiomas traduzidos"
271
+
272
+ #: wp/transposh_admin.php:474
273
+ #@ transposh
274
+ msgid "Enable url translation"
275
+ msgstr "Permitir a tradução da URL"
276
+
277
+ #: wp/transposh_admin.php:474
278
+ #: wp/transposh_admin.php:481
279
+ #@ transposh
280
+ msgid "experimental"
281
+ msgstr "experimental"
282
+
283
+ #: wp/transposh_admin.php:474
284
+ #@ transposh
285
+ msgid "Allow translation of permalinks and urls"
286
+ msgstr "Permitir a tradução de Permalinks e URLs"
287
+
288
+ #: wp/transposh_admin.php:481
289
+ #@ transposh
290
+ msgid "Enable gettext integration"
291
+ msgstr "Permitir integração com gettext"
292
+
293
+ #: wp/transposh_admin.php:481
294
+ #@ transposh
295
+ msgid "Enable integration of Transposh with existing gettext interface (.po/.mo files)"
296
+ msgstr "Permitir a integração do Transposh com as interfaces gettext existentes (arquivos .po /.mo)"
297
+
298
+ #: wp/transposh_admin.php:497
299
+ #@ transposh
300
+ msgid "Enable automatic translation"
301
+ msgstr "Permitir tradução automática"
302
+
303
+ #: wp/transposh_admin.php:497
304
+ #@ transposh
305
+ msgid "Allow automatic translation of pages"
306
+ msgstr "Permitir a tradução automática de páginas"
307
+
308
+ #: wp/transposh_admin.php:503
309
+ #@ transposh
310
+ msgid "Enable automatic translation after posting"
311
+ msgstr "Permitir tradução automática logo após publicar"
312
+
313
+ #: wp/transposh_admin.php:503
314
+ #@ transposh
315
+ msgid "Do automatic translation immediately after a post has been published"
316
+ msgstr "Traduzir automaticamente imediatamente após um post ser publicado"
317
+
318
+ #: wp/transposh_admin.php:520
319
+ #@ transposh
320
+ msgid "Select preferred auto translation engine"
321
+ msgstr "Selecione a engine de tradução preferida"
322
+
323
+ #: wp/transposh_admin.php:521
324
+ #@ transposh
325
+ msgid "Translation engine:"
326
+ msgstr "Engine de tradução:"
327
+
328
+ #: wp/transposh_admin.php:523
329
+ #@ transposh
330
+ msgid "Google"
331
+ msgstr "Google"
332
+
333
+ #: wp/transposh_admin.php:524
334
+ #@ transposh
335
+ msgid "Bing"
336
+ msgstr "Bing"
337
+
338
+ #: wp/transposh_admin.php:578
339
+ #@ transposh
340
+ msgid "Rewrite URLs"
341
+ msgstr "Reescrever as URLs"
342
+
343
+ #: wp/transposh_admin.php:586
344
+ #@ transposh
345
+ msgid "Add scripts to footer"
346
+ msgstr "Adicionar scripts no rodapé"
347
+
348
+ #: wp/transposh_admin.php:592
349
+ #@ transposh
350
+ msgid "Auto detect language for users"
351
+ msgstr "Detectar automaticamente o idioma do usuário"
352
+
353
+ #: wp/transposh_admin.php:608
354
+ #@ transposh
355
+ msgid "Delete all automated translations"
356
+ msgstr "Apagar todas as traduções automáticas"
357
+
358
+ #: wp/transposh_admin.php:609
359
+ #@ transposh
360
+ msgid "Delete automated translations older than 14 days"
361
+ msgstr "Apagar todas as traduções automáticas após 14 dias"
362
+
363
+ #: wp/transposh_admin.php:610
364
+ #@ transposh
365
+ msgid "Attempt to fix errors caused by previous versions - please backup first"
366
+ msgstr "Tentar corrigir erros causados por versões anteriores - fazer backup antes"
367
+
368
+ #: wp/transposh_admin.php:614
369
+ #@ transposh
370
+ msgid "Backup service for human translation"
371
+ msgstr "Serviço de backup para tradução manual"
372
+
373
+ #: wp/transposh_admin.php:615
374
+ #@ transposh
375
+ msgid "Enable daily backup"
376
+ msgstr "Ativar backup diário"
377
+
378
+ #: wp/transposh_admin.php:616
379
+ #@ transposh
380
+ msgid "Enable live backup"
381
+ msgstr "Ativar backup em tempo real"
382
+
383
+ #: wp/transposh_admin.php:617
384
+ #@ transposh
385
+ msgid "Disable backup (Can be run manually by clicking the button below)"
386
+ msgstr "Desativar backup (pode ser executado manualmente clicando no botão abaixo)"
387
+
388
+ #: wp/transposh_admin.php:618
389
+ #@ transposh
390
+ msgid "Service Key:"
391
+ msgstr "Service Key:"
392
+
393
+ #: wp/transposh_admin.php:618
394
+ #@ transposh
395
+ msgid "How to restore?"
396
+ msgstr "Como restaurar?"
397
+
398
+ #: wp/transposh_admin.php:620
399
+ #@ transposh
400
+ msgid "Do Backup Now"
401
+ msgstr "Fazer backup agora"
402
+
403
+ #: wp/transposh_widget.php:82
404
+ #@ transposh
405
+ msgid "Transposh language selection widget"
406
+ msgstr "Widget Transposh de seleção de idioma"
407
+
408
+ #: wp/transposh_widget.php:284
409
+ #@ transposh
410
+ msgid "Set as default language"
411
+ msgstr "Definir como idioma padrão"
412
+
413
+ #: wp/transposh_widget.php:314
414
+ #@ transposh
415
+ msgid "translation plugin for wordpress"
416
+ msgstr "plugin de tradução para wordpress"
417
+
418
+ #: wp/transposh_widget.php:317
419
+ #@ transposh
420
+ msgid "wordpress translation plugin"
421
+ msgstr "plugin de tradução para wordpress"
422
+
423
+ #: wp/transposh_widget.php:320
424
+ #@ transposh
425
+ msgid "translate your blog to 60+ languages"
426
+ msgstr "traduz seu blog para 60+ idiomas"
427
+
428
+ #: wp/transposh_widget.php:323
429
+ #@ transposh
430
+ msgid "website crowdsourcing translation plugin"
431
+ msgstr "plugin de tradução crowdsourcing"
432
+
433
+ #: wp/transposh_widget.php:326
434
+ #@ transposh
435
+ msgid "google translate and bing translate plugin for wordpress"
436
+ msgstr "plugins google translate e bing translate para wordpress"
437
+
438
+ #: wp/transposh_widget.php:125
439
+ #@ transposh
440
+ msgid "Style:"
441
+ msgstr "Estilo:"
442
+
443
+ #: wp/transposh_admin.php:556
444
+ #@ transposh
445
+ msgid "Show progress bar when a client triggers automatic translation"
446
+ msgstr "Exibir barra de progresso quando um cliente solicitar uma tradução automática"
447
+
448
+ #: wp/transposh_admin.php:556
449
+ #@ transposh
450
+ msgid "Show progress bar"
451
+ msgstr "Exibir barra de progresso"
452
+
453
+ #: wp/transposh_admin.php:558
454
+ #@ transposh
455
+ msgid "Widget will allow setting this language as user default"
456
+ msgstr "Widget permite definir como idioma padrão do usuário"
457
+
458
+ #: wp/transposh_admin.php:558
459
+ #@ transposh
460
+ msgid "Allow user to set current language as default"
461
+ msgstr "Permitir que o usuário defina o idioma padrão"
462
+
463
+ #: wp/transposh_admin.php:560
464
+ #@ transposh
465
+ msgid "Transposh logo will not appear on widget"
466
+ msgstr "O logotipo Transposh não aparecerá no widget"
467
+
468
+ #: wp/transposh_admin.php:560
469
+ #@ transposh
470
+ msgid "Remove transposh logo (see <a href=\"http://transposh.org/logoterms\">terms</a>)"
471
+ msgstr "Remover o logotipo Transposh"
472
+
473
+ #: wp/transposh_admin.php:562
474
+ #: wp/transposh_admin.php:563
475
+ #@ transposh
476
+ msgid "Edit interface (and progress bar) theme:"
477
+ msgstr "Editar a interface (tema e barra de progresso):"
478
+
479
+ #: transposh.php:908
480
+ #@ default
481
+ msgid "Settings"
482
+ msgstr "Configurações"
483
+
484
+ #. translators: plugin header field 'Name'
485
+ #: transposh.php:0
486
+ #@ transposh
487
+ msgid "Transposh Translation Filter"
488
+ msgstr "Filtro de Tradução Transposh"
489
+
490
+ #. translators: plugin header field 'PluginURI'
491
+ #. translators: plugin header field 'AuthorURI'
492
+ #: transposh.php:0
493
+ #@ transposh
494
+ msgid "http://transposh.org/"
495
+ msgstr "http://transposh.org/"
496
+
497
+ #. translators: plugin header field 'Description'
498
+ #: transposh.php:0
499
+ #@ transposh
500
+ msgid "Translation filter for WordPress, After enabling please set languages at the <a href=\"options-general.php?page=transposh\">the options page</a> Want to help? visit our development site at <a href=\"http://trac.transposh.org/\">trac.transposh.org</a>."
501
+ msgstr "Filtro de tradução para WordPress, depois de ativar favor definir os idiomas na <a href=\"options-general.php?page=transposh\">página de opções</a> Precisa de ajuda? visite nosso site de desenvolvimento em <a href=\"http://trac.transposh.org/\">trac.transposh.org</a>."
502
+
503
+ #. translators: plugin header field 'Author'
504
+ #: transposh.php:0
505
+ #@ transposh
506
+ msgid "Team Transposh"
507
+ msgstr "Equipe Transposh"
508
+
509
+ #: wp/transposh_admin.php:580
510
+ #@ transposh
511
+ msgid "Rewrite URLs to be search engine friendly, e.g. (http://transposh.org/<strong>en</strong>). Requires that permalinks will be enabled."
512
+ msgstr "Reescreva as URLs para SEO Friendly, ex.: (http://transposh.org/<strong>en</strong>). Necessita de permalinks ativados."
513
+
514
+ #: wp/transposh_admin.php:587
515
+ #@ transposh
516
+ msgid "Push transposh scripts to footer of page instead of header, makes pages load faster. Requires that your theme should have proper footer support."
517
+ msgstr "Adicione os scripts do Transposh ao rodapé da página em vez do cabeçalho. Necessita de suporte do seu tema."
518
+
519
+ #: wp/transposh_admin.php:593
520
+ #@ transposh
521
+ msgid "This enables auto detection of language used by the user as defined in the ACCEPT_LANGUAGES they send. This will redirect the first page accessed in the session to the same page with the detected language."
522
+ msgstr "Isso ativa a auto-detecção do isioma usado pelo usuário definido no cabeçalho ACCEPT_LANGUAGES. Assim o redirecionará para a primeira página acessada traduzida automaticamente."
523
+
524
+ #. translators: plugin header field 'Version'
525
+ #: transposh.php:0
526
+ #, php-format
527
+ #@ transposh
528
+ msgid "%VERSION%"
529
+ msgstr "%VERSION%"
530
+
531
+ #. TRANSLATORS: this is what appears in the select box in dropdown subwidget
532
+ #: widgets/dropdown/tpw_image_dropdown.php:45
533
+ #@ transposh
534
+ msgid "Select language"
535
+ msgstr "Selecione o idioma"
536
+
537
+ #: wp/transposh_admin.php:220
538
+ #@ transposh
539
+ msgid "Frontend settings"
540
+ msgstr "Configurações locais"
541
+
542
+ #: wp/transposh_admin.php:248
543
+ #, php-format
544
+ #@ transposh
545
+ msgid "Your current PHP memory limit of %s is quite low, if you experience blank pages please consider increasing it."
546
+ msgstr "Sua configuração atual do PHP limita a memória a %s e está muito abaixo do recomendado. Isso pode gerar páginas em branco."
547
+
548
+ #: wp/transposh_admin.php:248
549
+ #: wp/transposh_admin.php:252
550
+ #@ transposh
551
+ msgid "Check Transposh FAQs"
552
+ msgstr "Leia nosso FAQ"
553
+
554
+ #: wp/transposh_admin.php:252
555
+ #@ transposh
556
+ msgid "We were not able to find a supported in-memory caching engine, installing one can improve performance."
557
+ msgstr "Não localizamos suporte para um sistema de cache em memória. Instalando um a performance melhora."
558
+
559
+ #: wp/transposh_admin.php:467
560
+ #@ transposh
561
+ msgid "Allow search of translated languages (and the original language)"
562
+ msgstr "Permite pesquisar nas páginas traduzidas (inclusive no idioma original)"
563
+
564
+ #: wp/transposh_admin.php:488
565
+ #@ transposh
566
+ msgid "Enable override for default locale"
567
+ msgstr "Ativar sobrescrita para o local padrão"
568
+
569
+ #: wp/transposh_admin.php:488
570
+ #@ transposh
571
+ msgid "Enable overriding the default locale that is set in WP_LANG on default languages pages (such as untranslated pages and admin pages)"
572
+ msgstr "Ativar sobrescrita do local padrão e configurar WP_LANG em páginas com idiomas padrão (como páginas não traduzidas e administrativas)"
573
+
574
+ #: wp/transposh_admin.php:508
575
+ #@ transposh
576
+ msgid "MSN API key"
577
+ msgstr "MSN API Key"
578
+
579
+ #: wp/transposh_admin.php:509
580
+ #: wp/transposh_admin.php:515
581
+ #: wp/transposh_admin.php:540
582
+ #@ transposh
583
+ msgid "API Key"
584
+ msgstr "API Key"
585
+
586
+ #: wp/transposh_admin.php:514
587
+ #@ transposh
588
+ msgid "Google API key"
589
+ msgstr "Google API Key"
590
+
591
+ #: wp/transposh_admin.php:598
592
+ #@ transposh
593
+ msgid "Allow collecting usage statistics"
594
+ msgstr "Permitir coleta de estatísticas de uso"
595
+
596
+ #: wp/transposh_postpublish.php:52
597
+ #@ transposh
598
+ msgid "Set post language"
599
+ msgstr "Define o idioma dos posts"
600
+
601
+ #: wp/transposh_postpublish.php:53
602
+ #@ transposh
603
+ msgid "Set page language"
604
+ msgstr "Define o idioma das páginas"
605
+
606
+ #: wp/transposh_postpublish.php:198
607
+ #@ default
608
+ msgid "Default"
609
+ msgstr "Padrão"
610
+
611
+ #: wp/transposh_widget.php:120
612
+ #@ transposh
613
+ msgid "Title:"
614
+ msgstr "Título:"
615
+
616
+ #: wp/transposh_widget.php:252
617
+ #@ transposh
618
+ msgid "Transposh subwidget was not loaded correctly"
619
+ msgstr "O subwidget do Transposh não foi carregado corretamente"
620
+
621
+ #. TRANSLATORS: no need to translate this string
622
+ #: wp/transposh_widget.php:269
623
+ #@ transposh
624
+ msgid "title"
625
+ msgstr "título"
626
+
627
+ #: wp/transposh_admin.php:640
628
+ #@ transposh
629
+ msgid "Language"
630
+ msgstr "Idioma"
631
+
632
+ #: wp/transposh_admin.php:598
633
+ #@ transposh
634
+ msgid "This option enables collection of statistics by transposh that will be used to improve the product."
635
+ msgstr "Esta opção ativa a coleta de estatísticas pelo transposh para ajudar a melhorar o produto."
636
+
637
+ #. TRANSLATORS: this will be the default widget title
638
+ #: wp/transposh_widget.php:115
639
+ #@ transposh
640
+ msgid "Translation"
641
+ msgstr "Tradução"
642
+
643
+ #: wp/transposh_admin.php:219
644
+ #@ transposh
645
+ msgid "Professional translation settings"
646
+ msgstr ""
647
+
648
+ #: wp/transposh_admin.php:413
649
+ #@ transposh
650
+ msgid "Language supported by one hour translation"
651
+ msgstr ""
652
+
653
+ #: wp/transposh_admin.php:530
654
+ #@ transposh
655
+ msgid "<a href=\"http://transposh.org/redir/oht\">One Hour Translation</a>, is the largest professional translation service online, with thousands of business customers, including 57% of the Fortune 500 companies, and over 15000 translators worldwide."
656
+ msgstr "<a href=\"http://transposh.org/redir/oht\">One Hour Translation</a>, é o maior serviço online de tradução profissional, com milhares de clientes empresariais, incluindo 57% das empresas da Fortune 500 e mais de 15000 tradutores em todo o mundo."
657
+
658
+ #: wp/transposh_admin.php:532
659
+ #@ transposh
660
+ msgid "One Hour Translation provides high-quality, fast professional translation to/from any language, and has specific domain expertise in SW localization, technical, business, and legal translations."
661
+ msgstr "A One Hour Translation fornece traduções profissionais rápidas e de elevada qualidade de e para qualquer língua, e possui a competência específica do domínio em localização de SW (Software), traduções técnicas, empresariais e jurídicas."
662
+
663
+ #: wp/transposh_admin.php:533
664
+ #@ transposh
665
+ msgid "One Hour Translation account ID"
666
+ msgstr ""
667
+
668
+ #: wp/transposh_admin.php:534
669
+ #@ transposh
670
+ msgid "Account ID"
671
+ msgstr ""
672
+
673
+ #: wp/transposh_admin.php:539
674
+ #@ transposh
675
+ msgid "One Hour Translation secret key"
676
+ msgstr ""
677
+
678
+ #: wp/transposh_admin.php:546
679
+ #, php-format
680
+ #@ transposh
681
+ msgid "%d Phrases currently queued for next job in ~%d minutes"
682
+ msgstr ""
683
+
684
+ #: wp/transposh_admin.php:551
685
+ #, php-format
686
+ #@ transposh
687
+ msgid "%d projects have been submitted and waiting for completion"
688
+ msgstr ""
689
+
690
+ #: wp/transposh_admin.php:636
691
+ #@ transposh
692
+ msgid "Unset"
693
+ msgstr ""
694
+
langs/transposh-ru_RU.mo CHANGED
Binary file
langs/transposh-ru_RU.po CHANGED
@@ -19,7 +19,7 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
- #: transposh.php:898
23
  #@ default
24
  msgid "Settings"
25
  msgstr "Настройки"
@@ -30,28 +30,28 @@ msgstr "Настройки"
30
  msgid "%s translated a phrase to %s with transposh:"
31
  msgstr "%s перевёл фразу на %s используя transposh:"
32
 
33
- #: wp/transposh_admin.php:160
34
  #@ transposh
35
  msgid "Transposh makes your blog translatable"
36
  msgstr "Transposh делает ваш блог переводимым"
37
 
38
- #: wp/transposh_admin.php:161
39
  #@ transposh
40
  msgid "Plugin homepage"
41
  msgstr "Домашняя страница плагина"
42
 
43
- #: wp/transposh_admin.php:162
44
  #@ transposh
45
  msgid "Frequently asked questions"
46
  msgstr "Часто задаваемые вопросы"
47
 
48
- #: wp/transposh_admin.php:170
49
  #@ transposh
50
  msgid "Transposh control center"
51
  msgstr "Контрольный центр Transposh"
52
 
53
- #: wp/transposh_admin.php:170
54
- #: wp/transposh_admin.php:232
55
  #: wp/transposh_postpublish.php:50
56
  #: wp/transposh_postpublish.php:51
57
  #: wp/transposh_widget.php:84
@@ -61,335 +61,335 @@ msgstr "Контрольный центр Transposh"
61
  msgid "Transposh"
62
  msgstr "Transposh"
63
 
64
- #: wp/transposh_admin.php:202
65
  #@ transposh
66
  msgid "About this plugin"
67
  msgstr "О плагине"
68
 
69
- #: wp/transposh_admin.php:203
70
  #@ transposh
71
  msgid "Plugin news"
72
  msgstr "Новости плагина"
73
 
74
- #: wp/transposh_admin.php:204
75
  #@ transposh
76
  msgid "Plugin stats"
77
  msgstr "Статистика плагина"
78
 
79
- #: wp/transposh_admin.php:205
80
  #@ transposh
81
  msgid "Translate all"
82
  msgstr "Перевести всё"
83
 
84
- #: wp/transposh_admin.php:206
85
  #@ transposh
86
  msgid "Supported languages"
87
  msgstr "Поддерживаемые языки"
88
 
89
- #: wp/transposh_admin.php:207
90
  #@ transposh
91
  msgid "Translation settings"
92
  msgstr "Настройки перевода"
93
 
94
- #: wp/transposh_admin.php:208
95
  #@ transposh
96
  msgid "Automatic translation settings"
97
  msgstr "Настройки автоматического перевода"
98
 
99
- #: wp/transposh_admin.php:210
100
  #@ transposh
101
  msgid "Generic settings"
102
  msgstr "Общие настройки"
103
 
104
- #: wp/transposh_admin.php:211
105
  #@ transposh
106
  msgid "Database maintenance"
107
  msgstr "Управление базой данных"
108
 
109
- #: wp/transposh_admin.php:226
110
  #@ transposh
111
  msgid "Transposh community features"
112
  msgstr "Возможности сообщества Transposh"
113
 
114
- #: wp/transposh_admin.php:262
115
  #@ default
116
  msgid "Save Changes"
117
  msgstr "Сохранить Изменения"
118
 
119
- #: wp/transposh_admin.php:286
120
  #@ transposh
121
  msgid "Problems?"
122
  msgstr "Проблемы?"
123
 
124
- #: wp/transposh_admin.php:302
125
  #@ transposh
126
  msgid "Plugin Homepage"
127
  msgstr "Домашняя страница плагина"
128
 
129
- #: wp/transposh_admin.php:303
130
  #@ transposh
131
  msgid "Suggest a Feature"
132
  msgstr "Предложить функцию"
133
 
134
- #: wp/transposh_admin.php:305
135
  #@ transposh
136
  msgid "Report a Bug"
137
  msgstr "Сообщить об ошибке"
138
 
139
- #: wp/transposh_admin.php:322
140
  #@ transposh
141
  msgid "Translate by clicking the button below"
142
  msgstr "Переведите, нажав кнопку ниже"
143
 
144
- #: wp/transposh_admin.php:324
145
  #@ transposh
146
  msgid "Translate All Now"
147
  msgstr "Перевести всё сейчас"
148
 
149
- #: wp/transposh_admin.php:379
150
  #@ transposh
151
  msgid "Default Language (drag another language here to make it default)"
152
  msgstr "Основной язык (перетащите сюда другой язык, чтобы сделать его основным)"
153
 
154
- #: wp/transposh_admin.php:386
155
  #@ transposh
156
  msgid "Available Languages (Click to toggle language state - Drag to sort in the widget)"
157
  msgstr "Доступные языки (Нажмите для переключения состояния языка - Перетащите, чтобы сортировать в виджете)"
158
 
159
- #: wp/transposh_admin.php:396
160
  #@ transposh
161
  msgid "Language supported by google translate"
162
  msgstr "Язык, поддерживаемый переводчиком google"
163
 
164
- #: wp/transposh_admin.php:398
165
  #@ transposh
166
  msgid "Language supported by bing translate"
167
  msgstr "Язык, поддерживаемый переводчиком bing"
168
 
169
- #: wp/transposh_admin.php:402
170
  #@ transposh
171
  msgid "Language is written from right to left"
172
  msgstr "Язык написан справа налево"
173
 
174
- #: wp/transposh_admin.php:407
175
  #@ transposh
176
  msgid "Display options:"
177
  msgstr "Опции отображения:"
178
 
179
- #: wp/transposh_admin.php:408
180
  #@ transposh
181
  msgid "Toggle names of languages between English and Original"
182
  msgstr "Переключить названия языков с английского на оригинал"
183
 
184
- #: wp/transposh_admin.php:409
185
  #@ transposh
186
  msgid "Make all languages active"
187
  msgstr "Сделать все языки активными"
188
 
189
- #: wp/transposh_admin.php:410
190
  #@ transposh
191
  msgid "Sort by language name"
192
  msgstr "Сортировать по названию языка"
193
 
194
- #: wp/transposh_admin.php:411
195
  #@ transposh
196
  msgid "Sort by lSO code"
197
  msgstr "Сортировать по коду lSO"
198
 
199
- #: wp/transposh_admin.php:412
200
  #@ transposh
201
  msgid "Legend:"
202
  msgstr "Обозначения:"
203
 
204
- #: wp/transposh_admin.php:412
205
  #@ transposh
206
  msgid "Green - active"
207
  msgstr "Зеленый - активный"
208
 
209
- #: wp/transposh_admin.php:412
210
  #@ transposh
211
  msgid "Yellow - translateable (only translators will see this language)"
212
  msgstr "Желтый - переводимый (только переводчики увидят этот язык)"
213
 
214
- #: wp/transposh_admin.php:412
215
  #@ transposh
216
  msgid "blank - inactive"
217
  msgstr "пустой - неактивный"
218
 
219
- #: wp/transposh_admin.php:434
220
  #@ transposh
221
  msgid "Who can translate ?"
222
  msgstr "Кто может переводить?"
223
 
224
- #: wp/transposh_admin.php:441
225
  #@ transposh
226
  msgid "Anonymous"
227
  msgstr "Аноним"
228
 
229
- #: wp/transposh_admin.php:447
230
  #@ transposh
231
  msgid "Enable default language translation"
232
  msgstr "Включить возможность перевода основного языка"
233
 
234
- #: wp/transposh_admin.php:447
235
  #@ transposh
236
  msgid "Allow translation of default language - useful for sites with more than one major language"
237
  msgstr "Разрешить возможность перевода основного языка - полезно для сайтов с двумя и более основными языками"
238
 
239
- #: wp/transposh_admin.php:454
240
  #@ transposh
241
  msgid "Enable search in translated languages"
242
  msgstr "Включить поиск на переведенных языках"
243
 
244
- #: wp/transposh_admin.php:461
245
  #@ transposh
246
  msgid "Enable url translation"
247
  msgstr "Включить перевод url"
248
 
249
- #: wp/transposh_admin.php:461
250
- #: wp/transposh_admin.php:468
251
  #@ transposh
252
  msgid "experimental"
253
  msgstr "экспериментальный"
254
 
255
- #: wp/transposh_admin.php:461
256
  #@ transposh
257
  msgid "Allow translation of permalinks and urls"
258
  msgstr "Разрешить перевод пермалинков и URL-адресов"
259
 
260
- #: wp/transposh_admin.php:468
261
  #@ transposh
262
  msgid "Enable gettext integration"
263
  msgstr "Включить интеграцию gettext"
264
 
265
- #: wp/transposh_admin.php:468
266
  #@ transposh
267
  msgid "Enable integration of Transposh with existing gettext interface (.po/.mo files)"
268
  msgstr "Включить интеграцию Transposh и существующего интерфейса gettext (файлы .po / .mo)"
269
 
270
- #: wp/transposh_admin.php:484
271
  #@ transposh
272
  msgid "Enable automatic translation"
273
  msgstr "Включить автоматический перевод"
274
 
275
- #: wp/transposh_admin.php:484
276
  #@ transposh
277
  msgid "Allow automatic translation of pages"
278
  msgstr "Разрешить автоматический перевод страниц"
279
 
280
- #: wp/transposh_admin.php:490
281
  #@ transposh
282
  msgid "Enable automatic translation after posting"
283
  msgstr "Включение автоматического перевода после публикации"
284
 
285
- #: wp/transposh_admin.php:490
286
  #@ transposh
287
  msgid "Do automatic translation immediately after a post has been published"
288
  msgstr "Производить автоматический перевод при публикации"
289
 
290
- #: wp/transposh_admin.php:507
291
  #@ transposh
292
  msgid "Select preferred auto translation engine"
293
  msgstr "Выбрать предпочтительный двигатель авто перевода"
294
 
295
- #: wp/transposh_admin.php:508
296
  #@ transposh
297
  msgid "Translation engine:"
298
  msgstr "Двигатель перевода:"
299
 
300
- #: wp/transposh_admin.php:510
301
  #@ transposh
302
  msgid "Google"
303
  msgstr "Google"
304
 
305
- #: wp/transposh_admin.php:511
306
  #@ transposh
307
  msgid "Bing"
308
  msgstr "Bing"
309
 
310
- #: wp/transposh_admin.php:539
311
  #@ transposh
312
  msgid "Rewrite URLs"
313
  msgstr "Переписать URL-адреса"
314
 
315
- #: wp/transposh_admin.php:547
316
  #@ transposh
317
  msgid "Add scripts to footer"
318
  msgstr "Добавить коды в дно сайта"
319
 
320
- #: wp/transposh_admin.php:553
321
  #@ transposh
322
  msgid "Auto detect language for users"
323
  msgstr "Автоматическое определение языка для пользователей"
324
 
325
- #: wp/transposh_admin.php:569
326
  #@ transposh
327
  msgid "Delete all automated translations"
328
  msgstr "Удалить все автоматизированные переводы"
329
 
330
- #: wp/transposh_admin.php:570
331
  #@ transposh
332
  msgid "Delete automated translations older than 14 days"
333
  msgstr "Удалить автоматизированные переводы старше 14 дней"
334
 
335
- #: wp/transposh_admin.php:575
336
  #@ transposh
337
  msgid "Backup service for human translation"
338
  msgstr "Сервис резервных копий для человеческого перевода"
339
 
340
- #: wp/transposh_admin.php:576
341
  #@ transposh
342
  msgid "Enable daily backup"
343
  msgstr "Включить ежедневное резервное копирование"
344
 
345
- #: wp/transposh_admin.php:577
346
  #@ transposh
347
  msgid "Enable live backup"
348
  msgstr "Включить живое резервное копирование"
349
 
350
- #: wp/transposh_admin.php:578
351
  #@ transposh
352
  msgid "Disable backup (Can be run manually by clicking the button below)"
353
  msgstr "Отключение резервного копирования (может быть запущен вручную, нажав кнопку ниже)"
354
 
355
- #: wp/transposh_admin.php:579
356
  #@ transposh
357
  msgid "Service Key:"
358
  msgstr "Сервис-ключ:"
359
 
360
- #: wp/transposh_admin.php:579
361
  #@ transposh
362
  msgid "How to restore?"
363
  msgstr "Как восстановить?"
364
 
365
- #: wp/transposh_admin.php:581
366
  #@ transposh
367
  msgid "Do Backup Now"
368
  msgstr "Сделать резервную копию сейчас"
369
 
370
- #: wp/transposh_db.php:673
371
  #@ transposh
372
  msgid "Database stats"
373
  msgstr "Статистика базы данных"
374
 
375
- #: wp/transposh_db.php:678
376
  #, php-format
377
  #@ transposh
378
  msgid "Total of <strong style=\"color:red\">%s</strong> translated phrases."
379
  msgstr "Сумма переведенных фраз <strong style=\"color:red\">%s</strong>."
380
 
381
- #: wp/transposh_db.php:685
382
  #, php-format
383
  #@ transposh
384
  msgid "<strong>%1s</strong> has <strong style=\"color:red\">%2s</strong> human translated phrases."
385
  msgstr "<strong>%1s</strong> насчитывает <strong style=\"color:red\">%2s</strong> фраз человеческого перевода."
386
 
387
- #: wp/transposh_db.php:688
388
  #@ transposh
389
  msgid "Recent activity"
390
  msgstr "Последние действия"
391
 
392
- #: wp/transposh_db.php:693
393
  #, php-format
394
  #@ transposh
395
  msgid "On <strong>%1s</strong><br/>user <strong>%2s</strong> translated<br/>\"<strong>%3s</strong>\"<br/>to <strong style=\"color:red\">%4s</strong><br/>\"<strong>%5s</strong>\""
@@ -410,32 +410,32 @@ msgstr "Сделать основным языком"
410
  msgid "Style:"
411
  msgstr "Стиль:"
412
 
413
- #: wp/transposh_admin.php:517
414
  #@ transposh
415
  msgid "Show progress bar when a client triggers automatic translation"
416
  msgstr "Показать индикатор продвижения, когда пользователь вызывает автоматический перевод"
417
 
418
- #: wp/transposh_admin.php:517
419
  #@ transposh
420
  msgid "Show progress bar"
421
  msgstr "Показать индикатор продвижения"
422
 
423
- #: wp/transposh_admin.php:519
424
  #@ transposh
425
  msgid "Widget will allow setting this language as user default"
426
  msgstr "Виджет позволит установить пользователю язык по умолчанию"
427
 
428
- #: wp/transposh_admin.php:519
429
  #@ transposh
430
  msgid "Allow user to set current language as default"
431
  msgstr "Разрешить пользователю установить текущий язык основным"
432
 
433
- #: wp/transposh_admin.php:521
434
  #@ transposh
435
  msgid "Transposh logo will not appear on widget"
436
  msgstr "логотип Transposh не будет отображаться в виджете"
437
 
438
- #: wp/transposh_admin.php:521
439
  #@ transposh
440
  msgid "Remove transposh logo (see <a href=\"http://transposh.org/logoterms\">terms</a>)"
441
  msgstr "Убрать логотип Transposh (смотрите <a href=\"http://transposh.org/logoterms\">условия</a>)"
@@ -472,27 +472,27 @@ msgstr ""
472
  msgid "%VERSION%"
473
  msgstr ""
474
 
475
- #: wp/transposh_admin.php:400
476
  #@ transposh
477
  msgid "Language supported by apertium translate"
478
  msgstr ""
479
 
480
- #: wp/transposh_admin.php:541
481
  #@ transposh
482
  msgid "Rewrite URLs to be search engine friendly, e.g. (http://transposh.org/<strong>en</strong>). Requires that permalinks will be enabled."
483
  msgstr ""
484
 
485
- #: wp/transposh_admin.php:548
486
  #@ transposh
487
  msgid "Push transposh scripts to footer of page instead of header, makes pages load faster. Requires that your theme should have proper footer support."
488
  msgstr ""
489
 
490
- #: wp/transposh_admin.php:554
491
  #@ transposh
492
  msgid "This enables auto detection of language used by the user as defined in the ACCEPT_LANGUAGES they send. This will redirect the first page accessed in the session to the same page with the detected language."
493
  msgstr ""
494
 
495
- #: wp/transposh_admin.php:571
496
  #@ transposh
497
  msgid "Attempt to fix errors caused by previous versions - please backup first"
498
  msgstr ""
@@ -522,72 +522,73 @@ msgstr ""
522
  msgid "google translate and bing translate plugin for wordpress"
523
  msgstr ""
524
 
525
- #: wp/transposh_admin.php:523
526
- #: wp/transposh_admin.php:524
527
  #@ transposh
528
  msgid "Edit interface (and progress bar) theme:"
529
  msgstr ""
530
 
531
- #. TRANSLATORS: this is what appears in the select box in dropdown subwidget
532
  #: widgets/dropdown/tpw_image_dropdown.php:45
533
  #@ transposh
534
  msgid "Select language"
535
  msgstr ""
536
 
537
- #: wp/transposh_admin.php:209
538
  #@ transposh
539
  msgid "Frontend settings"
540
  msgstr ""
541
 
542
- #: wp/transposh_admin.php:237
543
  #, php-format
544
  #@ transposh
545
  msgid "Your current PHP memory limit of %s is quite low, if you experience blank pages please consider increasing it."
546
  msgstr ""
547
 
548
- #: wp/transposh_admin.php:237
549
- #: wp/transposh_admin.php:241
550
  #@ transposh
551
  msgid "Check Transposh FAQs"
552
  msgstr ""
553
 
554
- #: wp/transposh_admin.php:241
555
  #@ transposh
556
  msgid "We were not able to find a supported in-memory caching engine, installing one can improve performance."
557
  msgstr ""
558
 
559
- #: wp/transposh_admin.php:454
560
  #@ transposh
561
  msgid "Allow search of translated languages (and the original language)"
562
  msgstr ""
563
 
564
- #: wp/transposh_admin.php:475
565
  #@ transposh
566
  msgid "Enable override for default locale"
567
  msgstr ""
568
 
569
- #: wp/transposh_admin.php:475
570
  #@ transposh
571
  msgid "Enable overriding the default locale that is set in WP_LANG on default languages pages (such as untranslated pages and admin pages)"
572
  msgstr ""
573
 
574
- #: wp/transposh_admin.php:495
575
  #@ transposh
576
  msgid "MSN API key"
577
  msgstr ""
578
 
579
- #: wp/transposh_admin.php:496
580
- #: wp/transposh_admin.php:502
 
581
  #@ transposh
582
  msgid "API Key"
583
  msgstr ""
584
 
585
- #: wp/transposh_admin.php:501
586
  #@ transposh
587
  msgid "Google API key"
588
  msgstr ""
589
 
590
- #: wp/transposh_admin.php:559
591
  #@ transposh
592
  msgid "Allow collecting usage statistics"
593
  msgstr ""
@@ -623,13 +624,12 @@ msgstr ""
623
  msgid "title"
624
  msgstr ""
625
 
626
- #. TRANSLATORS: this is what appears in the select box in the default subwidget
627
- #: widgets/default/tpw_default.php:43
628
  #@ transposh
629
  msgid "Language"
630
  msgstr ""
631
 
632
- #: wp/transposh_admin.php:559
633
  #@ transposh
634
  msgid "This option enables collection of statistics by transposh that will be used to improve the product."
635
  msgstr ""
@@ -640,3 +640,55 @@ msgstr ""
640
  msgid "Translation"
641
  msgstr ""
642
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
+ #: transposh.php:908
23
  #@ default
24
  msgid "Settings"
25
  msgstr "Настройки"
30
  msgid "%s translated a phrase to %s with transposh:"
31
  msgstr "%s перевёл фразу на %s используя transposh:"
32
 
33
+ #: wp/transposh_admin.php:165
34
  #@ transposh
35
  msgid "Transposh makes your blog translatable"
36
  msgstr "Transposh делает ваш блог переводимым"
37
 
38
+ #: wp/transposh_admin.php:166
39
  #@ transposh
40
  msgid "Plugin homepage"
41
  msgstr "Домашняя страница плагина"
42
 
43
+ #: wp/transposh_admin.php:167
44
  #@ transposh
45
  msgid "Frequently asked questions"
46
  msgstr "Часто задаваемые вопросы"
47
 
48
+ #: wp/transposh_admin.php:175
49
  #@ transposh
50
  msgid "Transposh control center"
51
  msgstr "Контрольный центр Transposh"
52
 
53
+ #: wp/transposh_admin.php:175
54
+ #: wp/transposh_admin.php:243
55
  #: wp/transposh_postpublish.php:50
56
  #: wp/transposh_postpublish.php:51
57
  #: wp/transposh_widget.php:84
61
  msgid "Transposh"
62
  msgstr "Transposh"
63
 
64
+ #: wp/transposh_admin.php:212
65
  #@ transposh
66
  msgid "About this plugin"
67
  msgstr "О плагине"
68
 
69
+ #: wp/transposh_admin.php:213
70
  #@ transposh
71
  msgid "Plugin news"
72
  msgstr "Новости плагина"
73
 
74
+ #: wp/transposh_admin.php:214
75
  #@ transposh
76
  msgid "Plugin stats"
77
  msgstr "Статистика плагина"
78
 
79
+ #: wp/transposh_admin.php:215
80
  #@ transposh
81
  msgid "Translate all"
82
  msgstr "Перевести всё"
83
 
84
+ #: wp/transposh_admin.php:216
85
  #@ transposh
86
  msgid "Supported languages"
87
  msgstr "Поддерживаемые языки"
88
 
89
+ #: wp/transposh_admin.php:217
90
  #@ transposh
91
  msgid "Translation settings"
92
  msgstr "Настройки перевода"
93
 
94
+ #: wp/transposh_admin.php:218
95
  #@ transposh
96
  msgid "Automatic translation settings"
97
  msgstr "Настройки автоматического перевода"
98
 
99
+ #: wp/transposh_admin.php:221
100
  #@ transposh
101
  msgid "Generic settings"
102
  msgstr "Общие настройки"
103
 
104
+ #: wp/transposh_admin.php:222
105
  #@ transposh
106
  msgid "Database maintenance"
107
  msgstr "Управление базой данных"
108
 
109
+ #: wp/transposh_admin.php:237
110
  #@ transposh
111
  msgid "Transposh community features"
112
  msgstr "Возможности сообщества Transposh"
113
 
114
+ #: wp/transposh_admin.php:273
115
  #@ default
116
  msgid "Save Changes"
117
  msgstr "Сохранить Изменения"
118
 
119
+ #: wp/transposh_admin.php:297
120
  #@ transposh
121
  msgid "Problems?"
122
  msgstr "Проблемы?"
123
 
124
+ #: wp/transposh_admin.php:313
125
  #@ transposh
126
  msgid "Plugin Homepage"
127
  msgstr "Домашняя страница плагина"
128
 
129
+ #: wp/transposh_admin.php:314
130
  #@ transposh
131
  msgid "Suggest a Feature"
132
  msgstr "Предложить функцию"
133
 
134
+ #: wp/transposh_admin.php:316
135
  #@ transposh
136
  msgid "Report a Bug"
137
  msgstr "Сообщить об ошибке"
138
 
139
+ #: wp/transposh_admin.php:333
140
  #@ transposh
141
  msgid "Translate by clicking the button below"
142
  msgstr "Переведите, нажав кнопку ниже"
143
 
144
+ #: wp/transposh_admin.php:335
145
  #@ transposh
146
  msgid "Translate All Now"
147
  msgstr "Перевести всё сейчас"
148
 
149
+ #: wp/transposh_admin.php:390
150
  #@ transposh
151
  msgid "Default Language (drag another language here to make it default)"
152
  msgstr "Основной язык (перетащите сюда другой язык, чтобы сделать его основным)"
153
 
154
+ #: wp/transposh_admin.php:397
155
  #@ transposh
156
  msgid "Available Languages (Click to toggle language state - Drag to sort in the widget)"
157
  msgstr "Доступные языки (Нажмите для переключения состояния языка - Перетащите, чтобы сортировать в виджете)"
158
 
159
+ #: wp/transposh_admin.php:407
160
  #@ transposh
161
  msgid "Language supported by google translate"
162
  msgstr "Язык, поддерживаемый переводчиком google"
163
 
164
+ #: wp/transposh_admin.php:409
165
  #@ transposh
166
  msgid "Language supported by bing translate"
167
  msgstr "Язык, поддерживаемый переводчиком bing"
168
 
169
+ #: wp/transposh_admin.php:415
170
  #@ transposh
171
  msgid "Language is written from right to left"
172
  msgstr "Язык написан справа налево"
173
 
174
+ #: wp/transposh_admin.php:420
175
  #@ transposh
176
  msgid "Display options:"
177
  msgstr "Опции отображения:"
178
 
179
+ #: wp/transposh_admin.php:421
180
  #@ transposh
181
  msgid "Toggle names of languages between English and Original"
182
  msgstr "Переключить названия языков с английского на оригинал"
183
 
184
+ #: wp/transposh_admin.php:422
185
  #@ transposh
186
  msgid "Make all languages active"
187
  msgstr "Сделать все языки активными"
188
 
189
+ #: wp/transposh_admin.php:423
190
  #@ transposh
191
  msgid "Sort by language name"
192
  msgstr "Сортировать по названию языка"
193
 
194
+ #: wp/transposh_admin.php:424
195
  #@ transposh
196
  msgid "Sort by lSO code"
197
  msgstr "Сортировать по коду lSO"
198
 
199
+ #: wp/transposh_admin.php:425
200
  #@ transposh
201
  msgid "Legend:"
202
  msgstr "Обозначения:"
203
 
204
+ #: wp/transposh_admin.php:425
205
  #@ transposh
206
  msgid "Green - active"
207
  msgstr "Зеленый - активный"
208
 
209
+ #: wp/transposh_admin.php:425
210
  #@ transposh
211
  msgid "Yellow - translateable (only translators will see this language)"
212
  msgstr "Желтый - переводимый (только переводчики увидят этот язык)"
213
 
214
+ #: wp/transposh_admin.php:425
215
  #@ transposh
216
  msgid "blank - inactive"
217
  msgstr "пустой - неактивный"
218
 
219
+ #: wp/transposh_admin.php:447
220
  #@ transposh
221
  msgid "Who can translate ?"
222
  msgstr "Кто может переводить?"
223
 
224
+ #: wp/transposh_admin.php:454
225
  #@ transposh
226
  msgid "Anonymous"
227
  msgstr "Аноним"
228
 
229
+ #: wp/transposh_admin.php:460
230
  #@ transposh
231
  msgid "Enable default language translation"
232
  msgstr "Включить возможность перевода основного языка"
233
 
234
+ #: wp/transposh_admin.php:460
235
  #@ transposh
236
  msgid "Allow translation of default language - useful for sites with more than one major language"
237
  msgstr "Разрешить возможность перевода основного языка - полезно для сайтов с двумя и более основными языками"
238
 
239
+ #: wp/transposh_admin.php:467
240
  #@ transposh
241
  msgid "Enable search in translated languages"
242
  msgstr "Включить поиск на переведенных языках"
243
 
244
+ #: wp/transposh_admin.php:474
245
  #@ transposh
246
  msgid "Enable url translation"
247
  msgstr "Включить перевод url"
248
 
249
+ #: wp/transposh_admin.php:474
250
+ #: wp/transposh_admin.php:481
251
  #@ transposh
252
  msgid "experimental"
253
  msgstr "экспериментальный"
254
 
255
+ #: wp/transposh_admin.php:474
256
  #@ transposh
257
  msgid "Allow translation of permalinks and urls"
258
  msgstr "Разрешить перевод пермалинков и URL-адресов"
259
 
260
+ #: wp/transposh_admin.php:481
261
  #@ transposh
262
  msgid "Enable gettext integration"
263
  msgstr "Включить интеграцию gettext"
264
 
265
+ #: wp/transposh_admin.php:481
266
  #@ transposh
267
  msgid "Enable integration of Transposh with existing gettext interface (.po/.mo files)"
268
  msgstr "Включить интеграцию Transposh и существующего интерфейса gettext (файлы .po / .mo)"
269
 
270
+ #: wp/transposh_admin.php:497
271
  #@ transposh
272
  msgid "Enable automatic translation"
273
  msgstr "Включить автоматический перевод"
274
 
275
+ #: wp/transposh_admin.php:497
276
  #@ transposh
277
  msgid "Allow automatic translation of pages"
278
  msgstr "Разрешить автоматический перевод страниц"
279
 
280
+ #: wp/transposh_admin.php:503
281
  #@ transposh
282
  msgid "Enable automatic translation after posting"
283
  msgstr "Включение автоматического перевода после публикации"
284
 
285
+ #: wp/transposh_admin.php:503
286
  #@ transposh
287
  msgid "Do automatic translation immediately after a post has been published"
288
  msgstr "Производить автоматический перевод при публикации"
289
 
290
+ #: wp/transposh_admin.php:520
291
  #@ transposh
292
  msgid "Select preferred auto translation engine"
293
  msgstr "Выбрать предпочтительный двигатель авто перевода"
294
 
295
+ #: wp/transposh_admin.php:521
296
  #@ transposh
297
  msgid "Translation engine:"
298
  msgstr "Двигатель перевода:"
299
 
300
+ #: wp/transposh_admin.php:523
301
  #@ transposh
302
  msgid "Google"
303
  msgstr "Google"
304
 
305
+ #: wp/transposh_admin.php:524
306
  #@ transposh
307
  msgid "Bing"
308
  msgstr "Bing"
309
 
310
+ #: wp/transposh_admin.php:578
311
  #@ transposh
312
  msgid "Rewrite URLs"
313
  msgstr "Переписать URL-адреса"
314
 
315
+ #: wp/transposh_admin.php:586
316
  #@ transposh
317
  msgid "Add scripts to footer"
318
  msgstr "Добавить коды в дно сайта"
319
 
320
+ #: wp/transposh_admin.php:592
321
  #@ transposh
322
  msgid "Auto detect language for users"
323
  msgstr "Автоматическое определение языка для пользователей"
324
 
325
+ #: wp/transposh_admin.php:608
326
  #@ transposh
327
  msgid "Delete all automated translations"
328
  msgstr "Удалить все автоматизированные переводы"
329
 
330
+ #: wp/transposh_admin.php:609
331
  #@ transposh
332
  msgid "Delete automated translations older than 14 days"
333
  msgstr "Удалить автоматизированные переводы старше 14 дней"
334
 
335
+ #: wp/transposh_admin.php:614
336
  #@ transposh
337
  msgid "Backup service for human translation"
338
  msgstr "Сервис резервных копий для человеческого перевода"
339
 
340
+ #: wp/transposh_admin.php:615
341
  #@ transposh
342
  msgid "Enable daily backup"
343
  msgstr "Включить ежедневное резервное копирование"
344
 
345
+ #: wp/transposh_admin.php:616
346
  #@ transposh
347
  msgid "Enable live backup"
348
  msgstr "Включить живое резервное копирование"
349
 
350
+ #: wp/transposh_admin.php:617
351
  #@ transposh
352
  msgid "Disable backup (Can be run manually by clicking the button below)"
353
  msgstr "Отключение резервного копирования (может быть запущен вручную, нажав кнопку ниже)"
354
 
355
+ #: wp/transposh_admin.php:618
356
  #@ transposh
357
  msgid "Service Key:"
358
  msgstr "Сервис-ключ:"
359
 
360
+ #: wp/transposh_admin.php:618
361
  #@ transposh
362
  msgid "How to restore?"
363
  msgstr "Как восстановить?"
364
 
365
+ #: wp/transposh_admin.php:620
366
  #@ transposh
367
  msgid "Do Backup Now"
368
  msgstr "Сделать резервную копию сейчас"
369
 
370
+ #: wp/transposh_db.php:682
371
  #@ transposh
372
  msgid "Database stats"
373
  msgstr "Статистика базы данных"
374
 
375
+ #: wp/transposh_db.php:687
376
  #, php-format
377
  #@ transposh
378
  msgid "Total of <strong style=\"color:red\">%s</strong> translated phrases."
379
  msgstr "Сумма переведенных фраз <strong style=\"color:red\">%s</strong>."
380
 
381
+ #: wp/transposh_db.php:694
382
  #, php-format
383
  #@ transposh
384
  msgid "<strong>%1s</strong> has <strong style=\"color:red\">%2s</strong> human translated phrases."
385
  msgstr "<strong>%1s</strong> насчитывает <strong style=\"color:red\">%2s</strong> фраз человеческого перевода."
386
 
387
+ #: wp/transposh_db.php:697
388
  #@ transposh
389
  msgid "Recent activity"
390
  msgstr "Последние действия"
391
 
392
+ #: wp/transposh_db.php:702
393
  #, php-format
394
  #@ transposh
395
  msgid "On <strong>%1s</strong><br/>user <strong>%2s</strong> translated<br/>\"<strong>%3s</strong>\"<br/>to <strong style=\"color:red\">%4s</strong><br/>\"<strong>%5s</strong>\""
410
  msgid "Style:"
411
  msgstr "Стиль:"
412
 
413
+ #: wp/transposh_admin.php:556
414
  #@ transposh
415
  msgid "Show progress bar when a client triggers automatic translation"
416
  msgstr "Показать индикатор продвижения, когда пользователь вызывает автоматический перевод"
417
 
418
+ #: wp/transposh_admin.php:556
419
  #@ transposh
420
  msgid "Show progress bar"
421
  msgstr "Показать индикатор продвижения"
422
 
423
+ #: wp/transposh_admin.php:558
424
  #@ transposh
425
  msgid "Widget will allow setting this language as user default"
426
  msgstr "Виджет позволит установить пользователю язык по умолчанию"
427
 
428
+ #: wp/transposh_admin.php:558
429
  #@ transposh
430
  msgid "Allow user to set current language as default"
431
  msgstr "Разрешить пользователю установить текущий язык основным"
432
 
433
+ #: wp/transposh_admin.php:560
434
  #@ transposh
435
  msgid "Transposh logo will not appear on widget"
436
  msgstr "логотип Transposh не будет отображаться в виджете"
437
 
438
+ #: wp/transposh_admin.php:560
439
  #@ transposh
440
  msgid "Remove transposh logo (see <a href=\"http://transposh.org/logoterms\">terms</a>)"
441
  msgstr "Убрать логотип Transposh (смотрите <a href=\"http://transposh.org/logoterms\">условия</a>)"
472
  msgid "%VERSION%"
473
  msgstr ""
474
 
475
+ #: wp/transposh_admin.php:411
476
  #@ transposh
477
  msgid "Language supported by apertium translate"
478
  msgstr ""
479
 
480
+ #: wp/transposh_admin.php:580
481
  #@ transposh
482
  msgid "Rewrite URLs to be search engine friendly, e.g. (http://transposh.org/<strong>en</strong>). Requires that permalinks will be enabled."
483
  msgstr ""
484
 
485
+ #: wp/transposh_admin.php:587
486
  #@ transposh
487
  msgid "Push transposh scripts to footer of page instead of header, makes pages load faster. Requires that your theme should have proper footer support."
488
  msgstr ""
489
 
490
+ #: wp/transposh_admin.php:593
491
  #@ transposh
492
  msgid "This enables auto detection of language used by the user as defined in the ACCEPT_LANGUAGES they send. This will redirect the first page accessed in the session to the same page with the detected language."
493
  msgstr ""
494
 
495
+ #: wp/transposh_admin.php:610
496
  #@ transposh
497
  msgid "Attempt to fix errors caused by previous versions - please backup first"
498
  msgstr ""
522
  msgid "google translate and bing translate plugin for wordpress"
523
  msgstr ""
524
 
525
+ #: wp/transposh_admin.php:562
526
+ #: wp/transposh_admin.php:563
527
  #@ transposh
528
  msgid "Edit interface (and progress bar) theme:"
529
  msgstr ""
530
 
531
+ #. TRANSLATORS: this is what appears in the select box in dropdown subwidget
532
  #: widgets/dropdown/tpw_image_dropdown.php:45
533
  #@ transposh
534
  msgid "Select language"
535
  msgstr ""
536
 
537
+ #: wp/transposh_admin.php:220
538
  #@ transposh
539
  msgid "Frontend settings"
540
  msgstr ""
541
 
542
+ #: wp/transposh_admin.php:248
543
  #, php-format
544
  #@ transposh
545
  msgid "Your current PHP memory limit of %s is quite low, if you experience blank pages please consider increasing it."
546
  msgstr ""
547
 
548
+ #: wp/transposh_admin.php:248
549
+ #: wp/transposh_admin.php:252
550
  #@ transposh
551
  msgid "Check Transposh FAQs"
552
  msgstr ""
553
 
554
+ #: wp/transposh_admin.php:252
555
  #@ transposh
556
  msgid "We were not able to find a supported in-memory caching engine, installing one can improve performance."
557
  msgstr ""
558
 
559
+ #: wp/transposh_admin.php:467
560
  #@ transposh
561
  msgid "Allow search of translated languages (and the original language)"
562
  msgstr ""
563
 
564
+ #: wp/transposh_admin.php:488
565
  #@ transposh
566
  msgid "Enable override for default locale"
567
  msgstr ""
568
 
569
+ #: wp/transposh_admin.php:488
570
  #@ transposh
571
  msgid "Enable overriding the default locale that is set in WP_LANG on default languages pages (such as untranslated pages and admin pages)"
572
  msgstr ""
573
 
574
+ #: wp/transposh_admin.php:508
575
  #@ transposh
576
  msgid "MSN API key"
577
  msgstr ""
578
 
579
+ #: wp/transposh_admin.php:509
580
+ #: wp/transposh_admin.php:515
581
+ #: wp/transposh_admin.php:540
582
  #@ transposh
583
  msgid "API Key"
584
  msgstr ""
585
 
586
+ #: wp/transposh_admin.php:514
587
  #@ transposh
588
  msgid "Google API key"
589
  msgstr ""
590
 
591
+ #: wp/transposh_admin.php:598
592
  #@ transposh
593
  msgid "Allow collecting usage statistics"
594
  msgstr ""
624
  msgid "title"
625
  msgstr ""
626
 
627
+ #: wp/transposh_admin.php:640
 
628
  #@ transposh
629
  msgid "Language"
630
  msgstr ""
631
 
632
+ #: wp/transposh_admin.php:598
633
  #@ transposh
634
  msgid "This option enables collection of statistics by transposh that will be used to improve the product."
635
  msgstr ""
640
  msgid "Translation"
641
  msgstr ""
642
 
643
+ #: wp/transposh_admin.php:219
644
+ #@ transposh
645
+ msgid "Professional translation settings"
646
+ msgstr ""
647
+
648
+ #: wp/transposh_admin.php:413
649
+ #@ transposh
650
+ msgid "Language supported by one hour translation"
651
+ msgstr ""
652
+
653
+ #: wp/transposh_admin.php:530
654
+ #@ transposh
655
+ msgid "<a href=\"http://transposh.org/redir/oht\">One Hour Translation</a>, is the largest professional translation service online, with thousands of business customers, including 57% of the Fortune 500 companies, and over 15000 translators worldwide."
656
+ msgstr "<a href=\"http://transposh.org/redir/oht\">One Hour Translation</a>, является ведущей компанией в мире, предоставляющей услуги профессионального перевода онлайн. Ее услугами пользуются тысячи корпоративных заказчиков, включая 57% из первых пятисот крупнейших компаний в рейтинге журнала Fortune. В компании работают более 15 тысяч переводчиков из разных стран мира."
657
+
658
+ #: wp/transposh_admin.php:532
659
+ #@ transposh
660
+ msgid "One Hour Translation provides high-quality, fast professional translation to/from any language, and has specific domain expertise in SW localization, technical, business, and legal translations."
661
+ msgstr "One Hour Translation оказывает услуги профессионального перевода с/на любой язык в кратчайшие сроки, предоставляет услуги специализированного перевода при локализации программного обеспечения, осуществляет перевод технических, деловых и юридических документов."
662
+
663
+ #: wp/transposh_admin.php:533
664
+ #@ transposh
665
+ msgid "One Hour Translation account ID"
666
+ msgstr ""
667
+
668
+ #: wp/transposh_admin.php:534
669
+ #@ transposh
670
+ msgid "Account ID"
671
+ msgstr ""
672
+
673
+ #: wp/transposh_admin.php:539
674
+ #@ transposh
675
+ msgid "One Hour Translation secret key"
676
+ msgstr ""
677
+
678
+ #: wp/transposh_admin.php:546
679
+ #, php-format
680
+ #@ transposh
681
+ msgid "%d Phrases currently queued for next job in ~%d minutes"
682
+ msgstr ""
683
+
684
+ #: wp/transposh_admin.php:551
685
+ #, php-format
686
+ #@ transposh
687
+ msgid "%d projects have been submitted and waiting for completion"
688
+ msgstr ""
689
+
690
+ #: wp/transposh_admin.php:636
691
+ #@ transposh
692
+ msgid "Unset"
693
+ msgstr ""
694
+
langs/transposh-tr_TR.po CHANGED
@@ -25,7 +25,7 @@ msgstr ""
25
  msgid "%s translated a phrase to %s with transposh:"
26
  msgstr "%sTransposh ile bir %s ifade tercüme:"
27
 
28
- #: wp/transposh_admin.php:286
29
  #@ transposh
30
  msgid "Problems?"
31
  msgstr "Problemler?"
@@ -35,58 +35,58 @@ msgstr "Problemler?"
35
  msgid "Transposh language selection widget"
36
  msgstr "Transposh bileşeni dili seçin"
37
 
38
- #: wp/transposh_admin.php:202
39
  #@ transposh
40
  msgid "About this plugin"
41
  msgstr "Eklenti hakkında"
42
 
43
- #: wp/transposh_admin.php:203
44
  #@ transposh
45
  msgid "Plugin news"
46
  msgstr "Eklenti haberleri"
47
 
48
- #: wp/transposh_admin.php:204
49
  #@ transposh
50
  msgid "Plugin stats"
51
  msgstr "Eklenti istatistikleri"
52
 
53
- #: wp/transposh_admin.php:205
54
  #@ transposh
55
  msgid "Translate all"
56
  msgstr "Hepsini tercüme et"
57
 
58
- #: wp/transposh_admin.php:206
59
  #@ transposh
60
  msgid "Supported languages"
61
  msgstr "Desteklenen diller"
62
 
63
- #: wp/transposh_admin.php:207
64
  #@ transposh
65
  msgid "Translation settings"
66
  msgstr "Tercüme ayarları"
67
 
68
- #: wp/transposh_admin.php:208
69
  #@ transposh
70
  msgid "Automatic translation settings"
71
  msgstr "Otomatik tercüme ayarları"
72
 
73
- #: wp/transposh_admin.php:210
74
  #@ transposh
75
  msgid "Generic settings"
76
  msgstr "Genel ayarlar"
77
 
78
- #: wp/transposh_admin.php:211
79
  #@ transposh
80
  msgid "Database maintenance"
81
  msgstr "Veritabanı bakımı"
82
 
83
- #: wp/transposh_admin.php:226
84
  #@ transposh
85
  msgid "Transposh community features"
86
  msgstr "Transposh topluluğu önerileir"
87
 
88
- #: wp/transposh_admin.php:170
89
- #: wp/transposh_admin.php:232
90
  #: wp/transposh_postpublish.php:50
91
  #: wp/transposh_postpublish.php:51
92
  #: wp/transposh_widget.php:84
@@ -96,295 +96,295 @@ msgstr "Transposh topluluğu önerileir"
96
  msgid "Transposh"
97
  msgstr "Transposh"
98
 
99
- #: wp/transposh_admin.php:322
100
  #@ transposh
101
  msgid "Translate by clicking the button below"
102
  msgstr "Butonun altındaki diller"
103
 
104
- #: wp/transposh_admin.php:324
105
  #@ transposh
106
  msgid "Translate All Now"
107
  msgstr "Şimdi Hepsini Tercüme Et"
108
 
109
- #: wp/transposh_admin.php:302
110
  #@ transposh
111
  msgid "Plugin Homepage"
112
  msgstr "Eklenti Ana Sayfası"
113
 
114
- #: wp/transposh_admin.php:303
115
  #@ transposh
116
  msgid "Suggest a Feature"
117
  msgstr "Bir özellik önerin"
118
 
119
- #: wp/transposh_admin.php:305
120
  #@ transposh
121
  msgid "Report a Bug"
122
  msgstr "Hata Bildir"
123
 
124
- #: wp/transposh_admin.php:379
125
  #@ transposh
126
  msgid "Default Language (drag another language here to make it default)"
127
  msgstr "Varsayılan Dili Seçin (varsayılan dili seçmek için aşağıdan, buraya sürükleyin)"
128
 
129
- #: wp/transposh_admin.php:386
130
  #@ transposh
131
  msgid "Available Languages (Click to toggle language state - Drag to sort in the widget)"
132
  msgstr "Kullanılabilir Diller (Etkinleştirmek için tıklayın - Bileşende sıralamak için sürükleyin)"
133
 
134
- #: wp/transposh_admin.php:396
135
  #@ transposh
136
  msgid "Language supported by google translate"
137
  msgstr "Google translate tarafından desteklenen diller"
138
 
139
- #: wp/transposh_admin.php:398
140
  #@ transposh
141
  msgid "Language supported by bing translate"
142
  msgstr "Bing translate tarafından desteklenen diller"
143
 
144
- #: wp/transposh_admin.php:402
145
  #@ transposh
146
  msgid "Language is written from right to left"
147
  msgstr "Dil, sağdan sola doğru yazılır"
148
 
149
- #: wp/transposh_admin.php:407
150
  #@ transposh
151
  msgid "Display options:"
152
  msgstr "Ekran seçenekleri:"
153
 
154
- #: wp/transposh_admin.php:408
155
  #@ transposh
156
  msgid "Toggle names of languages between English and Original"
157
  msgstr "İngilizce ve Orjinal dile göre sırala"
158
 
159
- #: wp/transposh_admin.php:409
160
  #@ transposh
161
  msgid "Make all languages active"
162
  msgstr "Tüm diller aktif olsun"
163
 
164
- #: wp/transposh_admin.php:410
165
  #@ transposh
166
  msgid "Sort by language name"
167
  msgstr "Dil ismine göre sırala"
168
 
169
- #: wp/transposh_admin.php:411
170
  #@ transposh
171
  msgid "Sort by lSO code"
172
  msgstr "ISO koduna göre sıralayın"
173
 
174
- #: wp/transposh_admin.php:412
175
  #@ transposh
176
  msgid "Legend:"
177
  msgstr "Yetkiler"
178
 
179
- #: wp/transposh_admin.php:412
180
  #@ transposh
181
  msgid "Green - active"
182
  msgstr "Yeşil - Aktif"
183
 
184
- #: wp/transposh_admin.php:412
185
  #@ transposh
186
  msgid "Yellow - translateable (only translators will see this language)"
187
  msgstr "Yeşil - çevrilebilir (sadece çevirmenler bu dili görebilir)"
188
 
189
- #: wp/transposh_admin.php:412
190
  #@ transposh
191
  msgid "blank - inactive"
192
  msgstr "boş - pasif"
193
 
194
- #: wp/transposh_admin.php:434
195
  #@ transposh
196
  msgid "Who can translate ?"
197
  msgstr "Kimler tercüme yapabilir?"
198
 
199
- #: wp/transposh_admin.php:441
200
  #@ transposh
201
  msgid "Anonymous"
202
  msgstr "Anonim"
203
 
204
- #: wp/transposh_admin.php:447
205
  #@ transposh
206
  msgid "Enable default language translation"
207
  msgstr "Varsayılan dili çevirme etkin"
208
 
209
- #: wp/transposh_admin.php:447
210
  #@ transposh
211
  msgid "Allow translation of default language - useful for sites with more than one major language"
212
  msgstr "Birden fazla ana dili olan siteler için yararlı - varsayılan dil çeviri izni"
213
 
214
- #: wp/transposh_admin.php:454
215
  #@ transposh
216
  msgid "Enable search in translated languages"
217
  msgstr "Tercüme edilmiş sayfada arama yapılabilsin"
218
 
219
- #: wp/transposh_admin.php:461
220
  #@ transposh
221
  msgid "Allow translation of permalinks and urls"
222
  msgstr "Kalıcı URL'lere izin verilsin"
223
 
224
- #: wp/transposh_admin.php:484
225
  #@ transposh
226
  msgid "Enable automatic translation"
227
  msgstr "Otomatik tercüme aktif"
228
 
229
- #: wp/transposh_admin.php:484
230
  #@ transposh
231
  msgid "Allow automatic translation of pages"
232
  msgstr "Sayfaları otomatik çevirmeye izin verilsin"
233
 
234
- #: wp/transposh_admin.php:490
235
  #@ transposh
236
  msgid "Enable automatic translation after posting"
237
  msgstr "Sonraki yazıyı çevirme aktif olsun"
238
 
239
- #: wp/transposh_admin.php:490
240
  #@ transposh
241
  msgid "Do automatic translation immediately after a post has been published"
242
  msgstr "Yazı yayınlandıktan hemen sonra otomatik olarak çeviri yapılsın"
243
 
244
- #: wp/transposh_admin.php:507
245
  #@ transposh
246
  msgid "Select preferred auto translation engine"
247
  msgstr "Tercümeyi hangisi yapsın?"
248
 
249
- #: wp/transposh_admin.php:508
250
  #@ transposh
251
  msgid "Translation engine:"
252
  msgstr "Arama Motoru:"
253
 
254
- #: wp/transposh_admin.php:510
255
  #@ transposh
256
  msgid "Google"
257
  msgstr "Google"
258
 
259
- #: wp/transposh_admin.php:511
260
  #@ transposh
261
  msgid "Bing"
262
  msgstr "Bing"
263
 
264
- #: wp/transposh_admin.php:539
265
  #@ transposh
266
  msgid "Rewrite URLs"
267
  msgstr "Rewrite URL'ler"
268
 
269
- #: wp/transposh_admin.php:547
270
  #@ transposh
271
  msgid "Add scripts to footer"
272
  msgstr "Footer'a script ekle"
273
 
274
- #: wp/transposh_admin.php:548
275
  #@ transposh
276
  msgid "Push transposh scripts to footer of page instead of header, makes pages load faster. Requires that your theme should have proper footer support."
277
  msgstr "Başlığının yerine sayfa altbilgisi yerleştirin, sayfaların daha hızlı yüklenmesini sağlar. Temaya uygun altbilgi desteği olması gerekir."
278
 
279
- #: wp/transposh_admin.php:553
280
  #@ transposh
281
  msgid "Auto detect language for users"
282
  msgstr "Kullanıcının dilini otomatik tespit et"
283
 
284
- #: wp/transposh_admin.php:554
285
  #@ transposh
286
  msgid "This enables auto detection of language used by the user as defined in the ACCEPT_LANGUAGES they send. This will redirect the first page accessed in the session to the same page with the detected language."
287
  msgstr "Gönderilen ACCEPT_LANGUAGES komutuyla ziyaretçinin dilini otomatik olarak tespit edecektir. Bu oturumda aynı sayfaya eriştiğinde onu çevrilmiş sayfaya yönlendirecektir."
288
 
289
- #: wp/transposh_admin.php:569
290
  #@ transposh
291
  msgid "Delete all automated translations"
292
  msgstr "Tüm otomatik çevirileri sil"
293
 
294
- #: wp/transposh_admin.php:570
295
  #@ transposh
296
  msgid "Delete automated translations older than 14 days"
297
  msgstr "14 günden eski otomatik çevrilmiş sayfaları sil"
298
 
299
- #: wp/transposh_admin.php:575
300
  #@ transposh
301
  msgid "Backup service for human translation"
302
  msgstr "İnsan tercümelerini yedekleme hizmeti"
303
 
304
- #: wp/transposh_admin.php:576
305
  #@ transposh
306
  msgid "Enable daily backup"
307
  msgstr "Günlük yedeklemeyi etkinleştir"
308
 
309
- #: wp/transposh_admin.php:577
310
  #@ transposh
311
  msgid "Enable live backup"
312
  msgstr "Canlı yedeklemeyi etkinleştir"
313
 
314
- #: wp/transposh_admin.php:578
315
  #@ transposh
316
  msgid "Disable backup (Can be run manually by clicking the button below)"
317
  msgstr "Yedeklemeyi devre dışı bırak (şimdi yedekle düğmesine tıklayarak yedekleme yapabilirsiniz)"
318
 
319
- #: wp/transposh_admin.php:579
320
  #@ transposh
321
  msgid "How to restore?"
322
  msgstr "Nasıl geri yüklenir?"
323
 
324
- #: wp/transposh_admin.php:581
325
  #@ transposh
326
  msgid "Do Backup Now"
327
  msgstr "Şimdi yedekle"
328
 
329
- #: wp/transposh_admin.php:160
330
  #@ transposh
331
  msgid "Transposh makes your blog translatable"
332
  msgstr "Transposh makes your blog translatable"
333
 
334
- #: wp/transposh_admin.php:161
335
  #@ transposh
336
  msgid "Plugin homepage"
337
  msgstr "Eklenti Ana sayfası"
338
 
339
- #: wp/transposh_admin.php:162
340
  #@ transposh
341
  msgid "Frequently asked questions"
342
  msgstr "Sıkça sorulan sorular"
343
 
344
- #: wp/transposh_admin.php:170
345
  #@ transposh
346
  msgid "Transposh control center"
347
  msgstr "Transposh kontrol merkezi"
348
 
349
- #: wp/transposh_admin.php:461
350
  #@ transposh
351
  msgid "Enable url translation"
352
  msgstr "URL tercümesini etkinleştirin"
353
 
354
- #: wp/transposh_admin.php:461
355
- #: wp/transposh_admin.php:468
356
  #@ transposh
357
  msgid "experimental"
358
  msgstr "deneysel"
359
 
360
- #: wp/transposh_admin.php:541
361
  #@ transposh
362
  msgid "Rewrite URLs to be search engine friendly, e.g. (http://transposh.org/<strong>en</strong>). Requires that permalinks will be enabled."
363
  msgstr "URL'leri yeniden yazmak için arama motoru dostu, örn. ( http://transposh.org/<strong>en</strong> ). Kalıcı bağlantıların etkinleştirilmiş olması gerekir."
364
 
365
- #: wp/transposh_db.php:673
366
  #@ transposh
367
  msgid "Database stats"
368
  msgstr "Veritabanı istatistikleri"
369
 
370
- #: wp/transposh_db.php:678
371
  #, php-format
372
  #@ transposh
373
  msgid "Total of <strong style=\"color:red\">%s</strong> translated phrases."
374
  msgstr "Toplam <strong style=\"color:red\">%s</strong> cümle tercüme edildi."
375
 
376
- #: wp/transposh_db.php:685
377
  #, php-format
378
  #@ transposh
379
  msgid "<strong>%1s</strong> has <strong style=\"color:red\">%2s</strong> human translated phrases."
380
  msgstr "<strong>%1s</strong> has <strong style=\"color:red\">%2s</strong> insan cümle çevirisi vardır."
381
 
382
- #: wp/transposh_db.php:688
383
  #@ transposh
384
  msgid "Recent activity"
385
  msgstr "Son etkinlikler"
386
 
387
- #: wp/transposh_db.php:693
388
  #, php-format
389
  #@ transposh
390
  msgid "On <strong>%1s</strong><br/>user <strong>%2s</strong> translated<br/>\"<strong>%3s</strong>\"<br/>to <strong style=\"color:red\">%4s</strong><br/>\"<strong>%5s</strong>\""
@@ -395,37 +395,37 @@ msgstr "On <strong>%1s</strong><br/>kullanıcı <strong>%2s</strong> tercüme<br
395
  msgid "Style:"
396
  msgstr "Stil:"
397
 
398
- #: wp/transposh_admin.php:517
399
  #@ transposh
400
  msgid "Show progress bar when a client triggers automatic translation"
401
  msgstr "otomatik çeviri yapılırken ilerleme çubuğunu göster"
402
 
403
- #: wp/transposh_admin.php:517
404
  #@ transposh
405
  msgid "Show progress bar"
406
  msgstr "İlerleme çubuğunu göster"
407
 
408
- #: wp/transposh_admin.php:519
409
  #@ transposh
410
  msgid "Widget will allow setting this language as user default"
411
  msgstr "Bileşen kullanıcının varsayılan olarak bu dil ayarına izin verecek"
412
 
413
- #: wp/transposh_admin.php:519
414
  #@ transposh
415
  msgid "Allow user to set current language as default"
416
  msgstr "Kullanıcının varsayılan olarak geçerli dilini ayarlamak için izin ver"
417
 
418
- #: wp/transposh_admin.php:521
419
  #@ transposh
420
  msgid "Transposh logo will not appear on widget"
421
  msgstr "Transposh logosu bileşende görünmez"
422
 
423
- #: wp/transposh_admin.php:521
424
  #@ transposh
425
  msgid "Remove transposh logo (see <a href=\"http://transposh.org/logoterms\">terms</a>)"
426
  msgstr "Transhposh logosunu sil (bkz. <a href=\"http://transposh.org/logoterms\">şartlar</a>)"
427
 
428
- #: wp/transposh_admin.php:579
429
  #@ transposh
430
  msgid "Service Key:"
431
  msgstr "Hizmet Key:"
@@ -467,32 +467,32 @@ msgstr "Transposh Takımı"
467
  msgid "%VERSION%"
468
  msgstr "%VERSION%"
469
 
470
- #: transposh.php:898
471
  #@ default
472
  msgid "Settings"
473
  msgstr "Ayarlar"
474
 
475
- #: wp/transposh_admin.php:262
476
  #@ default
477
  msgid "Save Changes"
478
  msgstr "Değişiklikleri Kaydet"
479
 
480
- #: wp/transposh_admin.php:468
481
  #@ transposh
482
  msgid "Enable gettext integration"
483
  msgstr "Gettext entegrasyonunu etkinleştirin"
484
 
485
- #: wp/transposh_admin.php:468
486
  #@ transposh
487
  msgid "Enable integration of Transposh with existing gettext interface (.po/.mo files)"
488
  msgstr "Mevcut gettext arayüzü (.po / .mo dosyaları) ile Transposh entegrasyonu etkinleştirin"
489
 
490
- #: wp/transposh_admin.php:400
491
  #@ transposh
492
  msgid "Language supported by apertium translate"
493
  msgstr "Apertium translate tarafından desteklenen dil"
494
 
495
- #: wp/transposh_admin.php:571
496
  #@ transposh
497
  msgid "Attempt to fix errors caused by previous versions - please backup first"
498
  msgstr "Önceki sürümleri tarafından kaynaklanan hataların gidermek için çalıştır - Lütfen yedekleme yapın"
@@ -522,34 +522,34 @@ msgstr "web sitesi crowdsourcing çeviri eklentisi"
522
  msgid "google translate and bing translate plugin for wordpress"
523
  msgstr "Wordpres için google translate ve bing translate eklentisi"
524
 
525
- #: wp/transposh_admin.php:523
526
- #: wp/transposh_admin.php:524
527
  #@ transposh
528
  msgid "Edit interface (and progress bar) theme:"
529
  msgstr "İlerleme çubuğu arayüzünü düzenle"
530
 
531
- #: wp/transposh_admin.php:454
532
  #@ transposh
533
  msgid "Allow search of translated languages (and the original language)"
534
  msgstr "Tercüme dilleri Bulmaya izin ver (ve orijinal dili)"
535
 
536
- #: wp/transposh_admin.php:475
537
  #@ transposh
538
  msgid "Enable override for default locale"
539
  msgstr "Varsayılan yerel ayar için geçersiz kılmayı etkinleştirin"
540
 
541
- #: wp/transposh_admin.php:475
542
  #@ transposh
543
  msgid "Enable overriding the default locale that is set in WP_LANG on default languages pages (such as untranslated pages and admin pages)"
544
  msgstr "(Çevrilmemiş sayfaları ve yönetici sayfaları gibi) varsayılan dillerin sayfaları WP_LANG varsayılan yerel geçersiz etkinleştirin"
545
 
546
- #: wp/transposh_admin.php:237
547
  #, php-format
548
  #@ transposh
549
  msgid "Your current PHP memory limit of %s is quite low, if you experience blank pages please consider increasing it."
550
  msgstr "Boş sayfalar lütfen artırmayı düşünebilirsiniz yaşarsanız %s geçerli PHP bellek sınırı oldukça düşüktür."
551
 
552
- #: wp/transposh_admin.php:241
553
  #@ transposh
554
  msgid "We were not able to find a supported in-memory caching engine, installing one can improve performance."
555
  msgstr "Biz kurulu bir performans artırıcı bulamadık, bir önbelleğe alma motoru bulamadık"
@@ -569,40 +569,41 @@ msgstr "Sayfa dili olarak ayarlayın"
569
  msgid "Default"
570
  msgstr "Varsayılan"
571
 
572
- #: wp/transposh_admin.php:237
573
- #: wp/transposh_admin.php:241
574
  #@ transposh
575
  msgid "Check Transposh FAQs"
576
  msgstr "Transposh SSS kontrol edin"
577
 
578
- #: wp/transposh_admin.php:559
579
  #@ transposh
580
  msgid "Allow collecting usage statistics"
581
  msgstr "Kullanım istatistikleri toplamaya izin ver"
582
 
583
- #. TRANSLATORS: this is what appears in the select box in dropdown subwidget
584
  #: widgets/dropdown/tpw_image_dropdown.php:45
585
  #@ transposh
586
  msgid "Select language"
587
  msgstr ""
588
 
589
- #: wp/transposh_admin.php:209
590
  #@ transposh
591
  msgid "Frontend settings"
592
  msgstr ""
593
 
594
- #: wp/transposh_admin.php:495
595
  #@ transposh
596
  msgid "MSN API key"
597
  msgstr ""
598
 
599
- #: wp/transposh_admin.php:496
600
- #: wp/transposh_admin.php:502
 
601
  #@ transposh
602
  msgid "API Key"
603
  msgstr ""
604
 
605
- #: wp/transposh_admin.php:501
606
  #@ transposh
607
  msgid "Google API key"
608
  msgstr ""
@@ -617,26 +618,77 @@ msgstr ""
617
  msgid "Transposh subwidget was not loaded correctly"
618
  msgstr ""
619
 
620
- #. TRANSLATORS: no need to translate this string
621
  #: wp/transposh_widget.php:269
622
  #@ transposh
623
  msgid "title"
624
  msgstr ""
625
 
626
- #. TRANSLATORS: this is what appears in the select box in the default subwidget
627
- #: widgets/default/tpw_default.php:43
628
  #@ transposh
629
  msgid "Language"
630
  msgstr ""
631
 
632
- #: wp/transposh_admin.php:559
633
  #@ transposh
634
  msgid "This option enables collection of statistics by transposh that will be used to improve the product."
635
  msgstr ""
636
 
637
- #. TRANSLATORS: this will be the default widget title
638
  #: wp/transposh_widget.php:115
639
  #@ transposh
640
  msgid "Translation"
641
  msgstr ""
642
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  msgid "%s translated a phrase to %s with transposh:"
26
  msgstr "%sTransposh ile bir %s ifade tercüme:"
27
 
28
+ #: wp/transposh_admin.php:297
29
  #@ transposh
30
  msgid "Problems?"
31
  msgstr "Problemler?"
35
  msgid "Transposh language selection widget"
36
  msgstr "Transposh bileşeni dili seçin"
37
 
38
+ #: wp/transposh_admin.php:212
39
  #@ transposh
40
  msgid "About this plugin"
41
  msgstr "Eklenti hakkında"
42
 
43
+ #: wp/transposh_admin.php:213
44
  #@ transposh
45
  msgid "Plugin news"
46
  msgstr "Eklenti haberleri"
47
 
48
+ #: wp/transposh_admin.php:214
49
  #@ transposh
50
  msgid "Plugin stats"
51
  msgstr "Eklenti istatistikleri"
52
 
53
+ #: wp/transposh_admin.php:215
54
  #@ transposh
55
  msgid "Translate all"
56
  msgstr "Hepsini tercüme et"
57
 
58
+ #: wp/transposh_admin.php:216
59
  #@ transposh
60
  msgid "Supported languages"
61
  msgstr "Desteklenen diller"
62
 
63
+ #: wp/transposh_admin.php:217
64
  #@ transposh
65
  msgid "Translation settings"
66
  msgstr "Tercüme ayarları"
67
 
68
+ #: wp/transposh_admin.php:218
69
  #@ transposh
70
  msgid "Automatic translation settings"
71
  msgstr "Otomatik tercüme ayarları"
72
 
73
+ #: wp/transposh_admin.php:221
74
  #@ transposh
75
  msgid "Generic settings"
76
  msgstr "Genel ayarlar"
77
 
78
+ #: wp/transposh_admin.php:222
79
  #@ transposh
80
  msgid "Database maintenance"
81
  msgstr "Veritabanı bakımı"
82
 
83
+ #: wp/transposh_admin.php:237
84
  #@ transposh
85
  msgid "Transposh community features"
86
  msgstr "Transposh topluluğu önerileir"
87
 
88
+ #: wp/transposh_admin.php:175
89
+ #: wp/transposh_admin.php:243
90
  #: wp/transposh_postpublish.php:50
91
  #: wp/transposh_postpublish.php:51
92
  #: wp/transposh_widget.php:84
96
  msgid "Transposh"
97
  msgstr "Transposh"
98
 
99
+ #: wp/transposh_admin.php:333
100
  #@ transposh
101
  msgid "Translate by clicking the button below"
102
  msgstr "Butonun altındaki diller"
103
 
104
+ #: wp/transposh_admin.php:335
105
  #@ transposh
106
  msgid "Translate All Now"
107
  msgstr "Şimdi Hepsini Tercüme Et"
108
 
109
+ #: wp/transposh_admin.php:313
110
  #@ transposh
111
  msgid "Plugin Homepage"
112
  msgstr "Eklenti Ana Sayfası"
113
 
114
+ #: wp/transposh_admin.php:314
115
  #@ transposh
116
  msgid "Suggest a Feature"
117
  msgstr "Bir özellik önerin"
118
 
119
+ #: wp/transposh_admin.php:316
120
  #@ transposh
121
  msgid "Report a Bug"
122
  msgstr "Hata Bildir"
123
 
124
+ #: wp/transposh_admin.php:390
125
  #@ transposh
126
  msgid "Default Language (drag another language here to make it default)"
127
  msgstr "Varsayılan Dili Seçin (varsayılan dili seçmek için aşağıdan, buraya sürükleyin)"
128
 
129
+ #: wp/transposh_admin.php:397
130
  #@ transposh
131
  msgid "Available Languages (Click to toggle language state - Drag to sort in the widget)"
132
  msgstr "Kullanılabilir Diller (Etkinleştirmek için tıklayın - Bileşende sıralamak için sürükleyin)"
133
 
134
+ #: wp/transposh_admin.php:407
135
  #@ transposh
136
  msgid "Language supported by google translate"
137
  msgstr "Google translate tarafından desteklenen diller"
138
 
139
+ #: wp/transposh_admin.php:409
140
  #@ transposh
141
  msgid "Language supported by bing translate"
142
  msgstr "Bing translate tarafından desteklenen diller"
143
 
144
+ #: wp/transposh_admin.php:415
145
  #@ transposh
146
  msgid "Language is written from right to left"
147
  msgstr "Dil, sağdan sola doğru yazılır"
148
 
149
+ #: wp/transposh_admin.php:420
150
  #@ transposh
151
  msgid "Display options:"
152
  msgstr "Ekran seçenekleri:"
153
 
154
+ #: wp/transposh_admin.php:421
155
  #@ transposh
156
  msgid "Toggle names of languages between English and Original"
157
  msgstr "İngilizce ve Orjinal dile göre sırala"
158
 
159
+ #: wp/transposh_admin.php:422
160
  #@ transposh
161
  msgid "Make all languages active"
162
  msgstr "Tüm diller aktif olsun"
163
 
164
+ #: wp/transposh_admin.php:423
165
  #@ transposh
166
  msgid "Sort by language name"
167
  msgstr "Dil ismine göre sırala"
168
 
169
+ #: wp/transposh_admin.php:424
170
  #@ transposh
171
  msgid "Sort by lSO code"
172
  msgstr "ISO koduna göre sıralayın"
173
 
174
+ #: wp/transposh_admin.php:425
175
  #@ transposh
176
  msgid "Legend:"
177
  msgstr "Yetkiler"
178
 
179
+ #: wp/transposh_admin.php:425
180
  #@ transposh
181
  msgid "Green - active"
182
  msgstr "Yeşil - Aktif"
183
 
184
+ #: wp/transposh_admin.php:425
185
  #@ transposh
186
  msgid "Yellow - translateable (only translators will see this language)"
187
  msgstr "Yeşil - çevrilebilir (sadece çevirmenler bu dili görebilir)"
188
 
189
+ #: wp/transposh_admin.php:425
190
  #@ transposh
191
  msgid "blank - inactive"
192
  msgstr "boş - pasif"
193
 
194
+ #: wp/transposh_admin.php:447
195
  #@ transposh
196
  msgid "Who can translate ?"
197
  msgstr "Kimler tercüme yapabilir?"
198
 
199
+ #: wp/transposh_admin.php:454
200
  #@ transposh
201
  msgid "Anonymous"
202
  msgstr "Anonim"
203
 
204
+ #: wp/transposh_admin.php:460
205
  #@ transposh
206
  msgid "Enable default language translation"
207
  msgstr "Varsayılan dili çevirme etkin"
208
 
209
+ #: wp/transposh_admin.php:460
210
  #@ transposh
211
  msgid "Allow translation of default language - useful for sites with more than one major language"
212
  msgstr "Birden fazla ana dili olan siteler için yararlı - varsayılan dil çeviri izni"
213
 
214
+ #: wp/transposh_admin.php:467
215
  #@ transposh
216
  msgid "Enable search in translated languages"
217
  msgstr "Tercüme edilmiş sayfada arama yapılabilsin"
218
 
219
+ #: wp/transposh_admin.php:474
220
  #@ transposh
221
  msgid "Allow translation of permalinks and urls"
222
  msgstr "Kalıcı URL'lere izin verilsin"
223
 
224
+ #: wp/transposh_admin.php:497
225
  #@ transposh
226
  msgid "Enable automatic translation"
227
  msgstr "Otomatik tercüme aktif"
228
 
229
+ #: wp/transposh_admin.php:497
230
  #@ transposh
231
  msgid "Allow automatic translation of pages"
232
  msgstr "Sayfaları otomatik çevirmeye izin verilsin"
233
 
234
+ #: wp/transposh_admin.php:503
235
  #@ transposh
236
  msgid "Enable automatic translation after posting"
237
  msgstr "Sonraki yazıyı çevirme aktif olsun"
238
 
239
+ #: wp/transposh_admin.php:503
240
  #@ transposh
241
  msgid "Do automatic translation immediately after a post has been published"
242
  msgstr "Yazı yayınlandıktan hemen sonra otomatik olarak çeviri yapılsın"
243
 
244
+ #: wp/transposh_admin.php:520
245
  #@ transposh
246
  msgid "Select preferred auto translation engine"
247
  msgstr "Tercümeyi hangisi yapsın?"
248
 
249
+ #: wp/transposh_admin.php:521
250
  #@ transposh
251
  msgid "Translation engine:"
252
  msgstr "Arama Motoru:"
253
 
254
+ #: wp/transposh_admin.php:523
255
  #@ transposh
256
  msgid "Google"
257
  msgstr "Google"
258
 
259
+ #: wp/transposh_admin.php:524
260
  #@ transposh
261
  msgid "Bing"
262
  msgstr "Bing"
263
 
264
+ #: wp/transposh_admin.php:578
265
  #@ transposh
266
  msgid "Rewrite URLs"
267
  msgstr "Rewrite URL'ler"
268
 
269
+ #: wp/transposh_admin.php:586
270
  #@ transposh
271
  msgid "Add scripts to footer"
272
  msgstr "Footer'a script ekle"
273
 
274
+ #: wp/transposh_admin.php:587
275
  #@ transposh
276
  msgid "Push transposh scripts to footer of page instead of header, makes pages load faster. Requires that your theme should have proper footer support."
277
  msgstr "Başlığının yerine sayfa altbilgisi yerleştirin, sayfaların daha hızlı yüklenmesini sağlar. Temaya uygun altbilgi desteği olması gerekir."
278
 
279
+ #: wp/transposh_admin.php:592
280
  #@ transposh
281
  msgid "Auto detect language for users"
282
  msgstr "Kullanıcının dilini otomatik tespit et"
283
 
284
+ #: wp/transposh_admin.php:593
285
  #@ transposh
286
  msgid "This enables auto detection of language used by the user as defined in the ACCEPT_LANGUAGES they send. This will redirect the first page accessed in the session to the same page with the detected language."
287
  msgstr "Gönderilen ACCEPT_LANGUAGES komutuyla ziyaretçinin dilini otomatik olarak tespit edecektir. Bu oturumda aynı sayfaya eriştiğinde onu çevrilmiş sayfaya yönlendirecektir."
288
 
289
+ #: wp/transposh_admin.php:608
290
  #@ transposh
291
  msgid "Delete all automated translations"
292
  msgstr "Tüm otomatik çevirileri sil"
293
 
294
+ #: wp/transposh_admin.php:609
295
  #@ transposh
296
  msgid "Delete automated translations older than 14 days"
297
  msgstr "14 günden eski otomatik çevrilmiş sayfaları sil"
298
 
299
+ #: wp/transposh_admin.php:614
300
  #@ transposh
301
  msgid "Backup service for human translation"
302
  msgstr "İnsan tercümelerini yedekleme hizmeti"
303
 
304
+ #: wp/transposh_admin.php:615
305
  #@ transposh
306
  msgid "Enable daily backup"
307
  msgstr "Günlük yedeklemeyi etkinleştir"
308
 
309
+ #: wp/transposh_admin.php:616
310
  #@ transposh
311
  msgid "Enable live backup"
312
  msgstr "Canlı yedeklemeyi etkinleştir"
313
 
314
+ #: wp/transposh_admin.php:617
315
  #@ transposh
316
  msgid "Disable backup (Can be run manually by clicking the button below)"
317
  msgstr "Yedeklemeyi devre dışı bırak (şimdi yedekle düğmesine tıklayarak yedekleme yapabilirsiniz)"
318
 
319
+ #: wp/transposh_admin.php:618
320
  #@ transposh
321
  msgid "How to restore?"
322
  msgstr "Nasıl geri yüklenir?"
323
 
324
+ #: wp/transposh_admin.php:620
325
  #@ transposh
326
  msgid "Do Backup Now"
327
  msgstr "Şimdi yedekle"
328
 
329
+ #: wp/transposh_admin.php:165
330
  #@ transposh
331
  msgid "Transposh makes your blog translatable"
332
  msgstr "Transposh makes your blog translatable"
333
 
334
+ #: wp/transposh_admin.php:166
335
  #@ transposh
336
  msgid "Plugin homepage"
337
  msgstr "Eklenti Ana sayfası"
338
 
339
+ #: wp/transposh_admin.php:167
340
  #@ transposh
341
  msgid "Frequently asked questions"
342
  msgstr "Sıkça sorulan sorular"
343
 
344
+ #: wp/transposh_admin.php:175
345
  #@ transposh
346
  msgid "Transposh control center"
347
  msgstr "Transposh kontrol merkezi"
348
 
349
+ #: wp/transposh_admin.php:474
350
  #@ transposh
351
  msgid "Enable url translation"
352
  msgstr "URL tercümesini etkinleştirin"
353
 
354
+ #: wp/transposh_admin.php:474
355
+ #: wp/transposh_admin.php:481
356
  #@ transposh
357
  msgid "experimental"
358
  msgstr "deneysel"
359
 
360
+ #: wp/transposh_admin.php:580
361
  #@ transposh
362
  msgid "Rewrite URLs to be search engine friendly, e.g. (http://transposh.org/<strong>en</strong>). Requires that permalinks will be enabled."
363
  msgstr "URL'leri yeniden yazmak için arama motoru dostu, örn. ( http://transposh.org/<strong>en</strong> ). Kalıcı bağlantıların etkinleştirilmiş olması gerekir."
364
 
365
+ #: wp/transposh_db.php:682
366
  #@ transposh
367
  msgid "Database stats"
368
  msgstr "Veritabanı istatistikleri"
369
 
370
+ #: wp/transposh_db.php:687
371
  #, php-format
372
  #@ transposh
373
  msgid "Total of <strong style=\"color:red\">%s</strong> translated phrases."
374
  msgstr "Toplam <strong style=\"color:red\">%s</strong> cümle tercüme edildi."
375
 
376
+ #: wp/transposh_db.php:694
377
  #, php-format
378
  #@ transposh
379
  msgid "<strong>%1s</strong> has <strong style=\"color:red\">%2s</strong> human translated phrases."
380
  msgstr "<strong>%1s</strong> has <strong style=\"color:red\">%2s</strong> insan cümle çevirisi vardır."
381
 
382
+ #: wp/transposh_db.php:697
383
  #@ transposh
384
  msgid "Recent activity"
385
  msgstr "Son etkinlikler"
386
 
387
+ #: wp/transposh_db.php:702
388
  #, php-format
389
  #@ transposh
390
  msgid "On <strong>%1s</strong><br/>user <strong>%2s</strong> translated<br/>\"<strong>%3s</strong>\"<br/>to <strong style=\"color:red\">%4s</strong><br/>\"<strong>%5s</strong>\""
395
  msgid "Style:"
396
  msgstr "Stil:"
397
 
398
+ #: wp/transposh_admin.php:556
399
  #@ transposh
400
  msgid "Show progress bar when a client triggers automatic translation"
401
  msgstr "otomatik çeviri yapılırken ilerleme çubuğunu göster"
402
 
403
+ #: wp/transposh_admin.php:556
404
  #@ transposh
405
  msgid "Show progress bar"
406
  msgstr "İlerleme çubuğunu göster"
407
 
408
+ #: wp/transposh_admin.php:558
409
  #@ transposh
410
  msgid "Widget will allow setting this language as user default"
411
  msgstr "Bileşen kullanıcının varsayılan olarak bu dil ayarına izin verecek"
412
 
413
+ #: wp/transposh_admin.php:558
414
  #@ transposh
415
  msgid "Allow user to set current language as default"
416
  msgstr "Kullanıcının varsayılan olarak geçerli dilini ayarlamak için izin ver"
417
 
418
+ #: wp/transposh_admin.php:560
419
  #@ transposh
420
  msgid "Transposh logo will not appear on widget"
421
  msgstr "Transposh logosu bileşende görünmez"
422
 
423
+ #: wp/transposh_admin.php:560
424
  #@ transposh
425
  msgid "Remove transposh logo (see <a href=\"http://transposh.org/logoterms\">terms</a>)"
426
  msgstr "Transhposh logosunu sil (bkz. <a href=\"http://transposh.org/logoterms\">şartlar</a>)"
427
 
428
+ #: wp/transposh_admin.php:618
429
  #@ transposh
430
  msgid "Service Key:"
431
  msgstr "Hizmet Key:"
467
  msgid "%VERSION%"
468
  msgstr "%VERSION%"
469
 
470
+ #: transposh.php:908
471
  #@ default
472
  msgid "Settings"
473
  msgstr "Ayarlar"
474
 
475
+ #: wp/transposh_admin.php:273
476
  #@ default
477
  msgid "Save Changes"
478
  msgstr "Değişiklikleri Kaydet"
479
 
480
+ #: wp/transposh_admin.php:481
481
  #@ transposh
482
  msgid "Enable gettext integration"
483
  msgstr "Gettext entegrasyonunu etkinleştirin"
484
 
485
+ #: wp/transposh_admin.php:481
486
  #@ transposh
487
  msgid "Enable integration of Transposh with existing gettext interface (.po/.mo files)"
488
  msgstr "Mevcut gettext arayüzü (.po / .mo dosyaları) ile Transposh entegrasyonu etkinleştirin"
489
 
490
+ #: wp/transposh_admin.php:411
491
  #@ transposh
492
  msgid "Language supported by apertium translate"
493
  msgstr "Apertium translate tarafından desteklenen dil"
494
 
495
+ #: wp/transposh_admin.php:610
496
  #@ transposh
497
  msgid "Attempt to fix errors caused by previous versions - please backup first"
498
  msgstr "Önceki sürümleri tarafından kaynaklanan hataların gidermek için çalıştır - Lütfen yedekleme yapın"
522
  msgid "google translate and bing translate plugin for wordpress"
523
  msgstr "Wordpres için google translate ve bing translate eklentisi"
524
 
525
+ #: wp/transposh_admin.php:562
526
+ #: wp/transposh_admin.php:563
527
  #@ transposh
528
  msgid "Edit interface (and progress bar) theme:"
529
  msgstr "İlerleme çubuğu arayüzünü düzenle"
530
 
531
+ #: wp/transposh_admin.php:467
532
  #@ transposh
533
  msgid "Allow search of translated languages (and the original language)"
534
  msgstr "Tercüme dilleri Bulmaya izin ver (ve orijinal dili)"
535
 
536
+ #: wp/transposh_admin.php:488
537
  #@ transposh
538
  msgid "Enable override for default locale"
539
  msgstr "Varsayılan yerel ayar için geçersiz kılmayı etkinleştirin"
540
 
541
+ #: wp/transposh_admin.php:488
542
  #@ transposh
543
  msgid "Enable overriding the default locale that is set in WP_LANG on default languages pages (such as untranslated pages and admin pages)"
544
  msgstr "(Çevrilmemiş sayfaları ve yönetici sayfaları gibi) varsayılan dillerin sayfaları WP_LANG varsayılan yerel geçersiz etkinleştirin"
545
 
546
+ #: wp/transposh_admin.php:248
547
  #, php-format
548
  #@ transposh
549
  msgid "Your current PHP memory limit of %s is quite low, if you experience blank pages please consider increasing it."
550
  msgstr "Boş sayfalar lütfen artırmayı düşünebilirsiniz yaşarsanız %s geçerli PHP bellek sınırı oldukça düşüktür."
551
 
552
+ #: wp/transposh_admin.php:252
553
  #@ transposh
554
  msgid "We were not able to find a supported in-memory caching engine, installing one can improve performance."
555
  msgstr "Biz kurulu bir performans artırıcı bulamadık, bir önbelleğe alma motoru bulamadık"
569
  msgid "Default"
570
  msgstr "Varsayılan"
571
 
572
+ #: wp/transposh_admin.php:248
573
+ #: wp/transposh_admin.php:252
574
  #@ transposh
575
  msgid "Check Transposh FAQs"
576
  msgstr "Transposh SSS kontrol edin"
577
 
578
+ #: wp/transposh_admin.php:598
579
  #@ transposh
580
  msgid "Allow collecting usage statistics"
581
  msgstr "Kullanım istatistikleri toplamaya izin ver"
582
 
583
+ #. TRANSLATORS: this is what appears in the select box in dropdown subwidget
584
  #: widgets/dropdown/tpw_image_dropdown.php:45
585
  #@ transposh
586
  msgid "Select language"
587
  msgstr ""
588
 
589
+ #: wp/transposh_admin.php:220
590
  #@ transposh
591
  msgid "Frontend settings"
592
  msgstr ""
593
 
594
+ #: wp/transposh_admin.php:508
595
  #@ transposh
596
  msgid "MSN API key"
597
  msgstr ""
598
 
599
+ #: wp/transposh_admin.php:509
600
+ #: wp/transposh_admin.php:515
601
+ #: wp/transposh_admin.php:540
602
  #@ transposh
603
  msgid "API Key"
604
  msgstr ""
605
 
606
+ #: wp/transposh_admin.php:514
607
  #@ transposh
608
  msgid "Google API key"
609
  msgstr ""
618
  msgid "Transposh subwidget was not loaded correctly"
619
  msgstr ""
620
 
621
+ #. TRANSLATORS: no need to translate this string
622
  #: wp/transposh_widget.php:269
623
  #@ transposh
624
  msgid "title"
625
  msgstr ""
626
 
627
+ #: wp/transposh_admin.php:640
 
628
  #@ transposh
629
  msgid "Language"
630
  msgstr ""
631
 
632
+ #: wp/transposh_admin.php:598
633
  #@ transposh
634
  msgid "This option enables collection of statistics by transposh that will be used to improve the product."
635
  msgstr ""
636
 
637
+ #. TRANSLATORS: this will be the default widget title
638
  #: wp/transposh_widget.php:115
639
  #@ transposh
640
  msgid "Translation"
641
  msgstr ""
642
 
643
+ #: wp/transposh_admin.php:219
644
+ #@ transposh
645
+ msgid "Professional translation settings"
646
+ msgstr ""
647
+
648
+ #: wp/transposh_admin.php:413
649
+ #@ transposh
650
+ msgid "Language supported by one hour translation"
651
+ msgstr ""
652
+
653
+ #: wp/transposh_admin.php:530
654
+ #@ transposh
655
+ msgid "<a href=\"http://transposh.org/redir/oht\">One Hour Translation</a>, is the largest professional translation service online, with thousands of business customers, including 57% of the Fortune 500 companies, and over 15000 translators worldwide."
656
+ msgstr ""
657
+
658
+ #: wp/transposh_admin.php:532
659
+ #@ transposh
660
+ msgid "One Hour Translation provides high-quality, fast professional translation to/from any language, and has specific domain expertise in SW localization, technical, business, and legal translations."
661
+ msgstr ""
662
+
663
+ #: wp/transposh_admin.php:533
664
+ #@ transposh
665
+ msgid "One Hour Translation account ID"
666
+ msgstr ""
667
+
668
+ #: wp/transposh_admin.php:534
669
+ #@ transposh
670
+ msgid "Account ID"
671
+ msgstr ""
672
+
673
+ #: wp/transposh_admin.php:539
674
+ #@ transposh
675
+ msgid "One Hour Translation secret key"
676
+ msgstr ""
677
+
678
+ #: wp/transposh_admin.php:546
679
+ #, php-format
680
+ #@ transposh
681
+ msgid "%d Phrases currently queued for next job in ~%d minutes"
682
+ msgstr ""
683
+
684
+ #: wp/transposh_admin.php:551
685
+ #, php-format
686
+ #@ transposh
687
+ msgid "%d projects have been submitted and waiting for completion"
688
+ msgstr ""
689
+
690
+ #: wp/transposh_admin.php:636
691
+ #@ transposh
692
+ msgid "Unset"
693
+ msgstr ""
694
+
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: oferwald
3
  Donate link: http://transposh.org/donate/
4
  Tags: translation, translate, i18n, widget, filter, buddypress, bilingual, multilingual, transposh, language, crowdsourcing, google translate, bing translate, context, wiki, RTL, Hebrew, Spanish, French, Russian, English, Arabic, Portuguese
5
  Requires at least: 3.1
6
- Tested up to: 3.4
7
- Stable tag: 0.8.3
8
 
9
  Transposh adds best of breed translation support to wordpress, 66 languages are automatically translated and can be manually corrected with ease.
10
 
@@ -22,6 +22,7 @@ You can watch the video above, made by Fabrice Meuwissen of obviousidea.com whic
22
  * Multiple options for widget appearances - with pluggable widgets and multiple instances
23
  * Translation of external plugins without a need for .po/.mo files
24
  * Automatic translation mode for all content (including comments!)
 
25
  * Use either Google Translate,MS Translate or Apertium backends - 66 languages supported!
26
  * Automatic translation can be triggered on demand by the readers or on the server side
27
  * RSS feeds are translated too
@@ -113,8 +114,21 @@ This version allows sorting of languages within the widget
113
  * Spanish translation by [Angel Torregrosa](http://wordp.relatividad.org)
114
  * German translation by [Jenny Beelens](http://www.professionaltranslation.com)
115
  * Turkish translation by [Semih Yeşilyurt](http://kingdroid.net)
 
116
 
117
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
 
118
  = 2012/05/28 - 0.8.3 =
119
  * Fix break in feeds with params noticed by Marco Raaphorst
120
  * Maintanance button now attempts to create database tables
3
  Donate link: http://transposh.org/donate/
4
  Tags: translation, translate, i18n, widget, filter, buddypress, bilingual, multilingual, transposh, language, crowdsourcing, google translate, bing translate, context, wiki, RTL, Hebrew, Spanish, French, Russian, English, Arabic, Portuguese
5
  Requires at least: 3.1
6
+ Tested up to: 3.4.1
7
+ Stable tag: 0.8.4
8
 
9
  Transposh adds best of breed translation support to wordpress, 66 languages are automatically translated and can be manually corrected with ease.
10
 
22
  * Multiple options for widget appearances - with pluggable widgets and multiple instances
23
  * Translation of external plugins without a need for .po/.mo files
24
  * Automatic translation mode for all content (including comments!)
25
+ * Professional translation bt [One Hour Translation](http://transposh.org/redir/oht)
26
  * Use either Google Translate,MS Translate or Apertium backends - 66 languages supported!
27
  * Automatic translation can be triggered on demand by the readers or on the server side
28
  * RSS feeds are translated too
114
  * Spanish translation by [Angel Torregrosa](http://wordp.relatividad.org)
115
  * German translation by [Jenny Beelens](http://www.professionaltranslation.com)
116
  * Turkish translation by [Semih Yeşilyurt](http://kingdroid.net)
117
+ * Portuguese (Brazil) translation by [Amilton Junior](http://www.dicasemgeral.com)
118
 
119
  == Changelog ==
120
+ = 2012/09/03 - 0.8.4 =
121
+ * Integration with [One Hour Translation professional](http://transposh.org/redir/oht) translation service
122
+ * Fixed flag of Swahili to Tanzania as noted by Ed Jordan
123
+ * Live backup now includes a daily backup
124
+ * Fixes to backup, seems there was a big problem with data compactation
125
+ * Fix for a parser bug when having translate in default language following a select element
126
+ * Fixed XSS reported by [Infern0_](​http://www.seqrity.pl)
127
+ * Added global function to return the current language "transposh_get_current_language()"
128
+ * Seems like Lybia has a new flag
129
+ * Fixed widget IDs containing / so that we'll pass w3c validation
130
+ * Updated jQueryUI to 1.8.23 to avoid conflict with jQuery 1.8 used by some themes
131
+ * Portuguese (Brazil) translation by [Amilton Junior](http://www.dicasemgeral.com)
132
  = 2012/05/28 - 0.8.3 =
133
  * Fix break in feeds with params noticed by Marco Raaphorst
134
  * Maintanance button now attempts to create database tables
transposh.php CHANGED
@@ -5,7 +5,7 @@
5
  Plugin URI: http://transposh.org/
6
  Description: Translation filter for WordPress, After enabling please set languages at the <a href="options-general.php?page=transposh">the options page</a> Want to help? visit our development site at <a href="http://trac.transposh.org/">trac.transposh.org</a>.
7
  Author: Team Transposh
8
- Version: 0.8.3
9
  Author URI: http://transposh.org/
10
  License: GPL (http://www.gnu.org/licenses/gpl.txt)
11
  Text Domain: transposh
@@ -13,14 +13,14 @@
13
  */
14
 
15
  /*
16
- * Transposh v0.8.3
17
  * http://transposh.org/
18
  *
19
  * Copyright 2012, Team Transposh
20
  * Licensed under the GPL Version 2 or higher.
21
  * http://transposh.org/license
22
  *
23
- * Date: Mon, 28 May 2012 14:38:35 +0300
24
  */
25
 
26
  //avoid direct calls to this file where wp core files not present
@@ -155,18 +155,23 @@ class transposh_plugin {
155
  add_action('wp_head', array(&$this, 'add_rel_alternate'));
156
  // add_action('wp_head', array(&$this,'add_transposh_async'));
157
  add_action('transposh_backup_event', array(&$this, 'run_backup'));
 
158
  add_action('comment_post', array(&$this, 'add_comment_meta_settings'), 1);
159
  // our translation proxy
160
  add_action('wp_ajax_tp_gp', array(&$this, 'on_ajax_nopriv_tp_gp'));
161
  add_action('wp_ajax_nopriv_tp_gp', array(&$this, 'on_ajax_nopriv_tp_gp'));
162
  add_action('wp_ajax_tp_gsp', array(&$this, 'on_ajax_nopriv_tp_gsp'));
163
  add_action('wp_ajax_nopriv_tp_gsp', array(&$this, 'on_ajax_nopriv_tp_gsp'));
 
 
164
  // ajax actions in editor
165
  // TODO - remove some for non translators
166
  add_action('wp_ajax_tp_history', array(&$this, 'on_ajax_nopriv_tp_history'));
167
  add_action('wp_ajax_nopriv_tp_history', array(&$this, 'on_ajax_nopriv_tp_history'));
168
  add_action('wp_ajax_tp_translation', array(&$this, 'on_ajax_nopriv_tp_translation'));
169
  add_action('wp_ajax_nopriv_tp_translation', array(&$this, 'on_ajax_nopriv_tp_translation'));
 
 
170
  add_action('wp_ajax_tp_trans_alts', array(&$this, 'on_ajax_nopriv_tp_trans_alts'));
171
  add_action('wp_ajax_nopriv_tp_trans_alts', array(&$this, 'on_ajax_nopriv_tp_trans_alts'));
172
  add_action('wp_ajax_tp_cookie', array(&$this, 'on_ajax_nopriv_tp_cookie'));
@@ -739,7 +744,8 @@ class transposh_plugin {
739
  }
740
  if (in_array($this->target_language, transposh_consts::$apertium_languages))
741
  $script_params['apertium'] = 1;
742
-
 
743
  if ($this->options->get_widget_progressbar())
744
  $script_params['progress'] = 1;
745
  if (!$this->options->get_enable_auto_translate())
@@ -1198,7 +1204,7 @@ class transposh_plugin {
1198
  ob_end_clean();
1199
  return $widgetcontent;
1200
  }
1201
-
1202
  if ($lang || $only_class || $nt_class) {
1203
  return '<span ' . $only_class . $nt_class . $lang . '>' . do_shortcode($content) . '</span>';
1204
  } else {
@@ -1353,6 +1359,72 @@ class transposh_plugin {
1353
  die();
1354
  }
1355
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1356
  // getting translation history
1357
  function on_ajax_nopriv_tp_history() {
1358
  // deleting
@@ -1364,7 +1436,7 @@ class transposh_plugin {
1364
  die();
1365
  }
1366
 
1367
- // the case of posted translation
1368
  function on_ajax_nopriv_tp_translation() {
1369
  transposh_utils::allow_cors();
1370
  do_action('transposh_translation_posted');
@@ -1372,6 +1444,27 @@ class transposh_plugin {
1372
  die();
1373
  }
1374
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1375
  // getting translation alternates
1376
  function on_ajax_nopriv_tp_trans_alts() {
1377
  transposh_utils::allow_cors();
@@ -1400,4 +1493,25 @@ class transposh_plugin {
1400
  }
1401
 
1402
  $my_transposh_plugin = new transposh_plugin();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1403
  ?>
5
  Plugin URI: http://transposh.org/
6
  Description: Translation filter for WordPress, After enabling please set languages at the <a href="options-general.php?page=transposh">the options page</a> Want to help? visit our development site at <a href="http://trac.transposh.org/">trac.transposh.org</a>.
7
  Author: Team Transposh
8
+ Version: 0.8.4
9
  Author URI: http://transposh.org/
10
  License: GPL (http://www.gnu.org/licenses/gpl.txt)
11
  Text Domain: transposh
13
  */
14
 
15
  /*
16
+ * Transposh v0.8.4
17
  * http://transposh.org/
18
  *
19
  * Copyright 2012, Team Transposh
20
  * Licensed under the GPL Version 2 or higher.
21
  * http://transposh.org/license
22
  *
23
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
24
  */
25
 
26
  //avoid direct calls to this file where wp core files not present
155
  add_action('wp_head', array(&$this, 'add_rel_alternate'));
156
  // add_action('wp_head', array(&$this,'add_transposh_async'));
157
  add_action('transposh_backup_event', array(&$this, 'run_backup'));
158
+ add_action('transposh_oht_event', array(&$this, 'run_oht'));
159
  add_action('comment_post', array(&$this, 'add_comment_meta_settings'), 1);
160
  // our translation proxy
161
  add_action('wp_ajax_tp_gp', array(&$this, 'on_ajax_nopriv_tp_gp'));
162
  add_action('wp_ajax_nopriv_tp_gp', array(&$this, 'on_ajax_nopriv_tp_gp'));
163
  add_action('wp_ajax_tp_gsp', array(&$this, 'on_ajax_nopriv_tp_gsp'));
164
  add_action('wp_ajax_nopriv_tp_gsp', array(&$this, 'on_ajax_nopriv_tp_gsp'));
165
+ add_action('wp_ajax_tp_oht', array(&$this, 'on_ajax_nopriv_tp_oht'));
166
+ add_action('wp_ajax_nopriv_tp_oht', array(&$this, 'on_ajax_nopriv_tp_oht'));
167
  // ajax actions in editor
168
  // TODO - remove some for non translators
169
  add_action('wp_ajax_tp_history', array(&$this, 'on_ajax_nopriv_tp_history'));
170
  add_action('wp_ajax_nopriv_tp_history', array(&$this, 'on_ajax_nopriv_tp_history'));
171
  add_action('wp_ajax_tp_translation', array(&$this, 'on_ajax_nopriv_tp_translation'));
172
  add_action('wp_ajax_nopriv_tp_translation', array(&$this, 'on_ajax_nopriv_tp_translation'));
173
+ add_action('wp_ajax_tp_ohtcallback', array(&$this, 'on_ajax_nopriv_tp_ohtcallback'));
174
+ add_action('wp_ajax_nopriv_tp_ohtcallback', array(&$this, 'on_ajax_nopriv_tp_ohtcallback'));
175
  add_action('wp_ajax_tp_trans_alts', array(&$this, 'on_ajax_nopriv_tp_trans_alts'));
176
  add_action('wp_ajax_nopriv_tp_trans_alts', array(&$this, 'on_ajax_nopriv_tp_trans_alts'));
177
  add_action('wp_ajax_tp_cookie', array(&$this, 'on_ajax_nopriv_tp_cookie'));
744
  }
745
  if (in_array($this->target_language, transposh_consts::$apertium_languages))
746
  $script_params['apertium'] = 1;
747
+ if ($this->options->get_oht_id() && $this->options->get_oht_key() && in_array($this->target_language, transposh_consts::$oht_languages) && current_user_can('manage_options'))
748
+ $script_params['oht'] = 1;
749
  if ($this->options->get_widget_progressbar())
750
  $script_params['progress'] = 1;
751
  if (!$this->options->get_enable_auto_translate())
1204
  ob_end_clean();
1205
  return $widgetcontent;
1206
  }
1207
+
1208
  if ($lang || $only_class || $nt_class) {
1209
  return '<span ' . $only_class . $nt_class . $lang . '>' . do_shortcode($content) . '</span>';
1210
  } else {
1359
  die();
1360
  }
1361
 
1362
+ /**
1363
+ * Queue for One Hour Translate
1364
+ */
1365
+ function on_ajax_nopriv_tp_oht() {
1366
+ // Admin access only
1367
+ if (!current_user_can('manage_options')) {
1368
+ echo "only admin is allowed";
1369
+ die();
1370
+ }
1371
+ $oht = get_option(TRANSPOSH_OPTIONS_OHT, array());
1372
+ if (!isset($_GET['orglang']))
1373
+ $_GET['orglang'] = $this->options->get_default_language();
1374
+ $key = $_GET['token'] . '@' . $_GET['lang'] . '@' . $_GET['orglang'];
1375
+ if (isset($oht[$key])) {
1376
+ unset($oht[$key]);
1377
+
1378
+ echo json_encode(false);
1379
+ } else {
1380
+ $oht[$key] = array('q' => $_GET['q'], 'l' => $_GET['lang'], 'ol' => $_GET['orglang'], 't' => $_GET['token']);
1381
+
1382
+ echo json_encode(true);
1383
+ }
1384
+
1385
+ update_option(TRANSPOSH_OPTIONS_OHT, $oht);
1386
+
1387
+ // we will make an oht send event in defined time
1388
+ wp_clear_scheduled_hook('transposh_oht_event');
1389
+ wp_schedule_single_event(time() + TRANSPOSH_OHT_DELAY, 'transposh_oht_event');
1390
+
1391
+ die();
1392
+ }
1393
+
1394
+ /**
1395
+ * OHT event running
1396
+ */
1397
+ function run_oht() {
1398
+
1399
+ $oht = get_option(TRANSPOSH_OPTIONS_OHT, array());
1400
+
1401
+ $ohtp = get_option(TRANSPOSH_OPTIONS_OHT_PROJECTS, array());
1402
+ $projectid = time();
1403
+ //send less data
1404
+ $ohtbody = array();
1405
+ $pcount = 0;
1406
+ foreach ($oht as $arr) {
1407
+ $pcount++;
1408
+
1409
+ $ohtbody[$arr['t']] = array('q' => $arr['q'], 'l' => $arr['l'], 'ol' => $arr['ol']);
1410
+ }
1411
+ $ohtbody['pid'] = $projectid;
1412
+ $ohtbody['id'] = $this->options->get_oht_id();
1413
+ $ohtbody['key'] = $this->options->get_oht_key();
1414
+ $ohtbody['callback'] = admin_url('admin-ajax.php');
1415
+ $ohtbody['homeurl'] = $this->home_url;
1416
+
1417
+ // now we send this, add to log that it was sent to oht.. we'll also add a timer to make sure it gets back to us
1418
+ $ret = wp_remote_post('http://svc.transposh.org/oht.php', array('body' => $ohtbody));
1419
+ if ($ret['response']['code'] == '200') {
1420
+ delete_option(TRANSPOSH_OPTIONS_OHT);
1421
+ $ohtp[$projectid] = $pcount;
1422
+ update_option(TRANSPOSH_OPTIONS_OHT_PROJECTS, $ohtp);
1423
+ } else {
1424
+
1425
+ }
1426
+ }
1427
+
1428
  // getting translation history
1429
  function on_ajax_nopriv_tp_history() {
1430
  // deleting
1436
  die();
1437
  }
1438
 
1439
+ // the case of posted translation
1440
  function on_ajax_nopriv_tp_translation() {
1441
  transposh_utils::allow_cors();
1442
  do_action('transposh_translation_posted');
1444
  die();
1445
  }
1446
 
1447
+ /**
1448
+ * callback from one hour translation
1449
+ */
1450
+ function on_ajax_nopriv_tp_ohtcallback() {
1451
+ $ohtp = get_option(TRANSPOSH_OPTIONS_OHT_PROJECTS, array());
1452
+
1453
+ if ($ohtp[$_POST['projectid']]) {
1454
+ Logger($_POST['projectid'] . " was found and will be processed");
1455
+ do_action('transposh_oht_callback');
1456
+
1457
+ $ohtp[$_POST['projectid']] -= $_POST['items'];
1458
+ if ($ohtp[$_POST['projectid']] <= 0) {
1459
+ unset($ohtp[$_POST['projectid']]);
1460
+ }
1461
+
1462
+ update_option(TRANSPOSH_OPTIONS_OHT_PROJECTS, $ohtp);
1463
+ $this->database->update_translation("OHT");
1464
+ }
1465
+ die();
1466
+ }
1467
+
1468
  // getting translation alternates
1469
  function on_ajax_nopriv_tp_trans_alts() {
1470
  transposh_utils::allow_cors();
1493
  }
1494
 
1495
  $my_transposh_plugin = new transposh_plugin();
1496
+
1497
+ // some global functions for programmers
1498
+
1499
+ /**
1500
+ * Function provided for old widget include code compatability
1501
+ * @param array $args Not needed
1502
+ */
1503
+ function transposh_widget($args = array(), $instance = array('title' => 'Translation')) {
1504
+ global $my_transposh_plugin;
1505
+ $my_transposh_plugin->widget->widget($args, $instance);
1506
+ }
1507
+
1508
+ /**
1509
+ * Function for getting the current language
1510
+ * @return string
1511
+ */
1512
+ function transposh_get_current_language() {
1513
+ global $my_transposh_plugin;
1514
+ return $my_transposh_plugin->target_language;
1515
+ }
1516
+
1517
  ?>
widgets/default/tpw_default.php CHANGED
@@ -11,14 +11,14 @@
11
  */
12
 
13
  /*
14
- * Transposh v0.8.3
15
  * http://transposh.org/
16
  *
17
  * Copyright 2012, Team Transposh
18
  * Licensed under the GPL Version 2 or higher.
19
  * http://transposh.org/license
20
  *
21
- * Date: Mon, 28 May 2012 14:38:35 +0300
22
  */
23
 
24
  /*
11
  */
12
 
13
  /*
14
+ * Transposh v0.8.4
15
  * http://transposh.org/
16
  *
17
  * Copyright 2012, Team Transposh
18
  * Licensed under the GPL Version 2 or higher.
19
  * http://transposh.org/license
20
  *
21
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
22
  */
23
 
24
  /*
widgets/dropdown/tpw_image_dropdown.php CHANGED
@@ -11,14 +11,14 @@
11
  */
12
 
13
  /*
14
- * Transposh v0.8.3
15
  * http://transposh.org/
16
  *
17
  * Copyright 2012, Team Transposh
18
  * Licensed under the GPL Version 2 or higher.
19
  * http://transposh.org/license
20
  *
21
- * Date: Mon, 28 May 2012 14:38:35 +0300
22
  */
23
 
24
  class tpw_image_dropdown extends transposh_base_widget {
11
  */
12
 
13
  /*
14
+ * Transposh v0.8.4
15
  * http://transposh.org/
16
  *
17
  * Copyright 2012, Team Transposh
18
  * Licensed under the GPL Version 2 or higher.
19
  * http://transposh.org/license
20
  *
21
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
22
  */
23
 
24
  class tpw_image_dropdown extends transposh_base_widget {
widgets/flags/flags66.png DELETED
Binary file
widgets/flags/flags66b.png ADDED
Binary file
widgets/flags/tpw_flags.php CHANGED
@@ -11,14 +11,14 @@
11
  */
12
 
13
  /*
14
- * Transposh v0.8.3
15
  * http://transposh.org/
16
  *
17
  * Copyright 2012, Team Transposh
18
  * Licensed under the GPL Version 2 or higher.
19
  * http://transposh.org/license
20
  *
21
- * Date: Mon, 28 May 2012 14:38:35 +0300
22
  */
23
 
24
  /**
11
  */
12
 
13
  /*
14
+ * Transposh v0.8.4
15
  * http://transposh.org/
16
  *
17
  * Copyright 2012, Team Transposh
18
  * Licensed under the GPL Version 2 or higher.
19
  * http://transposh.org/license
20
  *
21
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
22
  */
23
 
24
  /**
widgets/flags/tpw_flags_css.css CHANGED
@@ -29,7 +29,7 @@
29
 
30
  /* define the .css sprites here */
31
  .trf {
32
- background-image:url(flags66.png);
33
  height:11px;
34
  width:16px;
35
  background-repeat:no-repeat;
@@ -88,7 +88,7 @@
88
  .trf-sk {background-position: -1176px 0}
89
  .trf-si {background-position: -1200px 0}
90
  .trf-es {background-position: -1224px 0}
91
- .trf-ke {background-position: -1248px 0}
92
  .trf-se {background-position: -1272px 0}
93
  .trf-ph {background-position: -1296px 0}
94
  .trf-lk {background-position: -1320px 0}
@@ -98,4 +98,4 @@
98
  .trf-pk {background-position: -1416px 0}
99
  .trf-vn {background-position: -1440px 0}
100
  .trf-wales {background-position: -1464px 0}
101
- .trf-europeanunion {background-position: -1488px 0}
29
 
30
  /* define the .css sprites here */
31
  .trf {
32
+ background-image:url(flags66b.png);
33
  height:11px;
34
  width:16px;
35
  background-repeat:no-repeat;
88
  .trf-sk {background-position: -1176px 0}
89
  .trf-si {background-position: -1200px 0}
90
  .trf-es {background-position: -1224px 0}
91
+ .trf-tz {background-position: -1248px 0}
92
  .trf-se {background-position: -1272px 0}
93
  .trf-ph {background-position: -1296px 0}
94
  .trf-lk {background-position: -1320px 0}
98
  .trf-pk {background-position: -1416px 0}
99
  .trf-vn {background-position: -1440px 0}
100
  .trf-wales {background-position: -1464px 0}
101
+ .trf-europeanunion {background-position: -1488px 0}
widgets/flags/tpw_flags_css.php CHANGED
@@ -11,14 +11,14 @@
11
  */
12
 
13
  /*
14
- * Transposh v0.8.3
15
  * http://transposh.org/
16
  *
17
  * Copyright 2012, Team Transposh
18
  * Licensed under the GPL Version 2 or higher.
19
  * http://transposh.org/license
20
  *
21
- * Date: Mon, 28 May 2012 14:38:35 +0300
22
  */
23
 
24
  class tpw_flags_css extends transposh_base_widget {
11
  */
12
 
13
  /*
14
+ * Transposh v0.8.4
15
  * http://transposh.org/
16
  *
17
  * Copyright 2012, Team Transposh
18
  * Licensed under the GPL Version 2 or higher.
19
  * http://transposh.org/license
20
  *
21
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
22
  */
23
 
24
  class tpw_flags_css extends transposh_base_widget {
widgets/flagslist/tpw_list_with_flags.php CHANGED
@@ -11,14 +11,14 @@
11
  */
12
 
13
  /*
14
- * Transposh v0.8.3
15
  * http://transposh.org/
16
  *
17
  * Copyright 2012, Team Transposh
18
  * Licensed under the GPL Version 2 or higher.
19
  * http://transposh.org/license
20
  *
21
- * Date: Mon, 28 May 2012 14:38:35 +0300
22
  */
23
 
24
  class tpw_list_with_flags extends transposh_base_widget {
@@ -28,7 +28,7 @@ class tpw_list_with_flags extends transposh_base_widget {
28
  * @global transposh_plugin $my_transposh_plugin
29
  */
30
  static function tp_widget_css($file, $dir, $url) {
31
- wp_enqueue_style("flags/tpw_flags", "$url/widgets/flags/tpw_flags.css", array(), TRANSPOSH_PLUGIN_VER);
32
  }
33
 
34
  /**
11
  */
12
 
13
  /*
14
+ * Transposh v0.8.4
15
  * http://transposh.org/
16
  *
17
  * Copyright 2012, Team Transposh
18
  * Licensed under the GPL Version 2 or higher.
19
  * http://transposh.org/license
20
  *
21
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
22
  */
23
 
24
  class tpw_list_with_flags extends transposh_base_widget {
28
  * @global transposh_plugin $my_transposh_plugin
29
  */
30
  static function tp_widget_css($file, $dir, $url) {
31
+ wp_enqueue_style("flags_tpw_flags", "$url/widgets/flags/tpw_flags.css", array(), TRANSPOSH_PLUGIN_VER);
32
  }
33
 
34
  /**
widgets/flagslist/tpw_list_with_flags_css.php CHANGED
@@ -11,14 +11,14 @@
11
  */
12
 
13
  /*
14
- * Transposh v0.8.3
15
  * http://transposh.org/
16
  *
17
  * Copyright 2012, Team Transposh
18
  * Licensed under the GPL Version 2 or higher.
19
  * http://transposh.org/license
20
  *
21
- * Date: Mon, 28 May 2012 14:38:35 +0300
22
  */
23
 
24
  class tpw_list_with_flags_css extends transposh_base_widget {
@@ -28,7 +28,7 @@ class tpw_list_with_flags_css extends transposh_base_widget {
28
  * @global transposh_plugin $my_transposh_plugin
29
  */
30
  static function tp_widget_css($file, $dir, $url) {
31
- wp_enqueue_style("flags/tpw_flags_css", "$url/widgets/flags/tpw_flags_css.css", array(), TRANSPOSH_PLUGIN_VER);
32
  }
33
 
34
  /**
11
  */
12
 
13
  /*
14
+ * Transposh v0.8.4
15
  * http://transposh.org/
16
  *
17
  * Copyright 2012, Team Transposh
18
  * Licensed under the GPL Version 2 or higher.
19
  * http://transposh.org/license
20
  *
21
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
22
  */
23
 
24
  class tpw_list_with_flags_css extends transposh_base_widget {
28
  * @global transposh_plugin $my_transposh_plugin
29
  */
30
  static function tp_widget_css($file, $dir, $url) {
31
+ wp_enqueue_style("flags_tpw_flags_css", "$url/widgets/flags/tpw_flags_css.css", array(), TRANSPOSH_PLUGIN_VER);
32
  }
33
 
34
  /**
wp/transposh_3rdparty.php CHANGED
@@ -1,14 +1,14 @@
1
  <?php
2
 
3
  /*
4
- * Transposh v0.8.3
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
- * Date: Mon, 28 May 2012 14:38:35 +0300
12
  */
13
 
14
  /*
1
  <?php
2
 
3
  /*
4
+ * Transposh v0.8.4
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
12
  */
13
 
14
  /*
wp/transposh_admin.php CHANGED
@@ -1,14 +1,14 @@
1
  <?php
2
 
3
  /*
4
- * Transposh v0.8.3
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
- * Date: Mon, 28 May 2012 14:38:35 +0300
12
  */
13
 
14
  /*
@@ -131,6 +131,8 @@ class transposh_plugin_admin {
131
  $this->transposh->options->set_preferred_translator($_POST[PREFERRED_TRANSLATOR]);
132
  $this->transposh->options->set_msn_key($_POST[MSN_TRANSLATE_KEY]);
133
  $this->transposh->options->set_google_key($_POST[GOOGLE_TRANSLATE_KEY]);
 
 
134
  $this->transposh->options->set_transposh_key($_POST[TRANSPOSH_KEY]);
135
  // frontend stuff
136
  $this->transposh->options->set_widget_progressbar($_POST[WIDGET_PROGRESSBAR]);
@@ -139,11 +141,11 @@ class transposh_plugin_admin {
139
  $this->transposh->options->set_widget_theme($_POST[WIDGET_THEME]);
140
 
141
  // handle change of schedule for backup to daily
142
- if ($_POST[TRANSPOSH_BACKUP_SCHEDULE] != $this->transposh->options->get_transposh_backup_schedule()) {
143
- wp_clear_scheduled_hook('transposh_backup_event');
144
- if ($_POST[TRANSPOSH_BACKUP_SCHEDULE] == 1)
145
- wp_schedule_event(time(), 'daily', 'transposh_backup_event');
146
- }
147
  $this->transposh->options->set_transposh_backup_schedule($_POST[TRANSPOSH_BACKUP_SCHEDULE]);
148
 
149
  $this->transposh->options->update_options();
@@ -214,6 +216,7 @@ class transposh_plugin_admin {
214
  add_meta_box('transposh-contentbox-languages', __('Supported languages', TRANSPOSH_TEXT_DOMAIN), array(&$this, 'on_contentbox_languages_content'), $this->pagehook, 'normal', 'core');
215
  add_meta_box('transposh-contentbox-translation', __('Translation settings', TRANSPOSH_TEXT_DOMAIN), array(&$this, 'on_contentbox_translation_content'), $this->pagehook, 'normal', 'core');
216
  add_meta_box('transposh-contentbox-autotranslation', __('Automatic translation settings', TRANSPOSH_TEXT_DOMAIN), array(&$this, 'on_contentbox_auto_translation_content'), $this->pagehook, 'normal', 'core');
 
217
  add_meta_box('transposh-contentbox-frontend', __('Frontend settings', TRANSPOSH_TEXT_DOMAIN), array(&$this, 'on_contentbox_frontend_content'), $this->pagehook, 'normal', 'core');
218
  add_meta_box('transposh-contentbox-general', __('Generic settings', TRANSPOSH_TEXT_DOMAIN), array(&$this, 'on_contentbox_generic_content'), $this->pagehook, 'normal', 'core');
219
  add_meta_box('transposh-contentbox-database', __('Database maintenance', TRANSPOSH_TEXT_DOMAIN), array(&$this, 'on_contentbox_database_content'), $this->pagehook, 'normal', 'core');
@@ -406,6 +409,8 @@ class transposh_plugin_admin {
406
  echo '<img width="16" height="16" alt="b" class="logoicon" title="' . esc_attr__('Language supported by bing translate', TRANSPOSH_TEXT_DOMAIN) . '" src="' . $this->transposh->transposh_plugin_url . '/' . TRANSPOSH_DIR_IMG . '/bingicon.png"/>';
407
  if (in_array($langcode, transposh_consts::$apertium_languages))
408
  echo '<img width="16" height="16" alt="a" class="logoicon" title="' . esc_attr__('Language supported by apertium translate', TRANSPOSH_TEXT_DOMAIN) . '" src="' . $this->transposh->transposh_plugin_url . '/' . TRANSPOSH_DIR_IMG . '/apertiumicon.png"/>';
 
 
409
  if (in_array($langcode, transposh_consts::$rtl_languages))
410
  echo '<img width="16" height="16" alt="r" class="logoicon" title="' . esc_attr__('Language is written from right to left', TRANSPOSH_TEXT_DOMAIN) . '" src="' . $this->transposh->transposh_plugin_url . '/' . TRANSPOSH_DIR_IMG . '/rtlicon.png"/>';
411
  echo '</li>';
@@ -500,13 +505,13 @@ class transposh_plugin_admin {
500
  /**
501
  * Allow users to insert their own API keys
502
  */
503
- echo '<h4>' . __('MSN API key', TRANSPOSH_TEXT_DOMAIN) . '</h4>';
504
  echo __('API Key', TRANSPOSH_TEXT_DOMAIN) . ': <input type="text" size="35" class="regular-text" value="' . $this->transposh->options->get_msn_key() . '" id="' . MSN_TRANSLATE_KEY . '" name="' . MSN_TRANSLATE_KEY . '"/>';
505
 
506
  /**
507
  * Allow users to insert their own API keys
508
  */
509
- echo '<h4>' . __('Google API key', TRANSPOSH_TEXT_DOMAIN) . '</h4>';
510
  echo __('API Key', TRANSPOSH_TEXT_DOMAIN) . ': <input type="text" size="35" class="regular-text" value="' . $this->transposh->options->get_google_key() . '" id="' . GOOGLE_TRANSLATE_KEY . '" name="' . GOOGLE_TRANSLATE_KEY . '"/>';
511
 
512
  /*
@@ -521,6 +526,32 @@ class transposh_plugin_admin {
521
  '</label>';
522
  }
523
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
524
  function on_contentbox_frontend_content($data) {
525
  $this->checkbox(WIDGET_PROGRESSBAR, $this->transposh->options->get_widget_progressbar(), __('Show progress bar', TRANSPOSH_TEXT_DOMAIN), __('Show progress bar when a client triggers automatic translation', TRANSPOSH_TEXT_DOMAIN));
526
 
@@ -604,7 +635,7 @@ class transposh_plugin_admin {
604
  if (!$comment_lang) {
605
  $text = __('Unset', TRANSPOSH_TEXT_DOMAIN);
606
  } else {
607
- $text = transposh_consts::get_language_name($comment_lang)." - ".transposh_consts::get_language_orig_name($comment_lang);
608
  }
609
  $actions['language'] = __('Language', TRANSPOSH_TEXT_DOMAIN) . "(<a data-cid=\"{$comment->comment_ID}\" data-lang=\"{$comment_lang}\" href=\"\" onclick=\"return false\">$text</a>)";
610
  return $actions;
1
  <?php
2
 
3
  /*
4
+ * Transposh v0.8.4
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
12
  */
13
 
14
  /*
131
  $this->transposh->options->set_preferred_translator($_POST[PREFERRED_TRANSLATOR]);
132
  $this->transposh->options->set_msn_key($_POST[MSN_TRANSLATE_KEY]);
133
  $this->transposh->options->set_google_key($_POST[GOOGLE_TRANSLATE_KEY]);
134
+ $this->transposh->options->set_oht_id($_POST[OHT_TRANSLATE_ID]);
135
+ $this->transposh->options->set_oht_key($_POST[OHT_TRANSLATE_KEY]);
136
  $this->transposh->options->set_transposh_key($_POST[TRANSPOSH_KEY]);
137
  // frontend stuff
138
  $this->transposh->options->set_widget_progressbar($_POST[WIDGET_PROGRESSBAR]);
141
  $this->transposh->options->set_widget_theme($_POST[WIDGET_THEME]);
142
 
143
  // handle change of schedule for backup to daily
144
+ //if ($_POST[TRANSPOSH_BACKUP_SCHEDULE] != $this->transposh->options->get_transposh_backup_schedule()) {
145
+ wp_clear_scheduled_hook('transposh_backup_event');
146
+ if ($_POST[TRANSPOSH_BACKUP_SCHEDULE] == 1 || $_POST[TRANSPOSH_BACKUP_SCHEDULE] == 2)
147
+ wp_schedule_event(time(), 'daily', 'transposh_backup_event');
148
+ //}
149
  $this->transposh->options->set_transposh_backup_schedule($_POST[TRANSPOSH_BACKUP_SCHEDULE]);
150
 
151
  $this->transposh->options->update_options();
216
  add_meta_box('transposh-contentbox-languages', __('Supported languages', TRANSPOSH_TEXT_DOMAIN), array(&$this, 'on_contentbox_languages_content'), $this->pagehook, 'normal', 'core');
217
  add_meta_box('transposh-contentbox-translation', __('Translation settings', TRANSPOSH_TEXT_DOMAIN), array(&$this, 'on_contentbox_translation_content'), $this->pagehook, 'normal', 'core');
218
  add_meta_box('transposh-contentbox-autotranslation', __('Automatic translation settings', TRANSPOSH_TEXT_DOMAIN), array(&$this, 'on_contentbox_auto_translation_content'), $this->pagehook, 'normal', 'core');
219
+ add_meta_box('transposh-contentbox-protranslation', __('Professional translation settings', TRANSPOSH_TEXT_DOMAIN), array(&$this, 'on_contentbox_professional_translation_content'), $this->pagehook, 'normal', 'core');
220
  add_meta_box('transposh-contentbox-frontend', __('Frontend settings', TRANSPOSH_TEXT_DOMAIN), array(&$this, 'on_contentbox_frontend_content'), $this->pagehook, 'normal', 'core');
221
  add_meta_box('transposh-contentbox-general', __('Generic settings', TRANSPOSH_TEXT_DOMAIN), array(&$this, 'on_contentbox_generic_content'), $this->pagehook, 'normal', 'core');
222
  add_meta_box('transposh-contentbox-database', __('Database maintenance', TRANSPOSH_TEXT_DOMAIN), array(&$this, 'on_contentbox_database_content'), $this->pagehook, 'normal', 'core');
409
  echo '<img width="16" height="16" alt="b" class="logoicon" title="' . esc_attr__('Language supported by bing translate', TRANSPOSH_TEXT_DOMAIN) . '" src="' . $this->transposh->transposh_plugin_url . '/' . TRANSPOSH_DIR_IMG . '/bingicon.png"/>';
410
  if (in_array($langcode, transposh_consts::$apertium_languages))
411
  echo '<img width="16" height="16" alt="a" class="logoicon" title="' . esc_attr__('Language supported by apertium translate', TRANSPOSH_TEXT_DOMAIN) . '" src="' . $this->transposh->transposh_plugin_url . '/' . TRANSPOSH_DIR_IMG . '/apertiumicon.png"/>';
412
+ if (in_array($langcode, transposh_consts::$oht_languages))
413
+ echo '<img width="16" height="16" alt="a" class="logoicon" title="' . esc_attr__('Language supported by one hour translation', TRANSPOSH_TEXT_DOMAIN) . '" src="' . $this->transposh->transposh_plugin_url . '/' . TRANSPOSH_DIR_IMG . '/ohticon.png"/>';
414
  if (in_array($langcode, transposh_consts::$rtl_languages))
415
  echo '<img width="16" height="16" alt="r" class="logoicon" title="' . esc_attr__('Language is written from right to left', TRANSPOSH_TEXT_DOMAIN) . '" src="' . $this->transposh->transposh_plugin_url . '/' . TRANSPOSH_DIR_IMG . '/rtlicon.png"/>';
416
  echo '</li>';
505
  /**
506
  * Allow users to insert their own API keys
507
  */
508
+ echo '<h4>' . "<img src=\"{$this->transposh->transposh_plugin_url}/img/bingicon.png\"> " . __('MSN API key', TRANSPOSH_TEXT_DOMAIN) . '</h4>';
509
  echo __('API Key', TRANSPOSH_TEXT_DOMAIN) . ': <input type="text" size="35" class="regular-text" value="' . $this->transposh->options->get_msn_key() . '" id="' . MSN_TRANSLATE_KEY . '" name="' . MSN_TRANSLATE_KEY . '"/>';
510
 
511
  /**
512
  * Allow users to insert their own API keys
513
  */
514
+ echo '<h4>' . "<img src=\"{$this->transposh->transposh_plugin_url}/img/googleicon.png\"> " . __('Google API key', TRANSPOSH_TEXT_DOMAIN) . '</h4>';
515
  echo __('API Key', TRANSPOSH_TEXT_DOMAIN) . ': <input type="text" size="35" class="regular-text" value="' . $this->transposh->options->get_google_key() . '" id="' . GOOGLE_TRANSLATE_KEY . '" name="' . GOOGLE_TRANSLATE_KEY . '"/>';
516
 
517
  /*
526
  '</label>';
527
  }
528
 
529
+ function on_contentbox_professional_translation_content($data) {
530
+ echo __('<a href="http://transposh.org/redir/oht">One Hour Translation</a>, is the largest professional translation service online, with thousands of business customers, including 57% of the Fortune 500 companies, and over 15000 translators worldwide.', TRANSPOSH_TEXT_DOMAIN);
531
+ echo '<br/>';
532
+ echo __('One Hour Translation provides high-quality, fast professional translation to/from any language, and has specific domain expertise in SW localization, technical, business, and legal translations.', TRANSPOSH_TEXT_DOMAIN);
533
+ echo '<h4>' . "<img src=\"{$this->transposh->transposh_plugin_url}/img/ohticon.png\"> " . __('One Hour Translation account ID', TRANSPOSH_TEXT_DOMAIN) . '</h4>';
534
+ echo __('Account ID', TRANSPOSH_TEXT_DOMAIN) . ': <input type="text" size="35" class="regular-text" value="' . $this->transposh->options->get_oht_id() . '" id="' . OHT_TRANSLATE_ID . '" name="' . OHT_TRANSLATE_ID . '"/>';
535
+
536
+ /**
537
+ * Allow users to insert their own API keys
538
+ */
539
+ echo '<h4>' . "<img src=\"{$this->transposh->transposh_plugin_url}/img/ohticon.png\"> " . __('One Hour Translation secret key', TRANSPOSH_TEXT_DOMAIN) . '</h4>';
540
+ echo __('API Key', TRANSPOSH_TEXT_DOMAIN) . ': <input type="text" size="35" class="regular-text" value="' . $this->transposh->options->get_oht_key() . '" id="' . OHT_TRANSLATE_KEY . '" name="' . OHT_TRANSLATE_KEY . '"/>';
541
+
542
+ $oht = get_option(TRANSPOSH_OPTIONS_OHT, array());
543
+ if (!empty($oht) && wp_next_scheduled('transposh_oht_event')) {
544
+ $timeforevent = floor((max(array(wp_next_scheduled('transposh_oht_event') - time(), 0))) / 60);
545
+ if ((max(array(wp_next_scheduled('transposh_oht_event') - time(), 0)))) {
546
+ printf('<h4>' . __('%d Phrases currently queued for next job in ~%d minutes', TRANSPOSH_TEXT_DOMAIN) . '</h4>', sizeof($oht), $timeforevent);
547
+ }
548
+ }
549
+ $ohtp = get_option(TRANSPOSH_OPTIONS_OHT_PROJECTS, array());
550
+ if (!empty($ohtp)) {
551
+ printf('<h4>' . __('%d projects have been submitted and waiting for completion', TRANSPOSH_TEXT_DOMAIN) . '</h4>', sizeof($ohtp));
552
+ }
553
+ }
554
+
555
  function on_contentbox_frontend_content($data) {
556
  $this->checkbox(WIDGET_PROGRESSBAR, $this->transposh->options->get_widget_progressbar(), __('Show progress bar', TRANSPOSH_TEXT_DOMAIN), __('Show progress bar when a client triggers automatic translation', TRANSPOSH_TEXT_DOMAIN));
557
 
635
  if (!$comment_lang) {
636
  $text = __('Unset', TRANSPOSH_TEXT_DOMAIN);
637
  } else {
638
+ $text = transposh_consts::get_language_name($comment_lang) . " - " . transposh_consts::get_language_orig_name($comment_lang);
639
  }
640
  $actions['language'] = __('Language', TRANSPOSH_TEXT_DOMAIN) . "(<a data-cid=\"{$comment->comment_ID}\" data-lang=\"{$comment_lang}\" href=\"\" onclick=\"return false\">$text</a>)";
641
  return $actions;
wp/transposh_ajax.php CHANGED
@@ -1,14 +1,14 @@
1
  <?php
2
 
3
  /*
4
- * Transposh v0.8.3
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
- * Date: Mon, 28 May 2012 14:38:35 +0300
12
  */
13
 
14
  /*
1
  <?php
2
 
3
  /*
4
+ * Transposh v0.8.4
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
12
  */
13
 
14
  /*
wp/transposh_backup.php CHANGED
@@ -1,14 +1,14 @@
1
  <?php
2
 
3
  /*
4
- * Transposh v0.8.3
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
- * Date: Mon, 28 May 2012 14:38:35 +0300
12
  */
13
 
14
  /*
@@ -30,10 +30,17 @@ class transposh_backup {
30
  $this->transposh = &$transposh;
31
  }
32
 
33
- function do_backup() {
34
  $body = array();
35
  $body['home_url'] = $this->transposh->home_url;
36
  $body['key'] = $this->transposh->options->get_transposh_key();
 
 
 
 
 
 
 
37
  //Check if there are thing to backup, before even accessing the service
38
  $rowstosend = $this->transposh->database->get_all_human_translation_history('null', 1);
39
  if (empty($rowstosend)) {
@@ -41,6 +48,7 @@ class transposh_backup {
41
  return;
42
  }
43
 
 
44
  $result = wp_remote_post(TRANSPOSH_BACKUP_SERVICE_URL, array('body' => $body));
45
  if (is_wp_error($result)) {
46
  echo '500 - ' . $result->get_error_message();
@@ -57,20 +65,36 @@ class transposh_backup {
57
  $this->transposh->options->update_options();
58
  }
59
  if (isset($result['headers']['lastitem'])) {
60
- $rowstosend = $this->transposh->database->get_all_human_translation_history($result['headers']['lastitem'], 500);
61
  while ($rowstosend) {
62
  $item = 0;
 
 
 
 
 
 
63
  foreach ($rowstosend as $row) {
64
- if ($body['or' . ($item - 1)] != $row->original)
65
- $body['or' . $item] = $row->original;
66
- if ($body['ln' . ($item - 1)] != $row->lang)
67
- $body['ln' . $item] = $row->lang;
68
- if ($body['tr' . ($item - 1)] != $row->translated)
69
- $body['tr' . $item] = $row->translated;
70
- if ($body['tb' . ($item - 1)] != $row->translated_by)
71
- $body['tb' . $item] = $row->translated_by;
72
- if ($body['ts' . ($item - 1)] != $row->timestamp)
73
- $body['ts' . $item] = $row->timestamp;
 
 
 
 
 
 
 
 
 
 
74
  $item++;
75
  }
76
  $body['items'] = $item;
@@ -85,10 +109,10 @@ class transposh_backup {
85
  echo "500 - " . $result['headers']['fail'];
86
  return;
87
  }
88
- $rowstosend = $this->transposh->database->get_all_human_translation_history($row->timestamp, 500);
89
  }
90
  }
91
- Echo '200 - backup in sync';
92
  }
93
 
94
  function do_restore() {
1
  <?php
2
 
3
  /*
4
+ * Transposh v0.8.4
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
12
  */
13
 
14
  /*
30
  $this->transposh = &$transposh;
31
  }
32
 
33
+ function init_body() {
34
  $body = array();
35
  $body['home_url'] = $this->transposh->home_url;
36
  $body['key'] = $this->transposh->options->get_transposh_key();
37
+ $body['v'] = '2';
38
+ $body['tpv'] = '0.8.4';
39
+ return $body;
40
+ }
41
+
42
+ function do_backup() {
43
+ $body = $this->init_body();
44
  //Check if there are thing to backup, before even accessing the service
45
  $rowstosend = $this->transposh->database->get_all_human_translation_history('null', 1);
46
  if (empty($rowstosend)) {
48
  return;
49
  }
50
 
51
+ // this one is for getting the key
52
  $result = wp_remote_post(TRANSPOSH_BACKUP_SERVICE_URL, array('body' => $body));
53
  if (is_wp_error($result)) {
54
  echo '500 - ' . $result->get_error_message();
65
  $this->transposh->options->update_options();
66
  }
67
  if (isset($result['headers']['lastitem'])) {
68
+ $rowstosend = $this->transposh->database->get_all_human_translation_history($result['headers']['lastitem'], 100);
69
  while ($rowstosend) {
70
  $item = 0;
71
+ $lastorig = '';
72
+ $lastlang = '';
73
+ $lasttrans = '';
74
+ $lastby = '';
75
+ $lastts = '';
76
+ $body = $this->init_body();
77
  foreach ($rowstosend as $row) {
78
+ if ($lastorig != $row->original) {
79
+ $body['or' . $item] = $row->original;
80
+ $lastorig = $row->original;
81
+ }
82
+ if ($lastlang != $row->lang) {
83
+ $body['ln' . $item] = $row->lang;
84
+ $lastlang = $row->lang;
85
+ }
86
+ if ($lasttrans != $row->translated) {
87
+ $body['tr' . $item] = $row->translated;
88
+ $lasttrans = $row->translated;
89
+ }
90
+ if ($lastby != $row->translated_by) {
91
+ $body['tb' . $item] = $row->translated_by;
92
+ $lastby = $row->translated_by;
93
+ }
94
+ if ($lastts != $row->timestamp) {
95
+ $body['ts' . $item] = $row->timestamp;
96
+ $lastts = $row->timestamp;
97
+ }
98
  $item++;
99
  }
100
  $body['items'] = $item;
109
  echo "500 - " . $result['headers']['fail'];
110
  return;
111
  }
112
+ $rowstosend = $this->transposh->database->get_all_human_translation_history($row->timestamp, 100);
113
  }
114
  }
115
+ echo '200 - backup in sync';
116
  }
117
 
118
  function do_restore() {
wp/transposh_db.php CHANGED
@@ -1,14 +1,14 @@
1
  <?php
2
 
3
  /*
4
- * Transposh v0.8.3
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
- * Date: Mon, 28 May 2012 14:38:35 +0300
12
  */
13
 
14
  /**
@@ -33,14 +33,19 @@ class transposh_database {
33
 
34
  /** @var transposh_plugin father class */
35
  private $transposh;
 
36
  /** @var array holds prefetched translations */
37
  private $translations;
 
38
  /** @var string translation table name */
39
  private $translation_table;
 
40
  /** @var string translation log table name */
41
  private $translation_log_table;
 
42
  /** @var boolean is memcached working */
43
  private $memcache_working = false;
 
44
  /** @var Memcache the memcached connection object */
45
  private $memcache;
46
 
@@ -296,7 +301,7 @@ class transposh_database {
296
  * TODO - return some info?
297
  * @global <type> $user_ID - TODO
298
  */
299
- function update_translation() {
300
 
301
  $ref = getenv('HTTP_REFERER');
302
  $items = $_POST['items'];
@@ -321,7 +326,7 @@ class transposh_database {
321
  }
322
  }
323
  }
324
- if (!($all_editable &&
325
  ($this->transposh->is_translator() || ($source > 0 && $this->transposh->options->get_enable_auto_translate())))) {
326
 
327
  header("HTTP/1.0 401 Unauthorized translation");
@@ -332,8 +337,12 @@ class transposh_database {
332
  header("Transposh: v-" . TRANSPOSH_PLUGIN_VER . " db_version-" . DB_VERSION);
333
 
334
  // translation log stuff
335
- global $user_ID;
336
- get_currentuserinfo();
 
 
 
 
337
 
338
  // log either the user ID or his IP
339
  if ('' == $user_ID) {
@@ -602,7 +611,7 @@ class transposh_database {
602
  * @param string $date - either null for all or a date to get terms after
603
  * @return array List of rows
604
  */
605
- function get_all_human_translation_history($date ="null", $limit = "") {
606
  $limitterm = '';
607
  $dateterm = '';
608
  if ($date != "null")
1
  <?php
2
 
3
  /*
4
+ * Transposh v0.8.4
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
12
  */
13
 
14
  /**
33
 
34
  /** @var transposh_plugin father class */
35
  private $transposh;
36
+
37
  /** @var array holds prefetched translations */
38
  private $translations;
39
+
40
  /** @var string translation table name */
41
  private $translation_table;
42
+
43
  /** @var string translation log table name */
44
  private $translation_log_table;
45
+
46
  /** @var boolean is memcached working */
47
  private $memcache_working = false;
48
+
49
  /** @var Memcache the memcached connection object */
50
  private $memcache;
51
 
301
  * TODO - return some info?
302
  * @global <type> $user_ID - TODO
303
  */
304
+ function update_translation($by = "") {
305
 
306
  $ref = getenv('HTTP_REFERER');
307
  $items = $_POST['items'];
326
  }
327
  }
328
  }
329
+ if (!$by && !($all_editable &&
330
  ($this->transposh->is_translator() || ($source > 0 && $this->transposh->options->get_enable_auto_translate())))) {
331
 
332
  header("HTTP/1.0 401 Unauthorized translation");
337
  header("Transposh: v-" . TRANSPOSH_PLUGIN_VER . " db_version-" . DB_VERSION);
338
 
339
  // translation log stuff
340
+ if ($by) {
341
+ $user_ID = $by;
342
+ } else {
343
+ global $user_ID;
344
+ get_currentuserinfo();
345
+ }
346
 
347
  // log either the user ID or his IP
348
  if ('' == $user_ID) {
611
  * @param string $date - either null for all or a date to get terms after
612
  * @return array List of rows
613
  */
614
+ function get_all_human_translation_history($date = "null", $limit = "") {
615
  $limitterm = '';
616
  $dateterm = '';
617
  if ($date != "null")
wp/transposh_options.php CHANGED
@@ -1,14 +1,14 @@
1
  <?php
2
 
3
  /*
4
- * Transposh v0.8.3
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
- * Date: Mon, 28 May 2012 14:38:35 +0300
12
  */
13
 
14
  // OLD Options - To be removed
@@ -28,6 +28,10 @@ define('OLD_WIDGET_FILE', 'widget_file'); //unset!!!
28
  define('MSN_TRANSLATE_KEY', 'msn_key');
29
  //Option to store the msn API key
30
  define('GOOGLE_TRANSLATE_KEY', 'google_key');
 
 
 
 
31
 
32
  //defines are used to avoid typos
33
  //Option defining whether anonymous translation is allowed.
@@ -118,6 +122,8 @@ class transposh_plugin_options {
118
  $this->set_default_option_value(WIDGET_THEME, 'ui-lightness');
119
  $this->set_default_option_value(MSN_TRANSLATE_KEY);
120
  $this->set_default_option_value(GOOGLE_TRANSLATE_KEY);
 
 
121
  $this->set_default_option_value(TRANSPOSH_KEY);
122
  $this->set_default_option_value(TRANSPOSH_BACKUP_SCHEDULE, 2);
123
  $this->set_default_option_value(TRANSPOSH_ADMIN_HIDE_WARNINGS);
@@ -232,6 +238,14 @@ class transposh_plugin_options {
232
  return $this->options[GOOGLE_TRANSLATE_KEY];
233
  }
234
 
 
 
 
 
 
 
 
 
235
  function get_enable_auto_post_translate() {
236
  return $this->options[ENABLE_AUTO_POST_TRANSLATE];
237
  }
@@ -377,6 +391,14 @@ class transposh_plugin_options {
377
  $this->set_value($val, $this->options[GOOGLE_TRANSLATE_KEY]);
378
  }
379
 
 
 
 
 
 
 
 
 
380
  function set_enable_auto_post_translate($val) {
381
  $val = ($val) ? 1 : 0;
382
  $this->set_value($val, $this->options[ENABLE_AUTO_POST_TRANSLATE]);
1
  <?php
2
 
3
  /*
4
+ * Transposh v0.8.4
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
12
  */
13
 
14
  // OLD Options - To be removed
28
  define('MSN_TRANSLATE_KEY', 'msn_key');
29
  //Option to store the msn API key
30
  define('GOOGLE_TRANSLATE_KEY', 'google_key');
31
+ //Option to store the msn API key
32
+ define('OHT_TRANSLATE_ID', 'oht_id');
33
+ //Option to store the msn API key
34
+ define('OHT_TRANSLATE_KEY', 'oht_key');
35
 
36
  //defines are used to avoid typos
37
  //Option defining whether anonymous translation is allowed.
122
  $this->set_default_option_value(WIDGET_THEME, 'ui-lightness');
123
  $this->set_default_option_value(MSN_TRANSLATE_KEY);
124
  $this->set_default_option_value(GOOGLE_TRANSLATE_KEY);
125
+ $this->set_default_option_value(OHT_TRANSLATE_ID);
126
+ $this->set_default_option_value(OHT_TRANSLATE_KEY);
127
  $this->set_default_option_value(TRANSPOSH_KEY);
128
  $this->set_default_option_value(TRANSPOSH_BACKUP_SCHEDULE, 2);
129
  $this->set_default_option_value(TRANSPOSH_ADMIN_HIDE_WARNINGS);
238
  return $this->options[GOOGLE_TRANSLATE_KEY];
239
  }
240
 
241
+ function get_oht_id() {
242
+ return $this->options[OHT_TRANSLATE_ID];
243
+ }
244
+
245
+ function get_oht_key() {
246
+ return $this->options[OHT_TRANSLATE_KEY];
247
+ }
248
+
249
  function get_enable_auto_post_translate() {
250
  return $this->options[ENABLE_AUTO_POST_TRANSLATE];
251
  }
391
  $this->set_value($val, $this->options[GOOGLE_TRANSLATE_KEY]);
392
  }
393
 
394
+ function set_oht_id($val) {
395
+ $this->set_value($val, $this->options[OHT_TRANSLATE_ID]);
396
+ }
397
+
398
+ function set_oht_key($val) {
399
+ $this->set_value($val, $this->options[OHT_TRANSLATE_KEY]);
400
+ }
401
+
402
  function set_enable_auto_post_translate($val) {
403
  $val = ($val) ? 1 : 0;
404
  $this->set_value($val, $this->options[ENABLE_AUTO_POST_TRANSLATE]);
wp/transposh_postpublish.php CHANGED
@@ -1,14 +1,14 @@
1
  <?php
2
 
3
  /*
4
- * Transposh v0.8.3
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
- * Date: Mon, 28 May 2012 14:38:35 +0300
12
  */
13
 
14
  /*
1
  <?php
2
 
3
  /*
4
+ * Transposh v0.8.4
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
12
  */
13
 
14
  /*
wp/transposh_widget.php CHANGED
@@ -1,14 +1,14 @@
1
  <?php
2
 
3
  /*
4
- * Transposh v0.8.3
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
- * Date: Mon, 28 May 2012 14:38:35 +0300
12
  */
13
 
14
  /*
@@ -41,7 +41,7 @@ class transposh_base_widget {
41
  $basefile = substr($file, 0, -4);
42
  $widget_css = TRANSPOSH_DIR_WIDGETS . '/' . $basefile . ".css";
43
  if (file_exists($plugin_dir . $widget_css)) {
44
- wp_enqueue_style($basefile, $plugin_url . '/' . $widget_css, '', TRANSPOSH_PLUGIN_VER);
45
  }
46
  }
47
 
@@ -230,7 +230,7 @@ class transposh_plugin_widget extends WP_Widget {
230
  'langorig' => $language,
231
  'flag' => $flag,
232
  'isocode' => $code,
233
- 'url' => $page_url,
234
  'active' => ($this->transposh->target_language == $code));
235
  }
236
  }
@@ -399,12 +399,4 @@ class transposh_plugin_widget extends WP_Widget {
399
 
400
  }
401
 
402
- /**
403
- * Function provided for old widget include code compatability
404
- * @param array $args Not needed
405
- */
406
- function transposh_widget($args = array(), $instance= array('title' => 'Translation')) {
407
- $GLOBALS['my_transposh_plugin']->widget->widget($args, $instance);
408
- }
409
-
410
  ?>
1
  <?php
2
 
3
  /*
4
+ * Transposh v0.8.4
5
  * http://transposh.org/
6
  *
7
  * Copyright 2012, Team Transposh
8
  * Licensed under the GPL Version 2 or higher.
9
  * http://transposh.org/license
10
  *
11
+ * Date: Mon, 03 Sep 2012 23:27:46 +0300
12
  */
13
 
14
  /*
41
  $basefile = substr($file, 0, -4);
42
  $widget_css = TRANSPOSH_DIR_WIDGETS . '/' . $basefile . ".css";
43
  if (file_exists($plugin_dir . $widget_css)) {
44
+ wp_enqueue_style(str_replace('/','_', $basefile), $plugin_url . '/' . $widget_css, '', TRANSPOSH_PLUGIN_VER);
45
  }
46
  }
47
 
230
  'langorig' => $language,
231
  'flag' => $flag,
232
  'isocode' => $code,
233
+ 'url' => htmlentities($page_url), // fix that XSS
234
  'active' => ($this->transposh->target_language == $code));
235
  }
236
  }
399
 
400
  }
401
 
 
 
 
 
 
 
 
 
402
  ?>