Skip to content

Instantly share code, notes, and snippets.

View takeit's full-sized avatar
🏠
Working from home

Rafał Muszyński takeit

🏠
Working from home
View GitHub Profile
'Display newsfeed images': 'Display newsfeed images'
'Mark image': 'Mark image'
'Add selected images to slideshow': 'Add selected images to slideshow'
'Sorry that image is too small. Image needs to be at least %dx%d.': 'Sorry that image is too small. Image needs to be at least %dx%d.'
'Slideshow rendition': 'Slideshow rendition'
'Renditions reloaded': 'Renditions reloaded'
'Reload renditions': 'Reload renditions'
'Edit images': 'Edit images'
'Specify image url if you want to load it.': 'Specify image url if you want to load it.'
'Items: ': 'Items: '
---
Add New Image: Neues Bild hinzufügen
Add caption: Bildlegende hinzufügen
Add selected images to slideshow: Der Slideshow ausgewählte Bilder hinzufügen
Add video: Video hinzufügen
Add video url (e.g. http://vimeo.com/25083275 for Vimeo, http://youtu.be/1XsPVO61e9w for YouTube): 'Video
URL hinzufügen (z.B. http://vimeo.com/25083275 für Vimeo, http://youtu.be/1XsPVO61e9w
für YouTube) '
Attach & Place: Anhängen & platzieren
Attach Existing Image: Vorhandenes Bild anhängen
<VirtualHost *:80>
ServerName newscoop.dev
DocumentRoot %TRAVIS_BUILD_DIR%
SetEnv APPLICATION_ENV "development"
<Directory "%TRAVIS_BUILD_DIR%">
Options Indexes FollowSymLinks MultiViews
DirectoryIndex index.php
AllowOverride all
Order deny,allow
<?php
//Symfony2 controllers translator container
$translator = $this->get('translator');
//non Symfony2 controllers
$translator = \Zend_Registry::get('container')->getService('translator');
//translating string
$translator->trans('newscoop.preferences.error.cache',
array('%cache%' => $cache_engine), 'system_pref'
newscoop:
recover:
password: "Password recovery for %variableName%"
{{ 'newscoop.recover.password'|trans({'%variableName%': variableName}, 'home') }}
Plugins: Plugins
paywall:
title: "Paywall"
search: "Search..."
toolbar:
label:
configuration: "Configuration"
manage: "Manage Subscriptions"
manageusers: "Manage User Subscriptions"
configure: "Configure Paywall"
memberships:
errors:
settingserror: "Coudn't save settings."
headersize: "Size of uploaded header can not be more than {{ size }}"
headererror: "Could not upload header!"
showMembership: "Can not change this option at the moment."
menu:
tab:
memberships: "Memberships Settings"
settings: "Settings"
Plugins: Plugins
extra:
sidebar:
name: "Extra plugin"
permissions:
manage: "Manage plugin"
ads:
label:
title: "Announcements search"
name: "Title"
description: "Description"
category: "Category"
username: "Username"
publication: "Publication"
price: "Price"
reads: "Reads"