Guest User

Untitled

a guest
Jan 15th, 2018
751
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 23.63 KB | None | 0 0
  1. === modified file 'Maya/MayaSettings.vala'
  2. --- Maya/MayaSettings.vala  2011-10-11 14:04:12 +0000
  3. +++ Maya/MayaSettings.vala  2011-10-11 16:57:02 +0000
  4. @@ -30,6 +30,7 @@
  5.     public class MayaSettings : Granite.Services.Settings {
  6.  
  7.         public Weekday week_starts_on { get; set; }
  8. +        public bool show_weeks { get; set; }
  9.  
  10.         public MayaSettings () {
  11.             base ("org.elementary.Maya.Settings");
  12.  
  13. === modified file 'Maya/SavedState.vala'
  14. --- Maya/SavedState.vala    2011-10-11 14:04:12 +0000
  15. +++ Maya/SavedState.vala    2011-10-11 16:57:35 +0000
  16. @@ -30,8 +30,6 @@
  17.  
  18.         public MayaWindowState window_state { get; set; }
  19.  
  20. -       public bool show_weeks { get; set; }
  21. -
  22.         public int hpaned_position { get; set; }
  23.  
  24.         public SavedState () {
  25.  
  26. === modified file 'Maya/Widgets/Calendar/Weeks.vala'
  27. --- Maya/Widgets/Calendar/Weeks.vala    2011-10-11 14:22:32 +0000
  28. +++ Maya/Widgets/Calendar/Weeks.vala    2011-10-11 17:00:16 +0000
  29. @@ -65,7 +65,7 @@
  30.  
  31.         private void update () {
  32.  
  33. -           if (window.saved_state.show_weeks) {
  34. +           if (window.prefs.show_weeks) {
  35.                 if (!visible)
  36.                     show ();
  37.  
  38.  
  39. === modified file 'Maya/Widgets/MayaMenu.vala'
  40. --- Maya/Widgets/MayaMenu.vala  2011-10-11 14:22:32 +0000
  41. +++ Maya/Widgets/MayaMenu.vala  2011-10-11 17:00:32 +0000
  42. @@ -61,7 +61,7 @@
  43.             fullscreen.active = (window.saved_state.window_state == MayaWindowState.FULLSCREEN);
  44.  
  45.             weeknumbers = new CheckMenuItem.with_label ("Show week numbers");
  46. -           weeknumbers.active = window.saved_state.show_weeks;
  47. +           weeknumbers.active = window.prefs.show_weeks;
  48.  
  49.             sync = new MenuItem.with_label ("Sync...");
  50.  
  51. @@ -85,7 +85,7 @@
  52.             // Callbacks
  53.             today.activate.connect ( () => window.calendar_view.calendar.focus_today ());
  54.             fullscreen.toggled.connect (toggle_fullscreen);
  55. -           weeknumbers.toggled.connect ( () => window.saved_state.show_weeks = weeknumbers.active );
  56. +           weeknumbers.toggled.connect ( () => window.prefs.show_weeks = weeknumbers.active );
  57.         }
  58.  
  59.         private void toggle_fullscreen () {
  60.  
  61. === modified file 'po/bg.po'
  62. --- po/bg.po    2011-10-09 05:26:03 +0000
  63. +++ po/bg.po    2011-10-11 16:54:00 +0000
  64. @@ -6,11 +6,12 @@
  65.  msgid ""
  66.  msgstr ""
  67.  "Project-Id-Version: maya\n"
  68. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  69. +"Report-Msgid-Bugs-To: \n"
  70.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  71.  "PO-Revision-Date: 2011-06-18 21:38+0000\n"
  72.  "Last-Translator: SvinqVmraka <Unknown>\n"
  73.  "Language-Team: Bulgarian <bg@li.org>\n"
  74. +"Language: bg\n"
  75.  "MIME-Version: 1.0\n"
  76.  "Content-Type: text/plain; charset=UTF-8\n"
  77.  "Content-Transfer-Encoding: 8bit\n"
  78.  
  79. === modified file 'po/bs.po'
  80. --- po/bs.po    2011-10-09 05:26:03 +0000
  81. +++ po/bs.po    2011-10-11 16:54:00 +0000
  82. @@ -6,11 +6,12 @@
  83.  msgid ""
  84.  msgstr ""
  85.  "Project-Id-Version: maya\n"
  86. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  87. +"Report-Msgid-Bugs-To: \n"
  88.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  89.  "PO-Revision-Date: 2011-08-25 22:10+0000\n"
  90.  "Last-Translator: Stefan Ivanović <Unknown>\n"
  91.  "Language-Team: Bosnian <bs@li.org>\n"
  92. +"Language: bs\n"
  93.  "MIME-Version: 1.0\n"
  94.  "Content-Type: text/plain; charset=UTF-8\n"
  95.  "Content-Transfer-Encoding: 8bit\n"
  96. @@ -19,8 +20,7 @@
  97.  
  98.  #: ../data/maya.desktop.in.h:1
  99.  msgid "Fast calendar that syncs with popular online services"
  100. -msgstr ""
  101. -"Brzi kalendar koji se sinhronizuje s popularnim servisima na Internetu"
  102. +msgstr "Brzi kalendar koji se sinhronizuje s popularnim servisima na Internetu"
  103.  
  104.  #: ../data/maya.desktop.in.h:2
  105.  msgid "Maya Calendar"
  106.  
  107. === modified file 'po/ca.po'
  108. --- po/ca.po    2011-10-09 05:26:03 +0000
  109. +++ po/ca.po    2011-10-11 16:54:00 +0000
  110. @@ -6,11 +6,12 @@
  111.  msgid ""
  112.  msgstr ""
  113.  "Project-Id-Version: maya\n"
  114. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  115. +"Report-Msgid-Bugs-To: \n"
  116.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  117.  "PO-Revision-Date: 2011-06-22 12:47+0000\n"
  118.  "Last-Translator: Alfredo Hernández <Unknown>\n"
  119.  "Language-Team: Catalan <ca@li.org>\n"
  120. +"Language: ca\n"
  121.  "MIME-Version: 1.0\n"
  122.  "Content-Type: text/plain; charset=UTF-8\n"
  123.  "Content-Transfer-Encoding: 8bit\n"
  124.  
  125. === modified file 'po/cs.po'
  126. --- po/cs.po    2011-10-09 05:26:03 +0000
  127. +++ po/cs.po    2011-10-11 16:54:00 +0000
  128. @@ -6,11 +6,12 @@
  129.  msgid ""
  130.  msgstr ""
  131.  "Project-Id-Version: maya\n"
  132. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  133. +"Report-Msgid-Bugs-To: \n"
  134.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  135.  "PO-Revision-Date: 2011-08-04 16:35+0000\n"
  136.  "Last-Translator: Sindri Avaruus <Unknown>\n"
  137.  "Language-Team: Czech <cs@li.org>\n"
  138. +"Language: cs\n"
  139.  "MIME-Version: 1.0\n"
  140.  "Content-Type: text/plain; charset=UTF-8\n"
  141.  "Content-Transfer-Encoding: 8bit\n"
  142. @@ -30,5 +31,4 @@
  143.  msgid ""
  144.  "Your upcoming events will be displayed here when you select a date with "
  145.  "events."
  146. -msgstr ""
  147. -"Zde se zobrazí nadcházející události když vyberete datum s událostmi."
  148. +msgstr "Zde se zobrazí nadcházející události když vyberete datum s událostmi."
  149.  
  150. === modified file 'po/da.po'
  151. --- po/da.po    2011-10-09 05:26:03 +0000
  152. +++ po/da.po    2011-10-11 16:54:00 +0000
  153. @@ -6,11 +6,12 @@
  154.  msgid ""
  155.  msgstr ""
  156.  "Project-Id-Version: maya\n"
  157. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  158. +"Report-Msgid-Bugs-To: \n"
  159.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  160.  "PO-Revision-Date: 2011-06-24 12:59+0000\n"
  161.  "Last-Translator: Svend Christian Svendsen <Unknown>\n"
  162.  "Language-Team: Danish <da@li.org>\n"
  163. +"Language: da\n"
  164.  "MIME-Version: 1.0\n"
  165.  "Content-Type: text/plain; charset=UTF-8\n"
  166.  "Content-Transfer-Encoding: 8bit\n"
  167.  
  168. === modified file 'po/de.po'
  169. --- po/de.po    2011-10-09 05:26:03 +0000
  170. +++ po/de.po    2011-10-11 16:54:00 +0000
  171. @@ -6,11 +6,12 @@
  172.  msgid ""
  173.  msgstr ""
  174.  "Project-Id-Version: maya\n"
  175. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  176. +"Report-Msgid-Bugs-To: \n"
  177.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  178.  "PO-Revision-Date: 2011-06-15 19:33+0000\n"
  179.  "Last-Translator: gagsibubu <Unknown>\n"
  180.  "Language-Team: German <de@li.org>\n"
  181. +"Language: de\n"
  182.  "MIME-Version: 1.0\n"
  183.  "Content-Type: text/plain; charset=UTF-8\n"
  184.  "Content-Transfer-Encoding: 8bit\n"
  185.  
  186. === modified file 'po/en_AU.po'
  187. --- po/en_AU.po 2011-10-09 05:26:03 +0000
  188. +++ po/en_AU.po 2011-10-11 16:54:00 +0000
  189. @@ -6,11 +6,12 @@
  190.  msgid ""
  191.  msgstr ""
  192.  "Project-Id-Version: maya\n"
  193. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  194. +"Report-Msgid-Bugs-To: \n"
  195.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  196.  "PO-Revision-Date: 2011-06-13 00:23+0000\n"
  197.  "Last-Translator: Alfredo Hernández <Unknown>\n"
  198.  "Language-Team: English (Australia) <en_AU@li.org>\n"
  199. +"Language: \n"
  200.  "MIME-Version: 1.0\n"
  201.  "Content-Type: text/plain; charset=UTF-8\n"
  202.  "Content-Transfer-Encoding: 8bit\n"
  203.  
  204. === modified file 'po/en_CA.po'
  205. --- po/en_CA.po 2011-10-09 05:26:03 +0000
  206. +++ po/en_CA.po 2011-10-11 16:54:00 +0000
  207. @@ -6,11 +6,12 @@
  208.  msgid ""
  209.  msgstr ""
  210.  "Project-Id-Version: maya\n"
  211. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  212. +"Report-Msgid-Bugs-To: \n"
  213.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  214.  "PO-Revision-Date: 2011-06-13 00:23+0000\n"
  215.  "Last-Translator: Alfredo Hernández <Unknown>\n"
  216.  "Language-Team: English (Canada) <en_CA@li.org>\n"
  217. +"Language: \n"
  218.  "MIME-Version: 1.0\n"
  219.  "Content-Type: text/plain; charset=UTF-8\n"
  220.  "Content-Transfer-Encoding: 8bit\n"
  221.  
  222. === modified file 'po/en_GB.po'
  223. --- po/en_GB.po 2011-10-09 05:26:03 +0000
  224. +++ po/en_GB.po 2011-10-11 16:54:00 +0000
  225. @@ -6,11 +6,12 @@
  226.  msgid ""
  227.  msgstr ""
  228.  "Project-Id-Version: maya\n"
  229. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  230. +"Report-Msgid-Bugs-To: \n"
  231.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  232.  "PO-Revision-Date: 2011-06-13 00:23+0000\n"
  233.  "Last-Translator: Alfredo Hernández <Unknown>\n"
  234.  "Language-Team: English (United Kingdom) <en_GB@li.org>\n"
  235. +"Language: \n"
  236.  "MIME-Version: 1.0\n"
  237.  "Content-Type: text/plain; charset=UTF-8\n"
  238.  "Content-Transfer-Encoding: 8bit\n"
  239.  
  240. === modified file 'po/eo.po'
  241. --- po/eo.po    2011-10-09 05:26:03 +0000
  242. +++ po/eo.po    2011-10-11 16:54:00 +0000
  243. @@ -6,11 +6,12 @@
  244.  msgid ""
  245.  msgstr ""
  246.  "Project-Id-Version: maya\n"
  247. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  248. +"Report-Msgid-Bugs-To: \n"
  249.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  250.  "PO-Revision-Date: 2011-06-17 06:33+0000\n"
  251.  "Last-Translator: Michael Moroni <michael.moroni@mailoo.org>\n"
  252.  "Language-Team: Esperanto <eo@li.org>\n"
  253. +"Language: eo\n"
  254.  "MIME-Version: 1.0\n"
  255.  "Content-Type: text/plain; charset=UTF-8\n"
  256.  "Content-Transfer-Encoding: 8bit\n"
  257.  
  258. === modified file 'po/es.po'
  259. --- po/es.po    2011-10-09 05:26:03 +0000
  260. +++ po/es.po    2011-10-11 16:54:00 +0000
  261. @@ -6,11 +6,12 @@
  262.  msgid ""
  263.  msgstr ""
  264.  "Project-Id-Version: maya\n"
  265. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  266. +"Report-Msgid-Bugs-To: \n"
  267.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  268.  "PO-Revision-Date: 2011-08-05 11:50+0000\n"
  269.  "Last-Translator: Fitoschido <fitoschido@gmail.com>\n"
  270.  "Language-Team: Spanish <es@li.org>\n"
  271. +"Language: es\n"
  272.  "MIME-Version: 1.0\n"
  273.  "Content-Type: text/plain; charset=UTF-8\n"
  274.  "Content-Transfer-Encoding: 8bit\n"
  275.  
  276. === modified file 'po/eu.po'
  277. --- po/eu.po    2011-10-09 05:26:03 +0000
  278. +++ po/eu.po    2011-10-11 16:54:00 +0000
  279. @@ -6,11 +6,12 @@
  280.  msgid ""
  281.  msgstr ""
  282.  "Project-Id-Version: maya\n"
  283. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  284. +"Report-Msgid-Bugs-To: \n"
  285.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  286.  "PO-Revision-Date: 2011-07-26 11:29+0000\n"
  287.  "Last-Translator: Eneko Sarasola <Unknown>\n"
  288.  "Language-Team: Basque <eu@li.org>\n"
  289. +"Language: eu\n"
  290.  "MIME-Version: 1.0\n"
  291.  "Content-Type: text/plain; charset=UTF-8\n"
  292.  "Content-Transfer-Encoding: 8bit\n"
  293.  
  294. === modified file 'po/fa.po'
  295. --- po/fa.po    2011-10-09 05:26:03 +0000
  296. +++ po/fa.po    2011-10-11 16:54:00 +0000
  297. @@ -6,11 +6,12 @@
  298.  msgid ""
  299.  msgstr ""
  300.  "Project-Id-Version: maya\n"
  301. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  302. +"Report-Msgid-Bugs-To: \n"
  303.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  304.  "PO-Revision-Date: 2011-07-29 07:21+0000\n"
  305.  "Last-Translator: DaashAli <ali.sarchami@gmail.com>\n"
  306.  "Language-Team: Persian <fa@li.org>\n"
  307. +"Language: fa\n"
  308.  "MIME-Version: 1.0\n"
  309.  "Content-Type: text/plain; charset=UTF-8\n"
  310.  "Content-Transfer-Encoding: 8bit\n"
  311.  
  312. === modified file 'po/fi.po'
  313. --- po/fi.po    2011-10-09 05:26:03 +0000
  314. +++ po/fi.po    2011-10-11 16:54:00 +0000
  315. @@ -6,11 +6,12 @@
  316.  msgid ""
  317.  msgstr ""
  318.  "Project-Id-Version: maya\n"
  319. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  320. +"Report-Msgid-Bugs-To: \n"
  321.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  322.  "PO-Revision-Date: 2011-07-12 13:46+0000\n"
  323.  "Last-Translator: Petri Hämäläinen <Unknown>\n"
  324.  "Language-Team: Finnish <fi@li.org>\n"
  325. +"Language: fi\n"
  326.  "MIME-Version: 1.0\n"
  327.  "Content-Type: text/plain; charset=UTF-8\n"
  328.  "Content-Transfer-Encoding: 8bit\n"
  329. @@ -19,8 +20,7 @@
  330.  
  331.  #: ../data/maya.desktop.in.h:1
  332.  msgid "Fast calendar that syncs with popular online services"
  333. -msgstr ""
  334. -"Nopea kalententeri, joka synkronoi suosittujen verkkopalvelujen kanssa"
  335. +msgstr "Nopea kalententeri, joka synkronoi suosittujen verkkopalvelujen kanssa"
  336.  
  337.  #: ../data/maya.desktop.in.h:2
  338.  msgid "Maya Calendar"
  339.  
  340. === modified file 'po/fr.po'
  341. --- po/fr.po    2011-10-09 05:26:03 +0000
  342. +++ po/fr.po    2011-10-11 16:54:00 +0000
  343. @@ -6,11 +6,12 @@
  344.  msgid ""
  345.  msgstr ""
  346.  "Project-Id-Version: maya\n"
  347. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  348. +"Report-Msgid-Bugs-To: \n"
  349.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  350.  "PO-Revision-Date: 2011-06-16 22:26+0000\n"
  351.  "Last-Translator: Juliomino <Unknown>\n"
  352.  "Language-Team: French <fr@li.org>\n"
  353. +"Language: fr\n"
  354.  "MIME-Version: 1.0\n"
  355.  "Content-Type: text/plain; charset=UTF-8\n"
  356.  "Content-Transfer-Encoding: 8bit\n"
  357.  
  358. === modified file 'po/hu.po'
  359. --- po/hu.po    2011-10-09 05:26:03 +0000
  360. +++ po/hu.po    2011-10-11 16:54:00 +0000
  361. @@ -6,11 +6,12 @@
  362.  msgid ""
  363.  msgstr ""
  364.  "Project-Id-Version: maya\n"
  365. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  366. +"Report-Msgid-Bugs-To: \n"
  367.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  368.  "PO-Revision-Date: 2011-06-23 13:59+0000\n"
  369.  "Last-Translator: ManDressedMoose <Unknown>\n"
  370.  "Language-Team: Hungarian <hu@li.org>\n"
  371. +"Language: hu\n"
  372.  "MIME-Version: 1.0\n"
  373.  "Content-Type: text/plain; charset=UTF-8\n"
  374.  "Content-Transfer-Encoding: 8bit\n"
  375.  
  376. === modified file 'po/id.po'
  377. --- po/id.po    2011-10-09 05:26:03 +0000
  378. +++ po/id.po    2011-10-11 16:54:00 +0000
  379. @@ -6,11 +6,12 @@
  380.  msgid ""
  381.  msgstr ""
  382.  "Project-Id-Version: maya\n"
  383. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  384. +"Report-Msgid-Bugs-To: \n"
  385.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  386.  "PO-Revision-Date: 2011-09-07 15:00+0000\n"
  387.  "Last-Translator: mpugandrik <mpugandrik@gmail.com>\n"
  388.  "Language-Team: Indonesian <id@li.org>\n"
  389. +"Language: id\n"
  390.  "MIME-Version: 1.0\n"
  391.  "Content-Type: text/plain; charset=UTF-8\n"
  392.  "Content-Transfer-Encoding: 8bit\n"
  393.  
  394. === modified file 'po/it.po'
  395. --- po/it.po    2011-10-09 05:26:03 +0000
  396. +++ po/it.po    2011-10-11 16:54:00 +0000
  397. @@ -6,11 +6,12 @@
  398.  msgid ""
  399.  msgstr ""
  400.  "Project-Id-Version: maya\n"
  401. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  402. +"Report-Msgid-Bugs-To: \n"
  403.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  404.  "PO-Revision-Date: 2011-06-22 14:47+0000\n"
  405.  "Last-Translator: Pietro Pecchi <Unknown>\n"
  406.  "Language-Team: Italian <it@li.org>\n"
  407. +"Language: it\n"
  408.  "MIME-Version: 1.0\n"
  409.  "Content-Type: text/plain; charset=UTF-8\n"
  410.  "Content-Transfer-Encoding: 8bit\n"
  411. @@ -19,8 +20,7 @@
  412.  
  413.  #: ../data/maya.desktop.in.h:1
  414.  msgid "Fast calendar that syncs with popular online services"
  415. -msgstr ""
  416. -"Calendario rapido che si sincronizza con i più popolari servizi online"
  417. +msgstr "Calendario rapido che si sincronizza con i più popolari servizi online"
  418.  
  419.  #: ../data/maya.desktop.in.h:2
  420.  msgid "Maya Calendar"
  421.  
  422. === modified file 'po/lo.po'
  423. --- po/lo.po    2011-10-09 05:26:03 +0000
  424. +++ po/lo.po    2011-10-11 16:54:00 +0000
  425. @@ -6,11 +6,12 @@
  426.  msgid ""
  427.  msgstr ""
  428.  "Project-Id-Version: maya\n"
  429. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  430. +"Report-Msgid-Bugs-To: \n"
  431.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  432.  "PO-Revision-Date: 2011-08-12 23:01+0000\n"
  433.  "Last-Translator: bountonw <Unknown>\n"
  434.  "Language-Team: Lao <lo@li.org>\n"
  435. +"Language: \n"
  436.  "MIME-Version: 1.0\n"
  437.  "Content-Type: text/plain; charset=UTF-8\n"
  438.  "Content-Transfer-Encoding: 8bit\n"
  439.  
  440. === modified file 'po/lv.po'
  441. --- po/lv.po    2011-10-09 05:26:03 +0000
  442. +++ po/lv.po    2011-10-11 16:54:00 +0000
  443. @@ -6,11 +6,12 @@
  444.  msgid ""
  445.  msgstr ""
  446.  "Project-Id-Version: maya\n"
  447. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  448. +"Report-Msgid-Bugs-To: \n"
  449.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  450.  "PO-Revision-Date: 2011-06-20 21:39+0000\n"
  451.  "Last-Translator: Kārlis Lukstiņš <Unknown>\n"
  452.  "Language-Team: Latvian <lv@li.org>\n"
  453. +"Language: lv\n"
  454.  "MIME-Version: 1.0\n"
  455.  "Content-Type: text/plain; charset=UTF-8\n"
  456.  "Content-Transfer-Encoding: 8bit\n"
  457. @@ -19,8 +20,7 @@
  458.  
  459.  #: ../data/maya.desktop.in.h:1
  460.  msgid "Fast calendar that syncs with popular online services"
  461. -msgstr ""
  462. -"Ātrs kalendārs, kas sinhronizējas ar populāriem tiešsaistes servisiem"
  463. +msgstr "Ātrs kalendārs, kas sinhronizējas ar populāriem tiešsaistes servisiem"
  464.  
  465.  #: ../data/maya.desktop.in.h:2
  466.  msgid "Maya Calendar"
  467.  
  468. === modified file 'po/nb.po'
  469. --- po/nb.po    2011-10-09 05:26:03 +0000
  470. +++ po/nb.po    2011-10-11 16:54:00 +0000
  471. @@ -6,11 +6,12 @@
  472.  msgid ""
  473.  msgstr ""
  474.  "Project-Id-Version: maya\n"
  475. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  476. +"Report-Msgid-Bugs-To: \n"
  477.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  478.  "PO-Revision-Date: 2011-06-24 10:06+0000\n"
  479.  "Last-Translator: Skandee <Unknown>\n"
  480.  "Language-Team: Norwegian Bokmal <nb@li.org>\n"
  481. +"Language: nb\n"
  482.  "MIME-Version: 1.0\n"
  483.  "Content-Type: text/plain; charset=UTF-8\n"
  484.  "Content-Transfer-Encoding: 8bit\n"
  485.  
  486. === modified file 'po/nl.po'
  487. --- po/nl.po    2011-10-09 05:26:03 +0000
  488. +++ po/nl.po    2011-10-11 16:54:00 +0000
  489. @@ -6,11 +6,12 @@
  490.  msgid ""
  491.  msgstr ""
  492.  "Project-Id-Version: maya\n"
  493. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  494. +"Report-Msgid-Bugs-To: \n"
  495.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  496.  "PO-Revision-Date: 2011-06-14 13:38+0000\n"
  497.  "Last-Translator: Mitch Dries <Unknown>\n"
  498.  "Language-Team: Dutch <nl@li.org>\n"
  499. +"Language: nl\n"
  500.  "MIME-Version: 1.0\n"
  501.  "Content-Type: text/plain; charset=UTF-8\n"
  502.  "Content-Transfer-Encoding: 8bit\n"
  503.  
  504. === modified file 'po/nn.po'
  505. --- po/nn.po    2011-10-09 05:26:03 +0000
  506. +++ po/nn.po    2011-10-11 16:54:00 +0000
  507. @@ -6,11 +6,12 @@
  508.  msgid ""
  509.  msgstr ""
  510.  "Project-Id-Version: maya\n"
  511. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  512. +"Report-Msgid-Bugs-To: \n"
  513.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  514.  "PO-Revision-Date: 2011-06-19 19:09+0000\n"
  515.  "Last-Translator: Martin Myrvold <Unknown>\n"
  516.  "Language-Team: Norwegian Nynorsk <nn@li.org>\n"
  517. +"Language: nn\n"
  518.  "MIME-Version: 1.0\n"
  519.  "Content-Type: text/plain; charset=UTF-8\n"
  520.  "Content-Transfer-Encoding: 8bit\n"
  521.  
  522. === modified file 'po/pl.po'
  523. --- po/pl.po    2011-10-09 05:26:03 +0000
  524. +++ po/pl.po    2011-10-11 16:54:00 +0000
  525. @@ -6,11 +6,12 @@
  526.  msgid ""
  527.  msgstr ""
  528.  "Project-Id-Version: maya\n"
  529. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  530. +"Report-Msgid-Bugs-To: \n"
  531.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  532.  "PO-Revision-Date: 2011-09-20 18:11+0000\n"
  533.  "Last-Translator: Grzegorz G. <Unknown>\n"
  534.  "Language-Team: Polish <pl@li.org>\n"
  535. +"Language: pl\n"
  536.  "MIME-Version: 1.0\n"
  537.  "Content-Type: text/plain; charset=UTF-8\n"
  538.  "Content-Transfer-Encoding: 8bit\n"
  539.  
  540. === modified file 'po/pt.po'
  541. --- po/pt.po    2011-10-09 05:26:03 +0000
  542. +++ po/pt.po    2011-10-11 16:54:00 +0000
  543. @@ -6,11 +6,12 @@
  544.  msgid ""
  545.  msgstr ""
  546.  "Project-Id-Version: maya\n"
  547. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  548. +"Report-Msgid-Bugs-To: \n"
  549.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  550.  "PO-Revision-Date: 2011-06-17 18:29+0000\n"
  551.  "Last-Translator: igorazevedo <Unknown>\n"
  552.  "Language-Team: Portuguese <pt@li.org>\n"
  553. +"Language: pt\n"
  554.  "MIME-Version: 1.0\n"
  555.  "Content-Type: text/plain; charset=UTF-8\n"
  556.  "Content-Transfer-Encoding: 8bit\n"
  557.  
  558. === modified file 'po/pt_BR.po'
  559. --- po/pt_BR.po 2011-10-09 05:26:03 +0000
  560. +++ po/pt_BR.po 2011-10-11 16:54:00 +0000
  561. @@ -6,11 +6,12 @@
  562.  msgid ""
  563.  msgstr ""
  564.  "Project-Id-Version: maya\n"
  565. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  566. +"Report-Msgid-Bugs-To: \n"
  567.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  568.  "PO-Revision-Date: 2011-09-19 06:20+0000\n"
  569.  "Last-Translator: Otto Robba <Unknown>\n"
  570.  "Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
  571. +"Language: pt_BR\n"
  572.  "MIME-Version: 1.0\n"
  573.  "Content-Type: text/plain; charset=UTF-8\n"
  574.  "Content-Transfer-Encoding: 8bit\n"
  575.  
  576. === modified file 'po/ro.po'
  577. --- po/ro.po    2011-10-09 05:26:03 +0000
  578. +++ po/ro.po    2011-10-11 16:54:00 +0000
  579. @@ -6,11 +6,12 @@
  580.  msgid ""
  581.  msgstr ""
  582.  "Project-Id-Version: maya\n"
  583. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  584. +"Report-Msgid-Bugs-To: \n"
  585.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  586.  "PO-Revision-Date: 2011-06-24 15:29+0000\n"
  587.  "Last-Translator: stefantibulca <Unknown>\n"
  588.  "Language-Team: Romanian <ro@li.org>\n"
  589. +"Language: ro\n"
  590.  "MIME-Version: 1.0\n"
  591.  "Content-Type: text/plain; charset=UTF-8\n"
  592.  "Content-Transfer-Encoding: 8bit\n"
  593.  
  594. === modified file 'po/ru.po'
  595. --- po/ru.po    2011-10-09 05:26:03 +0000
  596. +++ po/ru.po    2011-10-11 16:54:00 +0000
  597. @@ -6,11 +6,12 @@
  598.  msgid ""
  599.  msgstr ""
  600.  "Project-Id-Version: maya\n"
  601. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  602. +"Report-Msgid-Bugs-To: \n"
  603.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  604.  "PO-Revision-Date: 2011-09-14 05:53+0000\n"
  605.  "Last-Translator: Andrew Sudarikov <Unknown>\n"
  606.  "Language-Team: Russian <ru@li.org>\n"
  607. +"Language: ru\n"
  608.  "MIME-Version: 1.0\n"
  609.  "Content-Type: text/plain; charset=UTF-8\n"
  610.  "Content-Transfer-Encoding: 8bit\n"
  611.  
  612. === modified file 'po/sk.po'
  613. --- po/sk.po    2011-10-09 05:26:03 +0000
  614. +++ po/sk.po    2011-10-11 16:54:00 +0000
  615. @@ -6,11 +6,12 @@
  616.  msgid ""
  617.  msgstr ""
  618.  "Project-Id-Version: maya\n"
  619. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  620. +"Report-Msgid-Bugs-To: \n"
  621.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  622.  "PO-Revision-Date: 2011-09-01 07:56+0000\n"
  623.  "Last-Translator: Martin Maričák <Unknown>\n"
  624.  "Language-Team: Slovak <sk@li.org>\n"
  625. +"Language: sk\n"
  626.  "MIME-Version: 1.0\n"
  627.  "Content-Type: text/plain; charset=UTF-8\n"
  628.  "Content-Transfer-Encoding: 8bit\n"
  629.  
  630. === modified file 'po/sr.po'
  631. --- po/sr.po    2011-10-09 05:26:03 +0000
  632. +++ po/sr.po    2011-10-11 16:54:00 +0000
  633. @@ -6,11 +6,12 @@
  634.  msgid ""
  635.  msgstr ""
  636.  "Project-Id-Version: maya\n"
  637. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  638. +"Report-Msgid-Bugs-To: \n"
  639.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  640.  "PO-Revision-Date: 2011-07-27 12:24+0000\n"
  641.  "Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
  642.  "Language-Team: Serbian <sr@li.org>\n"
  643. +"Language: sr\n"
  644.  "MIME-Version: 1.0\n"
  645.  "Content-Type: text/plain; charset=UTF-8\n"
  646.  "Content-Transfer-Encoding: 8bit\n"
  647.  
  648. === modified file 'po/sv.po'
  649. --- po/sv.po    2011-10-09 05:26:03 +0000
  650. +++ po/sv.po    2011-10-11 16:54:00 +0000
  651. @@ -6,11 +6,12 @@
  652.  msgid ""
  653.  msgstr ""
  654.  "Project-Id-Version: maya\n"
  655. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  656. +"Report-Msgid-Bugs-To: \n"
  657.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  658.  "PO-Revision-Date: 2011-06-27 09:51+0000\n"
  659.  "Last-Translator: Simon Hammarström <hammarstrom.simon@gmail.com>\n"
  660.  "Language-Team: Swedish <sv@li.org>\n"
  661. +"Language: sv\n"
  662.  "MIME-Version: 1.0\n"
  663.  "Content-Type: text/plain; charset=UTF-8\n"
  664.  "Content-Transfer-Encoding: 8bit\n"
  665.  
  666. === modified file 'po/th.po'
  667. --- po/th.po    2011-10-09 05:26:03 +0000
  668. +++ po/th.po    2011-10-11 16:54:00 +0000
  669. @@ -6,11 +6,12 @@
  670.  msgid ""
  671.  msgstr ""
  672.  "Project-Id-Version: maya\n"
  673. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  674. +"Report-Msgid-Bugs-To: \n"
  675.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  676.  "PO-Revision-Date: 2011-08-12 23:01+0000\n"
  677.  "Last-Translator: bountonw <Unknown>\n"
  678.  "Language-Team: Thai <th@li.org>\n"
  679. +"Language: th\n"
  680.  "MIME-Version: 1.0\n"
  681.  "Content-Type: text/plain; charset=UTF-8\n"
  682.  "Content-Transfer-Encoding: 8bit\n"
  683. @@ -29,5 +30,4 @@
  684.  msgid ""
  685.  "Your upcoming events will be displayed here when you select a date with "
  686.  "events."
  687. -msgstr ""
  688. -"กิจกรรมที่ใกล้จะมาถึงของคุณจะถูกแสดงที่นี่หากคุณเลือกวันที่ที่มีกิจกรรมอยู่"
  689. +msgstr "กิจกรรมที่ใกล้จะมาถึงของคุณจะถูกแสดงที่นี่หากคุณเลือกวันที่ที่มีกิจกรรมอยู่"
  690.  
  691. === modified file 'po/tr.po'
  692. --- po/tr.po    2011-10-09 05:26:03 +0000
  693. +++ po/tr.po    2011-10-11 16:54:00 +0000
  694. @@ -6,11 +6,12 @@
  695.  msgid ""
  696.  msgstr ""
  697.  "Project-Id-Version: maya\n"
  698. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  699. +"Report-Msgid-Bugs-To: \n"
  700.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  701.  "PO-Revision-Date: 2011-07-17 12:23+0000\n"
  702.  "Last-Translator: Fatih Dayioglu <fatihdy@gmail.com>\n"
  703.  "Language-Team: Turkish <tr@li.org>\n"
  704. +"Language: tr\n"
  705.  "MIME-Version: 1.0\n"
  706.  "Content-Type: text/plain; charset=UTF-8\n"
  707.  "Content-Transfer-Encoding: 8bit\n"
  708.  
  709. === modified file 'po/zh_CN.po'
  710. --- po/zh_CN.po 2011-10-09 05:26:03 +0000
  711. +++ po/zh_CN.po 2011-10-11 16:54:00 +0000
  712. @@ -6,11 +6,12 @@
  713.  msgid ""
  714.  msgstr ""
  715.  "Project-Id-Version: maya\n"
  716. -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
  717. +"Report-Msgid-Bugs-To: \n"
  718.  "POT-Creation-Date: 2011-06-07 07:54-0500\n"
  719.  "PO-Revision-Date: 2011-08-30 02:05+0000\n"
  720.  "Last-Translator: Fenghao Guo <Unknown>\n"
  721.  "Language-Team: Chinese (Simplified) <zh_CN@li.org>\n"
  722. +"Language: \n"
  723.  "MIME-Version: 1.0\n"
  724.  "Content-Type: text/plain; charset=UTF-8\n"
  725.  "Content-Transfer-Encoding: 8bit\n"
Add Comment
Please, Sign In to add comment