Skip to content

Instantly share code, notes, and snippets.

@diomed
Created January 29, 2015 16:53
Show Gist options
  • Save diomed/d652317c4b8f0ef26256 to your computer and use it in GitHub Desktop.
Save diomed/d652317c4b8f0ef26256 to your computer and use it in GitHub Desktop.
Croatian translation for oembed_field
<?php
$about = array(
'name' => 'Hrvatski',
'author' => array(
'name' => 'diomed',
'email' => '@',
'website' => '%'
),
'release-date' => '2015-01-30'
);
/**
* oEmbed Field
*/
$dictionary = array(
'oEmbed Resource' =>
'oEmbed izvor',
'\'%s\' is a required field.' =>
'\'%s\' je traženo polje.',
'%s: No <code>ServiceDriver</code> found for \'%s\'.' =>
'%s: Nijedan <code>ServiceDriver</code> nije nađen za \'%s\'.',
'%s: This field must be unique. An entry already contains this url.' =>
'%s: Ovo polje mora biti unikatno. AN ENTRY već sadrži ovaj URL.',
'Failed to load oEmbed data' =>
'Neuspjelo očitavanje oEmbed podataka',
'Exception occurred: %s' =>
'Iznimka se dogodila: %s',
'You must select at least one service in order to use the oEmbed field.' =>
'Moraš odabrati bar 1 servis kako bi koristio oEmbed polje.',
'Error while loading the xml into the document' =>
'Greška pri učitavanju xml-a u dokument',
'Unique' =>
'Jedinstven',
'Supported services: <i>%s</i>' =>
'Podržani servisi: <i>%s</i>',
'Change' =>
'Promijeni',
' or ' =>
' ili ',
'Remove' =>
'Makni',
'Error. Service unknown.' =>
'Greška. Nepoznati servis.',
'Supported services <i>Select to enable the service in the publish page</i>' =>
'Podržani services <i>Odaberi kako bi ервисы для их активации</i>',
'Update cache <em>in minutes</em> (leave blank to never update) <i>Optional</i>' =>
'Obnovi cache <em>u minutama</em> (ostavi prazno da se nikada ne obnavlja). <i>Оpcionalno</i>',
'Request URL Parameters (Appended to the query string) <i>Optional</i>' =>
'Traži URL Parametre (Добавляются к строке запроса). <i>Opcionalno</i>',
'Other properties' =>
'Druge postavke',
'Make this field unique in the section' =>
'Učini ovo polje unikatnim u sekciji',
'Make this field checks to insure resources are used only once across the field' =>
false,
'Show thumbnails in table' =>
'Prikaži sličice u tablici',
'oEmbed' =>
'oEmbed',
'URL is a required field.' =>
'URL je traženo polje.',
'No <code>ServiceDriver</code> found.' =>
'<code>ServiceDriver</code> nije nađen.',
'Symphony could not parse XML from oEmbed remote service' =>
'Symphony nije uspjela parsirati XML iz oEmbed servisa',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment