Changeset 397
- Timestamp:
- 08/22/06 21:23:20 (2 years ago)
- Files:
-
- trunk/Makefile.in (modified) (2 diffs)
- trunk/po/Makefile.in (modified) (1 diff)
- trunk/po/POTFILES.in (modified) (2 diffs)
- trunk/po/es.mo (added)
- trunk/po/es.po (modified) (10 diffs)
- trunk/po/mesk.pot (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Makefile.in
r325 r397 38 38 39 39 all: module etc/mesk.desktop README 40 @# Only make catalogs if building from svn. Future po updates41 @# will only occur using make within the po directory itself42 @if ls ./po/*.mo > /dev/null 2>&1; then \43 :; \44 else \45 ${MAKE} -C po catalogs; \46 fi47 40 48 41 module: … … 146 139 147 140 maintainer-clean: 148 -${MAKE} -C po maintainer-clean149 141 ${MAKE} distclean 150 142 -rm README trunk/po/Makefile.in
r273 r397 65 65 -rm Makefile 66 66 maintainer-clean: 67 -rm *.mo68 67 ${MAKE} distclean 69 68 trunk/po/POTFILES.in
r391 r397 6 6 src/about_dialog.py 7 7 src/album_cover_control.py 8 src/amazon.py9 8 src/audio_control.py 10 9 src/config.py … … 27 26 src/mesk/plugin/listeners.py 28 27 src/mesk/plugin/plugin.py 29 src/mesk/plugin/provider.py30 28 src/mesk/uri.py 31 29 src/mesk/utils.py trunk/po/es.po
r393 r397 8 8 "Project-Id-Version: 0.1.1\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2006-08-2 0 16:21-0600\n"10 "POT-Creation-Date: 2006-08-22 21:22-0600\n" 11 11 "PO-Revision-Date: 2006-04-15 17:38-0600\n" 12 12 "Last-Translator: Travis Shirk <travis@pobox.com>\n" … … 30 30 31 31 #: ../src/mesk_extras.glade.h:3 32 msgid "<big><b>HTTP Authentication Required</b></big>" 33 msgstr "" 34 35 #: ../src/mesk_extras.glade.h:4 32 36 msgid "<span foreground='blue'><big><b>Did You Know...</b></big></span>" 33 37 msgstr "" 34 38 35 #: ../src/mesk_extras.glade.h: 439 #: ../src/mesk_extras.glade.h:5 36 40 msgid "Name" 37 41 msgstr "" 38 42 39 #: ../src/mesk_extras.glade.h:5 43 #: ../src/mesk_extras.glade.h:6 ../src/plugins/plugins_gui.glade.h:6 44 msgid "Password:" 45 msgstr "Contraseña:" 46 47 #: ../src/mesk_extras.glade.h:7 40 48 msgid "Show tips window at startup" 41 49 msgstr "" 42 50 43 #: ../src/mesk_extras.glade.h: 651 #: ../src/mesk_extras.glade.h:8 44 52 msgid "Tip Label" 45 53 msgstr "" 46 54 47 #: ../src/mesk_extras.glade.h:7 55 #: ../src/mesk_extras.glade.h:9 ../src/plugins/plugins_gui.glade.h:13 56 msgid "Username:" 57 msgstr "Username:" 58 59 #: ../src/mesk_extras.glade.h:10 48 60 msgid "_Close" 49 61 msgstr "" 50 62 51 #: ../src/mesk_extras.glade.h: 863 #: ../src/mesk_extras.glade.h:11 52 64 #, fuzzy 53 65 msgid "_Next" 54 66 msgstr "Después" 55 67 56 #: ../src/mesk_extras.glade.h: 968 #: ../src/mesk_extras.glade.h:12 57 69 #, fuzzy 58 70 msgid "_Previous" 59 71 msgstr "Anterior" 72 73 #: ../src/mesk_extras.glade.h:13 74 msgid "gtk-cancel" 75 msgstr "" 76 77 #: ../src/mesk_extras.glade.h:14 78 msgid "gtk-ok" 79 msgstr "" 60 80 61 81 #: ../src/mesk_gui.glade.h:1 … … 154 174 msgid "Password (again):" 155 175 msgstr "Contraseña (otra vez):" 156 157 #: ../src/plugins/plugins_gui.glade.h:6158 msgid "Password:"159 msgstr "Contraseña:"160 176 161 177 #: ../src/plugins/plugins_gui.glade.h:7 … … 175 191 "http://www.last.fm/signup.php" 176 192 177 #: ../src/plugins/plugins_gui.glade.h:13178 msgid "Username:"179 msgstr "Username:"180 181 193 #: ../src/plugins/plugins_gui.glade.h:14 182 194 msgid "last.fm Configuration" … … 225 237 msgstr "El control audio de la versión %d.%d.%d de Gstreamer se inicializó" 226 238 227 #: ../src/audio_control.py:3 11239 #: ../src/audio_control.py:309 228 240 #, python-format 229 241 msgid "Volume %d%%" 230 242 msgstr "" 231 243 232 #: ../src/audio_control.py: 665244 #: ../src/audio_control.py:706 233 245 msgid "Mute Volume" 234 246 msgstr "" 235 247 236 #: ../src/audio_control.py: 667248 #: ../src/audio_control.py:708 237 249 msgid "Restore Volume" 238 250 msgstr "" … … 275 287 msgstr "Playlist '%s' del cargamento del error" 276 288 277 #: ../src/mesk/audio/__init__.py: 88289 #: ../src/mesk/audio/__init__.py:98 278 290 #, python-format 279 291 msgid "Unsupported audio format: %s" … … 523 535 msgstr "pistas" 524 536 525 #: ../src/playlist_control.py:9 83537 #: ../src/playlist_control.py:993 526 538 #, fuzzy, python-format 527 539 msgid "" … … 531 543 msgstr "Fuente que cae del error: %s" 532 544 533 #: ../src/playlist_control.py: 991545 #: ../src/playlist_control.py:1002 534 546 #, fuzzy, python-format 535 547 msgid "" … … 541 553 "%s" 542 554 543 #: ../src/playlist_control.py:10 46555 #: ../src/playlist_control.py:1057 544 556 msgid "Add Music" 545 557 msgstr "Agregue La Música" 546 558 547 #: ../src/playlist_control.py:10 63559 #: ../src/playlist_control.py:1079 548 560 msgid "All" 549 561 msgstr "" 550 562 551 #: ../src/playlist_control.py:10 65563 #: ../src/playlist_control.py:1080 552 564 msgid "Audio" 553 565 msgstr "" 554 566 555 #: ../src/playlist_control.py:10 66567 #: ../src/playlist_control.py:1081 556 568 msgid "Playlists" 557 569 msgstr "Playlists" … … 560 572 #. the checkbox is toggles and files when not since this is not 561 573 #. possible by default 562 #: ../src/playlist_control.py:10 71574 #: ../src/playlist_control.py:1086 563 575 msgid "Make the _dialog be able/unable to select directories" 564 576 msgstr "Haga que el _diálogo es able/unable para seleccionar directorios" 565 577 566 #: ../src/playlist_control.py:1 194578 #: ../src/playlist_control.py:1209 567 579 #, python-format 568 580 msgid "'%s' string not found" trunk/po/mesk.pot
r393 r397 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2006-08-2 0 16:21-0600\n"11 "POT-Creation-Date: 2006-08-22 21:22-0600\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 31 31 32 32 #: ../src/mesk_extras.glade.h:3 33 msgid "<big><b>HTTP Authentication Required</b></big>" 34 msgstr "" 35 36 #: ../src/mesk_extras.glade.h:4 33 37 msgid "<span foreground='blue'><big><b>Did You Know...</b></big></span>" 34 38 msgstr "" 35 39 36 #: ../src/mesk_extras.glade.h: 440 #: ../src/mesk_extras.glade.h:5 37 41 msgid "Name" 38 42 msgstr "" 39 43 40 #: ../src/mesk_extras.glade.h:5 44 #: ../src/mesk_extras.glade.h:6 ../src/plugins/plugins_gui.glade.h:6 45 msgid "Password:" 46 msgstr "" 47 48 #: ../src/mesk_extras.glade.h:7 41 49 msgid "Show tips window at startup" 42 50 msgstr "" 43 51 44 #: ../src/mesk_extras.glade.h: 652 #: ../src/mesk_extras.glade.h:8 45 53 msgid "Tip Label" 46 54 msgstr "" 47 55 48 #: ../src/mesk_extras.glade.h:7 56 #: ../src/mesk_extras.glade.h:9 ../src/plugins/plugins_gui.glade.h:13 57 msgid "Username:" 58 msgstr "" 59 60 #: ../src/mesk_extras.glade.h:10 49 61 msgid "_Close" 50 62 msgstr "" 51 63 52 #: ../src/mesk_extras.glade.h: 864 #: ../src/mesk_extras.glade.h:11 53 65 msgid "_Next" 54 66 msgstr "" 55 67 56 #: ../src/mesk_extras.glade.h: 968 #: ../src/mesk_extras.glade.h:12 57 69 msgid "_Previous" 70 msgstr "" 71 72 #: ../src/mesk_extras.glade.h:13 73 msgid "gtk-cancel" 74 msgstr "" 75 76 #: ../src/mesk_extras.glade.h:14 77 msgid "gtk-ok" 58 78 msgstr "" 59 79 … … 151 171 #: ../src/plugins/plugins_gui.glade.h:5 152 172 msgid "Password (again):" 153 msgstr ""154 155 #: ../src/plugins/plugins_gui.glade.h:6156 msgid "Password:"157 173 msgstr "" 158 174 … … 170 186 msgstr "" 171 187 172 #: ../src/plugins/plugins_gui.glade.h:13173 msgid "Username:"174 msgstr ""175 176 188 #: ../src/plugins/plugins_gui.glade.h:14 177 189 msgid "last.fm Configuration" … … 219 231 msgstr "" 220 232 221 #: ../src/audio_control.py:3 11233 #: ../src/audio_control.py:309 222 234 #, python-format 223 235 msgid "Volume %d%%" 224 236 msgstr "" 225 237 226 #: ../src/audio_control.py: 665238 #: ../src/audio_control.py:706 227 239 msgid "Mute Volume" 228 240 msgstr "" 229 241 230 #: ../src/audio_control.py: 667242 #: ../src/audio_control.py:708 231 243 msgid "Restore Volume" 232 244 msgstr "" … … 265 277 msgstr "" 266 278 267 #: ../src/mesk/audio/__init__.py: 88279 #: ../src/mesk/audio/__init__.py:98 268 280 #, python-format 269 281 msgid "Unsupported audio format: %s" … … 507 519 msgstr "" 508 520 509 #: ../src/playlist_control.py:9 83521 #: ../src/playlist_control.py:993 510 522 #, python-format 511 523 msgid "" … … 515 527 msgstr "" 516 528 517 #: ../src/playlist_control.py: 991529 #: ../src/playlist_control.py:1002 518 530 #, python-format 519 531 msgid "" … … 523 535 msgstr "" 524 536 525 #: ../src/playlist_control.py:10 46537 #: ../src/playlist_control.py:1057 526 538 msgid "Add Music" 527 539 msgstr "" 528 540 529 #: ../src/playlist_control.py:10 63541 #: ../src/playlist_control.py:1079 530 542 msgid "All" 531 543 msgstr "" 532 544 533 #: ../src/playlist_control.py:10 65545 #: ../src/playlist_control.py:1080 534 546 msgid "Audio" 535 547 msgstr "" 536 548 537 #: ../src/playlist_control.py:10 66549 #: ../src/playlist_control.py:1081 538 550 msgid "Playlists" 539 551 msgstr "" … … 542 554 #. the checkbox is toggles and files when not since this is not 543 555 #. possible by default 544 #: ../src/playlist_control.py:10 71556 #: ../src/playlist_control.py:1086 545 557 msgid "Make the _dialog be able/unable to select directories" 546 558 msgstr "" 547 559 548 #: ../src/playlist_control.py:1 194560 #: ../src/playlist_control.py:1209 549 561 #, python-format 550 562 msgid "'%s' string not found"
