diff --git a/docs/api/dataproviders.apib b/docs/api/dataproviders.apib index 4b686833d2..a3a1913d95 100644 --- a/docs/api/dataproviders.apib +++ b/docs/api/dataproviders.apib @@ -342,7 +342,7 @@ "intro_step1": { "label": "Step 1: Create a new Twitter application", "input": "read-only-text", - "description": "Create a new twitter application" + "description": "Create a new twitter application" }, "intro_step2": { "label": "Step 2: Generate a consumer key and secret", diff --git a/resources/lang/cs/hxl_metadata.php b/resources/lang/cs/hxl_metadata.php new file mode 100644 index 0000000000..15cc16b73b --- /dev/null +++ b/resources/lang/cs/hxl_metadata.php @@ -0,0 +1,7 @@ + 'Nelze vytvořit entitu metadat pro úlohu, která ji již má', + 'privateShouldNotBeEmpty' => 'Private should be a boolean. Received: NULL' + +); diff --git a/resources/lang/cs/media.php b/resources/lang/cs/media.php new file mode 100644 index 0000000000..4ebe1121af --- /dev/null +++ b/resources/lang/cs/media.php @@ -0,0 +1,7 @@ + 'Velikost souboru by měla být menší než: param1 MB', + 'mime_type_not_allowed' => 'Typ souboru není podporován. Nahrajte prosím soubor obrázku.', + 'mime_not_empty' => 'Typ MIME nebyl nalezen. Pro soubor musí být nastaven typ MIME.' +); diff --git a/resources/lang/cs/notifications.php b/resources/lang/cs/notifications.php index f62a7cab9e..6bc9539e93 100644 --- a/resources/lang/cs/notifications.php +++ b/resources/lang/cs/notifications.php @@ -3,10 +3,10 @@ return array( 'email' => array( 'title' => '[:sitename] Nový příspěvek: :title', - 'message' => "New post on :sitename\n\n:title\n\n:content\n\nView post: :url" + 'message' => "Nový příspěvek na :sitename\n\n:title\n\n:content\n\nView post: :url" ), 'sms' => array( 'title' => '', - 'message' => 'New post on :sitename\n\n:title\n\n:content\n\nView post: :url', + 'message' => 'Nový příspěvek na :sitename\n\n:title\n\n:content\n\nView post: :url', ) ); diff --git a/resources/lang/en_GB/contacts.php b/resources/lang/en_GB/contacts.php new file mode 100644 index 0000000000..f6c6c2e412 --- /dev/null +++ b/resources/lang/en_GB/contacts.php @@ -0,0 +1,6 @@ + 'Could not create contacts. Result: %s', +); \ No newline at end of file diff --git a/resources/lang/es/data-sources.php b/resources/lang/es/data-sources.php index 861d414b4f..258a23244d 100644 --- a/resources/lang/es/data-sources.php +++ b/resources/lang/es/data-sources.php @@ -58,8 +58,8 @@ 'Auth Token' => 'Token de Autenticación', 'SMS Auto response' => 'Respuesta automática de SMS', 'Step 1: Create a new Twitter application' => 'Paso 1: Cree una nueva aplicación de Twitter', - 'Create a new twitter application' - => 'Cree una nueva aplicación de twitter', + 'Create a new twitter application' + => 'Cree una nueva aplicación de twitter', 'Step 2: Generate a consumer key and secret' => 'Paso 2: Genere una clave de consumidor y código secreto', 'Once you\'ve created the application click on "Keys and Access Tokens".
Then click "Generate Consumer Key and Secret".
Copy keys, tokens and secrets into the fields below.' => 'Una vez que haya creado la aplicación, haga clic en "Tokens Clave y de Acceso".
Luego haga clic en "Generar clave de consumidor y código secreto".
Copie las claves, los tokens y los códigos secretos en los campos de abajo.', diff --git a/src/App/DataSource/Twitter/Twitter.php b/src/App/DataSource/Twitter/Twitter.php index a75315d7db..92f953b6ca 100644 --- a/src/App/DataSource/Twitter/Twitter.php +++ b/src/App/DataSource/Twitter/Twitter.php @@ -76,7 +76,7 @@ public function getOptions() 'description' => function () { return 'Twitter applications may take some time to be approved by Twitter. Please be aware of this if you need this data quickly. -

Create your +

Create your
Twitter application here.'; } ],