Changeset 13770
- Timestamp:
- 06/10/07 15:29:33 (13 months ago)
- Location:
- wp-polls
- Files:
-
- 10 modified
-
i18n/wp-polls-nl_NL.mo (modified) (previous)
-
i18n/wp-polls-nl_NL.po (modified) (1 diff)
-
i18n/wp-polls-tr_TR.mo (modified) (previous)
-
i18n/wp-polls-tr_TR.po (modified) (2 diffs)
-
tags/2.20/polls/polls.php (modified) (1 diff)
-
tags/2.20/polls/wp-polls.mo (modified) (previous)
-
tags/2.20/polls/wp-polls.pot (modified) (1 diff)
-
trunk/polls/polls.php (modified) (1 diff)
-
trunk/polls/wp-polls.mo (modified) (previous)
-
trunk/polls/wp-polls.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-polls/i18n/wp-polls-nl_NL.po
r13557 r13770 3 3 "Project-Id-Version: WP-Polls 2.20\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2007-06- 02 14:44+0100\n"6 "Last-Translator: Pim Haarsma <pim@pimspage.nl>\n"5 "PO-Revision-Date: 2007-06-10 23:28+0800\n" 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Pim's page <pim@pimspage.nl>\n" 8 8 "MIME-Version: 1.0\n" -
wp-polls/i18n/wp-polls-tr_TR.po
r13707 r13770 3 3 "Project-Id-Version: WP-Polls Türkçe Çeviri\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2007-06- 06 00:39+0200\n"6 "Last-Translator: kara <kara@karalamalar.net>\n"5 "PO-Revision-Date: 2007-06-10 23:28+0800\n" 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Okan Şenol <comodos84@yahoo.com>\n" 8 8 "MIME-Version: 1.0\n" … … 1012 1012 msgid "Polls Archive" 1013 1013 msgstr "Anket Arşivi" 1014 1015 #: polls-templates.php:128 1016 #, fuzzy 1017 msgid "Start Date:" 1018 msgstr "Başlangıç Tarihi/Zamanı:" 1019 1020 #: polls-templates.php:128 1021 #, fuzzy 1022 msgid "End Date:" 1023 msgstr "Bitiş Tarihi/Zamanı" 1014 1024 1015 1025 #: polls-templates.php:131 -
wp-polls/tags/2.20/polls/polls.php
r13529 r13770 1125 1125 } // End if($vote_a) 1126 1126 } else { 1127 echo __('You Had Already Voted For This Poll. Poll ID #%s', 'wp-polls');1127 printf(__('You Had Already Voted For This Poll. Poll ID #%s', 'wp-polls'), $poll_id); 1128 1128 exit(); 1129 1129 }// End if($check_voted) -
wp-polls/tags/2.20/polls/wp-polls.pot
r13545 r13770 3 3 "Project-Id-Version: WP-Polls 2.20\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2007-06- 02 18:50+0800\n"5 "PO-Revision-Date: 2007-06-10 23:28+0800\n" 6 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Ravan <ravanhagen@gmail.com>\n" -
wp-polls/trunk/polls/polls.php
r13529 r13770 1125 1125 } // End if($vote_a) 1126 1126 } else { 1127 echo __('You Had Already Voted For This Poll. Poll ID #%s', 'wp-polls');1127 printf(__('You Had Already Voted For This Poll. Poll ID #%s', 'wp-polls'), $poll_id); 1128 1128 exit(); 1129 1129 }// End if($check_voted) -
wp-polls/trunk/polls/wp-polls.pot
r13545 r13770 3 3 "Project-Id-Version: WP-Polls 2.20\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2007-06- 02 18:50+0800\n"5 "PO-Revision-Date: 2007-06-10 23:28+0800\n" 6 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Ravan <ravanhagen@gmail.com>\n"
