Changeset 2447 for branches/release-38
- Timestamp:
- 05/27/08 22:15:54 (6 months ago)
- Files:
-
- branches/release-38/lib/MT/L10N/de.pm (modified) (32 diffs)
- branches/release-38/lib/MT/L10N/es.pm (modified) (28 diffs)
- branches/release-38/lib/MT/L10N/nl.pm (modified) (29 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-38/lib/MT/L10N/de.pm
r2405 r2447 36 36 'Error: widgetset [_1] is empty.' => 'Fehler: Die Widgetgruppe [_1] ist leer.', 37 37 'Error compiling widgetset [_1]' => 'Fehler bei Kompilierung der Widgetgruppe [_1]', 38 39 ## php/lib/function.mtcommentauthor.php 40 'Anonymous' => 'Anonym', 38 41 39 42 ## php/lib/archive_lib.php … … 78 81 79 82 ## php/lib/function.mtcommentauthorlink.php 80 'Anonymous' => 'Anonym',81 83 82 84 ## php/lib/MTUtil.php … … 249 251 250 252 ## default_templates/signin.mtml 251 'JavaScript' => 'JavaScript',252 253 'Sign In' => 'Anmelden', 253 254 'You are signed in as ' => 'Sie sind angemeldet als', … … 287 288 ## default_templates/trackbacks.mtml 288 289 'No TrackBacks' => 'Keine TrackBacks', 289 'TrackBack URL: <span id="trackbacks-link">[_1]</span>' => 'TrackBack-URL: <span id="trackbacks-link">[_1]</span>',290 'TrackBack URL: [_1]' => 'TrackBack-URL: [_1]', # Translate - New # OK 290 291 '<a href="[_1]">[_2]</a> from [_3] on <a href="[_4]">[_5]</a>' => '<a href="[_1]">[_2]</a> von [_3] zu <a href="[_4]">[_5]</a>', 291 292 '[_1] <a href="[_2]">Read More</a>' => '[_1] <a href="[_2]">Mehr</a>', … … 297 298 '[quant,_1,day,days] ago' => 'vor [quant,_1,Tag,Tagen]', 298 299 '<a href="[_1]">Edit</a>' => '<a href="[_1]">Bearbeiten</a>', 299 'Submit' => 'Abschicken', 300 'Preview' => 'Vorschau', 301 'Signing in...' => 'Anmelden...', # Translate - New # OK 300 'Your session has expired. Please sign in again to comment.' => 'Ihre Sitzung ist abgelaufen. Bitte melden Sie sich erneut an.', # Translate - New # OK 301 'Signing in...' => 'Anmelden...', 302 302 'You do not have permission to comment on this blog. ([_1]sign out[_2])' => 'Sie haben nicht die notwendige Berechtigung, um in diesem Blog Kommentare zu schreiben. ([_1]Abmelden[_2])', 303 303 'Thanks for signing in, [_1]. ([_2]sign out[_3])' => 'Danke fÃŒr Ihre Anmeldung, [_1]. ([_2]Abmelden[_2])', 304 304 '[_1]Sign in[_2] to comment.' => '[_1]Anmelden[_2] um zu kommentieren', 305 305 '[_1]Sign in[_2] to comment, or comment anonymously.' => '[_1]Anmelden[_2] um zu kommentieren oder anonym kommentieren', 306 'Replying to <a href="[_1]" onclick="[_2]">comment from [_3]</a>' => 'Antwort auf den <a href="[_1]" onclick="[_2]">Kommentar von [_3]</a>', # Translate - New # OK306 'Replying to <a href="[_1]" onclick="[_2]">comment from [_3]</a>' => 'Antwort auf den <a href="[_1]" onclick="[_2]">Kommentar von [_3]</a>', 307 307 308 308 ## default_templates/archive_index.mtml … … 348 348 'Remember personal info?' => 'Persönliche Angaben speichern?', 349 349 '(You may use HTML tags for style)' => '(HTML-Tags zur Textformatierung erlaubt)', 350 'Preview' => 'Vorschau', 351 'Submit' => 'Abschicken', 350 352 351 353 ## default_templates/monthly_entry_listing.mtml … … 370 372 ## default_templates/comment_preview.mtml 371 373 'Previewing your Comment' => 'Vorschau Ihres Kommentars', 372 'Replying to comment from [_1]' => 'Antwort auf den Kommentar von [_1]', # Translate - New # OK374 'Replying to comment from [_1]' => 'Antwort auf den Kommentar von [_1]', 373 375 'Cancel' => 'Abbrechen', 374 376 … … 605 607 'Assigning entry comment and TrackBack counts...' => 'Weise Kommentar- und TrackBack-Zahlen zu...', 606 608 'Assigning embedded flag to asset placements...' => 'Weise Embedded-Flag an Asset-Platzierungen zu...', 607 'Replacing file formats to use CategoryLabel tag...' => 'Ersetze Dateiformate fÃŒr CategoryLabel-Befehl...', # Translate - New # OK609 'Replacing file formats to use CategoryLabel tag...' => 'Ersetze Dateiformate fÃŒr CategoryLabel-Befehl...', 608 610 609 611 ## lib/MT/Core.pm … … 681 683 ## lib/MT/ArchiveType/Page.pm 682 684 'PAGE_ADV' => 'Seitenarchive', 683 'folder-path/page-basename.html' => ' Ordner-Pfad/Seiten-Name.html',684 'folder-path/page-basename/index.html' => ' Ordner-Pfad/Seiten-Name/index.html',685 'folder_path/page_basename.html' => ' Ordner_Pfad/Seiten_Name.html',686 'folder_path/page_basename/index.html' => ' Ordner_Pfad/Seiten_Name/index.html',685 'folder-path/page-basename.html' => 'pfad-angabe/seiten-name.html', # Translate - Improved (5) # OK 686 'folder-path/page-basename/index.html' => 'pfad-angabe/seiten-name/index.html', # Translate - Improved (6) # OK 687 'folder_path/page_basename.html' => 'pfad_angabe/seiten_name.html', # Translate - Improved (5) # OK 688 'folder_path/page_basename/index.html' => 'pfad_angabe/seiten_name/index.html', # Translate - Improved (6) # OK 687 689 688 690 ## lib/MT/ArchiveType/Category.pm 689 691 'CATEGORY_ADV' => 'Kategoriearchive', 690 'category/sub-category/index.html' => ' Kategorie/Unter-Kategorie/index.html',691 'category/sub_category/index.html' => ' Kategorie/Unter_Kategorie/index.html',692 'category/sub-category/index.html' => 'kategorie/unter-kategorie/index.html', # Translate - Improved (3) # OK 693 'category/sub_category/index.html' => 'kategorie/unter_kategorie/index.html', # Translate - Improved (3) # OK 692 694 693 695 ## lib/MT/ArchiveType/CategoryMonthly.pm … … 703 705 ## lib/MT/ArchiveType/AuthorDaily.pm 704 706 'AUTHOR-DAILY_ADV' => 'tÀgliche Autorenarchive', 705 'author -display-name/yyyy/mm/dd/index.html' => 'benutzer-name/jjjj/mm/tt/index.html',706 'author _display_name/yyyy/mm/dd/index.html' => 'benutzer_name/jjjj/mm/tt/index.html',707 'author/author-display-name/yyyy/mm/dd/index.html' => 'autor/anzeigename-des-autors/jjjj/mm/tt/index.html', # Translate - New # OK 708 'author/author_display_name/yyyy/mm/dd/index.html' => 'autor/anzeigename_des_autors/jjjj/mm/tt/index.html', # Translate - New # OK 707 709 708 710 ## lib/MT/ArchiveType/Individual.pm 709 711 'INDIVIDUAL_ADV' => 'Einzelarchive', 710 'yyyy/mm/entry-basename.html' => 'jjjj/mm/ Eintrags-Name.html',711 'yyyy/mm/entry_basename.html' => 'jjjj/mm/ Eintrags_Name.html',712 'yyyy/mm/entry-basename/index.html' => 'jjjj/mm/ Eintrags-Name/index.html',713 'yyyy/mm/entry_basename/index.html' => 'jjjj/mm/ Eintrags_Name/index.html',714 'yyyy/mm/dd/entry-basename.html' => 'jjjj/mm/tt/ Eintrags-Name.html',715 'yyyy/mm/dd/entry_basename.html' => 'jjjj/mm/tt/ Eintrags_Name.html',716 'yyyy/mm/dd/entry-basename/index.html' => 'jjjj/mm/tt/ Eintrags-Name/index.html',717 'yyyy/mm/dd/entry_basename/index.html' => 'jjjj/mm/tt/ Eintrags_Name/index.html',718 'category/sub-category/entry-basename.html' => ' Kategorie/Unter-Kategorie/Eintrags-Name.html',719 'category/sub-category/entry-basename/index.html' => ' Kategorie/Unter-Kategorie/Eintrags-Name/index.html',720 'category/sub_category/entry_basename.html' => ' Kategorie/Unter_Kategorie/Eintrags_Name.html',721 'category/sub_category/entry_basename/index.html' => ' Kategorie/Unter_Kategorie/Eintrags_Name/index.html',712 'yyyy/mm/entry-basename.html' => 'jjjj/mm/eintrags-name.html', # Translate - Improved (2) # OK 713 'yyyy/mm/entry_basename.html' => 'jjjj/mm/eintrags_name.html', # Translate - Improved (2) # OK 714 'yyyy/mm/entry-basename/index.html' => 'jjjj/mm/eintrags-name/index.html', # Translate - Improved (2) # OK 715 'yyyy/mm/entry_basename/index.html' => 'jjjj/mm/eintrags_name/index.html', # Translate - Improved (2) # OK 716 'yyyy/mm/dd/entry-basename.html' => 'jjjj/mm/tt/eintrags-name.html', # Translate - Improved (2) # OK 717 'yyyy/mm/dd/entry_basename.html' => 'jjjj/mm/tt/eintrags_name.html', # Translate - Improved (2) # OK 718 'yyyy/mm/dd/entry-basename/index.html' => 'jjjj/mm/tt/eintrags-name/index.html', # Translate - Improved (2) # OK 719 'yyyy/mm/dd/entry_basename/index.html' => 'jjjj/mm/tt/eintrags_name/index.html', # Translate - Improved (2) # OK 720 'category/sub-category/entry-basename.html' => 'kategorie/unter-kategorie/eintrags-name.html', # Translate - Improved (5) # OK 721 'category/sub-category/entry-basename/index.html' => 'kategorie/unter-kategorie/eintrags-name/index.html', # Translate - Improved (5) # OK 722 'category/sub_category/entry_basename.html' => 'kategorie/unter_kategorie/eintrags_name.html', 723 'category/sub_category/entry_basename/index.html' => 'kategorie/unter_kategorie/eintrags_name/index.html', # Translate - Improved (5) # OK 722 724 723 725 ## lib/MT/ArchiveType/CategoryWeekly.pm … … 742 744 ## lib/MT/ArchiveType/Weekly.pm 743 745 'WEEKLY_ADV' => 'Wochenarchive', 744 'yyyy/mm/day-week/index.html' => 'jjjj/mm/ Tag-Woche/index.html',746 'yyyy/mm/day-week/index.html' => 'jjjj/mm/tag-woche/index.html', 745 747 746 748 ## lib/MT/ArchiveType/Author.pm … … 830 832 'This weblog requires commenters to pass an email address. If you\'d like to do so you may log in again, and give the authentication service permission to pass your email address.' => 'Kommentarautoren mÃŒssen eine E-Mail-Adresse angeben. Wenn Sie das tun möchten, melden Sie sich an und erlauben Sie dem Authentifizierungsdienst, Ihre E-Mail-Adresse weiterzuleiten.', 831 833 'Couldn\'t save the session' => 'Session konnte nicht gespeichert werden', 832 'This blog requires commenters to provide an email address' => 'In diesem Blog muss zum Kommentieren eine E-Mail-Adresse angegeben werden.',833 834 'Couldn\'t get public key from url provided' => 'Public Key konnte von der angegebenen Adresse nicht gelesen werden', 834 835 'No public key could be found to validate registration.' => 'Kein Public Key zur Validierung gefunden.', … … 1404 1405 'http://www.movabletype.org/documentation/appendices/tags/%t.html' => 'http://www.movabletype.org/documentation/appendices/tags/%t.html', 1405 1406 'No [_1] could be found.' => 'Keine [_1] gefunden.', 1406 'records' => 'EintrÀge', # Translate - New # OK1407 'records' => 'EintrÀge', 1407 1408 'Invalid tag [_1] specified.' => 'UngÃŒltiger Vorlagenbefehl [_1] angegeben.', 1408 1409 'No template to include specified' => 'Keine einzubindende Vorlage angegeben', … … 1508 1509 'Somehow, the entry you tried to comment on does not exist' => 'Der Eintrag, den Sie kommentieren möchten, existiert nicht.', 1509 1510 'Invalid entry ID provided' => 'UngÃŒltige Eintrags-ID angegeben', 1510 'Invalid commenter ID' => 'UngÃŒltige Kommentarautoren-ID',1511 1511 'All required fields must have valid values.' => 'Alle erforderlichen Felder mÃŒssen gÃŒltige Werte aufweisen.', 1512 1512 'Commenter profile has successfully been updated.' => 'Kommentarautorenprofil erfolgreich aktualisiert.', … … 1522 1522 'Invalid value: [_1]' => 'UngÃŒltiger Wert: [_1]', 1523 1523 'No column was specified to search for [_1].' => 'Keine Spalte zur Suche nach [_1] angegeben.', 1524 'The search you conducted has timed out. Please simplify your query and try again.' => 'Die Suche dauert zu lange. Bitte vereinfachen Sie Ihre Suchanfrage und versuchen Sie es erneut.', # Translate - New # OK1524 'The search you conducted has timed out. Please simplify your query and try again.' => 'Die Suche dauert zu lange. Bitte vereinfachen Sie Ihre Suchanfrage und versuchen Sie es erneut.', 1525 1525 1526 1526 ## lib/MT/App/Trackback.pm … … 1577 1577 'This module is required for sending mail via SMTP Server.' => 'Dieses Modul ist zum Verschicken von E-Mails ÃŒber SMTP-Server erforderlich.', 1578 1578 'This module is used in test attribute of MTIf conditional tag.' => 'Dieses Modul ist fÃŒr das test-Attribut des MTif conditional-Befehls erforderlich.', 1579 'This module is used by the Markdown text filter.' => 'Dieses Modul ist fÃŒr den Markdown-Textfilter erforderlich.', # Translate - New # OK 1579 1580 'This module is required for file uploads (to determine the size of uploaded images in many different formats).' => 'Dieses Modul ist zur Bestimmung der GröÃe hochgeladener Dateien erforderlich.', 1580 1581 'This module is required for cookie authentication.' => 'Dieses Modul ist zur Cookie-Authentifizierung erforderlich.', … … 1619 1620 'Tags to remove from selected entries' => 'Von gewÀhlten EintrÀgen zu entfernende Tags', 1620 1621 'Batch Edit Entries' => 'Mehrere EintrÀge bearbeiten', 1621 'Publish Pages' => 'Seiten veröffentlichen', # Translate - New # OK1622 'Publish Pages' => 'Seiten veröffentlichen', 1622 1623 'Unpublish Pages' => 'Seiten nicht mehr veröffentlichen', 1623 1624 'Tags to add to selected pages' => 'Zu gewÀhlten Seiten hinzuzufÃŒgende Tags', … … 1860 1861 'Archive Index' => 'Archivindex', 1861 1862 'Stylesheet' => 'Stylesheet', 1863 'JavaScript' => 'JavaScript', 1862 1864 'Feed - Recent Entries' => 'Feed - Aktuelle EintrÀge', 1863 1865 'RSD' => 'RSD', … … 2170 2172 'Custom Index Template' => 'Individuelle Indexvorlage', 2171 2173 'Link to File' => 'Mit Datei verlinken', 2172 'Learn more about <a href="http://www.movabletype.org/documentation/administrator/publishing/settings.html">publishing settings</a>' => 'Mehr ÃŒber <a href="http://www.movabletype.org/documentation/administrator/publishing/settings.html">Veröffentlichtungseinstellungen</a> erfahren', # Translate - New # OK2174 'Learn more about <a href="http://www.movabletype.org/documentation/administrator/publishing/settings.html">publishing settings</a>' => 'Mehr ÃŒber <a href="http://www.movabletype.org/documentation/administrator/publishing/settings.html">Veröffentlichtungseinstellungen</a> erfahren', 2173 2175 'Create Archive Mapping' => 'Neue ArchivverknÃŒpfung einrichten', 2174 2176 'Type' => 'Typ', 2175 2177 'Add' => 'HinzufÃŒgen', 2176 'Statically (default)' => 'Statisch (Standard)', # Translate - New # OK2177 'Via Publish Queue' => 'Im Hintergrund', # Translate - New # OK2178 'Statically (default)' => 'Statisch (Standard)', 2179 'Via Publish Queue' => 'Im Hintergrund', 2178 2180 'On a schedule' => 'Zeitgeplant', 2179 2181 ': every ' => ': alle ', … … 2183 2185 'Dynamically' => 'Dynamisch', 2184 2186 'Manually' => 'Manuell', 2185 'Do Not Publish' => 'Nicht veröffentlichen', # Translate - New # OK2187 'Do Not Publish' => 'Nicht veröffentlichen', 2186 2188 'Server Side Include' => 'Server Side Include', 2187 2189 'Process as <strong>[_1]</strong> include' => 'Als <strong>[_1]</strong>-Include verarbeiten', … … 2648 2650 'Manual' => 'Manuell', 2649 2651 'Dynamic' => 'Dynamisch', 2650 'Publish Queue' => 'Im Hintergrund', # Translate - New # OK2652 'Publish Queue' => 'Im Hintergrund', 2651 2653 'Static' => 'Statisch', 2652 2654 'Yes' => 'Ja', … … 2807 2809 'Choose the profile that best matches the requirements for this blog.' => 'WÀhlen Sie das Profil, das den Anforderungen dieses Blogs am besten entspricht.', 2808 2810 'Static Publishing' => 'Statische Veröffentlichung', 2809 'Immediately publish all templates statically.' => 'Alle Vorlagen sofort statisch veröffentlichen.', # Translate - New # OK2810 'Background Publishing' => 'Veröffentlichung im Hintergrund', # Translate - New2811 'All templates published statically via Publish Que.' => 'Alle Vorlagen statisch ÃŒber die Veröffentlichungs-Warteschlange veröffentlichen.', # Translate - New # OK2811 'Immediately publish all templates statically.' => 'Alle Vorlagen sofort statisch veröffentlichen.', 2812 'Background Publishing' => 'Veröffentlichung im Hintergrund', 2813 'All templates published statically via Publish Que.' => 'Alle Vorlagen statisch ÃŒber die Veröffentlichungs-Warteschlange veröffentlichen.', 2812 2814 'High Priority Static Publishing' => 'Priorisierte statische Veröffentlichung', 2813 'Immediately publish Main Index template, Entry archives, and Page archives statically. Use Publish Queue to publish all other templates statically.' => 'Hauptindex, Eintragsarchive und Seitenarchive sofort statisch, alle anderen Vorlagen im Hintergrund statisch veröffentlichen.', # Translate - New # OK2815 'Immediately publish Main Index template, Entry archives, and Page archives statically. Use Publish Queue to publish all other templates statically.' => 'Hauptindex, Eintragsarchive und Seitenarchive sofort statisch, alle anderen Vorlagen im Hintergrund statisch veröffentlichen.', 2814 2816 'Dynamic Publishing' => 'Dynamische Veröffentlichung', 2815 'Publish all templates dynamically.' => 'Alle Vorlagen dynamisch veröffentlichen.', # Translate - New # OK2817 'Publish all templates dynamically.' => 'Alle Vorlagen dynamisch veröffentlichen.', 2816 2818 'Dynamic Archives Only' => 'Nur dynamische Archive', 2817 'Publish all Archive templates dynamically. Immediately publish all other templates statically.' => 'Alle Archivvorlagen dynamisch, alle anderen Vorlagen sofort statisch veröffentlichen.', # Translate - New # OK2819 'Publish all Archive templates dynamically. Immediately publish all other templates statically.' => 'Alle Archivvorlagen dynamisch, alle anderen Vorlagen sofort statisch veröffentlichen.', 2818 2820 'This new publishing profile will update all of your templates.' => 'Mit dem neuen Veröffentlichungsprofil werden alle Vorlagen aktualisiert.', 2819 2821 … … 3056 3058 '(space-delimited list)' => '(Liste mit Leerzeichentrennung)', 3057 3059 '(delimited by \'[_1]\')' => '(Trennung durch \'[_1]\')', 3058 'Use <a href="http://blogit.typepad.com/">Blog It</a> to post to Movable Type from social networks like Facebook.' => 'Mit <a href="http://blogit.typepad.com/">Blog It</a> aus Facebook heraus in Movable Type-Blogs bloggen', # Translate - New # OK3059 'None selected' => 'Keine gewÀhlt', # Translate - Improved (2) # OK3060 'Use <a href="http://blogit.typepad.com/">Blog It</a> to post to Movable Type from social networks like Facebook.' => 'Mit <a href="http://blogit.typepad.com/">Blog It</a> aus Facebook heraus in Movable Type-Blogs bloggen', 3061 'None selected' => 'Keine gewÀhlt', 3060 3062 3061 3063 ## tmpl/cms/refresh_results.tmpl … … 3093 3095 'Edit Category' => 'Kategorie bearbeiten', 3094 3096 'Your category changes have been made.' => 'Die Einstellungen wurden ÃŒbernommen.', 3095 'Manage entries in this category' => 'EintrÀge in dieser Kategorie verwalten', # Translate - New # OK3097 'Manage entries in this category' => 'EintrÀge in dieser Kategorie verwalten', 3096 3098 'You must specify a label for the category.' => 'Geben Sie einen Namen fÃŒr die Kategorie an.', 3097 3099 '_CATEGORY_BASENAME' => 'Basisname', … … 3140 3142 'Your folder changes have been made.' => 'Ãnderungen gespeichert', 3141 3143 'Manage Folders' => 'Ordner verwalten', 3142 'Manage pages in this folder' => 'Seiten in diesem Ordner verwalten', # Translate - New # OK3144 'Manage pages in this folder' => 'Seiten in diesem Ordner verwalten', 3143 3145 'You must specify a label for the folder.' => 'Sie mÃŒssen diesem Ordner eine Bezeichnung geben', 3144 3146 'Save changes to this folder (s)' => 'OrdnerÀnderungen speichern (s)', … … 3428 3430 'Blog Templates' => 'Blog-Vorlagen', 3429 3431 'Show All' => 'Alle zeigen', 3430 'Blog Publishing Settings' => 'Veröffentlichtungseinstellungen', # Translate - Improved (1) # OK3432 'Blog Publishing Settings' => 'Veröffentlichtungseinstellungen', 3431 3433 'You have successfully deleted the checked template(s).' => 'Vorlage(n) erfolgreich gelöscht.', 3432 3434 'Your templates have been published.' => 'Die Vorlagen wurden veröffentlicht.', … … 4415 4417 'Default value must be valid URL.' => 'Der Standardwert muss eine gÃŒltige Web-Adresse sein.', 4416 4418 'Customize the forms and fields for entries, pages, folders, categories, and users, storing exactly the information you need.' => 'Speichern Sie genau die Informationen, die Sie möchten, indem Sie die Formulare und Felder von EintrÀgen, Seiten, Ordnern, Kategorien und Benutzerkonten frei anpassen.', 4417 ' ' => ' ', # Translate - Case # OK4419 ' ' => ' ', # Translate - Case # OK 4418 4420 'Single-Line Text' => 'Einzeiliger Text', 4419 4421 'Multi-Line Text' => 'Mehrzeiliger Text', … … 4454 4456 'Page Detail' => 'Seiteninformationen', 4455 4457 'Powered By (Footer)' => 'Powered by (FuÃzeile)', 4456 'Sign In (In Header)' => 'Anmelden (in Kopfzeile)',4457 'Search (In Navigation)' => 'Suche (in Navigation)',4458 4458 'Recent Entries Expanded' => 'Neueste EintrÀge (erweitert)', 4459 4459 'Footer Links' => 'FuÃzeilen-Links', … … 4509 4509 'System-Wide' => 'Systemweit', 4510 4510 4511 ## addons/Commercial.pack/templates/ comment_response.mtml4512 4513 ## addons/Commercial.pack/templates/ notify-entry.mtml4514 4515 ## addons/Commercial.pack/templates/ blog_index.mtml4516 4517 ## addons/Commercial.pack/templates/ category_archive_list.mtml4518 4519 ## addons/Commercial.pack/templates/ main_index.mtml4520 4521 ## addons/Commercial.pack/templates/ page.mtml4522 4523 ## addons/Commercial.pack/templates/ entry_summary.mtml4524 4525 ## addons/Commercial.pack/templates/ recent_entries_expanded.mtml4511 ## addons/Commercial.pack/templates/universal/comment_response.mtml 4512 4513 ## addons/Commercial.pack/templates/universal/notify-entry.mtml 4514 4515 ## addons/Commercial.pack/templates/universal/blog_index.mtml 4516 4517 ## addons/Commercial.pack/templates/universal/category_archive_list.mtml 4518 4519 ## addons/Commercial.pack/templates/universal/main_index.mtml 4520 4521 ## addons/Commercial.pack/templates/universal/page.mtml 4522 4523 ## addons/Commercial.pack/templates/universal/entry_summary.mtml 4524 4525 ## addons/Commercial.pack/templates/universal/recent_entries_expanded.mtml 4526 4526 'By [_1] | Comments ([_2])' => 'Von [_1] | Kommentare ([_2])', 4527 4527 4528 ## addons/Commercial.pack/templates/commenter_notify.mtml 4529 4530 ## addons/Commercial.pack/templates/verify-subscribe.mtml 4531 4532 ## addons/Commercial.pack/templates/footer-email.mtml 4533 4534 ## addons/Commercial.pack/templates/entry_detail.mtml 4535 4536 ## addons/Commercial.pack/templates/comment_detail.mtml 4537 4538 ## addons/Commercial.pack/templates/new-ping.mtml 4539 4540 ## addons/Commercial.pack/templates/comment_throttle.mtml 4541 4542 ## addons/Commercial.pack/templates/comment_form.mtml 4543 4544 ## addons/Commercial.pack/templates/recent_comments.mtml 4545 4546 ## addons/Commercial.pack/templates/monthly_archive_list.mtml 4547 4548 ## addons/Commercial.pack/templates/new-comment.mtml 4549 4550 ## addons/Commercial.pack/templates/entry_listing.mtml 4528 ## addons/Commercial.pack/templates/universal/commenter_notify.mtml 4529 4530 ## addons/Commercial.pack/templates/universal/verify-subscribe.mtml 4531 4532 ## addons/Commercial.pack/templates/universal/footer-email.mtml 4533 4534 ## addons/Commercial.pack/templates/universal/entry_detail.mtml 4535 4536 ## addons/Commercial.pack/templates/universal/comment_detail.mtml 4537 4538 ## addons/Commercial.pack/templates/universal/new-ping.mtml 4539 4540 ## addons/Commercial.pack/templates/universal/comment_throttle.mtml 4541 4542 ## addons/Commercial.pack/templates/universal/comment_form.mtml 4543 4544 ## addons/Commercial.pack/templates/universal/recent_comments.mtml 4545 4546 ## addons/Commercial.pack/templates/universal/monthly_archive_list.mtml 4547 4548 ## addons/Commercial.pack/templates/universal/signin.mtml 4549 4550 ## addons/Commercial.pack/templates/universal/new-comment.mtml 4551 4552 ## addons/Commercial.pack/templates/universal/entry_listing.mtml 4551 4553 'Recently by <em>[_1]</em>' => 'Neues von <em>[_1]</em>', 4552 4554 4553 ## addons/Commercial.pack/templates/ footer.mtml4554 4555 ## addons/Commercial.pack/templates/ tags.mtml4556 4557 ## addons/Commercial.pack/templates/ navigation.mtml4555 ## addons/Commercial.pack/templates/universal/footer.mtml 4556 4557 ## addons/Commercial.pack/templates/universal/tags.mtml 4558 4559 ## addons/Commercial.pack/templates/universal/navigation.mtml 4558 4560 'Home' => 'Startseite', 4559 4561 4560 ## addons/Commercial.pack/templates/entry_metadata.mtml 4561 4562 ## addons/Commercial.pack/templates/entry.mtml 4563 4564 ## addons/Commercial.pack/templates/recover-password.mtml 4565 4566 ## addons/Commercial.pack/templates/javascript.mtml 4567 4568 ## addons/Commercial.pack/templates/archive_index.mtml 4569 4570 ## addons/Commercial.pack/templates/sign_in_top.mtml 4571 'You are signed in as' => 'Sie sind angemeldet als', 4572 '. <a href="[_1]">Sign Out</a>' => '. <a href="[_1]">Abmelden</a>', 4573 'Sign Out' => 'Abmelden', 4574 4575 ## addons/Commercial.pack/templates/trackbacks.mtml 4576 'TrackBack URL: <a href="[_1]" id="trackbacks-link">[_1]</a>' => 'TrackBack-URL: <a href="[_1]" id="trackback-link">[_1]</a>', 4577 4578 ## addons/Commercial.pack/templates/sidebar.mtml 4579 4580 ## addons/Commercial.pack/templates/powered_by_footer.mtml 4581 4582 ## addons/Commercial.pack/templates/categories.mtml 4583 4584 ## addons/Commercial.pack/templates/comments.mtml 4585 4586 ## addons/Commercial.pack/templates/search_results.mtml 4587 4588 ## addons/Commercial.pack/templates/search_top.mtml 4589 4590 ## addons/Commercial.pack/templates/header.mtml 4591 4592 ## addons/Commercial.pack/templates/dynamic_error.mtml 4593 4594 ## addons/Commercial.pack/templates/footer_links.mtml 4562 ## addons/Commercial.pack/templates/universal/entry_metadata.mtml 4563 4564 ## addons/Commercial.pack/templates/universal/entry.mtml 4565 4566 ## addons/Commercial.pack/templates/universal/recover-password.mtml 4567 4568 ## addons/Commercial.pack/templates/universal/javascript.mtml 4569 4570 ## addons/Commercial.pack/templates/universal/archive_index.mtml 4571 4572 ## addons/Commercial.pack/templates/universal/trackbacks.mtml 4573 4574 ## addons/Commercial.pack/templates/universal/sidebar.mtml 4575 4576 ## addons/Commercial.pack/templates/universal/powered_by_footer.mtml 4577 4578 ## addons/Commercial.pack/templates/universal/categories.mtml 4579 4580 ## addons/Commercial.pack/templates/universal/comments.mtml 4581 4582 ## addons/Commercial.pack/templates/universal/search_results.mtml 4583 4584 ## addons/Commercial.pack/templates/universal/header.mtml 4585 4586 ## addons/Commercial.pack/templates/universal/dynamic_error.mtml 4587 4588 ## addons/Commercial.pack/templates/universal/footer_links.mtml 4595 4589 'Links' => 'Links', 4596 4590 4597 ## addons/Commercial.pack/templates/tag_cloud.mtml 4598 4599 ## addons/Commercial.pack/templates/recent_assets.mtml 4600 4601 ## addons/Commercial.pack/templates/comment_preview.mtml 4602 4603 ## addons/Commercial.pack/templates/commenter_confirm.mtml 4591 ## addons/Commercial.pack/templates/universal/tag_cloud.mtml 4592 4593 ## addons/Commercial.pack/templates/universal/recent_assets.mtml 4594 4595 ## addons/Commercial.pack/templates/universal/comment_preview.mtml 4596 4597 ## addons/Commercial.pack/templates/universal/search.mtml 4598 4599 ## addons/Commercial.pack/templates/universal/commenter_confirm.mtml 4604 4600 4605 4601 ## addons/Enterprise.pack/lib/MT/Enterprise/CMS.pm … … 5016 5012 'Junk TrackBacks from suspicious sources' => 'TrackBacks aus dubiosen Quellen als Spam ansehen', 5017 5013 'Lookup Whitelist' => 'WeiÃliste', 5018 'To prevent lookups for specific IP addresses or domains, list each on a line by itself.' => 'Tragen Sie hier IP-Adressen und Domains, die nicht nachgeschlagen werden sollten, ein. Verwenden Sie pro Eintrag eine Zeile. ', # Translate - New # OK5014 'To prevent lookups for specific IP addresses or domains, list each on a line by itself.' => 'Tragen Sie hier IP-Adressen und Domains, die nicht nachgeschlagen werden sollten, ein. Verwenden Sie pro Eintrag eine Zeile. ', 5019 5015 5020 5016 ## plugins/spamlookup/tmpl/url_config.tmpl … … 5119 5115 'Moving storage of Widget Manager [_1]...' => 'Verschiebe den Speicherort von Widget Manager [_1]...', 5120 5116 5117 ## plugins/TypePadAntiSpam/lib/MT/TypePadAntiSpam.pm 5118 'API key is a required parameter.' => 'API-SchlÃŒssel erforderlich', # Translate - New # OK 5119 5120 ## plugins/TypePadAntiSpam/tmpl/system.tmpl 5121 'API Key' => 'API-SchlÃŒssel', # Translate - New # OK 5122 'To enable this plugin, you\'ll need a free TypePad AntiSpam API key. You can <strong>get your free API key at [_1]antispam.typepad.com[_2]</strong>. Once you have your key, return to this page and enter it in the field below.' => 'Um dieses Plugin zu aktivieren, benötigen Sie einen kostenlosen TypePad AntiSpam API-SchlÃŒssel. <strong>Sie erhalten Ihren kostenlosen API-SchlÃŒssel auf [_1]antispam.typepad.com[_2]</strong>. Geben Sie Ihren SchlÃŒssel in das folgende Feld ein.', # Translate - New # OK 5123 'Service Host' => 'Dienstadresse', # Translate - New # OK 5124 'The default service host for TypePad AntiSpam is api.antispam.typepad.com. You should only change this if you are using a different service that is compatible with the TypePad AntiSpam API.' => 'Die Standard-Dienstadresse fÃŒr TypePad AntiSpam ist api.antispam.typepad.com. Ãndern Sie diese Angabe nur dann, wenn Sie einen anderen Dienst verwenden, der mit der TypePad Antispam-API kompatibel ist.', # Translate - New # OK 5125 5126 ## plugins/TypePadAntiSpam/tmpl/config.tmpl 5127 'Junk Score Weight' => 'Spamfilter-Gewichtung', # Translate - New # OK 5128 'Least Weight' => 'Geringstes Gewicht', # Translate - New # OK 5129 'Most Weight' => 'GröÃtes Gewicht', # Translate - New # OK 5130 'Comments and TrackBacks receive a junk score between -10 (definitely spam) and +10 (definitely not spam). This setting allows you to control the weight of the TypePad AntiSpam rating relative to other filters you may have installed to help you filter comments and TrackBacks.' => 'Kommentare und TrackBacks erhalten eine Spam-Bewertung zwischen -10 (mit Sicherheit Spam) und +10 (mit Sicherheit kein Spam). Hier können Sie einstellen, wieviel Gewicht diese Bewertung im VerhÀltnis zu anderen Spamfiltern, die Sie möglicherweise ebenfalls installiert haben, erhalten soll.', # Translate - New # OK 5131 5132 ## plugins/TypePadAntiSpam/tmpl/stats_widget.tmpl 5133 'widget_label_width' => 'widget_label_width', # Translate - New # OK 5134 'widget_totals_width' => 'widget_totals_width', # Translate - New # OK 5135 'TypePad AntiSpam' => 'TypePad AntiSpam', # Translate - New # OK 5136 'Spam Blocked' => 'Blockierter Spam', # Translate - New # OK 5137 'on this blog' => 'in diesem Blog', # Translate - New # OK 5138 'on this system' => 'in diesem System', # Translate - New # OK 5139 5140 ## plugins/TypePadAntiSpam/TypePadAntiSpam.pl 5141 'TypePad AntiSpam is a free service from Six Apart that helps protect your blog from comment and TrackBack spam. The TypePad AntiSpam plugin will send every comment or TrackBack submitted to your blog to the service for evaluation, and Movable Type will filter items if TypePad AntiSpam determines it is spam. If you discover that TypePad AntiSpam incorrectly classifies an item, simply change its classification by marking it as "Spam" or "Not Spam" from the Manage Comments screen, and TypePad AntiSpam will learn from your actions. Over time the service will improve based on reports from its users, so take care when marking items as "Spam" or "Not Spam."' => 'TypePad AntiSpam schÃŒtzt Ihr Blog vor Kommentar- und TrackBack-Spam. Mit dem TypePad AntiSpam-Plugin wird jeder eingehende Kommentar und jedes eingehende TrackBack vom TypePad AntiSpam-Service ÃŒberprÃŒft und, falls es sich um Spam handelt, von Movable Type automatisch herausgefiltert. Kommentare und TrackBacks können auch manuell als Spam oder gÃŒltiges Feedback markiert werden. TypePad AntiSpam ist adaptiv und lernt dabei nicht nur aus Ihren Eingaben, sondern aus denen aller Benutzer des Dienstes. TypePad AntiSpam ist ein kostenloser Dienst von Six Apart.', # Translate - New # OK 5142 'So far, TypePad AntiSpam has blocked [quant,_1,message,messages] for this blog, and [quant,_2,message,messages] system-wide.' => 'Bisher [quant,_1,Spam-Nachricht,Spam-Nachrichten] in diesem Blog und [quant,_2,Spam-Nachricht,Spam-Nachrichten] systemweit von TypePad AntiSpam blockiert.', # Translate - New # OK 5143 'So far, TypePad AntiSpam has blocked [quant,_1,message,messages] system-wide.' => 'Bisher [quant,_1,Spam-Nachricht,Spam-Nachrichten] von TypePad AntiSpam blockiert.', # Translate - New # OK 5144 'Failed to verify your TypePad AntiSpam API key: [_1]' => 'Verifizierung des TypePad AntiSpam API-SchlÃŒssels fehlgeschlagen: [_1]', # Translate - New # OK 5145 'The TypePad AntiSpam API key provided is invalid.' => 'Der angegebene TypePad AntiSpam API-SchlÃŒssel ist ungÃŒltig.', # Translate - New # OK 5146 5121 5147 ## plugins/feeds-app-lite/lib/MT/Feeds/Lite.pm 5122 5148 'An error occurred processing [_1]. The previous version of the feed was used. A HTTP status of [_2] was returned.' => 'Beim Einlesen von [_1] ist ein Fehler aufgetreten (zurÃŒckgegebener HTTP-Status: [_2]). Es wird die zuletzt erfolgreich eingelesene Version des Feeds verwendet.', … … 5164 5190 ); 5165 5191 5166 ## New words: 164 5167 ## Improved words: 3 5168 ## Total: 167 5169 5192 ## New words: 347 5193 ## Improved words: 59 5194 ## Total: 406 5170 5195 5171 5196 1; branches/release-38/lib/MT/L10N/es.pm
r2405 r2447 36 36 'Error: widgetset [_1] is empty.' => 'Error: el conjunto de widgets [_1] está vacÃo', 37 37 'Error compiling widgetset [_1]' => 'Error compilando el conjunto de widgets [_1]', 38 39 ## php/lib/function.mtcommentauthor.php 40 'Anonymous' => 'Anónimo', 38 41 39 42 ## php/lib/archive_lib.php … … 78 81 79 82 ## php/lib/function.mtcommentauthorlink.php 80 'Anonymous' => 'Anónimo',81 83 82 84 ## php/lib/MTUtil.php … … 249 251 250 252 ## default_templates/signin.mtml 251 'JavaScript' => 'JavaScript',252 253 'Sign In' => 'Registrarse', 253 254 'You are signed in as ' => 'Se identificó como ', … … 287 288 ## default_templates/trackbacks.mtml 288 289 'No TrackBacks' => 'Sin trackbacks', 289 'TrackBack URL: <span id="trackbacks-link">[_1]</span>' => 'URL de TrackBack: <span id="trackbacks-link">[_1]</span>',290 'TrackBack URL: [_1]' => 'URL de TrackBack: [_1]', # Translate - New 290 291 '<a href="[_1]">[_2]</a> from [_3] on <a href="[_4]">[_5]</a>' => '<a href="[_1]">[_2]</a> desde [_3] en <a href="[_4]">[_5]</a>', 291 292 '[_1] <a href="[_2]">Read More</a>' => '[_1] <a href="[_2]">Leer más</a>', … … 297 298 '[quant,_1,day,days] ago' => 'hace [quant,_1,dÃa,dÃas]', 298 299 '<a href="[_1]">Edit</a>' => '<a href="[_1]">Editar</a>', 299 'Submit' => 'Enviar', 300 'Preview' => 'Vista previa', 301 'Signing in...' => 'Iniciando sesión...', # Translate - New 300 'Your session has expired. Please sign in again to comment.' => 'La sesión ha caducado. Por favor, identifÃquese de nuevo para comentar.', # Translate - New 301 'Signing in...' => 'Iniciando sesión...', 302 302 'You do not have permission to comment on this blog. ([_1]sign out[_2])' => 'No tiene permisos para comentar en este blog ([_1]cerrar sesión[_2])', 303 303 'Thanks for signing in, [_1]. ([_2]sign out[_3])' => 'Gracias por registrarse, [_1]. ([_2]cerrar sesión[_3])', 304 304 '[_1]Sign in[_2] to comment.' => '[_1]Iniciar una sesión[_2].', 305 305 '[_1]Sign in[_2] to comment, or comment anonymously.' => 'Para comentar [_1]inicie una sesión[_2] o hágalo de forma anónima.', 306 'Replying to <a href="[_1]" onclick="[_2]">comment from [_3]</a>' => 'Respondiendo al <a href="[_1]" onclick="[_2]">comentario de [_3]</a>', # Translate - New306 'Replying to <a href="[_1]" onclick="[_2]">comment from [_3]</a>' => 'Respondiendo al <a href="[_1]" onclick="[_2]">comentario de [_3]</a>', 307 307 308 308 ## default_templates/archive_index.mtml … … 348 348 'Remember personal info?' => '¿Recordar datos personales?', 349 349 '(You may use HTML tags for style)' => '(Puede usar etiquetas HTML para el estilo)', 350 'Preview' => 'Vista previa', 351 'Submit' => 'Enviar', 350 352 351 353 ## default_templates/monthly_entry_listing.mtml … … 370 372 ## default_templates/comment_preview.mtml 371 373 'Previewing your Comment' => 'Vista previa del comentario', 372 'Replying to comment from [_1]' => 'Respondiendo al comentario de [_1]', # Translate - New374 'Replying to comment from [_1]' => 'Respondiendo al comentario de [_1]', 373 375 'Cancel' => 'Cancelar', 374 376 … … 605 607 'Assigning entry comment and TrackBack counts...' => 'Asignando totales de comentarios y trackbacks de las entradas...', 606 608 'Assigning embedded flag to asset placements...' => 'Asignando marca a los elementos empotrados...', 607 'Replacing file formats to use CategoryLabel tag...' => 'Reemplazando los formatos de fichero para usar la etiqueta CategoryLabel...', # Translate - New609 'Replacing file formats to use CategoryLabel tag...' => 'Reemplazando los formatos de fichero para usar la etiqueta CategoryLabel...', 608 610 609 611 ## lib/MT/Core.pm … … 703 705 ## lib/MT/ArchiveType/AuthorDaily.pm 704 706 'AUTHOR-DAILY_ADV' => 'por dÃa y autor', 705 'author -display-name/yyyy/mm/dd/index.html' => 'pseudónimo-autor/aaaa/mm/dd/index.html',706 'author _display_name/yyyy/mm/dd/index.html' => 'pseudónimo_autor/aaaa/mm/dd/index.html',707 'author/author-display-name/yyyy/mm/dd/index.html' => 'autor/nombre-público-autor/aaaa/mm/dd/index.html', # Translate - New 708 'author/author_display_name/yyyy/mm/dd/index.html' => 'autor/nombre-público-autor/aaaa/mm/dd/index.html', # Translate - New 707 709 708 710 ## lib/MT/ArchiveType/Individual.pm … … 830 832 'This weblog requires commenters to pass an email address. If you\'d like to do so you may log in again, and give the authentication service permission to pass your email address.' => 'Este weblog obliga a que los comentaristas den su dirección de correo electrónico. Si lo desea puede iniciar una sesión de nuevo, y dar al servicio de autentificación permisos para pasar la dirección de correo electrónico.', 831 833 'Couldn\'t save the session' => 'No se pudo guardar la sesión', 832 'This blog requires commenters to provide an email address' => 'Para hacer comentarios en este blog debe tener una dirección de correo electrónico',833 834 'Couldn\'t get public key from url provided' => 'No se pudo obtener la clave pública desde la URL indicada', 834 835 'No public key could be found to validate registration.' => 'No se encontró la clave pública para validar el registro.', … … 1404 1405 'http://www.movabletype.org/documentation/appendices/tags/%t.html' => 'http://www.movabletype.org/documentation/appendices/tags/%t.html', 1405 1406 'No [_1] could be found.' => 'No se encontraron [_1].', 1406 'records' => 'registros', # Translate - New1407 'records' => 'registros', 1407 1408 'Invalid tag [_1] specified.' => 'Especificada etiqueta no válida [_1].', 1408 1409 'No template to include specified' => 'No se especificó plantilla a incluir', … … 1510 1511 'Somehow, the entry you tried to comment on does not exist' => 'De alguna manera, la entrada en la que intentó comentar no existe', 1511 1512 'Invalid entry ID provided' => 'ID de entrada provisto no válido', 1512 'Invalid commenter ID' => 'ID de comentarista no válido',1513 1513 'All required fields must have valid values.' => 'Todos los campos obligatorios deben tener valores válidos.', 1514 1514 'Commenter profile has successfully been updated.' => 'Se actualizó con éxito el perfil del comentarista.', … … 1524 1524 'Invalid value: [_1]' => 'Valor no válido: [_1]', 1525 1525 'No column was specified to search for [_1].' => 'No se especificó ninguna columna para la búsqueda de [_1].', 1526 'The search you conducted has timed out. Please simplify your query and try again.' => 'La búsqueda que realizaba sobrepasó el tiempo. Por favor, simplifique la consulta e inténtelo de nuevo.', # Translate - New1526 'The search you conducted has timed out. Please simplify your query and try again.' => 'La búsqueda que realizaba sobrepasó el tiempo. Por favor, simplifique la consulta e inténtelo de nuevo.', 1527 1527 1528 1528 ## lib/MT/App/Trackback.pm … … 1579 1579 'This module is required for sending mail via SMTP Server.' => 'Este módulo es necesario para el envÃo de correo a través de servidores SMTP.', 1580 1580 'This module is used in test attribute of MTIf conditional tag.' => 'Este módulo se utiliza en el atributo test de la etiqueta MTIf.', 1581 'This module is used by the Markdown text filter.' => 'El filtro de textos Markdown utiliza este módulo.', # Translate - New 1581 1582 'This module is required for file uploads (to determine the size of uploaded images in many different formats).' => 'Este módulo es necesario para subir archivos (para determinar el tamaño de las imágenes en diferentes formatos).', 1582 1583 'This module is required for cookie authentication.' => 'Este módulo es necsario para la autentificación con cookies.', … … 1621 1622 'Tags to remove from selected entries' => 'Etiquetas a borrar de las entradas seleccionadas', 1622 1623 'Batch Edit Entries' => 'Editar entradas en lote', 1623 'Publish Pages' => 'Publicar páginas', # Translate - New1624 'Publish Pages' => 'Publicar páginas', 1624 1625 'Unpublish Pages' => 'Despublicar páginas', 1625 1626 'Tags to add to selected pages' => 'Etiquetas a añadir a las páginas seleccionadas', … … 1862 1863 'Archive Index' => 'Ãndice de archivos', 1863 1864 'Stylesheet' => 'Hoja de estilo', 1865 'JavaScript' => 'JavaScript', 1864 1866 'Feed - Recent Entries' => 'Sindicación - Entradas recientes', 1865 1867 'RSD' => 'RSD', … … 2172 2174 'Custom Index Template' => 'Plantilla Ãndice personalizada', 2173 2175 'Link to File' => 'Enlazar a archivo', 2174 'Learn more about <a href="http://www.movabletype.org/documentation/administrator/publishing/settings.html">publishing settings</a>' => 'Consulte más información sobre las <a href="http://www.movabletype.org/documentation/administrator/publishing/settings.html">opciones de publicación</a>', # Translate - New2176 'Learn more about <a href="http://www.movabletype.org/documentation/administrator/publishing/settings.html">publishing settings</a>' => 'Consulte más información sobre las <a href="http://www.movabletype.org/documentation/administrator/publishing/settings.html">opciones de publicación</a>', 2175 2177 'Create Archive Mapping' => 'Crear mapeado de archivos', 2176 2178 'Type' => 'Tipo', 2177 2179 'Add' => 'Crear', 2178 'Statically (default)' => 'Estáticamente (por defecto)', # Translate - New2179 'Via Publish Queue' => 'VÃa cola de publicación', # Translate - New2180 'Statically (default)' => 'Estáticamente (por defecto)', 2181 'Via Publish Queue' => 'VÃa cola de publicación', 2180 2182 'On a schedule' => 'Programado', 2181 2183 ': every ' => ': cada ', … … 2185 2187 'Dynamically' => 'Dinámicamente', 2186 2188 'Manually' => 'Manualmente', 2187 'Do Not Publish' => 'No publicar', # Translate - New2189 'Do Not Publish' => 'No publicar', 2188 2190 'Server Side Include' => 'Server Side Include', 2189 2191 'Process as <strong>[_1]</strong> include' => 'Procesar como inserción <strong>[_1]</strong>', … … 2650 2652 'Manual' => 'Manual', 2651 2653 'Dynamic' => 'Dinámico', 2652 'Publish Queue' => 'Cola de publicación', # Translate - New2654 'Publish Queue' => 'Cola de publicación', 2653 2655 'Static' => 'Estático', 2654 2656 'Yes' => 'SÃ', … … 2809 2811 'Choose the profile that best matches the requirements for this blog.' => 'Seleccione el perfil que mejor se adapte a las necesidades de este blog.', 2810 2812 'Static Publishing' => 'Publicación estática', 2811 'Immediately publish all templates statically.' => 'Publicar inmediatamente todas las plantillas de forma estática.', # Translate - New2812 'Background Publishing' => 'Publicación en segundo plano', # Translate - New2813 'All templates published statically via Publish Que.' => 'Todas las plantillas publicadas con la cola de publicación.', # Translate - New2813 'Immediately publish all templates statically.' => 'Publicar inmediatamente todas las plantillas de forma estática.', 2814 'Background Publishing' => 'Publicación en segundo plano', 2815 'All templates published statically via Publish Que.' => 'Todas las plantillas publicadas con la cola de publicación.', 2814 2816 'High Priority Static Publishing' => 'Publicación estática de alta prioridad', 2815 'Immediately publish Main Index template, Entry archives, and Page archives statically. Use Publish Queue to publish all other templates statically.' => 'Publicar inmediata y estáticamente la plantilla Ãndice principal y los archivos de entradas y páginas. Utilizar la cola de publicación para publicar el resto de plantillas estáticamente.', # Translate - New2817 'Immediately publish Main Index template, Entry archives, and Page archives statically. Use Publish Queue to publish all other templates statically.' => 'Publicar inmediata y estáticamente la plantilla Ãndice principal y los archivos de entradas y páginas. Utilizar la cola de publicación para publicar el resto de plantillas estáticamente.', 2816 2818 'Dynamic Publishing' => 'Publicación dinámica', 2817 'Publish all templates dynamically.' => 'Publicar todas las plantillas dinámicamente.', # Translate - New2819 'Publish all templates dynamically.' => 'Publicar todas las plantillas dinámicamente.', 2818 2820 'Dynamic Archives Only' => 'Solo archivos dinámicos', 2819 'Publish all Archive templates dynamically. Immediately publish all other templates statically.' => 'Publicar todos las plantillas de archivos dinámicamente. Publicar de forma inmediata el resto de plantillas estáticamente.', # Translate - New2821 'Publish all Archive templates dynamically. Immediately publish all other templates statically.' => 'Publicar todos las plantillas de archivos dinámicamente. Publicar de forma inmediata el resto de plantillas estáticamente.', 2820 2822 'This new publishing profile will update all of your templates.' => 'Este nuevo perfil de publicación actualizará todas las plantillas.', 2821 2823 … … 3058 3060 '(space-delimited list)' => '(lista separada por espacios)', 3059 3061 '(delimited by \'[_1]\')' => '(separado por \'[_1]\')', 3060 'Use <a href="http://blogit.typepad.com/">Blog It</a> to post to Movable Type from social networks like Facebook.' => 'Utilice <a href="http://blogit.typepad.com/">Blog It</a> para publicar en Movable Type desde redes sociales como Facebook.', # Translate - New3062 'Use <a href="http://blogit.typepad.com/">Blog It</a> to post to Movable Type from social networks like Facebook.' => 'Utilice <a href="http://blogit.typepad.com/">Blog It</a> para publicar en Movable Type desde redes sociales como Facebook.', 3061 3063 'None selected' => 'Ninguna seleccionada', 3062 3064 … … 3095 3097 'Edit Category' => 'Editar categorÃa', 3096 3098 'Your category changes have been made.' => 'Los cambios en la categorÃa se han guardado.', 3097 'Manage entries in this category' => 'Administrar las entradas de esta categorÃas', # Translate - New3099 'Manage entries in this category' => 'Administrar las entradas de esta categorÃas', 3098 3100 'You must specify a label for the category.' => 'Debe especificar un tÃtulo para la categorÃa.', 3099 3101 '_CATEGORY_BASENAME' => 'Nombre base', … … 3142 3144 'Your folder changes have been made.' => 'Se han realizado los cambios en la carpeta.', 3143 3145 'Manage Folders' => 'Administrar carpetas', 3144 'Manage pages in this folder' => 'Administrar las páginas de esta carpeta', # Translate - New3146 'Manage pages in this folder' => 'Administrar las páginas de esta carpeta', 3145 3147 'You must specify a label for the folder.' => 'Debe especificar una etiqueta para la carpeta.', 3146 3148 'Save changes to this folder (s)' => 'Guardar cambios de esta carpeta (s)', … … 4453 4455 'Page Detail' => 'Detalle de la página', 4454 4456 'Powered By (Footer)' => 'Powered By (Pie)', 4455 'Sign In (In Header)' => 'Identificación (en la cabecera)',4456 'Search (In Navigation)' => 'Buscar (en la navegación)',4457 4457 'Recent Entries Expanded' => 'Entradas recientes expandidas', 4458 4458 'Footer Links' => 'Enlaces del pie', … … 4508 4508 'System-Wide' => 'Todo el sistema', 4509 4509 4510 ## addons/Commercial.pack/templates/ comment_response.mtml4511 4512 ## addons/Commercial.pack/templates/ notify-entry.mtml4513 4514 ## addons/Commercial.pack/templates/ blog_index.mtml4515 4516 ## addons/Commercial.pack/templates/ category_archive_list.mtml4517 4518 ## addons/Commercial.pack/templates/ main_index.mtml4519 4520 ## addons/Commercial.pack/templates/ page.mtml4521 4522 ## addons/Commercial.pack/templates/ entry_summary.mtml4523 4524 ## addons/Commercial.pack/templates/ recent_entries_expanded.mtml4510 ## addons/Commercial.pack/templates/universal/comment_response.mtml 4511 4512 ## addons/Commercial.pack/templates/universal/notify-entry.mtml 4513 4514 ## addons/Commercial.pack/templates/universal/blog_index.mtml 4515 4516 ## addons/Commercial.pack/templates/universal/category_archive_list.mtml 4517 4518 ## addons/Commercial.pack/templates/universal/main_index.mtml 4519 4520 ## addons/Commercial.pack/templates/universal/page.mtml 4521 4522 ## addons/Commercial.pack/templates/universal/entry_summary.mtml 4523 4524 ## addons/Commercial.pack/templates/universal/recent_entries_expanded.mtml 4525 4525 'By [_1] | Comments ([_2])' => 'Por [_1] | Commentarios ([_2]) ', 4526 4526 4527 ## addons/Commercial.pack/templates/commenter_notify.mtml 4528 4529 ## addons/Commercial.pack/templates/verify-subscribe.mtml 4530 4531 ## addons/Commercial.pack/templates/footer-email.mtml 4532 4533 ## addons/Commercial.pack/templates/entry_detail.mtml 4534 4535 ## addons/Commercial.pack/templates/comment_detail.mtml 4536 4537 ## addons/Commercial.pack/templates/new-ping.mtml 4538 4539 ## addons/Commercial.pack/templates/comment_throttle.mtml 4540 4541 ## addons/Commercial.pack/templates/comment_form.mtml 4542 4543 ## addons/Commercial.pack/templates/recent_comments.mtml 4544 4545 ## addons/Commercial.pack/templates/monthly_archive_list.mtml 4546 4547 ## addons/Commercial.pack/templates/new-comment.mtml 4548 4549 ## addons/Commercial.pack/templates/entry_listing.mtml 4527 ## addons/Commercial.pack/templates/universal/commenter_notify.mtml 4528 4529 ## addons/Commercial.pack/templates/universal/verify-subscribe.mtml 4530 4531 ## addons/Commercial.pack/templates/universal/footer-email.mtml 4532 4533 ## addons/Commercial.pack/templates/universal/entry_detail.mtml 4534 4535 ## addons/Commercial.pack/templates/universal/comment_detail.mtml 4536 4537 ## addons/Commercial.pack/templates/universal/new-ping.mtml 4538 4539 ## addons/Commercial.pack/templates/universal/comment_throttle.mtml 4540 4541 ## addons/Commercial.pack/templates/universal/comment_form.mtml 4542 4543 ## addons/Commercial.pack/templates/universal/recent_comments.mtml 4544 4545 ## addons/Commercial.pack/templates/universal/monthly_archive_list.mtml 4546 4547 ## addons/Commercial.pack/templates/universal/signin.mtml 4548 4549 ## addons/Commercial.pack/templates/universal/new-comment.mtml 4550 4551 ## addons/Commercial.pack/templates/universal/entry_listing.mtml 4550 4552 'Recently by <em>[_1]</em>' => 'Novedades por <em>[_1]</em>', 4551 4553 4552 ## addons/Commercial.pack/templates/ footer.mtml4553 4554 ## addons/Commercial.pack/templates/ tags.mtml4555 4556 ## addons/Commercial.pack/templates/ navigation.mtml4554 ## addons/Commercial.pack/templates/universal/footer.mtml 4555 4556 ## addons/Commercial.pack/templates/universal/tags.mtml 4557 4558 ## addons/Commercial.pack/templates/universal/navigation.mtml 4557 4559 'Home' => 'Inicio', 4558 4560 4559 ## addons/Commercial.pack/templates/entry_metadata.mtml 4560 4561 ## addons/Commercial.pack/templates/entry.mtml 4562 4563 ## addons/Commercial.pack/templates/recover-password.mtml 4564 4565 ## addons/Commercial.pack/templates/javascript.mtml 4566 4567 ## addons/Commercial.pack/templates/archive_index.mtml 4568 4569 ## addons/Commercial.pack/templates/sign_in_top.mtml 4570 'You are signed in as' => 'Se ha identificado como', 4571 '. <a href="[_1]">Sign Out</a>' => '. <a href="[_1]">Salir</a>', 4572 'Sign Out' => 'Salir', 4573 4574 ## addons/Commercial.pack/templates/trackbacks.mtml 4575 'TrackBack URL: <a href="[_1]" id="trackbacks-link">[_1]</a>' => 'URL de TrackBack: <a href="[_1]" id="trackbacks-link">[_1]</a>', 4576 4577 ## addons/Commercial.pack/templates/sidebar.mtml
