Photo Gallery by Supsystic - Version 1.10.15

Version Description

Download this release

Release Info

Developer supsystic.com
Plugin Icon 128x128 Photo Gallery by Supsystic
Version 1.10.15
Comparing to
See all releases

Version 1.10.15

Files changed (96) hide show
  1. app/SupsysticGallery.php +261 -0
  2. app/assets/css/animate.css +2847 -0
  3. app/assets/css/editor-dialog.css +33 -0
  4. app/assets/css/gird-gallery.css +120 -0
  5. app/assets/css/gird-gallery.modal.css +63 -0
  6. app/assets/css/images/arrows-sprite.png +0 -0
  7. app/assets/css/images/minimal.png +0 -0
  8. app/assets/css/images/minimal@2x.png +0 -0
  9. app/assets/css/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  10. app/assets/css/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  11. app/assets/css/images/ui-bg_gloss-wave_16_121212_500x100.png +0 -0
  12. app/assets/css/images/ui-bg_highlight-hard_15_888888_1x100.png +0 -0
  13. app/assets/css/images/ui-bg_highlight-hard_55_555555_1x100.png +0 -0
  14. app/assets/css/images/ui-bg_highlight-soft_35_adadad_1x100.png +0 -0
  15. app/assets/css/images/ui-bg_highlight-soft_60_dddddd_1x100.png +0 -0
  16. app/assets/css/images/ui-bg_inset-soft_15_121212_1x100.png +0 -0
  17. app/assets/css/images/ui-icons_666666_256x240.png +0 -0
  18. app/assets/css/images/ui-icons_aaaaaa_256x240.png +0 -0
  19. app/assets/css/images/ui-icons_bbbbbb_256x240.png +0 -0
  20. app/assets/css/images/ui-icons_c98000_256x240.png +0 -0
  21. app/assets/css/images/ui-icons_cccccc_256x240.png +0 -0
  22. app/assets/css/images/ui-icons_cd0a0a_256x240.png +0 -0
  23. app/assets/css/images/ui-icons_f29a00_256x240.png +0 -0
  24. app/assets/css/introjs.min.css +257 -0
  25. app/assets/css/libraries/bootstrap/bootstrap.min.css +10 -0
  26. app/assets/css/minimal/minimal.css +59 -0
  27. app/assets/css/minimal/minimal.png +0 -0
  28. app/assets/css/minimal/minimal@2x.png +0 -0
  29. app/assets/css/supsystic-for-all-admin.css +4 -0
  30. app/assets/css/supsystic-jgrowl.css +102 -0
  31. app/assets/css/supsystic-ui.css +867 -0
  32. app/assets/fonts/ARIAL.TTF +0 -0
  33. app/assets/img/Dashed_border.jpg +0 -0
  34. app/assets/img/Fixed_grid.jpg +0 -0
  35. app/assets/img/Grid.jpg +0 -0
  36. app/assets/img/Horizontal_grid.jpg +0 -0
  37. app/assets/img/Vertical_grid.jpg +0 -0
  38. app/assets/img/ajax-loader.gif +0 -0
  39. app/assets/img/distance_between_photos.jpg +0 -0
  40. app/assets/img/dotted_border.jpg +0 -0
  41. app/assets/img/double_border.jpg +0 -0
  42. app/assets/img/enable_pagination.jpg +0 -0
  43. app/assets/img/gallery-width.jpg +0 -0
  44. app/assets/img/height_bet_photos.jpg +0 -0
  45. app/assets/img/icons.jpg +0 -0
  46. app/assets/img/image-radius.jpg +0 -0
  47. app/assets/img/show_categories.jpg +0 -0
  48. app/assets/img/solid_border.jpg +0 -0
  49. app/assets/img/width_bet_photos.jpg +0 -0
  50. app/assets/js/buttons.js +103 -0
  51. app/assets/js/grid-gallery.js +213 -0
  52. app/assets/js/grid-gallery.modal.js +93 -0
  53. app/assets/js/icheck.min.js +11 -0
  54. app/assets/js/img/logo_gallery.png +0 -0
  55. app/assets/js/intro.min.js +374 -0
  56. app/assets/js/jquery.bpopup.min.js +7 -0
  57. app/assets/js/jquery.jgrowl.min.js +1 -0
  58. app/assets/js/jquery.lazyload.js +242 -0
  59. app/assets/js/jquery.lazyload.min.js +2 -0
  60. app/assets/js/webfont.js +45 -0
  61. app/configs/global.php +5 -0
  62. app/configs/modules/promo.php +10 -0
  63. app/console/log.php +19 -0
  64. app/langs/default.po +2316 -0
  65. app/langs/sgg-ar.mo +0 -0
  66. app/langs/sgg-ar.po +1348 -0
  67. app/langs/sgg-cs_CZ.mo +0 -0
  68. app/langs/sgg-cs_CZ.po +1295 -0
  69. app/langs/sgg-de_DE.mo +0 -0
  70. app/langs/sgg-de_DE.po +1155 -0
  71. app/langs/sgg-el.mo +0 -0
  72. app/langs/sgg-el.po +2637 -0
  73. app/langs/sgg-es_ES.mo +0 -0
  74. app/langs/sgg-es_ES.po +1594 -0
  75. app/langs/sgg-fi_FI.mo +0 -0
  76. app/langs/sgg-fi_FI.po +1584 -0
  77. app/langs/sgg-fr_CA.mo +0 -0
  78. app/langs/sgg-fr_CA.po +2598 -0
  79. app/langs/sgg-fr_FR.mo +0 -0
  80. app/langs/sgg-fr_FR.po +2506 -0
  81. app/langs/sgg-it_IT.mo +0 -0
  82. app/langs/sgg-it_IT.po +1652 -0
  83. app/langs/sgg-ja.mo +0 -0
  84. app/langs/sgg-ja.po +1850 -0
  85. app/langs/sgg-ja_JP.mo +0 -0
  86. app/langs/sgg-ja_JP.po +1850 -0
  87. app/langs/sgg-nl_NL.mo +0 -0
  88. app/langs/sgg-nl_NL.po +1613 -0
  89. app/langs/sgg-pl_PL.mo +0 -0
  90. app/langs/sgg-pl_PL.po +1626 -0
  91. app/langs/sgg-pt_BR.mo +0 -0
  92. app/langs/sgg-pt_BR.po +1617 -0
  93. app/langs/sgg-pt_PT.mo +0 -0
  94. app/langs/sgg-pt_PT.po +2120 -0
  95. app/langs/sgg-ru_RU.mo +0 -0
  96. app/langs/sgg-ru_RU.po +1987 -0
app/SupsysticGallery.php ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Class SupsysticGallery
5
+ * Grid Gallery Plugin
6
+ */
7
+ class SupsysticGallery
8
+ {
9
+ /**
10
+ * @var Rsc_Environment
11
+ */
12
+ private $environment;
13
+
14
+ /**
15
+ * @var array
16
+ */
17
+ private $alerts;
18
+
19
+ /**
20
+ * Constructor
21
+ */
22
+ public function __construct($version)
23
+ {
24
+ if (!class_exists('Rsc_Autoloader', false)) {
25
+ require dirname(dirname(__FILE__)) . '/vendor/Rsc/Autoloader.php';
26
+ Rsc_Autoloader::register();
27
+ }
28
+ add_action('init', array($this, '_loadPluginsTextdomain'));
29
+ add_action('init', array($this, 'addShortcodeButton'));
30
+
31
+ /* Create new plugin $environment */
32
+ $pluginPath = dirname(dirname(__FILE__));
33
+ $environment = new Rsc_Environment('sgg', $version, $pluginPath);
34
+
35
+ /* Configure */
36
+ $environment->configure(
37
+ array(
38
+ 'optimizations' => 0,
39
+ 'environment' => $this->getPluginEnvironment(),
40
+ 'default_module' => 'galleries',
41
+ 'lang_domain' => 'sgg',
42
+ 'lang_path' => plugin_basename(dirname(__FILE__)) . '/langs',
43
+ 'plugin_prefix' => 'GridGallery',
44
+ 'plugin_source' => dirname(dirname(__FILE__)) . '/src',
45
+ 'plugin_title_name' => 'Photo Gallery by Supsystic',
46
+ 'plugin_menu' => array(
47
+ 'page_title' => __('Gallery by Supsystic', 'sgg'),
48
+ 'menu_title' => __('Gallery by Supsystic', 'sgg'),
49
+ 'capability' => 'manage_options',
50
+ 'menu_slug' => 'supsystic-gallery',
51
+ 'icon_url' => 'dashicons-format-gallery',
52
+ 'position' => '100.3',
53
+ ),
54
+ 'shortcode_name' => 'supsystic-gallery',
55
+ 'db_prefix' => 'sg_',
56
+ 'hooks_prefix' => 'sg_',
57
+ 'page_url' => 'http://supsystic.com/plugins/photo-gallery/',
58
+ 'ajax_url' => admin_url('admin-ajax.php'),
59
+ 'admin_url' => admin_url(),
60
+ 'uploads_rw' => true,
61
+ 'jpeg_quality' => 95,
62
+ 'plugin_db_update' => true,
63
+ 'revision' => 244,
64
+ 'welcome_page_was_showed' => get_option('sg_welcome_page_was_showed'),
65
+ 'promo_controller' => 'GridGallery_Promo_Controller',
66
+ 'plugin_folder_name' => basename(dirname(dirname(__FILE__))),
67
+ )
68
+ );
69
+
70
+ if (!defined('S_YOUR_SECRET_HASH_'. $environment->getPluginName())) {
71
+ define(
72
+ 'S_YOUR_SECRET_HASH_' . $environment->getPluginName(),
73
+ 'hn48SgUyMN53#jhg7@pomnE9W2O#2m@awmMneuGW3512F@jnkj'
74
+ );
75
+ }
76
+
77
+ $this->environment = $environment;
78
+ $this->alerts = array();
79
+
80
+ $this->initialize();
81
+ }
82
+
83
+ /**
84
+ * Run plugin
85
+ */
86
+ public function run()
87
+ {
88
+ global $grid_gallery_supsystic;
89
+
90
+ $this->environment->run();
91
+ $this->environment->getTwig()->addGlobal('core_alerts', $this->alerts);
92
+
93
+ $grid_gallery_supsystic = $this->environment;
94
+ }
95
+
96
+ /**
97
+ * Load plugin languages
98
+ */
99
+ public function _loadPluginsTextDomain()
100
+ {
101
+ load_plugin_textdomain(
102
+ 'sgg',
103
+ false,
104
+ $this->environment->getConfig()->get('lang_path')
105
+ );
106
+ }
107
+
108
+ public function addShortcodeButton() {
109
+ add_filter( "mce_external_plugins", array($this, 'addButton'));
110
+ add_filter( 'mce_buttons', array($this, 'registerButton'));
111
+ if(is_admin()) {
112
+ wp_enqueue_script('sgg-bpopup-js', $this->environment->getConfig()->get('plugin_url') . '/app/assets/js/jquery.bpopup.min.js',array('sg-ajax.js'),false,true);
113
+ wp_enqueue_style('sgg-popup-css', $this->environment->getConfig()->get('plugin_url') . '/app/assets/css/editor-dialog.css');
114
+ }
115
+ }
116
+
117
+ /**
118
+ * Add button to TinyMCE
119
+ * @param array $plugin_array
120
+ * @return array $plugin_array
121
+ */
122
+ public function addButton( $plugin_array ) {
123
+ $plugin_array['addShortcode'] = $this->environment->getConfig()->get('plugin_url') . '/app/assets/js/buttons.js';
124
+
125
+ return $plugin_array;
126
+ }
127
+
128
+ /**
129
+ * Register button
130
+ */
131
+ public function registerButton( $buttons ) {
132
+ array_push( $buttons, 'addShortcode', 'selectShortcode' );
133
+
134
+ return $buttons;
135
+ }
136
+
137
+ /**
138
+ * Initialize plugin component and subsustem
139
+ */
140
+ protected function initialize()
141
+ {
142
+ $config = $this->environment->getConfig();
143
+ $logger = null;
144
+
145
+ $uploads = wp_upload_dir();
146
+
147
+ if (!is_writable($uploads['basedir'])) {
148
+ $this->alerts[] = sprintf(
149
+ '<div class="error">
150
+ <p>You need to make your "%s" directory writable.</p>
151
+ </div>',
152
+ $uploads['basedir']
153
+ );
154
+
155
+ $config->set('uploads_rw', false);
156
+ }
157
+
158
+ /* Create the plugin directories if they are does not exists yet. */
159
+ $this->initFilesystem();
160
+
161
+ /* Initialize cache null-adapter by default */
162
+ $cacheAdapter = new Rsc_Cache_Dummy();
163
+
164
+ /* Initialize the log system first. */
165
+ if (null !== $logDir = $config->get('plugin_log', null)) {
166
+ if (is_dir($logDir) && is_writable($logDir)) {
167
+ $logger = new Rsc_Logger($logDir);
168
+ $this->environment->setLogger($logger);
169
+ }
170
+ }
171
+
172
+ /* If it's a production environment and cache directory is OK */
173
+ if ($config->isEnvironment(Rsc_Environment::ENV_PRODUCTION)
174
+ && null !== $cacheDir = $config->get('plugin_cache', null)
175
+ ) {
176
+ if (is_dir($cacheDir) && is_writable($cacheDir)) {
177
+ $cacheAdapter = new Rsc_Cache_Filesystem($cacheDir);
178
+ } else {
179
+ if ($logger) {
180
+ $logger->error(
181
+ 'Cache directory "{dir}" is not writable or does not exists.',
182
+ array(
183
+ 'dir' => realpath($cacheDir),
184
+ )
185
+ );
186
+ }
187
+ }
188
+ }
189
+
190
+ $this->environment->setCacheAdapter($cacheAdapter);
191
+ }
192
+
193
+ /**
194
+ * Creates plugin's directories.
195
+ */
196
+ protected function initFilesystem()
197
+ {
198
+ $directories = array(
199
+ 'tmp' => '/grid-gallery',
200
+ 'log' => '/grid-gallery/log',
201
+ 'cache' => '/grid-gallery/cache',
202
+ 'cache_galleries' => '/grid-gallery/cache/galleries',
203
+ 'cache_twig' => '/grid-gallery/cache/twig',
204
+ );
205
+
206
+ foreach ($directories as $key => $dir) {
207
+ if (false !== $fullPath = $this->makeDirectory($dir)) {
208
+ $this->environment->getConfig()->add('plugin_' . $key, $fullPath);
209
+ }
210
+ }
211
+ }
212
+
213
+ /**
214
+ * Make directory in uploads directory.
215
+ * @param string $directory Relative to the WP_UPLOADS dir
216
+ * @return bool|string FALSE on failure, full path to the directory on success
217
+ */
218
+ protected function makeDirectory($directory)
219
+ {
220
+ $uploads = wp_upload_dir();
221
+
222
+ $basedir = $uploads['basedir'];
223
+ $dir = $basedir . $directory;
224
+ if (!is_dir($dir)) {
225
+ if (false === @mkdir($dir, 0775, true)) {
226
+ return false;
227
+ }
228
+ } else {
229
+ if (! is_writable($dir)) {
230
+ return false;
231
+ }
232
+ }
233
+
234
+ return $dir;
235
+ }
236
+
237
+ /**
238
+ * Get plugin enviroment develop or production
239
+ * @return Rsc_Environment ENV_PRODUCTION or ENV_DEVELOPMENT
240
+ */
241
+ protected function getPluginEnvironment()
242
+ {
243
+ $environment = Rsc_Environment::ENV_PRODUCTION;
244
+
245
+ if (defined('WP_DEBUG') && WP_DEBUG) {
246
+ if (defined('SUPSYSTIC_GRID_GALLERY_DEBUG') && SUPSYSTIC_GRID_GALLERY_DEBUG) {
247
+ $environment = Rsc_Environment::ENV_DEVELOPMENT;
248
+ }
249
+ }
250
+
251
+ return $environment;
252
+ }
253
+
254
+ /**
255
+ * get gallery Environment for other supsystic plugins
256
+ * @return Rsc_Environment
257
+ */
258
+ public function getEnvironment() {
259
+ return $this->environment;
260
+ }
261
+ }
app/assets/css/animate.css ADDED
@@ -0,0 +1,2847 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @charset "UTF-8";
2
+
3
+ /*!
4
+ Animate.css - http://daneden.me/animate
5
+ Licensed under the MIT license
6
+
7
+ Copyright (c) 2013 Daniel Eden
8
+
9
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14
+ */
15
+
16
+ .animated {
17
+ -webkit-animation-duration: 1s;
18
+ animation-duration: 1s;
19
+ -webkit-animation-fill-mode: both;
20
+ animation-fill-mode: both;
21
+ }
22
+
23
+ .animated.infinite {
24
+ -webkit-animation-iteration-count: infinite;
25
+ animation-iteration-count: infinite;
26
+ }
27
+
28
+ .animated.hinge {
29
+ -webkit-animation-duration: 2s;
30
+ animation-duration: 2s;
31
+ }
32
+
33
+ @-webkit-keyframes bounce {
34
+ 0%, 20%, 50%, 80%, 100% {
35
+ -webkit-transform: translateY(0);
36
+ transform: translateY(0);
37
+ }
38
+
39
+ 40% {
40
+ -webkit-transform: translateY(-30px);
41
+ transform: translateY(-30px);
42
+ }
43
+
44
+ 60% {
45
+ -webkit-transform: translateY(-15px);
46
+ transform: translateY(-15px);
47
+ }
48
+ }
49
+
50
+ @keyframes bounce {
51
+ 0%, 20%, 50%, 80%, 100% {
52
+ -webkit-transform: translateY(0);
53
+ -ms-transform: translateY(0);
54
+ transform: translateY(0);
55
+ }
56
+
57
+ 40% {
58
+ -webkit-transform: translateY(-30px);
59
+ -ms-transform: translateY(-30px);
60
+ transform: translateY(-30px);
61
+ }
62
+
63
+ 60% {
64
+ -webkit-transform: translateY(-15px);
65
+ -ms-transform: translateY(-15px);
66
+ transform: translateY(-15px);
67
+ }
68
+ }
69
+
70
+ .bounce {
71
+ -webkit-animation-name: bounce;
72
+ animation-name: bounce;
73
+ }
74
+
75
+ @-webkit-keyframes flash {
76
+ 0%, 50%, 100% {
77
+ opacity: 1;
78
+ }
79
+
80
+ 25%, 75% {
81
+ opacity: 0;
82
+ }
83
+ }
84
+
85
+ @keyframes flash {
86
+ 0%, 50%, 100% {
87
+ opacity: 1;
88
+ }
89
+
90
+ 25%, 75% {
91
+ opacity: 0;
92
+ }
93
+ }
94
+
95
+ .flash {
96
+ -webkit-animation-name: flash;
97
+ animation-name: flash;
98
+ }
99
+
100
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
101
+
102
+ @-webkit-keyframes pulse {
103
+ 0% {
104
+ -webkit-transform: scale(1);
105
+ transform: scale(1);
106
+ }
107
+
108
+ 50% {
109
+ -webkit-transform: scale(1.1);
110
+ transform: scale(1.1);
111
+ }
112
+
113
+ 100% {
114
+ -webkit-transform: scale(1);
115
+ transform: scale(1);
116
+ }
117
+ }
118
+
119
+ @keyframes pulse {
120
+ 0% {
121
+ -webkit-transform: scale(1);
122
+ -ms-transform: scale(1);
123
+ transform: scale(1);
124
+ }
125
+
126
+ 50% {
127
+ -webkit-transform: scale(1.1);
128
+ -ms-transform: scale(1.1);
129
+ transform: scale(1.1);
130
+ }
131
+
132
+ 100% {
133
+ -webkit-transform: scale(1);
134
+ -ms-transform: scale(1);
135
+ transform: scale(1);
136
+ }
137
+ }
138
+
139
+ .pulse {
140
+ -webkit-animation-name: pulse;
141
+ animation-name: pulse;
142
+ }
143
+
144
+ @-webkit-keyframes rubberBand {
145
+ 0% {
146
+ -webkit-transform: scale(1);
147
+ transform: scale(1);
148
+ }
149
+
150
+ 30% {
151
+ -webkit-transform: scaleX(1.25) scaleY(0.75);
152
+ transform: scaleX(1.25) scaleY(0.75);
153
+ }
154
+
155
+ 40% {
156
+ -webkit-transform: scaleX(0.75) scaleY(1.25);
157
+ transform: scaleX(0.75) scaleY(1.25);
158
+ }
159
+
160
+ 60% {
161
+ -webkit-transform: scaleX(1.15) scaleY(0.85);
162
+ transform: scaleX(1.15) scaleY(0.85);
163
+ }
164
+
165
+ 100% {
166
+ -webkit-transform: scale(1);
167
+ transform: scale(1);
168
+ }
169
+ }
170
+
171
+ @keyframes rubberBand {
172
+ 0% {
173
+ -webkit-transform: scale(1);
174
+ -ms-transform: scale(1);
175
+ transform: scale(1);
176
+ }
177
+
178
+ 30% {
179
+ -webkit-transform: scaleX(1.25) scaleY(0.75);
180
+ -ms-transform: scaleX(1.25) scaleY(0.75);
181
+ transform: scaleX(1.25) scaleY(0.75);
182
+ }
183
+
184
+ 40% {
185
+ -webkit-transform: scaleX(0.75) scaleY(1.25);
186
+ -ms-transform: scaleX(0.75) scaleY(1.25);
187
+ transform: scaleX(0.75) scaleY(1.25);
188
+ }
189
+
190
+ 60% {
191
+ -webkit-transform: scaleX(1.15) scaleY(0.85);
192
+ -ms-transform: scaleX(1.15) scaleY(0.85);
193
+ transform: scaleX(1.15) scaleY(0.85);
194
+ }
195
+
196
+ 100% {
197
+ -webkit-transform: scale(1);
198
+ -ms-transform: scale(1);
199
+ transform: scale(1);
200
+ }
201
+ }
202
+
203
+ .rubberBand {
204
+ -webkit-animation-name: rubberBand;
205
+ animation-name: rubberBand;
206
+ }
207
+
208
+ @-webkit-keyframes shake {
209
+ 0%, 100% {
210
+ -webkit-transform: translateX(0);
211
+ transform: translateX(0);
212
+ }
213
+
214
+ 10%, 30%, 50%, 70%, 90% {
215
+ -webkit-transform: translateX(-10px);
216
+ transform: translateX(-10px);
217
+ }
218
+
219
+ 20%, 40%, 60%, 80% {
220
+ -webkit-transform: translateX(10px);
221
+ transform: translateX(10px);
222
+ }
223
+ }
224
+
225
+ @keyframes shake {
226
+ 0%, 100% {
227
+ -webkit-transform: translateX(0);
228
+ -ms-transform: translateX(0);
229
+ transform: translateX(0);
230
+ }
231
+
232
+ 10%, 30%, 50%, 70%, 90% {
233
+ -webkit-transform: translateX(-10px);
234
+ -ms-transform: translateX(-10px);
235
+ transform: translateX(-10px);
236
+ }
237
+
238
+ 20%, 40%, 60%, 80% {
239
+ -webkit-transform: translateX(10px);
240
+ -ms-transform: translateX(10px);
241
+ transform: translateX(10px);
242
+ }
243
+ }
244
+
245
+ .shake {
246
+ -webkit-animation-name: shake;
247
+ animation-name: shake;
248
+ }
249
+
250
+ @-webkit-keyframes swing {
251
+ 20% {
252
+ -webkit-transform: rotate(15deg);
253
+ transform: rotate(15deg);
254
+ }
255
+
256
+ 40% {
257
+ -webkit-transform: rotate(-10deg);
258
+ transform: rotate(-10deg);
259
+ }
260
+
261
+ 60% {
262
+ -webkit-transform: rotate(5deg);
263
+ transform: rotate(5deg);
264
+ }
265
+
266
+ 80% {
267
+ -webkit-transform: rotate(-5deg);
268
+ transform: rotate(-5deg);
269
+ }
270
+
271
+ 100% {
272
+ -webkit-transform: rotate(0deg);
273
+ transform: rotate(0deg);
274
+ }
275
+ }
276
+
277
+ @keyframes swing {
278
+ 20% {
279
+ -webkit-transform: rotate(15deg);
280
+ -ms-transform: rotate(15deg);
281
+ transform: rotate(15deg);
282
+ }
283
+
284
+ 40% {
285
+ -webkit-transform: rotate(-10deg);
286
+ -ms-transform: rotate(-10deg);
287
+ transform: rotate(-10deg);
288
+ }
289
+
290
+ 60% {
291
+ -webkit-transform: rotate(5deg);
292
+ -ms-transform: rotate(5deg);
293
+ transform: rotate(5deg);
294
+ }
295
+
296
+ 80% {
297
+ -webkit-transform: rotate(-5deg);
298
+ -ms-transform: rotate(-5deg);
299
+ transform: rotate(-5deg);
300
+ }
301
+
302
+ 100% {
303
+ -webkit-transform: rotate(0deg);
304
+ -ms-transform: rotate(0deg);
305
+ transform: rotate(0deg);
306
+ }
307
+ }
308
+
309
+ .swing {
310
+ -webkit-transform-origin: top center;
311
+ -ms-transform-origin: top center;
312
+ transform-origin: top center;
313
+ -webkit-animation-name: swing;
314
+ animation-name: swing;
315
+ }
316
+
317
+ @-webkit-keyframes tada {
318
+ 0% {
319
+ -webkit-transform: scale(1);
320
+ transform: scale(1);
321
+ }
322
+
323
+ 10%, 20% {
324
+ -webkit-transform: scale(0.9) rotate(-3deg);
325
+ transform: scale(0.9) rotate(-3deg);
326
+ }
327
+
328
+ 30%, 50%, 70%, 90% {
329
+ -webkit-transform: scale(1.1) rotate(3deg);
330
+ transform: scale(1.1) rotate(3deg);
331
+ }
332
+
333
+ 40%, 60%, 80% {
334
+ -webkit-transform: scale(1.1) rotate(-3deg);
335
+ transform: scale(1.1) rotate(-3deg);
336
+ }
337
+
338
+ 100% {
339
+ -webkit-transform: scale(1) rotate(0);
340
+ transform: scale(1) rotate(0);
341
+ }
342
+ }
343
+
344
+ @keyframes tada {
345
+ 0% {
346
+ -webkit-transform: scale(1);
347
+ -ms-transform: scale(1);
348
+ transform: scale(1);
349
+ }
350
+
351
+ 10%, 20% {
352
+ -webkit-transform: scale(0.9) rotate(-3deg);
353
+ -ms-transform: scale(0.9) rotate(-3deg);
354
+ transform: scale(0.9) rotate(-3deg);
355
+ }
356
+
357
+ 30%, 50%, 70%, 90% {
358
+ -webkit-transform: scale(1.1) rotate(3deg);
359
+ -ms-transform: scale(1.1) rotate(3deg);
360
+ transform: scale(1.1) rotate(3deg);
361
+ }
362
+
363
+ 40%, 60%, 80% {
364
+ -webkit-transform: scale(1.1) rotate(-3deg);
365
+ -ms-transform: scale(1.1) rotate(-3deg);
366
+ transform: scale(1.1) rotate(-3deg);
367
+ }
368
+
369
+ 100% {
370
+ -webkit-transform: scale(1) rotate(0);
371
+ -ms-transform: scale(1) rotate(0);
372
+ transform: scale(1) rotate(0);
373
+ }
374
+ }
375
+
376
+ .tada {
377
+ -webkit-animation-name: tada;
378
+ animation-name: tada;
379
+ }
380
+
381
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
382
+
383
+ @-webkit-keyframes wobble {
384
+ 0% {
385
+ -webkit-transform: translateX(0%);
386
+ transform: translateX(0%);
387
+ }
388
+
389
+ 15% {
390
+ -webkit-transform: translateX(-25%) rotate(-5deg);
391
+ transform: translateX(-25%) rotate(-5deg);
392
+ }
393
+
394
+ 30% {
395
+ -webkit-transform: translateX(20%) rotate(3deg);
396
+ transform: translateX(20%) rotate(3deg);
397
+ }
398
+
399
+ 45% {
400
+ -webkit-transform: translateX(-15%) rotate(-3deg);
401
+ transform: translateX(-15%) rotate(-3deg);
402
+ }
403
+
404
+ 60% {
405
+ -webkit-transform: translateX(10%) rotate(2deg);
406
+ transform: translateX(10%) rotate(2deg);
407
+ }
408
+
409
+ 75% {
410
+ -webkit-transform: translateX(-5%) rotate(-1deg);
411
+ transform: translateX(-5%) rotate(-1deg);
412
+ }
413
+
414
+ 100% {
415
+ -webkit-transform: translateX(0%);
416
+ transform: translateX(0%);
417
+ }
418
+ }
419
+
420
+ @keyframes wobble {
421
+ 0% {
422
+ -webkit-transform: translateX(0%);
423
+ -ms-transform: translateX(0%);
424
+ transform: translateX(0%);
425
+ }
426
+
427
+ 15% {
428
+ -webkit-transform: translateX(-25%) rotate(-5deg);
429
+ -ms-transform: translateX(-25%) rotate(-5deg);
430
+ transform: translateX(-25%) rotate(-5deg);
431
+ }
432
+
433
+ 30% {
434
+ -webkit-transform: translateX(20%) rotate(3deg);
435
+ -ms-transform: translateX(20%) rotate(3deg);
436
+ transform: translateX(20%) rotate(3deg);
437
+ }
438
+
439
+ 45% {
440
+ -webkit-transform: translateX(-15%) rotate(-3deg);
441
+ -ms-transform: translateX(-15%) rotate(-3deg);
442
+ transform: translateX(-15%) rotate(-3deg);
443
+ }
444
+
445
+ 60% {
446
+ -webkit-transform: translateX(10%) rotate(2deg);
447
+ -ms-transform: translateX(10%) rotate(2deg);
448
+ transform: translateX(10%) rotate(2deg);
449
+ }
450
+
451
+ 75% {
452
+ -webkit-transform: translateX(-5%) rotate(-1deg);
453
+ -ms-transform: translateX(-5%) rotate(-1deg);
454
+ transform: translateX(-5%) rotate(-1deg);
455
+ }
456
+
457
+ 100% {
458
+ -webkit-transform: translateX(0%);
459
+ -ms-transform: translateX(0%);
460
+ transform: translateX(0%);
461
+ }
462
+ }
463
+
464
+ .wobble {
465
+ -webkit-animation-name: wobble;
466
+ animation-name: wobble;
467
+ }
468
+
469
+ @-webkit-keyframes bounceIn {
470
+ 0% {
471
+ opacity: 0;
472
+ -webkit-transform: scale(.3);
473
+ transform: scale(.3);
474
+ }
475
+
476
+ 50% {
477
+ opacity: 1;
478
+ -webkit-transform: scale(1.05);
479
+ transform: scale(1.05);
480
+ }
481
+
482
+ 70% {
483
+ -webkit-transform: scale(.9);
484
+ transform: scale(.9);
485
+ }
486
+
487
+ 100% {
488
+ opacity: 1;
489
+ -webkit-transform: scale(1);
490
+ transform: scale(1);
491
+ }
492
+ }
493
+
494
+ @keyframes bounceIn {
495
+ 0% {
496
+ opacity: 0;
497
+ -webkit-transform: scale(.3);
498
+ -ms-transform: scale(.3);
499
+ transform: scale(.3);
500
+ }
501
+
502
+ 50% {
503
+ opacity: 1;
504
+ -webkit-transform: scale(1.05);
505
+ -ms-transform: scale(1.05);
506
+ transform: scale(1.05);
507
+ }
508
+
509
+ 70% {
510
+ -webkit-transform: scale(.9);
511
+ -ms-transform: scale(.9);
512
+ transform: scale(.9);
513
+ }
514
+
515
+ 100% {
516
+ opacity: 1;
517
+ -webkit-transform: scale(1);
518
+ -ms-transform: scale(1);
519
+ transform: scale(1);
520
+ }
521
+ }
522
+
523
+ .bounceIn {
524
+ -webkit-animation-name: bounceIn;
525
+ animation-name: bounceIn;
526
+ }
527
+
528
+ @-webkit-keyframes bounceInDown {
529
+ 0% {
530
+ opacity: 0;
531
+ -webkit-transform: translateY(-2000px);
532
+ transform: translateY(-2000px);
533
+ }
534
+
535
+ 60% {
536
+ opacity: 1;
537
+ -webkit-transform: translateY(30px);
538
+ transform: translateY(30px);
539
+ }
540
+
541
+ 80% {
542
+ -webkit-transform: translateY(-10px);
543
+ transform: translateY(-10px);
544
+ }
545
+
546
+ 100% {
547
+ -webkit-transform: translateY(0);
548
+ transform: translateY(0);
549
+ }
550
+ }
551
+
552
+ @keyframes bounceInDown {
553
+ 0% {
554
+ opacity: 0;
555
+ -webkit-transform: translateY(-2000px);
556
+ -ms-transform: translateY(-2000px);
557
+ transform: translateY(-2000px);
558
+ }
559
+
560
+ 60% {
561
+ opacity: 1;
562
+ -webkit-transform: translateY(30px);
563
+ -ms-transform: translateY(30px);
564
+ transform: translateY(30px);
565
+ }
566
+
567
+ 80% {
568
+ -webkit-transform: translateY(-10px);
569
+ -ms-transform: translateY(-10px);
570
+ transform: translateY(-10px);
571
+ }
572
+
573
+ 100% {
574
+ -webkit-transform: translateY(0);
575
+ -ms-transform: translateY(0);
576
+ transform: translateY(0);
577
+ }
578
+ }
579
+
580
+ .bounceInDown {
581
+ -webkit-animation-name: bounceInDown;
582
+ animation-name: bounceInDown;
583
+ }
584
+
585
+ @-webkit-keyframes bounceInLeft {
586
+ 0% {
587
+ opacity: 0;
588
+ -webkit-transform: translateX(-2000px);
589
+ transform: translateX(-2000px);
590
+ }
591
+
592
+ 60% {
593
+ opacity: 1;
594
+ -webkit-transform: translateX(30px);
595
+ transform: translateX(30px);
596
+ }
597
+
598
+ 80% {
599
+ -webkit-transform: translateX(-10px);
600
+ transform: translateX(-10px);
601
+ }
602
+
603
+ 100% {
604
+ -webkit-transform: translateX(0);
605
+ transform: translateX(0);
606
+ }
607
+ }
608
+
609
+ @keyframes bounceInLeft {
610
+ 0% {
611
+ opacity: 0;
612
+ -webkit-transform: translateX(-2000px);
613
+ -ms-transform: translateX(-2000px);
614
+ transform: translateX(-2000px);
615
+ }
616
+
617
+ 60% {
618
+ opacity: 1;
619
+ -webkit-transform: translateX(30px);
620
+ -ms-transform: translateX(30px);
621
+ transform: translateX(30px);
622
+ }
623
+
624
+ 80% {
625
+ -webkit-transform: translateX(-10px);
626
+ -ms-transform: translateX(-10px);
627
+ transform: translateX(-10px);
628
+ }
629
+
630
+ 100% {
631
+ -webkit-transform: translateX(0);
632
+ -ms-transform: translateX(0);
633
+ transform: translateX(0);
634
+ }
635
+ }
636
+
637
+ .bounceInLeft {
638
+ -webkit-animation-name: bounceInLeft;
639
+ animation-name: bounceInLeft;
640
+ }
641
+
642
+ @-webkit-keyframes bounceInRight {
643
+ 0% {
644
+ opacity: 0;
645
+ -webkit-transform: translateX(2000px);
646
+ transform: translateX(2000px);
647
+ }
648
+
649
+ 60% {
650
+ opacity: 1;
651
+ -webkit-transform: translateX(-30px);
652
+ transform: translateX(-30px);
653
+ }
654
+
655
+ 80% {
656
+ -webkit-transform: translateX(10px);
657
+ transform: translateX(10px);
658
+ }
659
+
660
+ 100% {
661
+ -webkit-transform: translateX(0);
662
+ transform: translateX(0);
663
+ }
664
+ }
665
+
666
+ @keyframes bounceInRight {
667
+ 0% {
668
+ opacity: 0;
669
+ -webkit-transform: translateX(2000px);
670
+ -ms-transform: translateX(2000px);
671
+ transform: translateX(2000px);
672
+ }
673
+
674
+ 60% {
675
+ opacity: 1;
676
+ -webkit-transform: translateX(-30px);
677
+ -ms-transform: translateX(-30px);
678
+ transform: translateX(-30px);
679
+ }
680
+
681
+ 80% {
682
+ -webkit-transform: translateX(10px);
683
+ -ms-transform: translateX(10px);
684
+ transform: translateX(10px);
685
+ }
686
+
687
+ 100% {
688
+ -webkit-transform: translateX(0);
689
+ -ms-transform: translateX(0);
690
+ transform: translateX(0);
691
+ }
692
+ }
693
+
694
+ .bounceInRight {
695
+ -webkit-animation-name: bounceInRight;
696
+ animation-name: bounceInRight;
697
+ }
698
+
699
+ @-webkit-keyframes bounceInUp {
700
+ 0% {
701
+ opacity: 0;
702
+ -webkit-transform: translateY(2000px);
703
+ transform: translateY(2000px);
704
+ }
705
+
706
+ 60% {
707
+ opacity: 1;
708
+ -webkit-transform: translateY(-30px);
709
+ transform: translateY(-30px);
710
+ }
711
+
712
+ 80% {
713
+ -webkit-transform: translateY(10px);
714
+ transform: translateY(10px);
715
+ }
716
+
717
+ 100% {
718
+ -webkit-transform: translateY(0);
719
+ transform: translateY(0);
720
+ }
721
+ }
722
+
723
+ @keyframes bounceInUp {
724
+ 0% {
725
+ opacity: 0;
726
+ -webkit-transform: translateY(2000px);
727
+ -ms-transform: translateY(2000px);
728
+ transform: translateY(2000px);
729
+ }
730
+
731
+ 60% {
732
+ opacity: 1;
733
+ -webkit-transform: translateY(-30px);
734
+ -ms-transform: translateY(-30px);
735
+ transform: translateY(-30px);
736
+ }
737
+
738
+ 80% {
739
+ -webkit-transform: translateY(10px);
740
+ -ms-transform: translateY(10px);
741
+ transform: translateY(10px);
742
+ }
743
+
744
+ 100% {
745
+ -webkit-transform: translateY(0);
746
+ -ms-transform: translateY(0);
747
+ transform: translateY(0);
748
+ }
749
+ }
750
+
751
+ .bounceInUp {
752
+ -webkit-animation-name: bounceInUp;
753
+ animation-name: bounceInUp;
754
+ }
755
+
756
+ @-webkit-keyframes bounceOut {
757
+ 0% {
758
+ -webkit-transform: scale(1);
759
+ transform: scale(1);
760
+ }
761
+
762
+ 25% {
763
+ -webkit-transform: scale(.95);
764
+ transform: scale(.95);
765
+ }
766
+
767
+ 50% {
768
+ opacity: 1;
769
+ -webkit-transform: scale(1.1);
770
+ transform: scale(1.1);
771
+ }
772
+
773
+ 100% {
774
+ opacity: 0;
775
+ -webkit-transform: scale(.3);
776
+ transform: scale(.3);
777
+ }
778
+ }
779
+
780
+ @keyframes bounceOut {
781
+ 0% {
782
+ -webkit-transform: scale(1);
783
+ -ms-transform: scale(1);
784
+ transform: scale(1);
785
+ }
786
+
787
+ 25% {
788
+ -webkit-transform: scale(.95);
789
+ -ms-transform: scale(.95);
790
+ transform: scale(.95);
791
+ }
792
+
793
+ 50% {
794
+ opacity: 1;
795
+ -webkit-transform: scale(1.1);
796
+ -ms-transform: scale(1.1);
797
+ transform: scale(1.1);
798
+ }
799
+
800
+ 100% {
801
+ opacity: 0;
802
+ -webkit-transform: scale(.3);
803
+ -ms-transform: scale(.3);
804
+ transform: scale(.3);
805
+ }
806
+ }
807
+
808
+ .bounceOut {
809
+ -webkit-animation-name: bounceOut;
810
+ animation-name: bounceOut;
811
+ }
812
+
813
+ @-webkit-keyframes bounceOutDown {
814
+ 0% {
815
+ -webkit-transform: translateY(0);
816
+ transform: translateY(0);
817
+ }
818
+
819
+ 20% {
820
+ opacity: 1;
821
+ -webkit-transform: translateY(-20px);
822
+ transform: translateY(-20px);
823
+ }
824
+
825
+ 100% {
826
+ opacity: 0;
827
+ -webkit-transform: translateY(2000px);
828
+ transform: translateY(2000px);
829
+ }
830
+ }
831
+
832
+ @keyframes bounceOutDown {
833
+ 0% {
834
+ -webkit-transform: translateY(0);
835
+ -ms-transform: translateY(0);
836
+ transform: translateY(0);
837
+ }
838
+
839
+ 20% {
840
+ opacity: 1;
841
+ -webkit-transform: translateY(-20px);
842
+ -ms-transform: translateY(-20px);
843
+ transform: translateY(-20px);
844
+ }
845
+
846
+ 100% {
847
+ opacity: 0;
848
+ -webkit-transform: translateY(2000px);
849
+ -ms-transform: translateY(2000px);
850
+ transform: translateY(2000px);
851
+ }
852
+ }
853
+
854
+ .bounceOutDown {
855
+ -webkit-animation-name: bounceOutDown;
856
+ animation-name: bounceOutDown;
857
+ }
858
+
859
+ @-webkit-keyframes bounceOutLeft {
860
+ 0% {
861
+ -webkit-transform: translateX(0);
862
+ transform: translateX(0);
863
+ }
864
+
865
+ 20% {
866
+ opacity: 1;
867
+ -webkit-transform: translateX(20px);
868
+ transform: translateX(20px);
869
+ }
870
+
871
+ 100% {
872
+ opacity: 0;
873
+ -webkit-transform: translateX(-2000px);
874
+ transform: translateX(-2000px);
875
+ }
876
+ }
877
+
878
+ @keyframes bounceOutLeft {
879
+ 0% {
880
+ -webkit-transform: translateX(0);
881
+ -ms-transform: translateX(0);
882
+ transform: translateX(0);
883
+ }
884
+
885
+ 20% {
886
+ opacity: 1;
887
+ -webkit-transform: translateX(20px);
888
+ -ms-transform: translateX(20px);
889
+ transform: translateX(20px);
890
+ }
891
+
892
+ 100% {
893
+ opacity: 0;
894
+ -webkit-transform: translateX(-2000px);
895
+ -ms-transform: translateX(-2000px);
896
+ transform: translateX(-2000px);
897
+ }
898
+ }
899
+
900
+ .bounceOutLeft {
901
+ -webkit-animation-name: bounceOutLeft;
902
+ animation-name: bounceOutLeft;
903
+ }
904
+
905
+ @-webkit-keyframes bounceOutRight {
906
+ 0% {
907
+ -webkit-transform: translateX(0);
908
+ transform: translateX(0);
909
+ }
910
+
911
+ 20% {
912
+ opacity: 1;
913
+ -webkit-transform: translateX(-20px);
914
+ transform: translateX(-20px);
915
+ }
916
+
917
+ 100% {
918
+ opacity: 0;
919
+ -webkit-transform: translateX(2000px);
920
+ transform: translateX(2000px);
921
+ }
922
+ }
923
+
924
+ @keyframes bounceOutRight {
925
+ 0% {
926
+ -webkit-transform: translateX(0);
927
+ -ms-transform: translateX(0);
928
+ transform: translateX(0);
929
+ }
930
+
931
+ 20% {
932
+ opacity: 1;
933
+ -webkit-transform: translateX(-20px);
934
+ -ms-transform: translateX(-20px);
935
+ transform: translateX(-20px);
936
+ }
937
+
938
+ 100% {
939
+ opacity: 0;
940
+ -webkit-transform: translateX(2000px);
941
+ -ms-transform: translateX(2000px);
942
+ transform: translateX(2000px);
943
+ }
944
+ }
945
+
946
+ .bounceOutRight {
947
+ -webkit-animation-name: bounceOutRight;
948
+ animation-name: bounceOutRight;
949
+ }
950
+
951
+ @-webkit-keyframes bounceOutUp {
952
+ 0% {
953
+ -webkit-transform: translateY(0);
954
+ transform: translateY(0);
955
+ }
956
+
957
+ 20% {
958
+ opacity: 1;
959
+ -webkit-transform: translateY(20px);
960
+ transform: translateY(20px);
961
+ }
962
+
963
+ 100% {
964
+ opacity: 0;
965
+ -webkit-transform: translateY(-2000px);
966
+ transform: translateY(-2000px);
967
+ }
968
+ }
969
+
970
+ @keyframes bounceOutUp {
971
+ 0% {
972
+ -webkit-transform: translateY(0);
973
+ -ms-transform: translateY(0);
974
+ transform: translateY(0);
975
+ }
976
+
977
+ 20% {
978
+ opacity: 1;
979
+ -webkit-transform: translateY(20px);
980
+ -ms-transform: translateY(20px);
981
+ transform: translateY(20px);
982
+ }
983
+
984
+ 100% {
985
+ opacity: 0;
986
+ -webkit-transform: translateY(-2000px);
987
+ -ms-transform: translateY(-2000px);
988
+ transform: translateY(-2000px);
989
+ }
990
+ }
991
+
992
+ .bounceOutUp {
993
+ -webkit-animation-name: bounceOutUp;
994
+ animation-name: bounceOutUp;
995
+ }
996
+
997
+ @-webkit-keyframes fadeIn {
998
+ 0% {
999
+ opacity: 0;
1000
+ }
1001
+
1002
+ 100% {
1003
+ opacity: 1;
1004
+ }
1005
+ }
1006
+
1007
+ @keyframes fadeIn {
1008
+ 0% {
1009
+ opacity: 0;
1010
+ }
1011
+
1012
+ 100% {
1013
+ opacity: 1;
1014
+ }
1015
+ }
1016
+
1017
+ .fadeIn {
1018
+ -webkit-animation-name: fadeIn;
1019
+ animation-name: fadeIn;
1020
+ }
1021
+
1022
+ @-webkit-keyframes fadeInDown {
1023
+ 0% {
1024
+ opacity: 0;
1025
+ -webkit-transform: translateY(-20px);
1026
+ transform: translateY(-20px);
1027
+ }
1028
+
1029
+ 100% {
1030
+ opacity: 1;
1031
+ -webkit-transform: translateY(0);
1032
+ transform: translateY(0);
1033
+ }
1034
+ }
1035
+
1036
+ @keyframes fadeInDown {
1037
+ 0% {
1038
+ opacity: 0;
1039
+ -webkit-transform: translateY(-20px);
1040
+ -ms-transform: translateY(-20px);
1041
+ transform: translateY(-20px);
1042
+ }
1043
+
1044
+ 100% {
1045
+ opacity: 1;
1046
+ -webkit-transform: translateY(0);
1047
+ -ms-transform: translateY(0);
1048
+ transform: translateY(0);
1049
+ }
1050
+ }
1051
+
1052
+ .fadeInDown {
1053
+ -webkit-animation-name: fadeInDown;
1054
+ animation-name: fadeInDown;
1055
+ }
1056
+
1057
+ @-webkit-keyframes fadeInDownBig {
1058
+ 0% {
1059
+ opacity: 0;
1060
+ -webkit-transform: translateY(-2000px);
1061
+ transform: translateY(-2000px);
1062
+ }
1063
+
1064
+ 100% {
1065
+ opacity: 1;
1066
+ -webkit-transform: translateY(0);
1067
+ transform: translateY(0);
1068
+ }
1069
+ }
1070
+
1071
+ @keyframes fadeInDownBig {
1072
+ 0% {
1073
+ opacity: 0;
1074
+ -webkit-transform: translateY(-2000px);
1075
+ -ms-transform: translateY(-2000px);
1076
+ transform: translateY(-2000px);
1077
+ }
1078
+
1079
+ 100% {
1080
+ opacity: 1;
1081
+ -webkit-transform: translateY(0);
1082
+ -ms-transform: translateY(0);
1083
+ transform: translateY(0);
1084
+ }
1085
+ }
1086
+
1087
+ .fadeInDownBig {
1088
+ -webkit-animation-name: fadeInDownBig;
1089
+ animation-name: fadeInDownBig;
1090
+ }
1091
+
1092
+ @-webkit-keyframes fadeInLeft {
1093
+ 0% {
1094
+ opacity: 0;
1095
+ -webkit-transform: translateX(-20px);
1096
+ transform: translateX(-20px);
1097
+ }
1098
+
1099
+ 100% {
1100
+ opacity: 1;
1101
+ -webkit-transform: translateX(0);
1102
+ transform: translateX(0);
1103
+ }
1104
+ }
1105
+
1106
+ @keyframes fadeInLeft {
1107
+ 0% {
1108
+ opacity: 0;
1109
+ -webkit-transform: translateX(-20px);
1110
+ -ms-transform: translateX(-20px);
1111
+ transform: translateX(-20px);
1112
+ }
1113
+
1114
+ 100% {
1115
+ opacity: 1;
1116
+ -webkit-transform: translateX(0);
1117
+ -ms-transform: translateX(0);
1118
+ transform: translateX(0);
1119
+ }
1120
+ }
1121
+
1122
+ .fadeInLeft {
1123
+ -webkit-animation-name: fadeInLeft;
1124
+ animation-name: fadeInLeft;
1125
+ }
1126
+
1127
+ @-webkit-keyframes fadeInLeftBig {
1128
+ 0% {
1129
+ opacity: 0;
1130
+ -webkit-transform: translateX(-2000px);
1131
+ transform: translateX(-2000px);
1132
+ }
1133
+
1134
+ 100% {
1135
+ opacity: 1;
1136
+ -webkit-transform: translateX(0);
1137
+ transform: translateX(0);
1138
+ }
1139
+ }
1140
+
1141
+ @keyframes fadeInLeftBig {
1142
+ 0% {
1143
+ opacity: 0;
1144
+ -webkit-transform: translateX(-2000px);
1145
+ -ms-transform: translateX(-2000px);
1146
+ transform: translateX(-2000px);
1147
+ }
1148
+
1149
+ 100% {
1150
+ opacity: 1;
1151
+ -webkit-transform: translateX(0);
1152
+ -ms-transform: translateX(0);
1153
+ transform: translateX(0);
1154
+ }
1155
+ }
1156
+
1157
+ .fadeInLeftBig {
1158
+ -webkit-animation-name: fadeInLeftBig;
1159
+ animation-name: fadeInLeftBig;
1160
+ }
1161
+
1162
+ @-webkit-keyframes fadeInRight {
1163
+ 0% {
1164
+ opacity: 0;
1165
+ -webkit-transform: translateX(20px);
1166
+ transform: translateX(20px);
1167
+ }
1168
+
1169
+ 100% {
1170
+ opacity: 1;
1171
+ -webkit-transform: translateX(0);
1172
+ transform: translateX(0);
1173
+ }
1174
+ }
1175
+
1176
+ @keyframes fadeInRight {
1177
+ 0% {
1178
+ opacity: 0;
1179
+ -webkit-transform: translateX(20px);
1180
+ -ms-transform: translateX(20px);
1181
+ transform: translateX(20px);
1182
+ }
1183
+
1184
+ 100% {
1185
+ opacity: 1;
1186
+ -webkit-transform: translateX(0);
1187
+ -ms-transform: translateX(0);
1188
+ transform: translateX(0);
1189
+ }
1190
+ }
1191
+
1192
+ .fadeInRight {
1193
+ -webkit-animation-name: fadeInRight;
1194
+ animation-name: fadeInRight;
1195
+ }
1196
+
1197
+ @-webkit-keyframes fadeInRightBig {
1198
+ 0% {
1199
+ opacity: 0;
1200
+ -webkit-transform: translateX(2000px);
1201
+ transform: translateX(2000px);
1202
+ }
1203
+
1204
+ 100% {
1205
+ opacity: 1;
1206
+ -webkit-transform: translateX(0);
1207
+ transform: translateX(0);
1208
+ }
1209
+ }
1210
+
1211
+ @keyframes fadeInRightBig {
1212
+ 0% {
1213
+ opacity: 0;
1214
+ -webkit-transform: translateX(2000px);
1215
+ -ms-transform: translateX(2000px);
1216
+ transform: translateX(2000px);
1217
+ }
1218
+
1219
+ 100% {
1220
+ opacity: 1;
1221
+ -webkit-transform: translateX(0);
1222
+ -ms-transform: translateX(0);
1223
+ transform: translateX(0);
1224
+ }
1225
+ }
1226
+
1227
+ .fadeInRightBig {
1228
+ -webkit-animation-name: fadeInRightBig;
1229
+ animation-name: fadeInRightBig;
1230
+ }
1231
+
1232
+ @-webkit-keyframes fadeInUp {
1233
+ 0% {
1234
+ opacity: 0;
1235
+ -webkit-transform: translateY(20px);
1236
+ transform: translateY(20px);
1237
+ }
1238
+
1239
+ 100% {
1240
+ opacity: 1;
1241
+ -webkit-transform: translateY(0);
1242
+ transform: translateY(0);
1243
+ }
1244
+ }
1245
+
1246
+ @keyframes fadeInUp {
1247
+ 0% {
1248
+ opacity: 0;
1249
+ -webkit-transform: translateY(20px);
1250
+ -ms-transform: translateY(20px);
1251
+ transform: translateY(20px);
1252
+ }
1253
+
1254
+ 100% {
1255
+ opacity: 1;
1256
+ -webkit-transform: translateY(0);
1257
+ -ms-transform: translateY(0);
1258
+ transform: translateY(0);
1259
+ }
1260
+ }
1261
+
1262
+ .fadeInUp {
1263
+ -webkit-animation-name: fadeInUp;
1264
+ animation-name: fadeInUp;
1265
+ }
1266
+
1267
+ @-webkit-keyframes fadeInUpBig {
1268
+ 0% {
1269
+ opacity: 0;
1270
+ -webkit-transform: translateY(2000px);
1271
+ transform: translateY(2000px);
1272
+ }
1273
+
1274
+ 100% {
1275
+ opacity: 1;
1276
+ -webkit-transform: translateY(0);
1277
+ transform: translateY(0);
1278
+ }
1279
+ }
1280
+
1281
+ @keyframes fadeInUpBig {
1282
+ 0% {
1283
+ opacity: 0;
1284
+ -webkit-transform: translateY(2000px);
1285
+ -ms-transform: translateY(2000px);
1286
+ transform: translateY(2000px);
1287
+ }
1288
+
1289
+ 100% {
1290
+ opacity: 1;
1291
+ -webkit-transform: translateY(0);
1292
+ -ms-transform: translateY(0);
1293
+ transform: translateY(0);
1294
+ }
1295
+ }
1296
+
1297
+ .fadeInUpBig {
1298
+ -webkit-animation-name: fadeInUpBig;
1299
+ animation-name: fadeInUpBig;
1300
+ }
1301
+
1302
+ @-webkit-keyframes fadeOut {
1303
+ 0% {
1304
+ opacity: 1;
1305
+ }
1306
+
1307
+ 100% {
1308
+ opacity: 0;
1309
+ }
1310
+ }
1311
+
1312
+ @keyframes fadeOut {
1313
+ 0% {
1314
+ opacity: 1;
1315
+ }
1316
+
1317
+ 100% {
1318
+ opacity: 0;
1319
+ }
1320
+ }
1321
+
1322
+ .fadeOut {
1323
+ -webkit-animation-name: fadeOut;
1324
+ animation-name: fadeOut;
1325
+ }
1326
+
1327
+ @-webkit-keyframes fadeOutDown {
1328
+ 0% {
1329
+ opacity: 1;
1330
+ -webkit-transform: translateY(0);
1331
+ transform: translateY(0);
1332
+ }
1333
+
1334
+ 100% {
1335
+ opacity: 0;
1336
+ -webkit-transform: translateY(20px);
1337
+ transform: translateY(20px);
1338
+ }
1339
+ }
1340
+
1341
+ @keyframes fadeOutDown {
1342
+ 0% {
1343
+ opacity: 1;
1344
+ -webkit-transform: translateY(0);
1345
+ -ms-transform: translateY(0);
1346
+ transform: translateY(0);
1347
+ }
1348
+
1349
+ 100% {
1350
+ opacity: 0;
1351
+ -webkit-transform: translateY(20px);
1352
+ -ms-transform: translateY(20px);
1353
+ transform: translateY(20px);
1354
+ }
1355
+ }
1356
+
1357
+ .fadeOutDown {
1358
+ -webkit-animation-name: fadeOutDown;
1359
+ animation-name: fadeOutDown;
1360
+ }
1361
+
1362
+ @-webkit-keyframes fadeOutDownBig {
1363
+ 0% {
1364
+ opacity: 1;
1365
+ -webkit-transform: translateY(0);
1366
+ transform: translateY(0);
1367
+ }
1368
+
1369
+ 100% {
1370
+ opacity: 0;
1371
+ -webkit-transform: translateY(2000px);
1372
+ transform: translateY(2000px);
1373
+ }
1374
+ }
1375
+
1376
+ @keyframes fadeOutDownBig {
1377
+ 0% {
1378
+ opacity: 1;
1379
+ -webkit-transform: translateY(0);
1380
+ -ms-transform: translateY(0);
1381
+ transform: translateY(0);
1382
+ }
1383
+
1384
+ 100% {
1385
+ opacity: 0;
1386
+ -webkit-transform: translateY(2000px);
1387
+ -ms-transform: translateY(2000px);
1388
+ transform: translateY(2000px);
1389
+ }
1390
+ }
1391
+
1392
+ .fadeOutDownBig {
1393
+ -webkit-animation-name: fadeOutDownBig;
1394
+ animation-name: fadeOutDownBig;
1395
+ }
1396
+
1397
+ @-webkit-keyframes fadeOutLeft {
1398
+ 0% {
1399
+ opacity: 1;
1400
+ -webkit-transform: translateX(0);
1401
+ transform: translateX(0);
1402
+ }
1403
+
1404
+ 100% {
1405
+ opacity: 0;
1406
+ -webkit-transform: translateX(-20px);
1407
+ transform: translateX(-20px);
1408
+ }
1409
+ }
1410
+
1411
+ @keyframes fadeOutLeft {
1412
+ 0% {
1413
+ opacity: 1;
1414
+ -webkit-transform: translateX(0);
1415
+ -ms-transform: translateX(0);
1416
+ transform: translateX(0);
1417
+ }
1418
+
1419
+ 100% {
1420
+ opacity: 0;
1421
+ -webkit-transform: translateX(-20px);
1422
+ -ms-transform: translateX(-20px);
1423
+ transform: translateX(-20px);
1424
+ }
1425
+ }
1426
+
1427
+ .fadeOutLeft {
1428
+ -webkit-animation-name: fadeOutLeft;
1429
+ animation-name: fadeOutLeft;
1430
+ }
1431
+
1432
+ @-webkit-keyframes fadeOutLeftBig {
1433
+ 0% {
1434
+ opacity: 1;
1435
+ -webkit-transform: translateX(0);
1436
+ transform: translateX(0);
1437
+ }
1438
+
1439
+ 100% {
1440
+ opacity: 0;
1441
+ -webkit-transform: translateX(-2000px);
1442
+ transform: translateX(-2000px);
1443
+ }
1444
+ }
1445
+
1446
+ @keyframes fadeOutLeftBig {
1447
+ 0% {
1448
+ opacity: 1;
1449
+ -webkit-transform: translateX(0);
1450
+ -ms-transform: translateX(0);
1451
+ transform: translateX(0);
1452
+ }
1453
+
1454
+ 100% {
1455
+ opacity: 0;
1456
+ -webkit-transform: translateX(-2000px);
1457
+ -ms-transform: translateX(-2000px);
1458
+ transform: translateX(-2000px);
1459
+ }
1460
+ }
1461
+
1462
+ .fadeOutLeftBig {
1463
+ -webkit-animation-name: fadeOutLeftBig;
1464
+ animation-name: fadeOutLeftBig;
1465
+ }
1466
+
1467
+ @-webkit-keyframes fadeOutRight {
1468
+ 0% {
1469
+ opacity: 1;
1470
+ -webkit-transform: translateX(0);
1471
+ transform: translateX(0);
1472
+ }
1473
+
1474
+ 100% {
1475
+ opacity: 0;
1476
+ -webkit-transform: translateX(20px);
1477
+ transform: translateX(20px);
1478
+ }
1479
+ }
1480
+
1481
+ @keyframes fadeOutRight {
1482
+ 0% {
1483
+ opacity: 1;
1484
+ -webkit-transform: translateX(0);
1485
+ -ms-transform: translateX(0);
1486
+ transform: translateX(0);
1487
+ }
1488
+
1489
+ 100% {
1490
+ opacity: 0;
1491
+ -webkit-transform: translateX(20px);
1492
+ -ms-transform: translateX(20px);
1493
+ transform: translateX(20px);
1494
+ }
1495
+ }
1496
+
1497
+ .fadeOutRight {
1498
+ -webkit-animation-name: fadeOutRight;
1499
+ animation-name: fadeOutRight;
1500
+ }
1501
+
1502
+ @-webkit-keyframes fadeOutRightBig {
1503
+ 0% {
1504
+ opacity: 1;
1505
+ -webkit-transform: translateX(0);
1506
+ transform: translateX(0);
1507
+ }
1508
+
1509
+ 100% {
1510
+ opacity: 0;
1511
+ -webkit-transform: translateX(2000px);
1512
+ transform: translateX(2000px);
1513
+ }
1514
+ }
1515
+
1516
+ @keyframes fadeOutRightBig {
1517
+ 0% {
1518
+ opacity: 1;
1519
+ -webkit-transform: translateX(0);
1520
+ -ms-transform: translateX(0);
1521
+ transform: translateX(0);
1522
+ }
1523
+
1524
+ 100% {
1525
+ opacity: 0;
1526
+ -webkit-transform: translateX(2000px);
1527
+ -ms-transform: translateX(2000px);
1528
+ transform: translateX(2000px);
1529
+ }
1530
+ }
1531
+
1532
+ .fadeOutRightBig {
1533
+ -webkit-animation-name: fadeOutRightBig;
1534
+ animation-name: fadeOutRightBig;
1535
+ }
1536
+
1537
+ @-webkit-keyframes fadeOutUp {
1538
+ 0% {
1539
+ opacity: 1;
1540
+ -webkit-transform: translateY(0);
1541
+ transform: translateY(0);
1542
+ }
1543
+
1544
+ 100% {
1545
+ opacity: 0;
1546
+ -webkit-transform: translateY(-20px);
1547
+ transform: translateY(-20px);
1548
+ }
1549
+ }
1550
+
1551
+ @keyframes fadeOutUp {
1552
+ 0% {
1553
+ opacity: 1;
1554
+ -webkit-transform: translateY(0);
1555
+ -ms-transform: translateY(0);
1556
+ transform: translateY(0);
1557
+ }
1558
+
1559
+ 100% {
1560
+ opacity: 0;
1561
+ -webkit-transform: translateY(-20px);
1562
+ -ms-transform: translateY(-20px);
1563
+ transform: translateY(-20px);
1564
+ }
1565
+ }
1566
+
1567
+ .fadeOutUp {
1568
+ -webkit-animation-name: fadeOutUp;
1569
+ animation-name: fadeOutUp;
1570
+ }
1571
+
1572
+ @-webkit-keyframes fadeOutUpBig {
1573
+ 0% {
1574
+ opacity: 1;
1575
+ -webkit-transform: translateY(0);
1576
+ transform: translateY(0);
1577
+ }
1578
+
1579
+ 100% {
1580
+ opacity: 0;
1581
+ -webkit-transform: translateY(-2000px);
1582
+ transform: translateY(-2000px);
1583
+ }
1584
+ }
1585
+
1586
+ @keyframes fadeOutUpBig {
1587
+ 0% {
1588
+ opacity: 1;
1589
+ -webkit-transform: translateY(0);
1590
+ -ms-transform: translateY(0);
1591
+ transform: translateY(0);
1592
+ }
1593
+
1594
+ 100% {
1595
+ opacity: 0;
1596
+ -webkit-transform: translateY(-2000px);
1597
+ -ms-transform: translateY(-2000px);
1598
+ transform: translateY(-2000px);
1599
+ }
1600
+ }
1601
+
1602
+ .fadeOutUpBig {
1603
+ -webkit-animation-name: fadeOutUpBig;
1604
+ animation-name: fadeOutUpBig;
1605
+ }
1606
+
1607
+ @-webkit-keyframes flip {
1608
+ 0% {
1609
+ -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
1610
+ transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
1611
+ -webkit-animation-timing-function: ease-out;
1612
+ animation-timing-function: ease-out;
1613
+ }
1614
+
1615
+ 40% {
1616
+ -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
1617
+ transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
1618
+ -webkit-animation-timing-function: ease-out;
1619
+ animation-timing-function: ease-out;
1620
+ }
1621
+
1622
+ 50% {
1623
+ -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
1624
+ transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
1625
+ -webkit-animation-timing-function: ease-in;
1626
+ animation-timing-function: ease-in;
1627
+ }
1628
+
1629
+ 80% {
1630
+ -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
1631
+ transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
1632
+ -webkit-animation-timing-function: ease-in;
1633
+ animation-timing-function: ease-in;
1634
+ }
1635
+
1636
+ 100% {
1637
+ -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
1638
+ transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
1639
+ -webkit-animation-timing-function: ease-in;
1640
+ animation-timing-function: ease-in;
1641
+ }
1642
+ }
1643
+
1644
+ @keyframes flip {
1645
+ 0% {
1646
+ -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
1647
+ -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
1648
+ transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
1649
+ -webkit-animation-timing-function: ease-out;
1650
+ animation-timing-function: ease-out;
1651
+ }
1652
+
1653
+ 40% {
1654
+ -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
1655
+ -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
1656
+ transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
1657
+ -webkit-animation-timing-function: ease-out;
1658
+ animation-timing-function: ease-out;
1659
+ }
1660
+
1661
+ 50% {
1662
+ -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
1663
+ -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
1664
+ transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
1665
+ -webkit-animation-timing-function: ease-in;
1666
+ animation-timing-function: ease-in;
1667
+ }
1668
+
1669
+ 80% {
1670
+ -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
1671
+ -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
1672
+ transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
1673
+ -webkit-animation-timing-function: ease-in;
1674
+ animation-timing-function: ease-in;
1675
+ }
1676
+
1677
+ 100% {
1678
+ -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
1679
+ -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
1680
+ transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
1681
+ -webkit-animation-timing-function: ease-in;
1682
+ animation-timing-function: ease-in;
1683
+ }
1684
+ }
1685
+
1686
+ .animated.flip {
1687
+ -webkit-backface-visibility: visible;
1688
+ -ms-backface-visibility: visible;
1689
+ backface-visibility: visible;
1690
+ -webkit-animation-name: flip;
1691
+ animation-name: flip;
1692
+ }
1693
+
1694
+ @-webkit-keyframes flipInX {
1695
+ 0% {
1696
+ -webkit-transform: perspective(400px) rotateX(90deg);
1697
+ transform: perspective(400px) rotateX(90deg);
1698
+ opacity: 0;
1699
+ }
1700
+
1701
+ 40% {
1702
+ -webkit-transform: perspective(400px) rotateX(-10deg);
1703
+ transform: perspective(400px) rotateX(-10deg);
1704
+ }
1705
+
1706
+ 70% {
1707
+ -webkit-transform: perspective(400px) rotateX(10deg);
1708
+ transform: perspective(400px) rotateX(10deg);
1709
+ }
1710
+
1711
+ 100% {
1712
+ -webkit-transform: perspective(400px) rotateX(0deg);
1713
+ transform: perspective(400px) rotateX(0deg);
1714
+ opacity: 1;
1715
+ }
1716
+ }
1717
+
1718
+ @keyframes flipInX {
1719
+ 0% {
1720
+ -webkit-transform: perspective(400px) rotateX(90deg);
1721
+ -ms-transform: perspective(400px) rotateX(90deg);
1722
+ transform: perspective(400px) rotateX(90deg);
1723
+ opacity: 0;
1724
+ }
1725
+
1726
+ 40% {
1727
+ -webkit-transform: perspective(400px) rotateX(-10deg);
1728
+ -ms-transform: perspective(400px) rotateX(-10deg);
1729
+ transform: perspective(400px) rotateX(-10deg);
1730
+ }
1731
+
1732
+ 70% {
1733
+ -webkit-transform: perspective(400px) rotateX(10deg);
1734
+ -ms-transform: perspective(400px) rotateX(10deg);
1735
+ transform: perspective(400px) rotateX(10deg);
1736
+ }
1737
+
1738
+ 100% {
1739
+ -webkit-transform: perspective(400px) rotateX(0deg);
1740
+ -ms-transform: perspective(400px) rotateX(0deg);
1741
+ transform: perspective(400px) rotateX(0deg);
1742
+ opacity: 1;
1743
+ }
1744
+ }
1745
+
1746
+ .flipInX {
1747
+ -webkit-backface-visibility: visible !important;
1748
+ -ms-backface-visibility: visible !important;
1749
+ backface-visibility: visible !important;
1750
+ -webkit-animation-name: flipInX;
1751
+ animation-name: flipInX;
1752
+ }
1753
+
1754
+ @-webkit-keyframes flipInY {
1755
+ 0% {
1756
+ -webkit-transform: perspective(400px) rotateY(90deg);
1757
+ transform: perspective(400px) rotateY(90deg);
1758
+ opacity: 0;
1759
+ }
1760
+
1761
+ 40% {
1762
+ -webkit-transform: perspective(400px) rotateY(-10deg);
1763
+ transform: perspective(400px) rotateY(-10deg);
1764
+ }
1765
+
1766
+ 70% {
1767
+ -webkit-transform: perspective(400px) rotateY(10deg);
1768
+ transform: perspective(400px) rotateY(10deg);
1769
+ }
1770
+
1771
+ 100% {
1772
+ -webkit-transform: perspective(400px) rotateY(0deg);
1773
+ transform: perspective(400px) rotateY(0deg);
1774
+ opacity: 1;
1775
+ }
1776
+ }
1777
+
1778
+ @keyframes flipInY {
1779
+ 0% {
1780
+ -webkit-transform: perspective(400px) rotateY(90deg);
1781
+ -ms-transform: perspective(400px) rotateY(90deg);
1782
+ transform: perspective(400px) rotateY(90deg);
1783
+ opacity: 0;
1784
+ }
1785
+
1786
+ 40% {
1787
+ -webkit-transform: perspective(400px) rotateY(-10deg);
1788
+ -ms-transform: perspective(400px) rotateY(-10deg);
1789
+ transform: perspective(400px) rotateY(-10deg);
1790
+ }
1791
+
1792
+ 70% {
1793
+ -webkit-transform: perspective(400px) rotateY(10deg);
1794
+ -ms-transform: perspective(400px) rotateY(10deg);
1795
+ transform: perspective(400px) rotateY(10deg);
1796
+ }
1797
+
1798
+ 100% {
1799
+ -webkit-transform: perspective(400px) rotateY(0deg);
1800
+ -ms-transform: perspective(400px) rotateY(0deg);
1801
+ transform: perspective(400px) rotateY(0deg);
1802
+ opacity: 1;
1803
+ }
1804
+ }
1805
+
1806
+ .flipInY {
1807
+ -webkit-backface-visibility: visible !important;
1808
+ -ms-backface-visibility: visible !important;
1809
+ backface-visibility: visible !important;
1810
+ -webkit-animation-name: flipInY;
1811
+ animation-name: flipInY;
1812
+ }
1813
+
1814
+ @-webkit-keyframes flipOutX {
1815
+ 0% {
1816
+ -webkit-transform: perspective(400px) rotateX(0deg);
1817
+ transform: perspective(400px) rotateX(0deg);
1818
+ opacity: 1;
1819
+ }
1820
+
1821
+ 100% {
1822
+ -webkit-transform: perspective(400px) rotateX(90deg);
1823
+ transform: perspective(400px) rotateX(90deg);
1824
+ opacity: 0;
1825
+ }
1826
+ }
1827
+
1828
+ @keyframes flipOutX {
1829
+ 0% {
1830
+ -webkit-transform: perspective(400px) rotateX(0deg);
1831
+ -ms-transform: perspective(400px) rotateX(0deg);
1832
+ transform: perspective(400px) rotateX(0deg);
1833
+ opacity: 1;
1834
+ }
1835
+
1836
+ 100% {
1837
+ -webkit-transform: perspective(400px) rotateX(90deg);
1838
+ -ms-transform: perspective(400px) rotateX(90deg);
1839
+ transform: perspective(400px) rotateX(90deg);
1840
+ opacity: 0;
1841
+ }
1842
+ }
1843
+
1844
+ .flipOutX {
1845
+ -webkit-animation-name: flipOutX;
1846
+ animation-name: flipOutX;
1847
+ -webkit-backface-visibility: visible !important;
1848
+ -ms-backface-visibility: visible !important;
1849
+ backface-visibility: visible !important;
1850
+ }
1851
+
1852
+ @-webkit-keyframes flipOutY {
1853
+ 0% {
1854
+ -webkit-transform: perspective(400px) rotateY(0deg);
1855
+ transform: perspective(400px) rotateY(0deg);
1856
+ opacity: 1;
1857
+ }
1858
+
1859
+ 100% {
1860
+ -webkit-transform: perspective(400px) rotateY(90deg);
1861
+ transform: perspective(400px) rotateY(90deg);
1862
+ opacity: 0;
1863
+ }
1864
+ }
1865
+
1866
+ @keyframes flipOutY {
1867
+ 0% {
1868
+ -webkit-transform: perspective(400px) rotateY(0deg);
1869
+ -ms-transform: perspective(400px) rotateY(0deg);
1870
+ transform: perspective(400px) rotateY(0deg);
1871
+ opacity: 1;
1872
+ }
1873
+
1874
+ 100% {
1875
+ -webkit-transform: perspective(400px) rotateY(90deg);
1876
+ -ms-transform: perspective(400px) rotateY(90deg);
1877
+ transform: perspective(400px) rotateY(90deg);
1878
+ opacity: 0;
1879
+ }
1880
+ }
1881
+
1882
+ .flipOutY {
1883
+ -webkit-backface-visibility: visible !important;
1884
+ -ms-backface-visibility: visible !important;
1885
+ backface-visibility: visible !important;
1886
+ -webkit-animation-name: flipOutY;
1887
+ animation-name: flipOutY;
1888
+ }
1889
+
1890
+ @-webkit-keyframes lightSpeedIn {
1891
+ 0% {
1892
+ -webkit-transform: translateX(100%) skewX(-30deg);
1893
+ transform: translateX(100%) skewX(-30deg);
1894
+ opacity: 0;
1895
+ }
1896
+
1897
+ 60% {
1898
+ -webkit-transform: translateX(-20%) skewX(30deg);
1899
+ transform: translateX(-20%) skewX(30deg);
1900
+ opacity: 1;
1901
+ }
1902
+
1903
+ 80% {
1904
+ -webkit-transform: translateX(0%) skewX(-15deg);
1905
+ transform: translateX(0%) skewX(-15deg);
1906
+ opacity: 1;
1907
+ }
1908
+
1909
+ 100% {
1910
+ -webkit-transform: translateX(0%) skewX(0deg);
1911
+ transform: translateX(0%) skewX(0deg);
1912
+ opacity: 1;
1913
+ }
1914
+ }
1915
+
1916
+ @keyframes lightSpeedIn {
1917
+ 0% {
1918
+ -webkit-transform: translateX(100%) skewX(-30deg);
1919
+ -ms-transform: translateX(100%) skewX(-30deg);
1920
+ transform: translateX(100%) skewX(-30deg);
1921
+ opacity: 0;
1922
+ }
1923
+
1924
+ 60% {
1925
+ -webkit-transform: translateX(-20%) skewX(30deg);
1926
+ -ms-transform: translateX(-20%) skewX(30deg);
1927
+ transform: translateX(-20%) skewX(30deg);
1928
+ opacity: 1;
1929
+ }
1930
+
1931
+ 80% {
1932
+ -webkit-transform: translateX(0%) skewX(-15deg);
1933
+ -ms-transform: translateX(0%) skewX(-15deg);
1934
+ transform: translateX(0%) skewX(-15deg);
1935
+ opacity: 1;
1936
+ }
1937
+
1938
+ 100% {
1939
+ -webkit-transform: translateX(0%) skewX(0deg);
1940
+ -ms-transform: translateX(0%) skewX(0deg);
1941
+ transform: translateX(0%) skewX(0deg);
1942
+ opacity: 1;
1943
+ }
1944
+ }
1945
+
1946
+ .lightSpeedIn {
1947
+ -webkit-animation-name: lightSpeedIn;
1948
+ animation-name: lightSpeedIn;
1949
+ -webkit-animation-timing-function: ease-out;
1950
+ animation-timing-function: ease-out;
1951
+ }
1952
+
1953
+ @-webkit-keyframes lightSpeedOut {
1954
+ 0% {
1955
+ -webkit-transform: translateX(0%) skewX(0deg);
1956
+ transform: translateX(0%) skewX(0deg);
1957
+ opacity: 1;
1958
+ }
1959
+
1960
+ 100% {
1961
+ -webkit-transform: translateX(100%) skewX(-30deg);
1962
+ transform: translateX(100%) skewX(-30deg);
1963
+ opacity: 0;
1964
+ }
1965
+ }
1966
+
1967
+ @keyframes lightSpeedOut {
1968
+ 0% {
1969
+ -webkit-transform: translateX(0%) skewX(0deg);
1970
+ -ms-transform: translateX(0%) skewX(0deg);
1971
+ transform: translateX(0%) skewX(0deg);
1972
+ opacity: 1;
1973
+ }
1974
+
1975
+ 100% {
1976
+ -webkit-transform: translateX(100%) skewX(-30deg);
1977
+ -ms-transform: translateX(100%) skewX(-30deg);
1978
+ transform: translateX(100%) skewX(-30deg);
1979
+ opacity: 0;
1980
+ }
1981
+ }
1982
+
1983
+ .lightSpeedOut {
1984
+ -webkit-animation-name: lightSpeedOut;
1985
+ animation-name: lightSpeedOut;
1986
+ -webkit-animation-timing-function: ease-in;
1987
+ animation-timing-function: ease-in;
1988
+ }
1989
+
1990
+ @-webkit-keyframes rotateIn {
1991
+ 0% {
1992
+ -webkit-transform-origin: center center;
1993
+ transform-origin: center center;
1994
+ -webkit-transform: rotate(-200deg);
1995
+ transform: rotate(-200deg);
1996
+ opacity: 0;
1997
+ }
1998
+
1999
+ 100% {
2000
+ -webkit-transform-origin: center center;
2001
+ transform-origin: center center;
2002
+ -webkit-transform: rotate(0);
2003
+ transform: rotate(0);
2004
+ opacity: 1;
2005
+ }
2006
+ }
2007
+
2008
+ @keyframes rotateIn {
2009
+ 0% {
2010
+ -webkit-transform-origin: center center;
2011
+ -ms-transform-origin: center center;
2012
+ transform-origin: center center;
2013
+ -webkit-transform: rotate(-200deg);
2014
+ -ms-transform: rotate(-200deg);
2015
+ transform: rotate(-200deg);
2016
+ opacity: 0;
2017
+ }
2018
+
2019
+ 100% {
2020
+ -webkit-transform-origin: center center;
2021
+ -ms-transform-origin: center center;
2022
+ transform-origin: center center;
2023
+ -webkit-transform: rotate(0);
2024
+ -ms-transform: rotate(0);
2025
+ transform: rotate(0);
2026
+ opacity: 1;
2027
+ }
2028
+ }
2029
+
2030
+ .rotateIn {
2031
+ -webkit-animation-name: rotateIn;
2032
+ animation-name: rotateIn;
2033
+ }
2034
+
2035
+ @-webkit-keyframes rotateInDownLeft {
2036
+ 0% {
2037
+ -webkit-transform-origin: left bottom;
2038
+ transform-origin: left bottom;
2039
+ -webkit-transform: rotate(-90deg);
2040
+ transform: rotate(-90deg);
2041
+ opacity: 0;
2042
+ }
2043
+
2044
+ 100% {
2045
+ -webkit-transform-origin: left bottom;
2046
+ transform-origin: left bottom;
2047
+ -webkit-transform: rotate(0);
2048
+ transform: rotate(0);
2049
+ opacity: 1;
2050
+ }
2051
+ }
2052
+
2053
+ @keyframes rotateInDownLeft {
2054
+ 0% {
2055
+ -webkit-transform-origin: left bottom;
2056
+ -ms-transform-origin: left bottom;
2057
+ transform-origin: left bottom;
2058
+ -webkit-transform: rotate(-90deg);
2059
+ -ms-transform: rotate(-90deg);
2060
+ transform: rotate(-90deg);
2061
+ opacity: 0;
2062
+ }
2063
+
2064
+ 100% {
2065
+ -webkit-transform-origin: left bottom;
2066
+ -ms-transform-origin: left bottom;
2067
+ transform-origin: left bottom;
2068
+ -webkit-transform: rotate(0);
2069
+ -ms-transform: rotate(0);
2070
+ transform: rotate(0);
2071
+ opacity: 1;
2072
+ }
2073
+ }
2074
+
2075
+ .rotateInDownLeft {
2076
+ -webkit-animation-name: rotateInDownLeft;
2077
+ animation-name: rotateInDownLeft;
2078
+ }
2079
+
2080
+ @-webkit-keyframes rotateInDownRight {
2081
+ 0% {
2082
+ -webkit-transform-origin: right bottom;
2083
+ transform-origin: right bottom;
2084
+ -webkit-transform: rotate(90deg);
2085
+ transform: rotate(90deg);
2086
+ opacity: 0;
2087
+ }
2088
+
2089
+ 100% {
2090
+ -webkit-transform-origin: right bottom;
2091
+ transform-origin: right bottom;
2092
+ -webkit-transform: rotate(0);
2093
+ transform: rotate(0);
2094
+ opacity: 1;
2095
+ }
2096
+ }
2097
+
2098
+ @keyframes rotateInDownRight {
2099
+ 0% {
2100
+ -webkit-transform-origin: right bottom;
2101
+ -ms-transform-origin: right bottom;
2102
+ transform-origin: right bottom;
2103
+ -webkit-transform: rotate(90deg);
2104
+ -ms-transform: rotate(90deg);
2105
+ transform: rotate(90deg);
2106
+ opacity: 0;
2107
+ }
2108
+
2109
+ 100% {
2110
+ -webkit-transform-origin: right bottom;
2111
+ -ms-transform-origin: right bottom;
2112
+ transform-origin: right bottom;
2113
+ -webkit-transform: rotate(0);
2114
+ -ms-transform: rotate(0);
2115
+ transform: rotate(0);
2116
+ opacity: 1;
2117
+ }
2118
+ }
2119
+
2120
+ .rotateInDownRight {
2121
+ -webkit-animation-name: rotateInDownRight;
2122
+ animation-name: rotateInDownRight;
2123
+ }
2124
+
2125
+ @-webkit-keyframes rotateInUpLeft {
2126
+ 0% {
2127
+ -webkit-transform-origin: left bottom;
2128
+ transform-origin: left bottom;
2129
+ -webkit-transform: rotate(90deg);
2130
+ transform: rotate(90deg);
2131
+ opacity: 0;
2132
+ }
2133
+
2134
+ 100% {
2135
+ -webkit-transform-origin: left bottom;
2136
+ transform-origin: left bottom;
2137
+ -webkit-transform: rotate(0);
2138
+ transform: rotate(0);
2139
+ opacity: 1;
2140
+ }
2141
+ }
2142
+
2143
+ @keyframes rotateInUpLeft {
2144
+ 0% {
2145
+ -webkit-transform-origin: left bottom;
2146
+ -ms-transform-origin: left bottom;
2147
+ transform-origin: left bottom;
2148
+ -webkit-transform: rotate(90deg);
2149
+ -ms-transform: rotate(90deg);
2150
+ transform: rotate(90deg);
2151
+ opacity: 0;
2152
+ }
2153
+
2154
+ 100% {
2155
+ -webkit-transform-origin: left bottom;
2156
+ -ms-transform-origin: left bottom;
2157
+ transform-origin: left bottom;
2158
+ -webkit-transform: rotate(0);
2159
+ -ms-transform: rotate(0);
2160
+ transform: rotate(0);
2161
+ opacity: 1;
2162
+ }
2163
+ }
2164
+
2165
+ .rotateInUpLeft {
2166
+ -webkit-animation-name: rotateInUpLeft;
2167
+ animation-name: rotateInUpLeft;
2168
+ }
2169
+
2170
+ @-webkit-keyframes rotateInUpRight {
2171
+ 0% {
2172
+ -webkit-transform-origin: right bottom;
2173
+ transform-origin: right bottom;
2174
+ -webkit-transform: rotate(-90deg);
2175
+ transform: rotate(-90deg);
2176
+ opacity: 0;
2177
+ }
2178
+
2179
+ 100% {
2180
+ -webkit-transform-origin: right bottom;
2181
+ transform-origin: right bottom;
2182
+ -webkit-transform: rotate(0);
2183
+ transform: rotate(0);
2184
+ opacity: 1;
2185
+ }
2186
+ }
2187
+
2188
+ @keyframes rotateInUpRight {
2189
+ 0% {
2190
+ -webkit-transform-origin: right bottom;
2191
+ -ms-transform-origin: right bottom;
2192
+ transform-origin: right bottom;
2193
+ -webkit-transform: rotate(-90deg);
2194
+ -ms-transform: rotate(-90deg);
2195
+ transform: rotate(-90deg);
2196
+ opacity: 0;
2197
+ }
2198
+
2199
+ 100% {
2200
+ -webkit-transform-origin: right bottom;
2201
+ -ms-transform-origin: right bottom;
2202
+ transform-origin: right bottom;
2203
+ -webkit-transform: rotate(0);
2204
+ -ms-transform: rotate(0);
2205
+ transform: rotate(0);
2206
+ opacity: 1;
2207
+ }
2208
+ }
2209
+
2210
+ .rotateInUpRight {
2211
+ -webkit-animation-name: rotateInUpRight;
2212
+ animation-name: rotateInUpRight;
2213
+ }
2214
+
2215
+ @-webkit-keyframes rotateOut {
2216
+ 0% {
2217
+ -webkit-transform-origin: center center;
2218
+ transform-origin: center center;
2219
+ -webkit-transform: rotate(0);
2220
+ transform: rotate(0);
2221
+ opacity: 1;
2222
+ }
2223
+
2224
+ 100% {
2225
+ -webkit-transform-origin: center center;
2226
+ transform-origin: center center;
2227
+ -webkit-transform: rotate(200deg);
2228
+ transform: rotate(200deg);
2229
+ opacity: 0;
2230
+ }
2231
+ }
2232
+
2233
+ @keyframes rotateOut {
2234
+ 0% {
2235
+ -webkit-transform-origin: center center;
2236
+ -ms-transform-origin: center center;
2237
+ transform-origin: center center;
2238
+ -webkit-transform: rotate(0);
2239
+ -ms-transform: rotate(0);
2240
+ transform: rotate(0);
2241
+ opacity: 1;
2242
+ }
2243
+
2244
+ 100% {
2245
+ -webkit-transform-origin: center center;
2246
+ -ms-transform-origin: center center;
2247
+ transform-origin: center center;
2248
+ -webkit-transform: rotate(200deg);
2249
+ -ms-transform: rotate(200deg);
2250
+ transform: rotate(200deg);
2251
+ opacity: 0;
2252
+ }
2253
+ }
2254
+
2255
+ .rotateOut {
2256
+ -webkit-animation-name: rotateOut;
2257
+ animation-name: rotateOut;
2258
+ }
2259
+
2260
+ @-webkit-keyframes rotateOutDownLeft {
2261
+ 0% {
2262
+ -webkit-transform-origin: left bottom;
2263
+ transform-origin: left bottom;
2264
+ -webkit-transform: rotate(0);
2265
+ transform: rotate(0);
2266
+ opacity: 1;
2267
+ }
2268
+
2269
+ 100% {
2270
+ -webkit-transform-origin: left bottom;
2271
+ transform-origin: left bottom;
2272
+ -webkit-transform: rotate(90deg);
2273
+ transform: rotate(90deg);
2274
+ opacity: 0;
2275
+ }
2276
+ }
2277
+
2278
+ @keyframes rotateOutDownLeft {
2279
+ 0% {
2280
+ -webkit-transform-origin: left bottom;
2281
+ -ms-transform-origin: left bottom;
2282
+ transform-origin: left bottom;
2283
+ -webkit-transform: rotate(0);
2284
+ -ms-transform: rotate(0);
2285
+ transform: rotate(0);
2286
+ opacity: 1;
2287
+ }
2288
+
2289
+ 100% {
2290
+ -webkit-transform-origin: left bottom;
2291
+ -ms-transform-origin: left bottom;
2292
+ transform-origin: left bottom;
2293
+ -webkit-transform: rotate(90deg);
2294
+ -ms-transform: rotate(90deg);
2295
+ transform: rotate(90deg);
2296
+ opacity: 0;
2297
+ }
2298
+ }
2299
+
2300
+ .rotateOutDownLeft {
2301
+ -webkit-animation-name: rotateOutDownLeft;
2302
+ animation-name: rotateOutDownLeft;
2303
+ }
2304
+
2305
+ @-webkit-keyframes rotateOutDownRight {
2306
+ 0% {
2307
+ -webkit-transform-origin: right bottom;
2308
+ transform-origin: right bottom;
2309
+ -webkit-transform: rotate(0);
2310
+ transform: rotate(0);
2311
+ opacity: 1;
2312
+ }
2313
+
2314
+ 100% {
2315
+ -webkit-transform-origin: right bottom;
2316
+ transform-origin: right bottom;
2317
+ -webkit-transform: rotate(-90deg);
2318
+ transform: rotate(-90deg);
2319
+ opacity: 0;
2320
+ }
2321
+ }
2322
+
2323
+ @keyframes rotateOutDownRight {
2324
+ 0% {
2325
+ -webkit-transform-origin: right bottom;
2326
+ -ms-transform-origin: right bottom;
2327
+ transform-origin: right bottom;
2328
+ -webkit-transform: rotate(0);
2329
+ -ms-transform: rotate(0);
2330
+ transform: rotate(0);
2331
+ opacity: 1;
2332
+ }
2333
+
2334
+ 100% {
2335
+ -webkit-transform-origin: right bottom;
2336
+ -ms-transform-origin: right bottom;
2337
+ transform-origin: right bottom;
2338
+ -webkit-transform: rotate(-90deg);
2339
+ -ms-transform: rotate(-90deg);
2340
+ transform: rotate(-90deg);
2341
+ opacity: 0;
2342
+ }
2343
+ }
2344
+
2345
+ .rotateOutDownRight {
2346
+ -webkit-animation-name: rotateOutDownRight;
2347
+ animation-name: rotateOutDownRight;
2348
+ }
2349
+
2350
+ @-webkit-keyframes rotateOutUpLeft {
2351
+ 0% {
2352
+ -webkit-transform-origin: left bottom;
2353
+ transform-origin: left bottom;
2354
+ -webkit-transform: rotate(0);
2355
+ transform: rotate(0);
2356
+ opacity: 1;
2357
+ }
2358
+
2359
+ 100% {
2360
+ -webkit-transform-origin: left bottom;
2361
+ transform-origin: left bottom;
2362
+ -webkit-transform: rotate(-90deg);
2363
+ transform: rotate(-90deg);
2364
+ opacity: 0;
2365
+ }
2366
+ }
2367
+
2368
+ @keyframes rotateOutUpLeft {
2369
+ 0% {
2370
+ -webkit-transform-origin: left bottom;
2371
+ -ms-transform-origin: left bottom;
2372
+ transform-origin: left bottom;
2373
+ -webkit-transform: rotate(0);
2374
+ -ms-transform: rotate(0);
2375
+ transform: rotate(0);
2376
+ opacity: 1;
2377
+ }
2378
+
2379
+ 100% {
2380
+ -webkit-transform-origin: left bottom;
2381
+ -ms-transform-origin: left bottom;
2382
+ transform-origin: left bottom;
2383
+ -webkit-transform: rotate(-90deg);
2384
+ -ms-transform: rotate(-90deg);
2385
+ transform: rotate(-90deg);
2386
+ opacity: 0;
2387
+ }
2388
+ }
2389
+
2390
+ .rotateOutUpLeft {
2391
+ -webkit-animation-name: rotateOutUpLeft;
2392
+ animation-name: rotateOutUpLeft;
2393
+ }
2394
+
2395
+ @-webkit-keyframes rotateOutUpRight {
2396
+ 0% {
2397
+ -webkit-transform-origin: right bottom;
2398
+ transform-origin: right bottom;
2399
+ -webkit-transform: rotate(0);
2400
+ transform: rotate(0);
2401
+ opacity: 1;
2402
+ }
2403
+
2404
+ 100% {
2405
+ -webkit-transform-origin: right bottom;
2406
+ transform-origin: right bottom;
2407
+ -webkit-transform: rotate(90deg);
2408
+ transform: rotate(90deg);
2409
+ opacity: 0;
2410
+ }
2411
+ }
2412
+
2413
+ @keyframes rotateOutUpRight {
2414
+ 0% {
2415
+ -webkit-transform-origin: right bottom;
2416
+ -ms-transform-origin: right bottom;
2417
+ transform-origin: right bottom;
2418
+ -webkit-transform: rotate(0);
2419
+ -ms-transform: rotate(0);
2420
+ transform: rotate(0);
2421
+ opacity: 1;
2422
+ }
2423
+
2424
+ 100% {
2425
+ -webkit-transform-origin: right bottom;
2426
+ -ms-transform-origin: right bottom;
2427
+ transform-origin: right bottom;
2428
+ -webkit-transform: rotate(90deg);
2429
+ -ms-transform: rotate(90deg);
2430
+ transform: rotate(90deg);
2431
+ opacity: 0;
2432
+ }
2433
+ }
2434
+
2435
+ .rotateOutUpRight {
2436
+ -webkit-animation-name: rotateOutUpRight;
2437
+ animation-name: rotateOutUpRight;
2438
+ }
2439
+
2440
+ @-webkit-keyframes slideInDown {
2441
+ 0% {
2442
+ opacity: 0;
2443
+ -webkit-transform: translateY(-2000px);
2444
+ transform: translateY(-2000px);
2445
+ }
2446
+
2447
+ 100% {
2448
+ -webkit-transform: translateY(0);
2449
+ transform: translateY(0);
2450
+ }
2451
+ }
2452
+
2453
+ @keyframes slideInDown {
2454
+ 0% {
2455
+ opacity: 0;
2456
+ -webkit-transform: translateY(-2000px);
2457
+ -ms-transform: translateY(-2000px);
2458
+ transform: translateY(-2000px);
2459
+ }
2460
+
2461
+ 100% {
2462
+ -webkit-transform: translateY(0);
2463
+ -ms-transform: translateY(0);
2464
+ transform: translateY(0);
2465
+ }
2466
+ }
2467
+
2468
+ .slideInDown {
2469
+ -webkit-animation-name: slideInDown;
2470
+ animation-name: slideInDown;
2471
+ }
2472
+
2473
+ @-webkit-keyframes slideInLeft {
2474
+ 0% {
2475
+ opacity: 0;
2476
+ -webkit-transform: translateX(-2000px);
2477
+ transform: translateX(-2000px);
2478
+ }
2479
+
2480
+ 100% {
2481
+ -webkit-transform: translateX(0);
2482
+ transform: translateX(0);
2483
+ }
2484
+ }
2485
+
2486
+ @keyframes slideInLeft {
2487
+ 0% {
2488
+ opacity: 0;
2489
+ -webkit-transform: translateX(-2000px);
2490
+ -ms-transform: translateX(-2000px);
2491
+ transform: translateX(-2000px);
2492
+ }
2493
+
2494
+ 100% {
2495
+ -webkit-transform: translateX(0);
2496
+ -ms-transform: translateX(0);
2497
+ transform: translateX(0);
2498
+ }
2499
+ }
2500
+
2501
+ .slideInLeft {
2502
+ -webkit-animation-name: slideInLeft;
2503
+ animation-name: slideInLeft;
2504
+ }
2505
+
2506
+ @-webkit-keyframes slideInRight {
2507
+ 0% {
2508
+ opacity: 0;
2509
+ -webkit-transform: translateX(2000px);
2510
+ transform: translateX(2000px);
2511
+ }
2512
+
2513
+ 100% {
2514
+ -webkit-transform: translateX(0);
2515
+ transform: translateX(0);
2516
+ }
2517
+ }
2518
+
2519
+ @keyframes slideInRight {
2520
+ 0% {
2521
+ opacity: 0;
2522
+ -webkit-transform: translateX(2000px);
2523
+ -ms-transform: translateX(2000px);
2524
+ transform: translateX(2000px);
2525
+ }
2526
+
2527
+ 100% {
2528
+ -webkit-transform: translateX(0);
2529
+ -ms-transform: translateX(0);
2530
+ transform: translateX(0);
2531
+ }
2532
+ }
2533
+
2534
+ .slideInRight {
2535
+ -webkit-animation-name: slideInRight;
2536
+ animation-name: slideInRight;
2537
+ }
2538
+
2539
+ @-webkit-keyframes slideOutLeft {
2540
+ 0% {
2541
+ -webkit-transform: translateX(0);
2542
+ transform: translateX(0);
2543
+ }
2544
+
2545
+ 100% {
2546
+ opacity: 0;
2547
+ -webkit-transform: translateX(-2000px);
2548
+ transform: translateX(-2000px);
2549
+ }
2550
+ }
2551
+
2552
+ @keyframes slideOutLeft {
2553
+ 0% {
2554
+ -webkit-transform: translateX(0);
2555
+ -ms-transform: translateX(0);
2556
+ transform: translateX(0);
2557
+ }
2558
+
2559
+ 100% {
2560
+ opacity: 0;
2561
+ -webkit-transform: translateX(-2000px);
2562
+ -ms-transform: translateX(-2000px);
2563
+ transform: translateX(-2000px);
2564
+ }
2565
+ }
2566
+
2567
+ .slideOutLeft {
2568
+ -webkit-animation-name: slideOutLeft;
2569
+ animation-name: slideOutLeft;
2570
+ }
2571
+
2572
+ @-webkit-keyframes slideOutRight {
2573
+ 0% {
2574
+ -webkit-transform: translateX(0);
2575
+ transform: translateX(0);
2576
+ }
2577
+
2578
+ 100% {
2579
+ opacity: 0;
2580
+ -webkit-transform: translateX(2000px);
2581
+ transform: translateX(2000px);
2582
+ }
2583
+ }
2584
+
2585
+ @keyframes slideOutRight {
2586
+ 0% {
2587
+ -webkit-transform: translateX(0);
2588
+ -ms-transform: translateX(0);
2589
+ transform: translateX(0);
2590
+ }
2591
+
2592
+ 100% {
2593
+ opacity: 0;
2594
+ -webkit-transform: translateX(2000px);
2595
+ -ms-transform: translateX(2000px);
2596
+ transform: translateX(2000px);
2597
+ }
2598
+ }
2599
+
2600
+ .slideOutRight {
2601
+ -webkit-animation-name: slideOutRight;
2602
+ animation-name: slideOutRight;
2603
+ }
2604
+
2605
+ @-webkit-keyframes slideOutUp {
2606
+ 0% {
2607
+ -webkit-transform: translateY(0);
2608
+ transform: translateY(0);
2609
+ }
2610
+
2611
+ 100% {
2612
+ opacity: 0;
2613
+ -webkit-transform: translateY(-2000px);
2614
+ transform: translateY(-2000px);
2615
+ }
2616
+ }
2617
+
2618
+ @keyframes slideOutUp {
2619
+ 0% {
2620
+ -webkit-transform: translateY(0);
2621
+ -ms-transform: translateY(0);
2622
+ transform: translateY(0);
2623
+ }
2624
+
2625
+ 100% {
2626
+ opacity: 0;
2627
+ -webkit-transform: translateY(-2000px);
2628
+ -ms-transform: translateY(-2000px);
2629
+ transform: translateY(-2000px);
2630
+ }
2631
+ }
2632
+
2633
+ .slideOutUp {
2634
+ -webkit-animation-name: slideOutUp;
2635
+ animation-name: slideOutUp;
2636
+ }
2637
+
2638
+ @-webkit-keyframes slideOutDown {
2639
+ 0% {
2640
+ -webkit-transform: translateY(0);
2641
+ transform: translateY(0);
2642
+ }
2643
+
2644
+ 100% {
2645
+ opacity: 0;
2646
+ -webkit-transform: translateY(2000px);
2647
+ transform: translateY(2000px);
2648
+ }
2649
+ }
2650
+
2651
+ @keyframes slideOutDown {
2652
+ 0% {
2653
+ -webkit-transform: translateY(0);
2654
+ -ms-transform: translateY(0);
2655
+ transform: translateY(0);
2656
+ }
2657
+
2658
+ 100% {
2659
+ opacity: 0;
2660
+ -webkit-transform: translateY(2000px);
2661
+ -ms-transform: translateY(2000px);
2662
+ transform: translateY(2000px);
2663
+ }
2664
+ }
2665
+
2666
+ .slideOutDown {
2667
+ -webkit-animation-name: slideOutDown;
2668
+ animation-name: slideOutDown;
2669
+ }
2670
+
2671
+ @-webkit-keyframes hinge {
2672
+ 0% {
2673
+ -webkit-transform: rotate(0);
2674
+ transform: rotate(0);
2675
+ -webkit-transform-origin: top left;
2676
+ transform-origin: top left;
2677
+ -webkit-animation-timing-function: ease-in-out;
2678
+ animation-timing-function: ease-in-out;
2679
+ }
2680
+
2681
+ 20%, 60% {
2682
+ -webkit-transform: rotate(80deg);
2683
+ transform: rotate(80deg);
2684
+ -webkit-transform-origin: top left;
2685
+ transform-origin: top left;
2686
+ -webkit-animation-timing-function: ease-in-out;
2687
+ animation-timing-function: ease-in-out;
2688
+ }
2689
+
2690
+ 40% {
2691
+ -webkit-transform: rotate(60deg);
2692
+ transform: rotate(60deg);
2693
+ -webkit-transform-origin: top left;
2694
+ transform-origin: top left;
2695
+ -webkit-animation-timing-function: ease-in-out;
2696
+ animation-timing-function: ease-in-out;
2697
+ }
2698
+
2699
+ 80% {
2700
+ -webkit-transform: rotate(60deg) translateY(0);
2701
+ transform: rotate(60deg) translateY(0);
2702
+ -webkit-transform-origin: top left;
2703
+ transform-origin: top left;
2704
+ -webkit-animation-timing-function: ease-in-out;
2705
+ animation-timing-function: ease-in-out;
2706
+ opacity: 1;
2707
+ }
2708
+
2709
+ 100% {
2710
+ -webkit-transform: translateY(700px);
2711
+ transform: translateY(700px);
2712
+ opacity: 0;
2713
+ }
2714
+ }
2715
+
2716
+ @keyframes hinge {
2717
+ 0% {
2718
+ -webkit-transform: rotate(0);
2719
+ -ms-transform: rotate(0);
2720
+ transform: rotate(0);
2721
+ -webkit-transform-origin: top left;
2722
+ -ms-transform-origin: top left;
2723
+ transform-origin: top left;
2724
+ -webkit-animation-timing-function: ease-in-out;
2725
+ animation-timing-function: ease-in-out;
2726
+ }
2727
+
2728
+ 20%, 60% {
2729
+ -webkit-transform: rotate(80deg);
2730
+ -ms-transform: rotate(80deg);
2731
+ transform: rotate(80deg);
2732
+ -webkit-transform-origin: top left;
2733
+ -ms-transform-origin: top left;
2734
+ transform-origin: top left;
2735
+ -webkit-animation-timing-function: ease-in-out;
2736
+ animation-timing-function: ease-in-out;
2737
+ }
2738
+
2739
+ 40% {
2740
+ -webkit-transform: rotate(60deg);
2741
+ -ms-transform: rotate(60deg);
2742
+ transform: rotate(60deg);
2743
+ -webkit-transform-origin: top left;
2744
+ -ms-transform-origin: top left;
2745
+ transform-origin: top left;
2746
+ -webkit-animation-timing-function: ease-in-out;
2747
+ animation-timing-function: ease-in-out;
2748
+ }
2749
+
2750
+ 80% {
2751
+ -webkit-transform: rotate(60deg) translateY(0);
2752
+ -ms-transform: rotate(60deg) translateY(0);
2753
+ transform: rotate(60deg) translateY(0);
2754
+ -webkit-transform-origin: top left;
2755
+ -ms-transform-origin: top left;
2756
+ transform-origin: top left;
2757
+ -webkit-animation-timing-function: ease-in-out;
2758
+ animation-timing-function: ease-in-out;
2759
+ opacity: 1;
2760
+ }
2761
+
2762
+ 100% {
2763
+ -webkit-transform: translateY(700px);
2764
+ -ms-transform: translateY(700px);
2765
+ transform: translateY(700px);
2766
+ opacity: 0;
2767
+ }
2768
+ }
2769
+
2770
+ .hinge {
2771
+ -webkit-animation-name: hinge;
2772
+ animation-name: hinge;
2773
+ }
2774
+
2775
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
2776
+
2777
+ @-webkit-keyframes rollIn {
2778
+ 0% {
2779
+ opacity: 0;
2780
+ -webkit-transform: translateX(-100%) rotate(-120deg);
2781
+ transform: translateX(-100%) rotate(-120deg);
2782
+ }
2783
+
2784
+ 100% {
2785
+ opacity: 1;
2786
+ -webkit-transform: translateX(0px) rotate(0deg);
2787
+ transform: translateX(0px) rotate(0deg);
2788
+ }
2789
+ }
2790
+
2791
+ @keyframes rollIn {
2792
+ 0% {
2793
+ opacity: 0;
2794
+ -webkit-transform: translateX(-100%) rotate(-120deg);
2795
+ -ms-transform: translateX(-100%) rotate(-120deg);
2796
+ transform: translateX(-100%) rotate(-120deg);
2797
+ }
2798
+
2799
+ 100% {
2800
+ opacity: 1;
2801
+ -webkit-transform: translateX(0px) rotate(0deg);
2802
+ -ms-transform: translateX(0px) rotate(0deg);
2803
+ transform: translateX(0px) rotate(0deg);
2804
+ }
2805
+ }
2806
+
2807
+ .rollIn {
2808
+ -webkit-animation-name: rollIn;
2809
+ animation-name: rollIn;
2810
+ }
2811
+
2812
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
2813
+
2814
+ @-webkit-keyframes rollOut {
2815
+ 0% {
2816
+ opacity: 1;
2817
+ -webkit-transform: translateX(0px) rotate(0deg);
2818
+ transform: translateX(0px) rotate(0deg);
2819
+ }
2820
+
2821
+ 100% {
2822
+ opacity: 0;
2823
+ -webkit-transform: translateX(100%) rotate(120deg);
2824
+ transform: translateX(100%) rotate(120deg);
2825
+ }
2826
+ }
2827
+
2828
+ @keyframes rollOut {
2829
+ 0% {
2830
+ opacity: 1;
2831
+ -webkit-transform: translateX(0px) rotate(0deg);
2832
+ -ms-transform: translateX(0px) rotate(0deg);
2833
+ transform: translateX(0px) rotate(0deg);
2834
+ }
2835
+
2836
+ 100% {
2837
+ opacity: 0;
2838
+ -webkit-transform: translateX(100%) rotate(120deg);
2839
+ -ms-transform: translateX(100%) rotate(120deg);
2840
+ transform: translateX(100%) rotate(120deg);
2841
+ }
2842
+ }
2843
+
2844
+ .rollOut {
2845
+ -webkit-animation-name: rollOut;
2846
+ animation-name: rollOut;
2847
+ }
app/assets/css/editor-dialog.css ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .gallery-select-dialog {
2
+ position: relative;
3
+ width: 400px;
4
+ height: 240px;
5
+ margin-top: 40px;
6
+ background: #ffffff;
7
+ border-radius: 20px;
8
+ }
9
+
10
+ .gallery-select-dialog select {
11
+ position: absolute;
12
+ top: 40%;
13
+ left: 20%;
14
+ background: rgba(0, 0, 0, 0.06);
15
+ width: 240px;
16
+ height: 34px;
17
+ padding: 5px;
18
+ font-size: 14px;
19
+ line-height: 1;
20
+ border: 1px solid rgba(0, 0, 0, 0.06);
21
+ }
22
+
23
+ .gallery-select-dialog button {
24
+ position: absolute;
25
+ bottom: 10%;
26
+ left: 35%;
27
+ padding: 20px 40px !important;
28
+ line-height: 0 !important;
29
+ }
30
+
31
+ .gallery-select-dialog h3 {
32
+ margin: 20px;
33
+ }
app/assets/css/gird-gallery.css ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .supsystic-plugin {
2
+
3
+ }
4
+
5
+ .supsystic-plugin .supsystic-header {
6
+ -webkit-box-sizing: border-box;
7
+ -moz-box-sizing: border-box;
8
+ box-sizing: border-box;
9
+ padding: 1px 0;
10
+ border-radius: 6px 6px 0 0;
11
+ border: 1px solid #ccc;
12
+ background: rgb(255, 255, 255); /* Old browsers */
13
+ background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* FF3.6+ */
14
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1))); /* Chrome,Safari4+ */
15
+ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Chrome10+,Safari5.1+ */
16
+ background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Opera 11.10+ */
17
+ background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* IE10+ */
18
+ background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* W3C */
19
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0); /* IE6-9 */
20
+ }
21
+
22
+ .supsystic-plugin .supsystic-header h1 {
23
+ font-family: Arial, Helvetica, sans-serif;
24
+ margin-left: 10px;
25
+ color: #5c5c5c;
26
+ text-shadow: 0 -1px 0 #fff;
27
+ }
28
+
29
+ .supsystic-plugin .supsystic-nav {
30
+ -webkit-box-sizing: border-box;
31
+ -moz-box-sizing: border-box;
32
+ box-sizing: border-box;
33
+ margin-top: -1px;
34
+ min-width: 15%;
35
+ float: left;
36
+ background-color: rgba(229, 229, 229, 0.8);
37
+ border: 1px solid #ccc;
38
+ border-right: none;
39
+ border-bottom-left-radius: 6px;
40
+ height: 100%;
41
+ }
42
+
43
+ .supsystic-plugin .supsystic-nav ul {
44
+ padding: 0;
45
+ margin: 0;
46
+ }
47
+
48
+ .supsystic-plugin .supsystic-nav li {
49
+ padding: 10px 10px 10px 40px;
50
+ background-color: #eee;
51
+ margin: 0;
52
+ border-bottom: 1px solid #ccc;
53
+ }
54
+
55
+ .supsystic-plugin .supsystic-nav li.active {
56
+ background-color: #fff;
57
+ }
58
+
59
+ .supsystic-plugin .supsystic-nav li.active a {
60
+ color: #ff7800;
61
+ }
62
+
63
+ .supsystic-plugin .supsystic-nav li:last-child {
64
+ border-bottom-left-radius: 6px;
65
+ border-bottom: none;
66
+ }
67
+
68
+ .supsystic-plugin .supsystic-nav li a {
69
+ text-decoration: none;
70
+ color: #555;
71
+ font-weight: bold;
72
+ }
73
+
74
+ .supsystic-plugin .supsystic-nav li a:hover {
75
+ color: #ff7800;
76
+ }
77
+
78
+ .supsystic-plugin .supsystic-content {
79
+ margin-top: -1px;
80
+ width: 85%;
81
+ float: left;
82
+ background-color: #fff;
83
+
84
+ -webkit-box-sizing: border-box;
85
+ -moz-box-sizing: border-box;
86
+ box-sizing: border-box;
87
+ padding: 10px;
88
+ border: 1px solid #ccc;
89
+ border-bottom-right-radius: 6px;
90
+ }
91
+
92
+ .supsystic-plugin .alert {
93
+ -moz-box-sizing: border-box;
94
+ -webkit-box-sizing: border-box;
95
+ box-sizing: border-box;
96
+ padding: 10px;
97
+ margin-bottom: 20px;
98
+ }
99
+
100
+ .supsystic-plugin .alert h2 {
101
+ font-size: 1.2em;
102
+ margin: 0;
103
+ padding: 0;
104
+ }
105
+
106
+ .supsystic-plugin .alert p {
107
+ margin: 0;
108
+ }
109
+
110
+ .supsystic-plugin .alert-error {
111
+ border: 1px solid #e74c3c;
112
+ border-left: 5px solid #c0392b;
113
+ background: #FC9388;
114
+ }
115
+
116
+ .supsystic-plugin .alert-success {
117
+ border: 1px solid #2ecc71;
118
+ border-left: 5px solid #27ae60;
119
+ background: #84FAB6;
120
+ }
app/assets/css/gird-gallery.modal.css ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* CONTAINER */
2
+ .rsc-confirm {
3
+ position: fixed;
4
+ top: 30%;
5
+ left: 50%;
6
+ width: 400px;
7
+ margin-left: -200px;
8
+ margin-top: -50px;
9
+ display: none;
10
+ z-index: 10000;
11
+ border: 1px solid #fcfcfc;
12
+ background: #fdfdfd;
13
+ -moz-border-radius: 3px;
14
+ -webkit-border-radius: 3px;
15
+ border-radius: 3px;
16
+ padding: 10px;
17
+ margin-bottom: 20px;
18
+ -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
19
+ -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
20
+ box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
21
+ }
22
+
23
+ .rsc-confirm > .rsc-confirm-content,
24
+ .rsc-confirm > .rsc-confirm-controls,
25
+ .rsc-confirm > .rsc-confirm-title {
26
+ padding: 10px;
27
+ }
28
+
29
+ /* TITLE */
30
+ .rsc-confirm > .rsc-confirm-title {
31
+ background-color: #fff;
32
+ color: #777;
33
+ font-weight: bold;
34
+ font-size: 1.2em;
35
+ border-bottom: 1px solid #eee;
36
+ }
37
+
38
+ /* CONTENT */
39
+ .rsc-confirm > .rsc-confirm-content {
40
+ background-color: #fff;
41
+ }
42
+
43
+ /* CONTROLS */
44
+ .rsc-confirm > .rsc-confirm-controls {
45
+ text-align: right;
46
+ border-top: 1px solid #eee;
47
+ }
48
+
49
+ .rsc-confirm > .rsc-confirm-controls > button:last-child {
50
+ margin-left: 5px;
51
+ }
52
+
53
+ /* OVERLAY */
54
+ .rsc-confirm-overlay {
55
+ background-color: rgba(0, 0, 0, .5);
56
+ position: fixed;
57
+ top: 0;
58
+ left: 0;
59
+ width: 100%;
60
+ height: 100%;
61
+ display: none;
62
+ z-index: 9999;
63
+ }
app/assets/css/images/arrows-sprite.png ADDED
Binary file
app/assets/css/images/minimal.png ADDED
Binary file
app/assets/css/images/minimal@2x.png ADDED
Binary file
app/assets/css/images/ui-bg_flat_0_aaaaaa_40x100.png ADDED
Binary file
app/assets/css/images/ui-bg_glass_95_fef1ec_1x400.png ADDED
Binary file
app/assets/css/images/ui-bg_gloss-wave_16_121212_500x100.png ADDED
Binary file
app/assets/css/images/ui-bg_highlight-hard_15_888888_1x100.png ADDED
Binary file
app/assets/css/images/ui-bg_highlight-hard_55_555555_1x100.png ADDED
Binary file
app/assets/css/images/ui-bg_highlight-soft_35_adadad_1x100.png ADDED
Binary file
app/assets/css/images/ui-bg_highlight-soft_60_dddddd_1x100.png ADDED
Binary file
app/assets/css/images/ui-bg_inset-soft_15_121212_1x100.png ADDED
Binary file
app/assets/css/images/ui-icons_666666_256x240.png ADDED
Binary file
app/assets/css/images/ui-icons_aaaaaa_256x240.png ADDED
Binary file
app/assets/css/images/ui-icons_bbbbbb_256x240.png ADDED
Binary file
app/assets/css/images/ui-icons_c98000_256x240.png ADDED
Binary file
app/assets/css/images/ui-icons_cccccc_256x240.png ADDED
Binary file
app/assets/css/images/ui-icons_cd0a0a_256x240.png ADDED
Binary file
app/assets/css/images/ui-icons_f29a00_256x240.png ADDED
Binary file
app/assets/css/introjs.min.css ADDED
@@ -0,0 +1,257 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .introjs-overlay {
2
+ position: absolute;
3
+ z-index: 999999;
4
+ background-color: #000;
5
+ opacity: 0;
6
+ background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
7
+ background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
8
+ background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
9
+ background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
10
+ background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
11
+ background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
12
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#e6000000', GradientType=1);
13
+ -ms-filter: "alpha(opacity=50)";
14
+ filter: alpha(opacity=50);
15
+ -webkit-transition: all .3s ease-out;
16
+ -moz-transition: all .3s ease-out;
17
+ -ms-transition: all .3s ease-out;
18
+ -o-transition: all .3s ease-out;
19
+ transition: all .3s ease-out
20
+ }
21
+
22
+ .introjs-fixParent {
23
+ z-index: auto !important;
24
+ opacity: 1.0 !important
25
+ }
26
+
27
+ .introjs-showElement {
28
+ z-index: 9999999 !important
29
+ }
30
+
31
+ .introjs-relativePosition {
32
+ position: relative
33
+ }
34
+
35
+ .introjs-helperLayer {
36
+ position: absolute;
37
+ z-index: 9999998;
38
+ background-color: #FFF;
39
+ background-color: rgba(255, 255, 255, .9);
40
+ border: 1px solid #777;
41
+ border: 1px solid rgba(0, 0, 0, .5);
42
+ border-radius: 4px;
43
+ box-shadow: 0 2px 15px rgba(0, 0, 0, .4);
44
+ -webkit-transition: all .3s ease-out;
45
+ -moz-transition: all .3s ease-out;
46
+ -ms-transition: all .3s ease-out;
47
+ -o-transition: all .3s ease-out;
48
+ transition: all .3s ease-out
49
+ }
50
+
51
+ .introjs-helperNumberLayer {
52
+ position: absolute;
53
+ top: -16px;
54
+ left: -16px;
55
+ z-index: 9999999999 !important;
56
+ padding: 2px;
57
+ font-family: Arial, verdana, tahoma;
58
+ font-size: 13px;
59
+ font-weight: bold;
60
+ color: white;
61
+ text-align: center;
62
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
63
+ background: #ff3019;
64
+ background: -webkit-linear-gradient(top, #ff3019 0, #cf0404 100%);
65
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
66
+ background: -moz-linear-gradient(top, #ff3019 0, #cf0404 100%);
67
+ background: -ms-linear-gradient(top, #ff3019 0, #cf0404 100%);
68
+ background: -o-linear-gradient(top, #ff3019 0, #cf0404 100%);
69
+ background: linear-gradient(to bottom, #ff3019 0, #cf0404 100%);
70
+ width: 20px;
71
+ height: 20px;
72
+ line-height: 20px;
73
+ border: 3px solid white;
74
+ border-radius: 50%;
75
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
76
+ filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000);
77
+ box-shadow: 0 2px 5px rgba(0, 0, 0, .4)
78
+ }
79
+
80
+ .introjs-arrow {
81
+ border: 5px solid white;
82
+ content: '';
83
+ position: absolute
84
+ }
85
+
86
+ .introjs-arrow.top {
87
+ top: -10px;
88
+ border-top-color: transparent;
89
+ border-right-color: transparent;
90
+ border-bottom-color: white;
91
+ border-left-color: transparent
92
+ }
93
+
94
+ .introjs-arrow.right {
95
+ right: -10px;
96
+ top: 10px;
97
+ border-top-color: transparent;
98
+ border-right-color: transparent;
99
+ border-bottom-color: transparent;
100
+ border-left-color: white
101
+ }
102
+
103
+ .introjs-arrow.bottom {
104
+ bottom: -10px;
105
+ border-top-color: white;
106
+ border-right-color: transparent;
107
+ border-bottom-color: transparent;
108
+ border-left-color: transparent
109
+ }
110
+
111
+ .introjs-arrow.left {
112
+ left: -10px;
113
+ top: 10px;
114
+ border-top-color: transparent;
115
+ border-right-color: white;
116
+ border-bottom-color: transparent;
117
+ border-left-color: transparent
118
+ }
119
+
120
+ .introjs-tooltip {
121
+ position: absolute;
122
+ padding: 10px;
123
+ background-color: white;
124
+ min-width: 200px;
125
+ max-width: 300px;
126
+ border-radius: 3px;
127
+ box-shadow: 0 1px 10px rgba(0, 0, 0, .4);
128
+ -webkit-transition: opacity .1s ease-out;
129
+ -moz-transition: opacity .1s ease-out;
130
+ -ms-transition: opacity .1s ease-out;
131
+ -o-transition: opacity .1s ease-out;
132
+ transition: opacity .1s ease-out
133
+ }
134
+
135
+ .introjs-tooltipbuttons {
136
+ text-align: right
137
+ }
138
+
139
+ .introjs-button {
140
+ position: relative;
141
+ overflow: visible;
142
+ display: inline-block;
143
+ padding: .3em .8em;
144
+ border: 1px solid #d4d4d4;
145
+ margin: 0;
146
+ text-decoration: none;
147
+ text-shadow: 1px 1px 0 #fff;
148
+ font: 11px/normal sans-serif;
149
+ color: #333;
150
+ white-space: nowrap;
151
+ cursor: pointer;
152
+ outline: 0;
153
+ background-color: #ececec;
154
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
155
+ background-image: -moz-linear-gradient(#f4f4f4, #ececec);
156
+ background-image: -o-linear-gradient(#f4f4f4, #ececec);
157
+ background-image: linear-gradient(#f4f4f4, #ececec);
158
+ -webkit-background-clip: padding;
159
+ -moz-background-clip: padding;
160
+ -o-background-clip: padding-box;
161
+ -webkit-border-radius: .2em;
162
+ -moz-border-radius: .2em;
163
+ border-radius: .2em;
164
+ zoom: 1;
165
+ *display: inline;
166
+ margin-top: 10px
167
+ }
168
+
169
+ .introjs-button:hover {
170
+ border-color: #bcbcbc;
171
+ text-decoration: none;
172
+ box-shadow: 0 1px 1px #e3e3e3
173
+ }
174
+
175
+ .introjs-button:focus, .introjs-button:active {
176
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
177
+ background-image: -moz-linear-gradient(#ececec, #f4f4f4);
178
+ background-image: -o-linear-gradient(#ececec, #f4f4f4);
179
+ background-image: linear-gradient(#ececec, #f4f4f4)
180
+ }
181
+
182
+ .introjs-button::-moz-focus-inner {
183
+ padding: 0;
184
+ border: 0
185
+ }
186
+
187
+ .introjs-skipbutton {
188
+ margin-right: 5px;
189
+ color: #7a7a7a
190
+ }
191
+
192
+ .introjs-prevbutton {
193
+ -webkit-border-radius: .2em 0 0 .2em;
194
+ -moz-border-radius: .2em 0 0 .2em;
195
+ border-radius: .2em 0 0 .2em;
196
+ border-right: 0
197
+ }
198
+
199
+ .introjs-nextbutton {
200
+ -webkit-border-radius: 0 .2em .2em 0;
201
+ -moz-border-radius: 0 .2em .2em 0;
202
+ border-radius: 0 .2em .2em 0
203
+ }
204
+
205
+ .introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
206
+ color: #9a9a9a;
207
+ border-color: #d4d4d4;
208
+ box-shadow: none;
209
+ cursor: default;
210
+ background-color: #f4f4f4;
211
+ background-image: none;
212
+ text-decoration: none
213
+ }
214
+
215
+ .introjs-bullets {
216
+ text-align: center
217
+ }
218
+
219
+ .introjs-bullets ul {
220
+ clear: both;
221
+ margin: 15px auto 0;
222
+ padding: 0;
223
+ display: inline-block
224
+ }
225
+
226
+ .introjs-bullets ul li {
227
+ list-style: none;
228
+ float: left;
229
+ margin: 0 2px
230
+ }
231
+
232
+ .introjs-bullets ul li a {
233
+ display: block;
234
+ width: 6px;
235
+ height: 6px;
236
+ background: #ccc;
237
+ border-radius: 10px;
238
+ -moz-border-radius: 10px;
239
+ -webkit-border-radius: 10px;
240
+ text-decoration: none
241
+ }
242
+
243
+ .introjs-bullets ul li a:hover {
244
+ background: #999
245
+ }
246
+
247
+ .introjs-bullets ul li a.active {
248
+ background: #999
249
+ }
250
+
251
+ .introjsFloatingElement {
252
+ position: absolute;
253
+ height: 0;
254
+ width: 0;
255
+ left: 50%;
256
+ top: 50%
257
+ }
app/assets/css/libraries/bootstrap/bootstrap.min.css ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Bootstrap v3.3.1 (http://getbootstrap.com)
3
+ * Copyright 2011-2015 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */
6
+
7
+ /*!
8
+ * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d0958b1794002b881652)
9
+ * Config saved to config.json and https://gist.github.com/d0958b1794002b881652
10
+ *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{}body{}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.tooltip{position:absolute;z-index:1070;display:block;visibility:visible;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:normal;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}
app/assets/css/minimal/minimal.css ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* iCheck plugin Minimal skin, black
2
+ ----------------------------------- */
3
+ .icheckbox_minimal,
4
+ .iradio_minimal {
5
+ display: inline-block;
6
+ *display: inline;
7
+ vertical-align: middle;
8
+ margin: 0;
9
+ padding: 0;
10
+ width: 18px;
11
+ height: 18px;
12
+ background: url(minimal.png) no-repeat;
13
+ border: none;
14
+ cursor: pointer;
15
+ }
16
+
17
+ .icheckbox_minimal {
18
+ background-position: 0 0;
19
+ }
20
+ .icheckbox_minimal.hover {
21
+ background-position: -20px 0;
22
+ }
23
+ .icheckbox_minimal.checked {
24
+ background-position: -40px 0;
25
+ }
26
+ .icheckbox_minimal.disabled {
27
+ background-position: -60px 0;
28
+ cursor: default;
29
+ }
30
+ .icheckbox_minimal.checked.disabled {
31
+ background-position: -80px 0;
32
+ }
33
+
34
+ .iradio_minimal {
35
+ background-position: -100px 0;
36
+ }
37
+ .iradio_minimal.hover {
38
+ background-position: -120px 0;
39
+ }
40
+ .iradio_minimal.checked {
41
+ background-position: -140px 0;
42
+ }
43
+ .iradio_minimal.disabled {
44
+ background-position: -160px 0;
45
+ cursor: default;
46
+ }
47
+ .iradio_minimal.checked.disabled {
48
+ background-position: -180px 0;
49
+ }
50
+
51
+ /* HiDPI support */
52
+ @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
53
+ .icheckbox_minimal,
54
+ .iradio_minimal {
55
+ background-image: url(minimal@2x.png);
56
+ -webkit-background-size: 200px 20px;
57
+ background-size: 200px 20px;
58
+ }
59
+ }
app/assets/css/minimal/minimal.png ADDED
Binary file
app/assets/css/minimal/minimal@2x.png ADDED
Binary file
app/assets/css/supsystic-for-all-admin.css ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ /*remove duplicated WP menu item*/
2
+ #toplevel_page_supsystic-gallery .wp-submenu.wp-submenu-wrap .wp-first-item {
3
+ display: none;
4
+ }
app/assets/css/supsystic-jgrowl.css ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .jGrowl {
2
+ z-index: 9999;
3
+ color: #ffffff;
4
+ font-size: 12px;
5
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
6
+ position: fixed;
7
+ }
8
+ .jGrowl.top-left {
9
+ left: 0px;
10
+ top: 0px;
11
+ }
12
+ .jGrowl.top-right {
13
+ right: 0px;
14
+ top: 0px;
15
+ }
16
+ .jGrowl.bottom-left {
17
+ left: 0px;
18
+ bottom: 0px;
19
+ }
20
+ .jGrowl.bottom-right {
21
+ right: 0px;
22
+ bottom: 0px;
23
+ }
24
+ .jGrowl.center {
25
+ top: 0px;
26
+ width: 50%;
27
+ left: 25%;
28
+ }
29
+ .jGrowl.center .jGrowl-notification,
30
+ .jGrowl.center .jGrowl-closer {
31
+ margin-left: auto;
32
+ margin-right: auto;
33
+ }
34
+ .jGrowl-notification {
35
+ background-color: #000000;
36
+ opacity: 0.9;
37
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
38
+ -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
39
+ zoom: 1;
40
+ width: 250px;
41
+ padding: 10px;
42
+ margin: 10px;
43
+ text-align: left;
44
+ display: none;
45
+ border-radius: 0px;
46
+ word-break: break-all;
47
+ min-height: 40px;
48
+ }
49
+ .jGrowl-notification .ui-state-highlight,
50
+ .jGrowl-notification .ui-widget-content .ui-state-highlight,
51
+ .jGrowl-notification .ui-widget-header .ui-state-highlight {
52
+ border: 1px solid #000;
53
+ background: #000;
54
+ color: #fff;
55
+ }
56
+ .jGrowl-notification .jGrowl-header {
57
+ font-weight: bold;
58
+ font-size: .85em;
59
+ }
60
+ .jGrowl-notification .jGrowl-close {
61
+ background-color: transparent;
62
+ color: inherit;
63
+ border: none;
64
+ z-index: 99;
65
+ float: right;
66
+ font-weight: bold;
67
+ font-size: 1em;
68
+ cursor: pointer;
69
+ }
70
+ .jGrowl-closer {
71
+ background-color: #000000;
72
+ opacity: 0.9;
73
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
74
+ -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
75
+ zoom: 1;
76
+ width: 250px;
77
+ padding: 10px;
78
+ margin: 10px;
79
+ text-align: left;
80
+ display: none;
81
+ border-radius: 5px;
82
+ word-break: break-all;
83
+ padding-top: 4px;
84
+ padding-bottom: 4px;
85
+ cursor: pointer;
86
+ font-size: .9em;
87
+ font-weight: bold;
88
+ text-align: center;
89
+ }
90
+ .jGrowl-closer .ui-state-highlight,
91
+ .jGrowl-closer .ui-widget-content .ui-state-highlight,
92
+ .jGrowl-closer .ui-widget-header .ui-state-highlight {
93
+ border: 1px solid #000;
94
+ background: #000;
95
+ color: #fff;
96
+ }
97
+ /** Hide jGrowl when printing **/
98
+ @media print {
99
+ .jGrowl {
100
+ display: none;
101
+ }
102
+ }
app/assets/css/supsystic-ui.css ADDED
@@ -0,0 +1,867 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .wraper {
2
+ margin: 10px 20px 0 2px;
3
+ }
4
+
5
+ .wraper h1, .wraper h2 {
6
+ font-size: 23px;
7
+ font-weight: 400;
8
+ padding: 9px 15px 4px 0;
9
+ line-height: 29px;
10
+ margin: 0;
11
+ }
12
+
13
+ .supsystic-plugin {
14
+ width: 100%;
15
+ font-size: 15px;
16
+ }
17
+ .supsystic-plugin a {
18
+ color: #4ae8ea;
19
+ }
20
+
21
+ .supsystic-plugin a.add-new-h2 {
22
+ font-size: 13px;
23
+ border: none;
24
+ -webkit-border-radius: 0 !important;
25
+ border-radius: 0 !important;
26
+ color: #28282a;
27
+ background-color: transparent;
28
+ -webkit-box-shadow: none;
29
+ box-shadow: none;
30
+ border: 1px solid #000;
31
+ margin-top: 3px;
32
+ }
33
+
34
+ .supsystic-plugin a.add-new-h2.active {
35
+ background: #4ae8ea !important;
36
+ border-color: #4ae8ea !important;
37
+ }
38
+
39
+ .supsystic-plugin .supsystic-content {
40
+ -moz-box-sizing: border-box;
41
+ -webkit-box-sizing: border-box;
42
+ background-color: transparent;
43
+ box-sizing: border-box;
44
+ float: left;
45
+ position: relative;
46
+ width: 100%;
47
+ min-height: 353px;
48
+ }
49
+
50
+ .supsystic-plugin .supsystic-content .supsystic-container {
51
+ margin-left: 75px;
52
+ min-height: 360px;
53
+ /*margin-top: 10px;*/
54
+ }
55
+
56
+ .supsystic-plugin .supsystic-content .supsystic-navigation {
57
+ background-color: transparent;
58
+ float: left;
59
+ /*height: 100%;*/
60
+ margin-right: 10px;
61
+ position: absolute;
62
+ width: 75px;
63
+ -webkit-box-sizing: border-box;
64
+ -moz-box-sizing: border-box;
65
+ box-sizing: border-box;
66
+ }
67
+
68
+ .supsystic-navigation ul {
69
+ padding: 0;
70
+ margin: 0;
71
+ }
72
+
73
+ .supsystic-navigation ul li {
74
+ text-align: center;
75
+ /*border-bottom: 1px solid #707070;*/
76
+ background-color: transparent;
77
+ margin: 0;
78
+ padding: 10px 0;
79
+
80
+ -webkit-transition: background 500ms;
81
+ -moz-transition: background 500ms;
82
+ -ms-transition: background 500ms;
83
+ -o-transition: background 500ms;
84
+ transition: background 500ms;
85
+ }
86
+
87
+ .supsystic-navigation ul li:hover,
88
+ .supsystic-navigation ul li.active {
89
+ background-color: #fff;
90
+ }
91
+
92
+ .supsystic-navigation ul li:hover a i,
93
+ .supsystic-navigation ul li.active a i {
94
+ color: #4ae8ea;
95
+ }
96
+
97
+ .supsystic-navigation ul li a {
98
+ color: #28282a;
99
+ text-decoration: none;
100
+ font-weight: 400;
101
+ -moz-box-shadow: none;
102
+ -webkit-box-shadow: none;
103
+ box-shadow: none;
104
+ }
105
+
106
+ .supsystic-navigation ul li a i {
107
+ display: block;
108
+ color: #6d6d71;
109
+ font-size: 1.8em;
110
+ margin-bottom: 5px;
111
+ }
112
+
113
+ .supsystic-navigation ul li.supsystic-pro {
114
+ background-color: #e74c3c;
115
+ }
116
+
117
+ .supsystic-bar {
118
+ min-height: 67px;
119
+ margin-left: 75px;
120
+ padding: 10px;
121
+ background-color: #fff;
122
+ /*border-bottom: 1px solid rgba(189, 189, 189, 0.45);*/
123
+ -moz-box-sizing: border-box;
124
+ -webkit-box-sizing: border-box;
125
+ box-sizing: border-box;
126
+ }
127
+
128
+ .supsystic-bar-preview {
129
+ width: 325px;
130
+ padding: 0!important;
131
+ margin: 0 auto!important;
132
+ min-height: 40px;
133
+ background-color: #fff;
134
+ /*border-bottom: 1px solid rgba(189, 189, 189, 0.45);*/
135
+ -moz-box-sizing: border-box;
136
+ -webkit-box-sizing: border-box;
137
+ box-sizing: border-box;
138
+ }
139
+
140
+ #table-toolbar.supsystic-bar {
141
+ height: 67px;
142
+ padding: 10px;
143
+ background-color: inherit !important;
144
+ -moz-box-sizing: border-box;
145
+ -webkit-box-sizing: border-box;
146
+ box-sizing: border-box;
147
+ }
148
+
149
+ ul.supsystic-bar-controls {
150
+ margin-top: 8px;
151
+ }
152
+
153
+ ul.supsystic-bar-controls > li {
154
+ float: left;
155
+ margin-left: 5px;
156
+ }
157
+ .sgg-all-img-info-sect ul.supsystic-bar-controls {
158
+ margin: 0;
159
+ display: inline-block;
160
+ vertical-align: middle;
161
+ }
162
+ .sgg-all-img-info-sect ul.supsystic-bar-controls > li {
163
+ float: none;
164
+ margin: 10px 0;
165
+ display: inline-block;
166
+ vertical-align: middle;
167
+ }
168
+
169
+ ul.supsystic-bar-controls > li.separator {
170
+ color: #ddd;
171
+ margin-top: 5px;
172
+ }
173
+
174
+ .supsystic-plugin div.separator {
175
+ border-bottom: 1px solid rgba(160, 160, 160, 0.35);
176
+ margin-top: 20px;
177
+ width: 80%;
178
+ margin-left: 10%;
179
+ }
180
+
181
+ /* Loading */
182
+ .supsystic-inline-loader {
183
+ min-width: 128px;
184
+ min-height: 15px;
185
+ background: url('../img/ajax-loader.gif') no-repeat center center;
186
+ /*display: inline-block;*/
187
+ }
188
+
189
+ /* Modal Loading */
190
+ .supsystic-modal-loading-overlay {
191
+ position: fixed;
192
+ top: 0;
193
+ left: 0;
194
+ width: 100%;
195
+ height: 100%;
196
+ background-color: #fff;
197
+ opacity: .6;
198
+ -ms-filter: Alpha(opacity=60);
199
+ filter: Alpha(opacity=60);
200
+ z-index: 100000;
201
+ display: none;
202
+ overflow: hidden;
203
+ }
204
+
205
+ .supsystic-modal-loading-object {
206
+ position: absolute;
207
+ width: 100%;
208
+ top: 40%;
209
+ text-align: center;
210
+ z-index: 100001;
211
+ display: none;
212
+ overflow: hidden;
213
+ font-weight: 700;
214
+ }
215
+
216
+ .supsystic-modal-loading-object img {
217
+ position: relative;
218
+ top: 4px;
219
+ overflow: hidden;
220
+ }
221
+
222
+ .supsystic-modal-loading-object p {
223
+ overflow: hidden;
224
+ }
225
+
226
+ /* Helpers */
227
+ .suspsystic-centered {
228
+ text-align: center;
229
+ }
230
+
231
+ .jGrowl.top-right {
232
+ top: 50px !important;
233
+ }
234
+
235
+ /* jQuery UI Dialog */
236
+
237
+ .ui-corner-all {
238
+ border-radius: 0!important;
239
+ }
240
+
241
+ .ui-widget-overlay {
242
+ background: #aaaaaa !important;
243
+ opacity: .3;
244
+ -ms-filter: Alpha(opacity=30);
245
+ filter: Alpha(opacity=30);
246
+ }
247
+
248
+ .ui-widget-overlay.ui-front {
249
+ z-index: 10;
250
+ }
251
+
252
+ .ui-dialog {
253
+ background: #fff !important;
254
+ }
255
+
256
+ .ui-widget-header {
257
+ border: none !important;
258
+ border-bottom: 1px solid #ddd !important;
259
+ background: #e8eded !important;
260
+ color: #777 !important;
261
+ border-radius: 0 !important;
262
+ }
263
+
264
+ .ui-dialog-titlebar-close {
265
+ background: none !important;
266
+ }
267
+
268
+ .supsystic-title-row {
269
+ padding: 5px 0 !important;
270
+ border-bottom: 1px solid #eee;
271
+ }
272
+
273
+ .supsystic-title-row h3 {
274
+ padding: 0;
275
+ margin: 0;
276
+ font-weight: 100;
277
+ font-size: 1.4em;
278
+ }
279
+
280
+ #gg-overlay-transparency {
281
+ -webkit-appearance: none;
282
+ width: 300px;
283
+ height: 2px !important;
284
+ background-color: #ddd;
285
+ }
286
+
287
+ #gg-overlay-transparency::-webkit-slider-thumb {
288
+ -webkit-appearance: none;
289
+ width: 15px;
290
+ height: 15px;
291
+ border-radius: 15px;
292
+ background-color: #3498db;
293
+ }
294
+
295
+ #gg-overlay-transparency:focus {
296
+ outline: none;
297
+ }
298
+
299
+ input[type="color"] {
300
+ width: 300px;
301
+ height: 30px;
302
+ border: 1px solid #ddd;
303
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
304
+ }
305
+
306
+ .column-icon .attachment-thumbnail {
307
+ margin-top: 10px;
308
+ width: 75px;
309
+ height: 75px;
310
+ display: inline-block;
311
+ }
312
+
313
+ .column-title.title .photo-editor {
314
+ margin-top: 10px;
315
+ margin-left: 5px;
316
+ }
317
+
318
+ .column-title.title .photo-editor input[type="text"] {
319
+ width: 100%;
320
+ height: 35px;
321
+ margin:0;
322
+ }
323
+
324
+ td.title.column-title {
325
+ width: auto !important;
326
+ }
327
+ /*Admin footer links*/
328
+ .swrAdminFooterCell {
329
+ float: left;
330
+ margin-right: 5px;
331
+ padding-top: 8px;
332
+ }
333
+ .swrAdminFooterShell {
334
+ color: #777777;
335
+ font-size: 12px;
336
+ margin: 0 20px 0 165px;
337
+ padding-bottom: 45px;
338
+ border-top: 1px solid #DFDFDF;
339
+ color: #777777;
340
+ font-size: 12px;
341
+ height: 65px;
342
+ clear: both;
343
+ }
344
+ /*Breadcrumbs*/
345
+ .supsystic-breadcrumbs {
346
+ /*border-top: 1px solid rgba(12,12,12,0.03);*/
347
+ margin-left: 75px;
348
+ padding: 10px;
349
+ height: 20px;
350
+ /*-moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
351
+ -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
352
+ box-shadow: 0 3px 0 rgba(12,12,12,0.03);*/
353
+ }
354
+
355
+ .supsystic-breadcrumbs > a {
356
+ text-decoration: none;
357
+ padding: 0 5px;
358
+ color: #000;
359
+ }
360
+
361
+ .supsystic-breadcrumbs > a:last-child {
362
+ color: #7f8c8d;
363
+ }
364
+ .supsystic-breadcrumbs .breadcrumbs-separator {
365
+ background-image: url("images/arrows-sprite.png");
366
+ background-repeat: no-repeat;
367
+ padding: 0 3px;
368
+ background-position: -17px 7px;
369
+ }
370
+
371
+ .supsystic-item {
372
+ /*border: 1px solid #fcfcfc;*/
373
+ background: #fff;
374
+ /* -moz-border-radius: 3px;
375
+ -webkit-border-radius: 3px;
376
+ border-radius: 3px;*/
377
+ padding: 10px 10px 10px 40px;
378
+ margin-bottom: 20px;
379
+ position: relative;
380
+ /*-moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
381
+ -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
382
+ box-shadow: 0 3px 0 rgba(12,12,12,0.03);*/
383
+ }
384
+
385
+ .supsystic-checked {
386
+ border-color: #ccc !important;
387
+ }
388
+
389
+ .supsystic-item > .supsystic-check {
390
+ position: absolute;
391
+ top: 15px;
392
+ left: 15px;
393
+ display: none;
394
+ }
395
+
396
+ .supsystic-item p {
397
+ padding: 0;
398
+ margin: 0;
399
+ white-space: nowrap;
400
+ overflow: hidden;
401
+ text-overflow: ellipsis;
402
+ -o-text-overflow: ellipsis;
403
+ }
404
+
405
+ .supsystic-item small {
406
+ display: block;
407
+ color: #ccc;
408
+ }
409
+ .supsystic-panel {
410
+ /*margin-right: 10px;*/
411
+ }
412
+ /*Options additional classes*/
413
+ .swrOptDetailsShell {
414
+ display: none;
415
+ font-size: 12px;
416
+ }
417
+ .swrOptDetailsShell input {
418
+ font-size: 12px;
419
+ }
420
+ .swrSmallTbl tr {
421
+ height: auto !important;
422
+ }
423
+ /*** custom checkboxes ***/
424
+ /*input[type=checkbox] { display:none; }
425
+ input[type=checkbox] + label:before {
426
+ font-family: FontAwesome;
427
+ display: inline-block;
428
+ }
429
+
430
+ input[type=checkbox] + label:before { content: "\f096"; }
431
+ input[type=checkbox] + label:before { letter-spacing: 10px; }
432
+
433
+ input[type=checkbox]:checked + label:before { content: "\f046"; }
434
+ input[type=checkbox]:checked + label:before { letter-spacing: 5px; } */
435
+
436
+ .supsystic-plugin input[type=radio] {
437
+ margin-right: 14px;
438
+ margin-left: 14px;
439
+ }
440
+
441
+ .supsystic-plugin input[type=radio]:checked:before {
442
+ background-color: black;
443
+ }
444
+
445
+ .supsystic-plugin input[type=radio]:checked:before {
446
+ width: 6px;
447
+ height: 6px;
448
+ margin: 5px;
449
+ background: #000000;
450
+ }
451
+
452
+ .supsystic-plugin input[type=radio] {
453
+ height: 0px;
454
+ width: 0px;
455
+ min-width: 0px;
456
+ }
457
+
458
+ .supsystic-plugin input[type=checkbox]:checked:before,
459
+ .toplevel_page_supsystic-gallery input[type=checkbox]:checked:before {
460
+ color: #000000;
461
+ }
462
+
463
+ .supsystic-plugin input[type=checkbox]:focus,
464
+ .supsystic-plugin input[type=radio]:focus {
465
+ border-color: #28EDED;
466
+ -webkit-box-shadow: 0 0 2px rgba(80, 255, 255, 0.8);
467
+ box-shadow: 0 0 2px rgba(80, 255, 255, 0.8);
468
+ }
469
+
470
+ .swrHtaccessPre {
471
+ background-color: #eef;
472
+ padding: 10px;
473
+ }
474
+
475
+ h2 .nav-tab {
476
+ font-size: 14px;
477
+ font-weight: 700;
478
+ line-height: 24px;
479
+ padding: 14px 19px !important;
480
+ color: #555;
481
+ margin-right: 0 !important;
482
+ box-shadow: none !important;
483
+ border: none !important;
484
+ background-color: transparent;
485
+ }
486
+
487
+ h2 .nav-tab.active{
488
+ background-color: white;
489
+ color: #000000;
490
+ }
491
+
492
+ .wraper h2 {
493
+ padding: 9px 0 0 0 !important;
494
+ /*border-bottom:1px solid #e4e4e4;*/
495
+ }
496
+
497
+ .supsystic-item.supsystic-panel .nav-tab-active, .supsystic-item.supsystic-panel .nav-tab-active:hover {
498
+ background: none repeat scroll 0 0 #fff;
499
+ border-bottom: 0 solid #f1f1f1;
500
+ color: #000;
501
+ }
502
+ /*buttons*/
503
+ .supsystic-plugin .button,
504
+ .supsystic-plugin .button-primary,
505
+ .ui-button,
506
+ .ui-button.ui-state-default,
507
+ .ui-dialog .button {
508
+ font-size: 13px;
509
+ height: 35px;
510
+ position: relative;
511
+ border: none;
512
+ -webkit-border-radius: 0 !important;
513
+ border-radius: 0 !important;
514
+ color: #28282a;
515
+ background-color: transparent;
516
+ -webkit-box-shadow: none;
517
+ box-shadow: none;
518
+ border: 1px solid #000;
519
+ line-height: 34px;
520
+ }
521
+
522
+ .button-primary.active {
523
+ background: #4ae8ea !important;
524
+ border-color: #4ae8ea !important;
525
+ }
526
+
527
+ .button-navigation {
528
+ float: left;
529
+ border: 1px solid #000000 !important;
530
+ border-left: none !important;
531
+ -webkit-border-radius: 0 !important;
532
+ border-radius: 0 !important;
533
+ color: #28282a;
534
+ background-color: transparent;
535
+ -webkit-box-shadow: none;
536
+ box-shadow: none;
537
+ font-size: 10px !important;
538
+ line-height: 37px !important;
539
+ }
540
+
541
+ .button-navigation.first {
542
+ float: left;
543
+ border: 1px solid #000000 !important;
544
+ font-size: 10px !important;
545
+ line-height: 37px !important;
546
+ }
547
+
548
+ .supsystic-plugin .button.hover,
549
+ .supsystic-plugin .button:hover,
550
+ .supsystic-plugin .button.focus,
551
+ .supsystic-plugin .button:focus,
552
+ .ui-button.ui-state-hover,
553
+ .ui-button:hover,
554
+ .ui-button:focus,
555
+ .ui-dialog .button:hover,
556
+ .ui-dialog .button:focus {
557
+ background: #4ae8ea !important;
558
+ border-color: #4ae8ea !important;
559
+ }
560
+ .supsystic-plugin .button[disabled],
561
+ .supsystic-plugin .button:disabled,
562
+ .supsystic-plugin .button.disabled,
563
+ .supsystic-plugin .button-secondary[disabled],
564
+ .supsystic-plugin .button-secondary:disabled,
565
+ .supsystic-plugin .button-secondary.disabled,
566
+ .supsystic-plugin .button-disabled,
567
+ .ui-dialog .button[disabled] , .ui-dialog .button.disabled{
568
+ color: #a4aaac !important;
569
+ border-color: #a4aaac !important;
570
+ background-color: transparent !important;
571
+ }
572
+
573
+ .button.background {
574
+ background: rgba(255, 255, 255, 0.56);
575
+ }
576
+
577
+ .supsystic-plugin .button.get-pro {
578
+ margin-top: 20px;
579
+ }
580
+
581
+ /*tooltip*/
582
+ .supsystic-plugin .fa-question.supsystic-tooltip {
583
+ border: 1px solid #28282a;
584
+ border-radius: 50%;
585
+ margin-top: 1px;
586
+ padding: 1px 4px;
587
+ font-size: 14px;
588
+ }
589
+ .supsystic-plugin .fa-question.supsystic-tooltip.fa-2x {
590
+ padding: 0 6px;
591
+ }
592
+ /*sticky items*/
593
+ .supsystic-sticky-active {
594
+ position: fixed !important;
595
+ /*top: 32px;*/
596
+ z-index: 99998;
597
+ }
598
+ .supsystic-sticky-active.supsystic-sticky-active-bordered {
599
+ border-bottom: 2px solid #ddd !important;
600
+ }
601
+ /*textboxes*/
602
+ .supsystic-plugin input[type=text], .supsystic-plugin input[type=number]{
603
+ background-color: #f6f7f7;
604
+ color: #252728;
605
+ border-left: none;
606
+ border-right: none;
607
+ border-bottom: none;
608
+ border-top: 1px solid #dfe4e4;
609
+ height: 27px;
610
+ }
611
+ .supsystic-plugin input[type="text"]:focus,
612
+ .supsystic-plugin input[type="number"]:focus,
613
+ .supsystic-plugin textarea:focus {
614
+ -webkit-box-shadow: none;
615
+ box-shadow: none;
616
+ border-color: #4ae8ea;
617
+ }
618
+ .supsystic-plugin input[type="text"].swrInputError,
619
+ .supsystic-plugin textarea.swrInputError {
620
+ border-color: #fa4e7f;
621
+ border-bottom: none !important;
622
+ border-left: none !important;
623
+ border-right: none !important;
624
+ border-width: 1px !important;
625
+ }
626
+ /*form tables*/
627
+
628
+ .supsystic-plugin .form-table {
629
+ /*border-bottom: 1px solid rgb(179, 170, 170);*/
630
+ margin-top: 20px;
631
+ }
632
+
633
+ .supsystic-plugin .form-table th {
634
+ font-size: 16px;
635
+ font-weight: 200 !important;
636
+ padding: 20px 10px 20px 10px !important;
637
+ width:250px;
638
+ }
639
+
640
+ .supsystic-plugin .form-table th label {
641
+ cursor: text;
642
+ }
643
+ form.photo-editor .description a {
644
+ font-weight:normal;
645
+ color: #0074a2;
646
+ text-decoration: none;
647
+ }
648
+ .supsystic-plugin .description,
649
+ .supsystic-plugin i:not(.fa) {
650
+ font-style: normal;
651
+ color: #a4aaac;
652
+ font-weight: 500;
653
+ }
654
+ .supsystic-plugin .form-table tr:last-child {
655
+ margin-bottom: 20px;
656
+ }
657
+ .supsystic-plugin .ui-pg-table {
658
+ color: #a6aaab;
659
+ }
660
+ .supsystic-plugin .ui-pg-table .ui-pg-input {
661
+ margin: 0px 7px;
662
+ }
663
+ .supsystic-plugin .ui-pg-table .ui-icon {
664
+ background-image: url("images/arrows-sprite.png") !important;
665
+ background-repeat: no-repeat !important;
666
+ width: 8px;
667
+ height: 10px;
668
+ opacity: 1 !important;
669
+ margin: 0px 7px;
670
+ }
671
+ .supsystic-plugin .ui-pg-table .ui-icon.ui-icon-seek-prev,
672
+ .supsystic-plugin .ui-pg-table .ui-icon.ui-icon-seek-next {
673
+ width: 5px;
674
+ }
675
+ .supsystic-plugin .ui-pg-table .ui-icon.ui-icon-seek-first {
676
+ background-position: 0px 0px !important;
677
+ }
678
+ .supsystic-plugin .ui-pg-table .ui-icon.ui-icon-seek-prev {
679
+ background-position: -10px 0px !important;
680
+ }
681
+ .supsystic-plugin .ui-pg-table .ui-icon.ui-icon-seek-next {
682
+ background-position: -17px 0px !important;
683
+ }
684
+ .supsystic-plugin .ui-pg-table .ui-icon.ui-icon-seek-end {
685
+ background-position: -24px 0px !important;
686
+ }
687
+ .supsystic-plugin .s-ico .ui-grid-ico-sort {
688
+ background-image: url("images/arrows-sprite.png") !important;
689
+ background-repeat: no-repeat !important;
690
+ width: 8px;
691
+ height: 4px;
692
+ /*opacity: 1 !important;*/
693
+ }
694
+ .supsystic-plugin .s-ico .ui-grid-ico-sort.ui-icon-triangle-1-n {
695
+ background-position: -68px -6px !important;
696
+ }
697
+ .supsystic-plugin .s-ico .ui-grid-ico-sort.ui-icon-triangle-1-s {
698
+ background-position: -68px 0px !important;
699
+ }
700
+ .supsystic-plugin .ui-th-column .icheckbox_minimal {
701
+ margin-bottom: 7px;
702
+ }
703
+ /*Table cols width manipulations*/
704
+ .form-table .col-w-1perc {
705
+ width: 1%;
706
+ }
707
+ .form-table .col-w-10perc {
708
+ width: 10%;
709
+ }
710
+ .form-table .col-w-20perc {
711
+ width: 20%;
712
+ }
713
+ .form-table .col-w-30perc {
714
+ width: 30%;
715
+ }
716
+ .form-table .col-w-40perc {
717
+ width: 40%;
718
+ }
719
+ .form-table .col-w-50perc {
720
+ width: 50%;
721
+ }
722
+ .form-table .col-w-60perc {
723
+ width: 60%;
724
+ }
725
+
726
+ /* Loading */
727
+ .gg-inline-loader {
728
+ min-width: 128px;
729
+ min-height: 15px;
730
+ background: url('../img/ajax-loader.gif') no-repeat center center;
731
+ /*display: inline-block;*/
732
+ }
733
+
734
+ /* Modal Loading */
735
+ .gg-modal-loading-overlay {
736
+ position: fixed;
737
+ top: 0;
738
+ left: 0;
739
+ width: 100%;
740
+ height: 100%;
741
+ background-color: #fff;
742
+ opacity: .6;
743
+ -ms-filter: Alpha(opacity=60);
744
+ filter: Alpha(opacity=60);
745
+ z-index: 100000;
746
+ display: none;
747
+ overflow: hidden;
748
+ }
749
+
750
+ .gg-modal-loading-object {
751
+ position: absolute;
752
+ width: 100%;
753
+ top: 40%;
754
+ text-align: center;
755
+ z-index: 100001;
756
+ display: none;
757
+ overflow: hidden;
758
+ font-weight: 700;
759
+ }
760
+
761
+ .gg-modal-loading-object img {
762
+ position: relative;
763
+ top: 4px;
764
+ overflow: hidden;
765
+ }
766
+
767
+ .gg-modal-loading-object p {
768
+ overflow: hidden;
769
+ }
770
+
771
+ .categories-order label {
772
+ font-size: 16px;
773
+ padding: 20px 10px 20px 10px;
774
+ line-height: 1.3;
775
+ display: block;
776
+ width: 250px;
777
+ float: left;
778
+
779
+ }
780
+
781
+ .categories-order ul {
782
+ float: left;
783
+ width: 200px;
784
+ background-color: #f6f7f7;
785
+ color: #252728;
786
+ border-left: none;
787
+ border-right: none;
788
+ border-bottom: none;
789
+ border-top: 1px solid #dfe4e4;
790
+ padding: 5px;
791
+ }
792
+
793
+ .categories-order li {
794
+ padding: 0 5px;
795
+ line-height: 34px;
796
+ background: white;
797
+ cursor: move;
798
+ }
799
+
800
+ .categories-order li:hover {
801
+ border: 1px none rgb(231, 231, 231);
802
+ background-color: rgb(231, 231, 231);
803
+ }
804
+
805
+ table[name="cats"] {
806
+ float: left;
807
+ }
808
+
809
+ @media screen and (max-width: 1470px) {
810
+ table[name="cats"] {
811
+ float: none;
812
+ }
813
+ }
814
+
815
+ .supsystic-plugin .hidden {
816
+ display: none;
817
+ }
818
+ .supsystic-plugin .ggCaptionBuilderWrap .hidden {
819
+ display: none !important;
820
+ }
821
+
822
+ .supsystic-plugin-promo.supsystic-item p {
823
+ white-space: normal;
824
+ }
825
+
826
+ .wp-pointer-content .next {
827
+ margin-right: 7px;
828
+ }
829
+
830
+ .sgg-tutorial-step-1 .wp-pointer-arrow {
831
+ left:25px;
832
+ }
833
+ .sgg-tutorial-step-2 .wp-pointer-arrow {
834
+ left:150px;
835
+ }
836
+ .sgg-tutorial-step-4 .wp-pointer-arrow,
837
+ .sgg-tutorial-step-7 .wp-pointer-arrow,
838
+ .sgg-tutorial-step-8 .wp-pointer-arrow,
839
+ .sgg-tutorial-step-9 .wp-pointer-arrow,
840
+ .sgg-tutorial-step-10 .wp-pointer-arrow {
841
+ top:25px;
842
+ }
843
+
844
+ .sgg-tutorial-step-4 .wp-pointer-arrow-inner {
845
+ border-right-color: #00a0d2;
846
+ }
847
+
848
+ .sgg-tutorial-step-7 .wp-pointer-arrow-inner,
849
+ .sgg-tutorial-step-8 .wp-pointer-arrow-inner,
850
+ .sgg-tutorial-step-9 .wp-pointer-arrow-inner,
851
+ .sgg-tutorial-step-10 .wp-pointer-arrow-inner {
852
+ border-left-color: #00a0d2;
853
+ }
854
+
855
+ /* Fix for WP 4.4 */
856
+ .supsystic-plugin a,
857
+ .supsystic-plugin .button-primary,
858
+ .supsystic-plugin .button-primary.button-hero,
859
+ .ui-dialog a,
860
+ .ui-dialog .button,
861
+ .ui-dialog .button-primary.button-hero {
862
+ text-shadow: none!important;
863
+ -webkit-box-shadow: none!important;
864
+ box-shadow: none!important;
865
+ outline: none!important;
866
+ }
867
+ /*****/
app/assets/fonts/ARIAL.TTF ADDED
Binary file
app/assets/img/Dashed_border.jpg ADDED
Binary file
app/assets/img/Fixed_grid.jpg ADDED
Binary file
app/assets/img/Grid.jpg ADDED
Binary file
app/assets/img/Horizontal_grid.jpg ADDED
Binary file
app/assets/img/Vertical_grid.jpg ADDED
Binary file
app/assets/img/ajax-loader.gif ADDED
Binary file
app/assets/img/distance_between_photos.jpg ADDED
Binary file
app/assets/img/dotted_border.jpg ADDED
Binary file
app/assets/img/double_border.jpg ADDED
Binary file
app/assets/img/enable_pagination.jpg ADDED
Binary file
app/assets/img/gallery-width.jpg ADDED
Binary file
app/assets/img/height_bet_photos.jpg ADDED
Binary file
app/assets/img/icons.jpg ADDED
Binary file
app/assets/img/image-radius.jpg ADDED
Binary file
app/assets/img/show_categories.jpg ADDED
Binary file
app/assets/img/solid_border.jpg ADDED
Binary file
app/assets/img/width_bet_photos.jpg ADDED
Binary file
app/assets/js/buttons.js ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function($) {
2
+
3
+ var dialogClass = '.gallery-select-dialog',
4
+ initDialog = function() {
5
+ var $container = $('body');
6
+
7
+ $container.append(
8
+ '<div class="gallery-select-dialog" hidden>' +
9
+ '<h3>Select gallery to insert</h3>' +
10
+ '<select></select>' +
11
+ '<button class="button button-primary">Select</button>' +
12
+ '</div>');
13
+
14
+ $.post(wp.ajax.settings.url, {
15
+ action: 'grid-gallery',
16
+ _wpnonce: SupsysticGallery.nonce,
17
+ route: {
18
+ module: 'galleries',
19
+ action: 'list'
20
+ }
21
+ }, function(response) {
22
+ $.each(response.galleries, function(index, value) {
23
+ $container.find(dialogClass + ' select').append(
24
+ '<option value="' + value.id + '">' + value.title + '</option>'
25
+ );
26
+ });
27
+ }
28
+ );
29
+ },
30
+ dialogIsInit = false;
31
+
32
+ tinymce.create('tinymce.plugins.addShortcode', {
33
+ /**
34
+ * Initializes the plugin, this will be executed after the plugin has been created.
35
+ * This call is done before the editor instance has finished it's initialization so use the onInit event
36
+ * of the editor instance to intercept that event.
37
+ *
38
+ * @param {tinymce.Editor} ed Editor instance that the plugin is initialized in.
39
+ * @param {string} url Absolute URL to where the plugin is located.
40
+ */
41
+ init : function(ed, url) {
42
+ ed.addButton('addShortcode', {
43
+ title : 'Add Gallery',
44
+ cmd : 'addShortcode',
45
+ image : url + '/img/logo_gallery.png'
46
+ });
47
+
48
+ ed.addCommand('addShortcode', function() {
49
+
50
+ if (!dialogIsInit) {
51
+ initDialog();
52
+ dialogIsInit = true;
53
+ }
54
+
55
+ var $dialog = $(dialogClass).bPopup({
56
+ onClose: function() {
57
+ $(dialogClass + ' button').off('click');
58
+ }
59
+ }, function() {
60
+ $(dialogClass + ' button').on('click', function() {
61
+ var selected = $(dialogClass).find('select').val(),
62
+ text = '[supsystic-gallery id=' + selected + ' position=center]';
63
+ ed.execCommand('mceInsertContent', 0, text);
64
+ $dialog.close();
65
+ });
66
+ });
67
+ });
68
+ },
69
+
70
+ /**
71
+ * Creates control instances based in the incomming name. This method is normally not
72
+ * needed since the addButton method of the tinymce.Editor class is a more easy way of adding buttons
73
+ * but you sometimes need to create more complex controls like listboxes, split buttons etc then this
74
+ * method can be used to create those.
75
+ *
76
+ * @param {String} n Name of the control to create.
77
+ * @param {tinymce.ControlManager} cm Control manager to use inorder to create new control.
78
+ * @return {tinymce.ui.Control} New control instance or null if no control was created.
79
+ */
80
+ createControl : function(n, cm) {
81
+ return null;
82
+ },
83
+
84
+ /**
85
+ * Returns information about the plugin as a name/value array.
86
+ * The current keys are longname, author, authorurl, infourl and version.
87
+ *
88
+ * @return {Object} Name/value array containing information about the plugin.
89
+ */
90
+ getInfo : function() {
91
+ return {
92
+ longname : 'Gallery by Supsystic buttons',
93
+ author : 'Dmitriy Smus',
94
+ infourl : 'http://supsystic.com',
95
+ version : "0.1"
96
+ };
97
+ }
98
+ });
99
+
100
+ // Register plugin
101
+ tinymce.PluginManager.add( 'addShortcode', tinymce.plugins.addShortcode );
102
+
103
+ })(jQuery);
app/assets/js/grid-gallery.js ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function ($) {
2
+ $.fn.refresh = function () {
3
+ return $(this.selector);
4
+ };
5
+ }(jQuery));
6
+
7
+ (function (app, $) {
8
+
9
+ function Loader() {
10
+ this.$overlay = $('.gg-modal-loading-overlay');
11
+ this.$content = $('.gg-modal-loading-object');
12
+ this.$loadingText = this.$content.find('span#loading-text');
13
+
14
+ this.defaultText = this.$loadingText.text();
15
+ }
16
+
17
+ Loader.prototype.clearText = function () {
18
+ this.$loadingText.text(this.defaultText);
19
+ };
20
+
21
+ Loader.prototype.show = function (text) {
22
+ this.$overlay.slideDown($.proxy(function () {
23
+ if (typeof text !== 'undefined') {
24
+ this.$loadingText.text(text);
25
+ }
26
+
27
+ this.$content.show();
28
+ }, this));
29
+ };
30
+
31
+ Loader.prototype.hide = function () {
32
+ // Chrome bug ?
33
+ setTimeout($.proxy(function () {
34
+ this.$content.hide($.proxy(function () {
35
+ this.$overlay.slideUp();
36
+ this.clearText();
37
+ }, this));
38
+ }, this), 1500)
39
+ };
40
+
41
+ $(document).ready(function () {
42
+ app.Loader = new Loader;
43
+ });
44
+
45
+ }(window.SupsysticGallery = window.SupsysticGallery || {}, jQuery));
46
+
47
+ (function (app, $) {
48
+
49
+ function Forms() {
50
+ }
51
+
52
+ Forms.prototype.preventSubmit = function (submitEvent) {
53
+ submitEvent.preventDefault();
54
+ return false;
55
+ };
56
+
57
+ $(document).ready(function () {
58
+ app.Forms = new Forms;
59
+
60
+ $('[data-prevent-submit]').submit(app.Forms.preventSubmit);
61
+ });
62
+
63
+ }(window.SupsysticGallery = window.SupsysticGallery || {}, jQuery));
64
+
65
+ (function ($) {
66
+
67
+ $(document).ready(function () {
68
+ var ggActiveTab = (jQuery('nav.supsystic-navigation li.active a').length ? jQuery('nav.supsystic-navigation li.active a').attr('href').split('/') : null);
69
+
70
+ if(ggActiveTab) {
71
+ ggActiveTab = ggActiveTab[ggActiveTab.length - 1];
72
+
73
+ if(typeof(ggActiveTab) != 'undefined') {
74
+ var subMenus = jQuery('#toplevel_page_supsystic-gallery').find('.wp-submenu li');
75
+ subMenus.removeClass('current').each(function(){
76
+ if(jQuery(this).find('a[href="'+ ggActiveTab + '"]').size()) {
77
+ jQuery(this).addClass('current');
78
+ }
79
+ });
80
+ }
81
+ }
82
+
83
+ //SupsysticGallery.Loader.show();
84
+
85
+ var $toolTipParams = {
86
+ 'contentAsHTML': true,
87
+ 'interactive': true,
88
+ 'speed': 250,
89
+ 'delay': 0,
90
+ 'animation': 'swing',
91
+ 'position': 'right',
92
+ 'maxWidth': 450,
93
+ };
94
+ if(window && window.sggParams && window.sggParams.isRtl == '1') {
95
+ $toolTipParams['position'] = 'left';
96
+ }
97
+ /* Tooltipster */
98
+ $('.supsystic-tooltip').tooltipster($toolTipParams);
99
+
100
+ /* Lazy loading */
101
+ $('.supsystic-lazy').ggLazyLoad({
102
+ effect: 'fadeIn',
103
+ load: function () {
104
+ setContainerHeight();
105
+ }
106
+ });
107
+
108
+ ggInitCustomCheckRadio();
109
+ setContainerHeight();
110
+ changeUiButtonToWp();
111
+ closeOnOutside();
112
+
113
+ /*setTimeout(function(){ // setTimeout to make sure that all required show/hide were triggered
114
+ ggResetCopyTextCodeFields();
115
+ }, 10);*/
116
+ ggCodeSelection();
117
+ });
118
+
119
+ $(window).on('resize', function () {
120
+ setContainerHeight();
121
+ //ggResetCopyTextCodeFields();
122
+ });
123
+
124
+ function ggInitCustomCheckRadio(selector) {
125
+ if(!selector)
126
+ selector = document;
127
+ jQuery(selector).find('input').iCheck('destroy').iCheck({
128
+ checkboxClass: 'icheckbox_minimal'
129
+ , radioClass: 'iradio_minimal'
130
+ }).on('ifClicked', function(e){
131
+ jQuery(this).trigger('click')
132
+ .trigger('change');
133
+ ggCheckUpdateArea('.supsystic-container');
134
+ });
135
+ }
136
+ function ggCheckUpdate(checkbox) {
137
+ jQuery(checkbox).iCheck('update');
138
+ }
139
+ function ggCheckUpdateArea(selector) {
140
+ jQuery(selector).find('input[type=radio], input[type=checkbox]').iCheck('update');
141
+ };
142
+
143
+ function setContainerHeight() {
144
+ var container = $('.supsystic-container'),
145
+ content = $('.supsystic-content'),
146
+ navigation = $('.supsystic-navigation ul');
147
+
148
+ container.css({'height': 'auto'});
149
+ navigation.css({'height': 'auto'});
150
+ content.css({'height': 'auto'});
151
+
152
+ if (content.outerHeight() > navigation.outerHeight() || container.outerHeight > navigation.outerHeight()) {
153
+ navigation.css({'height': container.css('heigth') + 'px'});
154
+ } else {
155
+ container.css({'height': navigation.outerHeight() + 'px'});
156
+ content.css({'height': navigation.outerHeight() + 'px'});
157
+ }
158
+ }
159
+
160
+ function changeUiButtonToWp() {
161
+ $(document).on('dialogopen', function (event, ui) {
162
+ var $button = $('.ui-button');
163
+
164
+ $button.each(function () {
165
+ if (!$(this).hasClass('ui-dialog-titlebar-close')) {
166
+ $(this).removeAttr('class').addClass('button button-primary');
167
+ }
168
+ });
169
+ });
170
+ }
171
+
172
+ function closeOnOutside() {
173
+ $(document).on('click', function () {
174
+ var $overlay = $('.ui-widget-overlay');
175
+ var $container = $('body').find('.ui-dialog-content');
176
+
177
+ $overlay.on('click', function () {
178
+ $container.dialog('close');
179
+ });
180
+ });
181
+ }
182
+
183
+ /**
184
+ * Make shortcodes display normal width
185
+ */
186
+ function ggResetCopyTextCodeFields(selector) {
187
+ var area = selector ? jQuery(selector) : jQuery(document);
188
+ if(area.find('.ggCopyTextCode').size()) {
189
+ var cloneWidthElement = jQuery('<span class="sup-shortcode" />').appendTo('.supsystic-plugin');
190
+ area.find('.ggCopyTextCode').attr('readonly', 'readonly').click(function(){
191
+ this.setSelectionRange(0, this.value.length);
192
+ }).focus(function(){
193
+ this.setSelectionRange(0, this.value.length);
194
+ });
195
+ area.find('input.ggCopyTextCode').each(function(){
196
+ cloneWidthElement.html( str_replace(jQuery(this).val(), '<', 'P') );
197
+ jQuery(this).width( cloneWidthElement.width() );
198
+ });
199
+ cloneWidthElement.remove();
200
+ }
201
+ }
202
+ function str_replace(haystack, needle, replacement) {
203
+ var temp = haystack.split(needle);
204
+ return temp.join(replacement);
205
+ }
206
+
207
+ function ggCodeSelection() {
208
+ jQuery('.ggCopyTextCode').click(function() {
209
+ $(this).trigger('select');
210
+ });
211
+ }
212
+
213
+ })(jQuery);
app/assets/js/grid-gallery.modal.js ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function ($) {
2
+
3
+ var defaults = {
4
+ /* Variables */
5
+ appendTo: 'body',
6
+ title: '',
7
+ content: '',
8
+ event: 'click',
9
+ html: false,
10
+
11
+ /* Callbacks */
12
+ confirm: null,
13
+ cancel: null,
14
+ beforeShow: null
15
+ };
16
+
17
+ var modal = {
18
+ /* Window selectors */
19
+ container: '.rsc-confirm',
20
+ title: '.rsc-confirm-title',
21
+ content: '.rsc-confirm-content',
22
+ overlay: '.rsc-confirm-overlay',
23
+ controls: {
24
+ container: '.rsc-confirm-controls',
25
+ confirm: '.rsc-confirm-confirm',
26
+ cancel: '.rsc-confirm-cancel'
27
+ }
28
+ };
29
+
30
+ var markup = [
31
+ '<section class="%modal.container%">',
32
+ '<div class="%modal.title%">Title</div>',
33
+ '<div class="%modal.content%">Content</div>',
34
+ '<div class="%modal.controls.container%">',
35
+ '<button class="%modal.controls.confirm% button button-primary">OK</button>',
36
+ '<button class="%modal.controls.cancel% button">Cancel</button>',
37
+ '</div>',
38
+ '</section>',
39
+ '<div class="%modal.overlay%"></div>'
40
+ ];
41
+
42
+ $.fn.rscConfirm = function (parameters) {
43
+
44
+ var options = $.extend({}, defaults, parameters),
45
+ element = this;
46
+
47
+ this.on(options.event, function (e) {
48
+
49
+ e.preventDefault();
50
+
51
+ $(options.appendTo).append(markup.join('').replace(/(%.+?%)/g, function (match) {
52
+ return eval(match.replace(/%/g, '')).slice(1);
53
+ }));
54
+
55
+ if (options.html === true) {
56
+ $(modal.title).html(options.title);
57
+ $(modal.content).html(options.content);
58
+ } else {
59
+ $(modal.title).text(options.title);
60
+ $(modal.content).text(options.content);
61
+ }
62
+
63
+ $(modal.overlay).slideDown(function () {
64
+ if (options.beforeShow !== null) {
65
+ options.beforeShow();
66
+ }
67
+
68
+ $(modal.container).fadeIn('fast', function () {
69
+
70
+ /* handle result */
71
+ $('button', modal.controls.container).on('click', function (e) {
72
+
73
+ /* do event function */
74
+ var callback = options[e.target.className.split(' ').shift().split('-').pop()];
75
+ if (callback && typeof callback == 'function') {
76
+ callback(e, element);
77
+ }
78
+
79
+ /* hide container */
80
+ $(modal.container).fadeOut('fast', function () {
81
+ $(this).remove();
82
+ });
83
+
84
+ /* hide overlay */
85
+ $(modal.overlay).slideUp(function () {
86
+ $(this).remove()
87
+ });
88
+ });
89
+ });
90
+ });
91
+ });
92
+ };
93
+ })(jQuery);
app/assets/js/icheck.min.js ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ /*! iCheck v1.0.2 by Damir Sultanov, http://git.io/arlzeA, MIT Licensed */
2
+ (function(f){function A(a,b,d){var c=a[0],g=/er/.test(d)?_indeterminate:/bl/.test(d)?n:k,e=d==_update?{checked:c[k],disabled:c[n],indeterminate:"true"==a.attr(_indeterminate)||"false"==a.attr(_determinate)}:c[g];if(/^(ch|di|in)/.test(d)&&!e)x(a,g);else if(/^(un|en|de)/.test(d)&&e)q(a,g);else if(d==_update)for(var f in e)e[f]?x(a,f,!0):q(a,f,!0);else if(!b||"toggle"==d){if(!b)a[_callback]("ifClicked");e?c[_type]!==r&&q(a,g):x(a,g)}}function x(a,b,d){var c=a[0],g=a.parent(),e=b==k,u=b==_indeterminate,
3
+ v=b==n,s=u?_determinate:e?y:"enabled",F=l(a,s+t(c[_type])),B=l(a,b+t(c[_type]));if(!0!==c[b]){if(!d&&b==k&&c[_type]==r&&c.name){var w=a.closest("form"),p='input[name="'+c.name+'"]',p=w.length?w.find(p):f(p);p.each(function(){this!==c&&f(this).data(m)&&q(f(this),b)})}u?(c[b]=!0,c[k]&&q(a,k,"force")):(d||(c[b]=!0),e&&c[_indeterminate]&&q(a,_indeterminate,!1));D(a,e,b,d)}c[n]&&l(a,_cursor,!0)&&g.find("."+C).css(_cursor,"default");g[_add](B||l(a,b)||"");g.attr("role")&&!u&&g.attr("aria-"+(v?n:k),"true");
4
+ g[_remove](F||l(a,s)||"")}function q(a,b,d){var c=a[0],g=a.parent(),e=b==k,f=b==_indeterminate,m=b==n,s=f?_determinate:e?y:"enabled",q=l(a,s+t(c[_type])),r=l(a,b+t(c[_type]));if(!1!==c[b]){if(f||!d||"force"==d)c[b]=!1;D(a,e,s,d)}!c[n]&&l(a,_cursor,!0)&&g.find("."+C).css(_cursor,"pointer");g[_remove](r||l(a,b)||"");g.attr("role")&&!f&&g.attr("aria-"+(m?n:k),"false");g[_add](q||l(a,s)||"")}function E(a,b){if(a.data(m)){a.parent().html(a.attr("style",a.data(m).s||""));if(b)a[_callback](b);a.off(".i").unwrap();
5
+ f(_label+'[for="'+a[0].id+'"]').add(a.closest(_label)).off(".i")}}function l(a,b,f){if(a.data(m))return a.data(m).o[b+(f?"":"Class")]}function t(a){return a.charAt(0).toUpperCase()+a.slice(1)}function D(a,b,f,c){if(!c){if(b)a[_callback]("ifToggled");a[_callback]("ifChanged")[_callback]("if"+t(f))}}var m="iCheck",C=m+"-helper",r="radio",k="checked",y="un"+k,n="disabled";_determinate="determinate";_indeterminate="in"+_determinate;_update="update";_type="type";_click="click";_touch="touchbegin.i touchend.i";
6
+ _add="addClass";_remove="removeClass";_callback="trigger";_label="label";_cursor="cursor";_mobile=/ipad|iphone|ipod|android|blackberry|windows phone|opera mini|silk/i.test(navigator.userAgent);f.fn[m]=function(a,b){var d='input[type="checkbox"], input[type="'+r+'"]',c=f(),g=function(a){a.each(function(){var a=f(this);c=a.is(d)?c.add(a):c.add(a.find(d))})};if(/^(check|uncheck|toggle|indeterminate|determinate|disable|enable|update|destroy)$/i.test(a))return a=a.toLowerCase(),g(this),c.each(function(){var c=
7
+ f(this);"destroy"==a?E(c,"ifDestroyed"):A(c,!0,a);f.isFunction(b)&&b()});if("object"!=typeof a&&a)return this;var e=f.extend({checkedClass:k,disabledClass:n,indeterminateClass:_indeterminate,labelHover:!0},a),l=e.handle,v=e.hoverClass||"hover",s=e.focusClass||"focus",t=e.activeClass||"active",B=!!e.labelHover,w=e.labelHoverClass||"hover",p=(""+e.increaseArea).replace("%","")|0;if("checkbox"==l||l==r)d='input[type="'+l+'"]';-50>p&&(p=-50);g(this);return c.each(function(){var a=f(this);E(a);var c=this,
8
+ b=c.id,g=-p+"%",d=100+2*p+"%",d={position:"absolute",top:g,left:g,display:"block",width:d,height:d,margin:0,padding:0,background:"#fff",border:0,opacity:0},g=_mobile?{position:"absolute",visibility:"hidden"}:p?d:{position:"absolute",opacity:0},l="checkbox"==c[_type]?e.checkboxClass||"icheckbox":e.radioClass||"i"+r,z=f(_label+'[for="'+b+'"]').add(a.closest(_label)),u=!!e.aria,y=m+"-"+Math.random().toString(36).substr(2,6),h='<div class="'+l+'" '+(u?'role="'+c[_type]+'" ':"");u&&z.each(function(){h+=
9
+ 'aria-labelledby="';this.id?h+=this.id:(this.id=y,h+=y);h+='"'});h=a.wrap(h+"/>")[_callback]("ifCreated").parent().append(e.insert);d=f('<ins class="'+C+'"/>').css(d).appendTo(h);a.data(m,{o:e,s:a.attr("style")}).css(g);e.inheritClass&&h[_add](c.className||"");e.inheritID&&b&&h.attr("id",m+"-"+b);"static"==h.css("position")&&h.css("position","relative");A(a,!0,_update);if(z.length)z.on(_click+".i mouseover.i mouseout.i "+_touch,function(b){var d=b[_type],e=f(this);if(!c[n]){if(d==_click){if(f(b.target).is("a"))return;
10
+ A(a,!1,!0)}else B&&(/ut|nd/.test(d)?(h[_remove](v),e[_remove](w)):(h[_add](v),e[_add](w)));if(_mobile)b.stopPropagation();else return!1}});a.on(_click+".i focus.i blur.i keyup.i keydown.i keypress.i",function(b){var d=b[_type];b=b.keyCode;if(d==_click)return!1;if("keydown"==d&&32==b)return c[_type]==r&&c[k]||(c[k]?q(a,k):x(a,k)),!1;if("keyup"==d&&c[_type]==r)!c[k]&&x(a,k);else if(/us|ur/.test(d))h["blur"==d?_remove:_add](s)});d.on(_click+" mousedown mouseup mouseover mouseout "+_touch,function(b){var d=
11
+ b[_type],e=/wn|up/.test(d)?t:v;if(!c[n]){if(d==_click)A(a,!1,!0);else{if(/wn|er|in/.test(d))h[_add](e);else h[_remove](e+" "+t);if(z.length&&B&&e==v)z[/ut|nd/.test(d)?_remove:_add](w)}if(_mobile)b.stopPropagation();else return!1}})})}})(window.jQuery||window.Zepto);
app/assets/js/img/logo_gallery.png ADDED
Binary file
app/assets/js/intro.min.js ADDED
@@ -0,0 +1,374 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function (q, f) {
2
+ "object" === typeof exports ? f(exports) : "function" === typeof define && define.amd ? define(["exports"], f) : f(q)
3
+ })(this, function (q) {
4
+ function f(a) {
5
+ this._targetElement = a;
6
+ this._options = {
7
+ nextLabel: "Next &rarr;",
8
+ prevLabel: "&larr; Back",
9
+ skipLabel: "Skip",
10
+ doneLabel: "Done",
11
+ tooltipPosition: "bottom",
12
+ tooltipClass: "",
13
+ exitOnEsc: !0,
14
+ exitOnOverlayClick: !0,
15
+ showStepNumbers: !0,
16
+ keyboardNavigation: !0,
17
+ showButtons: !0,
18
+ showBullets: !0,
19
+ scrollToElement: !0
20
+ }
21
+ }
22
+
23
+ function s(a) {
24
+ if (null == a || "object" != typeof a || "undefined" != typeof a.nodeType)return a;
25
+ var b = {}, c;
26
+ for (c in a)b[c] = s(a[c]);
27
+ return b
28
+ }
29
+
30
+ function t() {
31
+ this._direction = "forward";
32
+ "undefined" === typeof this._currentStep ? this._currentStep = 0 : ++this._currentStep;
33
+ if (this._introItems.length <= this._currentStep)"function" === typeof this._introCompleteCallback && this._introCompleteCallback.call(this), u.call(this, this._targetElement); else {
34
+ var a = this._introItems[this._currentStep];
35
+ "undefined" !== typeof this._introBeforeChangeCallback && this._introBeforeChangeCallback.call(this, a.element);
36
+ A.call(this, a)
37
+ }
38
+ }
39
+
40
+ function y() {
41
+ this._direction =
42
+ "backward";
43
+ if (0 === this._currentStep)return !1;
44
+ var a = this._introItems[--this._currentStep];
45
+ "undefined" !== typeof this._introBeforeChangeCallback && this._introBeforeChangeCallback.call(this, a.element);
46
+ A.call(this, a)
47
+ }
48
+
49
+ function u(a) {
50
+ var b = a.querySelector(".introjs-overlay");
51
+ if (null != b) {
52
+ b.style.opacity = 0;
53
+ setTimeout(function () {
54
+ b.parentNode && b.parentNode.removeChild(b)
55
+ }, 500);
56
+ (a = a.querySelector(".introjs-helperLayer")) && a.parentNode.removeChild(a);
57
+ (a = document.querySelector(".introjsFloatingElement")) && a.parentNode.removeChild(a);
58
+ if (a = document.querySelector(".introjs-showElement"))a.className = a.className.replace(/introjs-[a-zA-Z]+/g, "").replace(/^\s+|\s+$/g, "");
59
+ if ((a = document.querySelectorAll(".introjs-fixParent")) && 0 < a.length)for (var c = a.length - 1; 0 <= c; c--)a[c].className = a[c].className.replace(/introjs-fixParent/g, "").replace(/^\s+|\s+$/g, "");
60
+ window.removeEventListener ? window.removeEventListener("keydown", this._onKeyDown, !0) : document.detachEvent && document.detachEvent("onkeydown", this._onKeyDown);
61
+ this._currentStep = void 0
62
+ }
63
+ }
64
+
65
+ function B(a, b, c, d) {
66
+ b.style.top = null;
67
+ b.style.right = null;
68
+ b.style.bottom = null;
69
+ b.style.left = null;
70
+ b.style.marginLeft = null;
71
+ b.style.marginTop = null;
72
+ c.style.display = "inherit";
73
+ "undefined" != typeof d && null != d && (d.style.top = null, d.style.left = null);
74
+ if (this._introItems[this._currentStep]) {
75
+ var e = "", e = this._introItems[this._currentStep], e = "string" === typeof e.tooltipClass ? e.tooltipClass : this._options.tooltipClass;
76
+ b.className = ("introjs-tooltip " + e).replace(/^\s+|\s+$/g, "");
77
+ switch (this._introItems[this._currentStep].position) {
78
+ case "top":
79
+ b.style.left =
80
+ "15px";
81
+ b.style.top = "-" + (p(b).height + 10) + "px";
82
+ c.className = "introjs-arrow bottom";
83
+ break;
84
+ case "right":
85
+ b.style.left = p(a).width + 20 + "px";
86
+ c.className = "introjs-arrow left";
87
+ break;
88
+ case "left":
89
+ !0 == this._options.showStepNumbers && (b.style.top = "15px");
90
+ b.style.right = p(a).width + 20 + "px";
91
+ c.className = "introjs-arrow right";
92
+ break;
93
+ case "floating":
94
+ c.style.display = "none";
95
+ a = p(b);
96
+ b.style.left = "50%";
97
+ b.style.top = "50%";
98
+ b.style.marginLeft = "-" + a.width / 2 + "px";
99
+ b.style.marginTop = "-" + a.height / 2 + "px";
100
+ "undefined" != typeof d && null != d &&
101
+ (d.style.left = "-" + (a.width / 2 + 18) + "px", d.style.top = "-" + (a.height / 2 + 18) + "px");
102
+ break;
103
+ default:
104
+ b.style.bottom = "-" + (p(b).height + 10) + "px", c.className = "introjs-arrow top"
105
+ }
106
+ }
107
+ }
108
+
109
+ function w(a) {
110
+ if (a && this._introItems[this._currentStep]) {
111
+ var b = this._introItems[this._currentStep], c = p(b.element), d = 10;
112
+ "floating" == b.position && (d = 0);
113
+ a.setAttribute("style", "width: " + (c.width + d) + "px; height:" + (c.height + d) + "px; top:" + (c.top - 5) + "px;left: " + (c.left - 5) + "px;")
114
+ }
115
+ }
116
+
117
+ function A(a) {
118
+ var b;
119
+ "undefined" !== typeof this._introChangeCallback &&
120
+ this._introChangeCallback.call(this, a.element);
121
+ var c = this, d = document.querySelector(".introjs-helperLayer");
122
+ p(a.element);
123
+ if (null != d) {
124
+ var e = d.querySelector(".introjs-helperNumberLayer"), C = d.querySelector(".introjs-tooltiptext"), g = d.querySelector(".introjs-arrow"), n = d.querySelector(".introjs-tooltip"), j = d.querySelector(".introjs-skipbutton"), m = d.querySelector(".introjs-prevbutton"), k = d.querySelector(".introjs-nextbutton");
125
+ n.style.opacity = 0;
126
+ if (null != e && (b = this._introItems[0 <= a.step - 2 ? a.step - 2 : 0], null !=
127
+ b && "forward" == this._direction && "floating" == b.position || "backward" == this._direction && "floating" == a.position))e.style.opacity = 0;
128
+ w.call(c, d);
129
+ var l = document.querySelectorAll(".introjs-fixParent");
130
+ if (l && 0 < l.length)for (b = l.length - 1; 0 <= b; b--)l[b].className = l[b].className.replace(/introjs-fixParent/g, "").replace(/^\s+|\s+$/g, "");
131
+ b = document.querySelector(".introjs-showElement");
132
+ b.className = b.className.replace(/introjs-[a-zA-Z]+/g, "").replace(/^\s+|\s+$/g, "");
133
+ c._lastShowElementTimer && clearTimeout(c._lastShowElementTimer);
134
+ c._lastShowElementTimer = setTimeout(function () {
135
+ null != e && (e.innerHTML = a.step);
136
+ C.innerHTML = a.intro;
137
+ B.call(c, a.element, n, g, e);
138
+ d.querySelector(".introjs-bullets li > a.active").className = "";
139
+ d.querySelector('.introjs-bullets li > a[data-stepnumber="' + a.step + '"]').className = "active";
140
+ n.style.opacity = 1;
141
+ e.style.opacity = 1
142
+ }, 350)
143
+ } else {
144
+ var j = document.createElement("div"), l = document.createElement("div"), h = document.createElement("div"), m = document.createElement("div"), k = document.createElement("div"), f = document.createElement("div");
145
+ j.className = "introjs-helperLayer";
146
+ w.call(c, j);
147
+ this._targetElement.appendChild(j);
148
+ l.className = "introjs-arrow";
149
+ m.className = "introjs-tooltiptext";
150
+ m.innerHTML = a.intro;
151
+ k.className = "introjs-bullets";
152
+ !1 === this._options.showBullets && (k.style.display = "none");
153
+ var q = document.createElement("ul");
154
+ b = 0;
155
+ for (var v = this._introItems.length; b < v; b++) {
156
+ var s = document.createElement("li"), r = document.createElement("a");
157
+ r.onclick = function () {
158
+ c.goToStep(this.getAttribute("data-stepnumber"))
159
+ };
160
+ 0 === b && (r.className = "active");
161
+ r.href =
162
+ "javascript:void(0);";
163
+ r.innerHTML = "&nbsp;";
164
+ r.setAttribute("data-stepnumber", this._introItems[b].step);
165
+ s.appendChild(r);
166
+ q.appendChild(s)
167
+ }
168
+ k.appendChild(q);
169
+ f.className = "introjs-tooltipbuttons";
170
+ !1 === this._options.showButtons && (f.style.display = "none");
171
+ h.className = "introjs-tooltip";
172
+ h.appendChild(m);
173
+ h.appendChild(k);
174
+ if (!0 == this._options.showStepNumbers) {
175
+ var x = document.createElement("span");
176
+ x.className = "introjs-helperNumberLayer";
177
+ x.innerHTML = a.step;
178
+ j.appendChild(x)
179
+ }
180
+ h.appendChild(l);
181
+ j.appendChild(h);
182
+ k = document.createElement("a");
183
+ k.onclick = function () {
184
+ c._introItems.length - 1 != c._currentStep && t.call(c)
185
+ };
186
+ k.href = "javascript:void(0);";
187
+ k.innerHTML = this._options.nextLabel;
188
+ m = document.createElement("a");
189
+ m.onclick = function () {
190
+ 0 != c._currentStep && y.call(c)
191
+ };
192
+ m.href = "javascript:void(0);";
193
+ m.innerHTML = this._options.prevLabel;
194
+ j = document.createElement("a");
195
+ j.className = "introjs-button introjs-skipbutton";
196
+ j.href = "javascript:void(0);";
197
+ j.innerHTML = this._options.skipLabel;
198
+ j.onclick = function () {
199
+ c._introItems.length - 1 == c._currentStep && "function" === typeof c._introCompleteCallback &&
200
+ c._introCompleteCallback.call(c);
201
+ c._introItems.length - 1 != c._currentStep && "function" === typeof c._introExitCallback && c._introExitCallback.call(c);
202
+ u.call(c, c._targetElement)
203
+ };
204
+ f.appendChild(j);
205
+ 1 < this._introItems.length && (f.appendChild(m), f.appendChild(k));
206
+ h.appendChild(f);
207
+ B.call(c, a.element, h, l, x)
208
+ }
209
+ 0 == this._currentStep && 1 < this._introItems.length ? (m.className = "introjs-button introjs-prevbutton introjs-disabled", k.className = "introjs-button introjs-nextbutton", j.innerHTML = this._options.skipLabel) : this._introItems.length -
210
+ 1 == this._currentStep || 1 == this._introItems.length ? (j.innerHTML = this._options.doneLabel, m.className = "introjs-button introjs-prevbutton", k.className = "introjs-button introjs-nextbutton introjs-disabled") : (m.className = "introjs-button introjs-prevbutton", k.className = "introjs-button introjs-nextbutton", j.innerHTML = this._options.skipLabel);
211
+ k.focus();
212
+ a.element.className += " introjs-showElement";
213
+ b = z(a.element, "position");
214
+ "absolute" !== b && "relative" !== b && (a.element.className += " introjs-relativePosition");
215
+ for (b =
216
+ a.element.parentNode; null != b && "body" !== b.tagName.toLowerCase();) {
217
+ l = z(b, "z-index");
218
+ h = parseFloat(z(b, "opacity"));
219
+ if (/[0-9]+/.test(l) || 1 > h)b.className += " introjs-fixParent";
220
+ b = b.parentNode
221
+ }
222
+ b = a.element.getBoundingClientRect();
223
+ !(0 <= b.top && 0 <= b.left && b.bottom + 80 <= window.innerHeight && b.right <= window.innerWidth) && !0 === this._options.scrollToElement && (h = a.element.getBoundingClientRect(), b = void 0 != window.innerWidth ? window.innerHeight : document.documentElement.clientHeight, l = h.bottom - (h.bottom - h.top), h = h.bottom -
224
+ b, 0 > l || a.element.clientHeight > b ? window.scrollBy(0, l - 30) : window.scrollBy(0, h + 100));
225
+ "undefined" !== typeof this._introAfterChangeCallback && this._introAfterChangeCallback.call(this, a.element)
226
+ }
227
+
228
+ function z(a, b) {
229
+ var c = "";
230
+ a.currentStyle ? c = a.currentStyle[b] : document.defaultView && document.defaultView.getComputedStyle && (c = document.defaultView.getComputedStyle(a, null).getPropertyValue(b));
231
+ return c && c.toLowerCase ? c.toLowerCase() : c
232
+ }
233
+
234
+ function D(a) {
235
+ var b = document.createElement("div"), c = "", d = this;
236
+ b.className = "introjs-overlay";
237
+ if ("body" === a.tagName.toLowerCase())c += "top: 0;bottom: 0; left: 0;right: 0;position: fixed;", b.setAttribute("style", c); else {
238
+ var e = p(a);
239
+ e && (c += "width: " + e.width + "px; height:" + e.height + "px; top:" + e.top + "px;left: " + e.left + "px;", b.setAttribute("style", c))
240
+ }
241
+ a.appendChild(b);
242
+ b.onclick = function () {
243
+ !0 == d._options.exitOnOverlayClick && (u.call(d, a), void 0 != d._introExitCallback && d._introExitCallback.call(d))
244
+ };
245
+ setTimeout(function () {
246
+ c += "opacity: .8;";
247
+ b.setAttribute("style", c)
248
+ }, 10);
249
+ return !0
250
+ }
251
+
252
+ function p(a) {
253
+ var b = {};
254
+ b.width = a.offsetWidth;
255
+ b.height = a.offsetHeight;
256
+ for (var c = 0, d = 0; a && !isNaN(a.offsetLeft) && !isNaN(a.offsetTop);)c += a.offsetLeft, d += a.offsetTop, a = a.offsetParent;
257
+ b.top = d;
258
+ b.left = c;
259
+ return b
260
+ }
261
+
262
+ var v = function (a) {
263
+ if ("object" === typeof a)return new f(a);
264
+ if ("string" === typeof a) {
265
+ if (a = document.querySelector(a))return new f(a);
266
+ throw Error("There is no element with given selector.");
267
+ }
268
+ return new f(document.body)
269
+ };
270
+ v.version = "0.8.0";
271
+ v.fn = f.prototype = {
272
+ clone: function () {
273
+ return new f(this)
274
+ }, setOption: function (a, b) {
275
+ this._options[a] =
276
+ b;
277
+ return this
278
+ }, setOptions: function (a) {
279
+ var b = this._options, c = {}, d;
280
+ for (d in b)c[d] = b[d];
281
+ for (d in a)c[d] = a[d];
282
+ this._options = c;
283
+ return this
284
+ }, start: function () {
285
+ a:{
286
+ var a = this._targetElement, b = [], c = this;
287
+ if (this._options.steps)for (var d = [], e = 0, d = this._options.steps.length; e < d; e++) {
288
+ var f = s(this._options.steps[e]);
289
+ f.step = b.length + 1;
290
+ "string" === typeof f.element && (f.element = document.querySelector(f.element));
291
+ if ("undefined" === typeof f.element || null == f.element) {
292
+ var g = document.querySelector(".introjsFloatingElement");
293
+ null == g && (g = document.createElement("div"), g.className = "introjsFloatingElement", document.body.appendChild(g));
294
+ f.element = g;
295
+ f.position = "floating"
296
+ }
297
+ null != f.element && b.push(f)
298
+ } else {
299
+ d = a.querySelectorAll("*[data-intro]");
300
+ if (1 > d.length)break a;
301
+ e = 0;
302
+ for (f = d.length; e < f; e++) {
303
+ var g = d[e], n = parseInt(g.getAttribute("data-step"), 10);
304
+ 0 < n && (b[n - 1] = {
305
+ element: g,
306
+ intro: g.getAttribute("data-intro"),
307
+ step: parseInt(g.getAttribute("data-step"), 10),
308
+ tooltipClass: g.getAttribute("data-tooltipClass"),
309
+ position: g.getAttribute("data-position") ||
310
+ this._options.tooltipPosition
311
+ })
312
+ }
313
+ e = n = 0;
314
+ for (f = d.length; e < f; e++)if (g = d[e], null == g.getAttribute("data-step")) {
315
+ for (; "undefined" != typeof b[n];)n++;
316
+ b[n] = {
317
+ element: g,
318
+ intro: g.getAttribute("data-intro"),
319
+ step: n + 1,
320
+ tooltipClass: g.getAttribute("data-tooltipClass"),
321
+ position: g.getAttribute("data-position") || this._options.tooltipPosition
322
+ }
323
+ }
324
+ }
325
+ e = [];
326
+ for (d = 0; d < b.length; d++)b[d] && e.push(b[d]);
327
+ b = e;
328
+ b.sort(function (a, b) {
329
+ return a.step - b.step
330
+ });
331
+ c._introItems = b;
332
+ D.call(c, a) && (t.call(c), a.querySelector(".introjs-skipbutton"), a.querySelector(".introjs-nextbutton"),
333
+ c._onKeyDown = function (b) {
334
+ if (27 === b.keyCode && !0 == c._options.exitOnEsc)u.call(c, a), void 0 != c._introExitCallback && c._introExitCallback.call(c); else if (37 === b.keyCode)y.call(c); else if (39 === b.keyCode || 13 === b.keyCode)t.call(c), b.preventDefault ? b.preventDefault() : b.returnValue = !1
335
+ }, c._onResize = function () {
336
+ w.call(c, document.querySelector(".introjs-helperLayer"))
337
+ }, window.addEventListener ? (this._options.keyboardNavigation && window.addEventListener("keydown", c._onKeyDown, !0), window.addEventListener("resize", c._onResize,
338
+ !0)) : document.attachEvent && (this._options.keyboardNavigation && document.attachEvent("onkeydown", c._onKeyDown), document.attachEvent("onresize", c._onResize)))
339
+ }
340
+ return this
341
+ }, goToStep: function (a) {
342
+ this._currentStep = a - 2;
343
+ "undefined" !== typeof this._introItems && t.call(this);
344
+ return this
345
+ }, nextStep: function () {
346
+ t.call(this);
347
+ return this
348
+ }, previousStep: function () {
349
+ y.call(this);
350
+ return this
351
+ }, exit: function () {
352
+ u.call(this, this._targetElement)
353
+ }, refresh: function () {
354
+ w.call(this, document.querySelector(".introjs-helperLayer"));
355
+ return this
356
+ }, onbeforechange: function (a) {
357
+ if ("function" === typeof a)this._introBeforeChangeCallback = a; else throw Error("Provided callback for onbeforechange was not a function");
358
+ return this
359
+ }, onchange: function (a) {
360
+ if ("function" === typeof a)this._introChangeCallback = a; else throw Error("Provided callback for onchange was not a function.");
361
+ return this
362
+ }, onafterchange: function (a) {
363
+ if ("function" === typeof a)this._introAfterChangeCallback = a; else throw Error("Provided callback for onafterchange was not a function");
364
+ return this
365
+ }, oncomplete: function (a) {
366
+ if ("function" === typeof a)this._introCompleteCallback = a; else throw Error("Provided callback for oncomplete was not a function.");
367
+ return this
368
+ }, onexit: function (a) {
369
+ if ("function" === typeof a)this._introExitCallback = a; else throw Error("Provided callback for onexit was not a function.");
370
+ return this
371
+ }
372
+ };
373
+ return q.introJs = v
374
+ });
app/assets/js/jquery.bpopup.min.js ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ /*================================================================================
2
+ * @name: bPopup - if you can't get it up, use bPopup
3
+ * @author: (c)Bjoern Klinggaard (twitter@bklinggaard)
4
+ * @demo: http://dinbror.dk/bpopup
5
+ * @version: 0.11.0.min
6
+ ================================================================================*/
7
+ (function(c){c.fn.bPopup=function(A,E){function L(){a.contentContainer=c(a.contentContainer||b);switch(a.content){case "iframe":var d=c('<iframe class="b-iframe" '+a.iframeAttr+"></iframe>");d.appendTo(a.contentContainer);t=b.outerHeight(!0);u=b.outerWidth(!0);B();d.attr("src",a.loadUrl);l(a.loadCallback);break;case "image":B();c("<img />").load(function(){l(a.loadCallback);F(c(this))}).attr("src",a.loadUrl).hide().appendTo(a.contentContainer);break;default:B(),c('<div class="b-ajax-wrapper"></div>').load(a.loadUrl,a.loadData,function(d,b,e){l(a.loadCallback,b);F(c(this))}).hide().appendTo(a.contentContainer)}}function B(){a.modal&&c('<div class="b-modal '+e+'"></div>').css({backgroundColor:a.modalColor,position:"fixed",top:0,right:0,bottom:0,left:0,opacity:0,zIndex:a.zIndex+v}).appendTo(a.appendTo).fadeTo(a.speed,a.opacity);C();b.data("bPopup",a).data("id",e).css({left:"slideIn"==a.transition||"slideBack"==a.transition?"slideBack"==a.transition?f.scrollLeft()+w:-1*(x+u):m(!(!a.follow[0]&&n||g)),position:a.positionStyle||"absolute",top:"slideDown"==a.transition||"slideUp"==a.transition?"slideUp"==a.transition?f.scrollTop()+y:z+-1*t:p(!(!a.follow[1]&&q||g)),"z-index":a.zIndex+v+1}).each(function(){a.appending&&c(this).appendTo(a.appendTo)});G(!0)}function r(){a.modal&&c(".b-modal."+b.data("id")).fadeTo(a.speed,0,function(){c(this).remove()});a.scrollBar||c("html").css("overflow","auto");c(".b-modal."+e).unbind("click");f.unbind("keydown."+e);k.unbind("."+e).data("bPopup",0<k.data("bPopup")-1?k.data("bPopup")-1:null);b.undelegate(".bClose, ."+a.closeClass,"click."+e,r).data("bPopup",null);clearTimeout(H);G();return!1}function I(d){y=k.height();w=k.width();h=D();if(h.x||h.y)clearTimeout(J),J=setTimeout(function(){C();d=d||a.followSpeed;var e={};h.x&&(e.left=a.follow[0]?m(!0):"auto");h.y&&(e.top=a.follow[1]?p(!0):"auto");b.dequeue().each(function(){g?c(this).css({left:x,top:z}):c(this).animate(e,d,a.followEasing)})},50)}function F(d){var c=d.width(),e=d.height(),f={};a.contentContainer.css({height:e,width:c});e>=b.height()&&(f.height=b.height());c>=b.width()&&(f.width=b.width());t=b.outerHeight(!0);u=b.outerWidth(!0);C();a.contentContainer.css({height:"auto",width:"auto"});f.left=m(!(!a.follow[0]&&n||g));f.top=p(!(!a.follow[1]&&q||g));b.animate(f,250,function(){d.show();h=D()})}function M(){k.data("bPopup",v);b.delegate(".bClose, ."+a.closeClass,"click."+e,r);a.modalClose&&c(".b-modal."+e).css("cursor","pointer").bind("click",r);N||!a.follow[0]&&!a.follow[1]||k.bind("scroll."+e,function(){if(h.x||h.y){var d={};h.x&&(d.left=a.follow[0]?m(!g):"auto");h.y&&(d.top=a.follow[1]?p(!g):"auto");b.dequeue().animate(d,a.followSpeed,a.followEasing)}}).bind("resize."+e,function(){I()});a.escClose&&f.bind("keydown."+e,function(a){27==a.which&&r()})}function G(d){function c(e){b.css({display:"block",opacity:1}).animate(e,a.speed,a.easing,function(){K(d)})}switch(d?a.transition:a.transitionClose||a.transition){case "slideIn":c({left:d?m(!(!a.follow[0]&&n||g)):f.scrollLeft()-(u||b.outerWidth(!0))-200});break;case "slideBack":c({left:d?m(!(!a.follow[0]&&n||g)):f.scrollLeft()+w+200});break;case "slideDown":c({top:d?p(!(!a.follow[1]&&q||g)):f.scrollTop()-(t||b.outerHeight(!0))-200});break;case "slideUp":c({top:d?p(!(!a.follow[1]&&q||g)):f.scrollTop()+y+200});break;default:b.stop().fadeTo(a.speed,d?1:0,function(){K(d)})}}function K(d){d?(M(),l(E),a.autoClose&&(H=setTimeout(r,a.autoClose))):(b.hide(),l(a.onClose),a.loadUrl&&(a.contentContainer.empty(),b.css({height:"auto",width:"auto"})))}function m(a){return a?x+f.scrollLeft():x}function p(a){return a?z+f.scrollTop():z}function l(a,e){c.isFunction(a)&&a.call(b,e)}function C(){z=q?a.position[1]:Math.max(0,(y-b.outerHeight(!0))/2-a.amsl);x=n?a.position[0]:(w-b.outerWidth(!0))/2;h=D()}function D(){return{x:w>b.outerWidth(!0),y:y>b.outerHeight(!0)}}c.isFunction(A)&&(E=A,A=null);var a=c.extend({},c.fn.bPopup.defaults,A);a.scrollBar||c("html").css("overflow","hidden");var b=this,f=c(document),k=c(window),y=k.height(),w=k.width(),N=/OS 6(_\d)+/i.test(navigator.userAgent),v=0,e,h,q,n,g,z,x,t,u,J,H;b.close=function(){r()};b.reposition=function(a){I(a)};return b.each(function(){c(this).data("bPopup")||(l(a.onOpen),v=(k.data("bPopup")||0)+1,e="__b-popup"+v+"__",q="auto"!==a.position[1],n="auto"!==a.position[0],g="fixed"===a.positionStyle,t=b.outerHeight(!0),u=b.outerWidth(!0),a.loadUrl?L():B())})};c.fn.bPopup.defaults={amsl:50,appending:!0,appendTo:"body",autoClose:!1,closeClass:"b-close",content:"ajax",contentContainer:!1,easing:"swing",escClose:!0,follow:[!0,!0],followEasing:"swing",followSpeed:500,iframeAttr:'scrolling="no" frameborder="0"',loadCallback:!1,loadData:!1,loadUrl:!1,modal:!0,modalClose:!0,modalColor:"#000",onClose:!1,onOpen:!1,opacity:.7,position:["auto","auto"],positionStyle:"absolute",scrollBar:!0,speed:250,transition:"fadeIn",transitionClose:!1,zIndex:9997}})(jQuery);
app/assets/js/jquery.jgrowl.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(a){a.jGrowl=function(b,c){0===a("#jGrowl").length&&a('<div id="jGrowl"></div>').addClass(c&&c.position?c.position:a.jGrowl.defaults.position).appendTo(c&&c.appendTo?c.appendTo:a.jGrowl.defaults.appendTo),a("#jGrowl").jGrowl(b,c)},a.fn.jGrowl=function(b,c){if(void 0===c&&a.isPlainObject(b)&&(c=b,b=c.message),a.isFunction(this.each)){var d=arguments;return this.each(function(){void 0===a(this).data("jGrowl.instance")&&(a(this).data("jGrowl.instance",a.extend(new a.fn.jGrowl,{notifications:[],element:null,interval:null})),a(this).data("jGrowl.instance").startup(this)),a.isFunction(a(this).data("jGrowl.instance")[b])?a(this).data("jGrowl.instance")[b].apply(a(this).data("jGrowl.instance"),a.makeArray(d).slice(1)):a(this).data("jGrowl.instance").create(b,c)})}},a.extend(a.fn.jGrowl.prototype,{defaults:{pool:0,header:"",group:"",sticky:!1,position:"top-right",appendTo:"body",glue:"after",theme:"default",themeState:"highlight",corners:"10px",check:250,life:3e3,closeDuration:"normal",openDuration:"normal",easing:"swing",closer:!0,closeTemplate:"&times;",closerTemplate:"<div>[ close all ]</div>",log:function(){},beforeOpen:function(){},afterOpen:function(){},open:function(){},beforeClose:function(){},close:function(){},click:function(){},animateOpen:{opacity:"show"},animateClose:{opacity:"hide"}},notifications:[],element:null,interval:null,create:function(b,c){var d=a.extend({},this.defaults,c);"undefined"!=typeof d.speed&&(d.openDuration=d.speed,d.closeDuration=d.speed),this.notifications.push({message:b,options:d}),d.log.apply(this.element,[this.element,b,d])},render:function(b){var c=this,d=b.message,e=b.options;e.themeState=""===e.themeState?"":"ui-state-"+e.themeState;var f=a("<div/>").addClass("jGrowl-notification alert "+e.themeState+" ui-corner-all"+(void 0!==e.group&&""!==e.group?" "+e.group:"")).append(a("<button/>").addClass("jGrowl-close").html(e.closeTemplate)).append(a("<div/>").addClass("jGrowl-header").html(e.header)).append(a("<div/>").addClass("jGrowl-message").html(d)).data("jGrowl",e).addClass(e.theme).children(".jGrowl-close").bind("click.jGrowl",function(){return a(this).parent().trigger("jGrowl.beforeClose"),!1}).parent();a(f).bind("mouseover.jGrowl",function(){a(".jGrowl-notification",c.element).data("jGrowl.pause",!0)}).bind("mouseout.jGrowl",function(){a(".jGrowl-notification",c.element).data("jGrowl.pause",!1)}).bind("jGrowl.beforeOpen",function(){e.beforeOpen.apply(f,[f,d,e,c.element])!==!1&&a(this).trigger("jGrowl.open")}).bind("jGrowl.open",function(){e.open.apply(f,[f,d,e,c.element])!==!1&&("after"==e.glue?a(".jGrowl-notification:last",c.element).after(f):a(".jGrowl-notification:first",c.element).before(f),a(this).animate(e.animateOpen,e.openDuration,e.easing,function(){a.support.opacity===!1&&this.style.removeAttribute("filter"),null!==a(this).data("jGrowl")&&"undefined"!=typeof a(this).data("jGrowl")&&(a(this).data("jGrowl").created=new Date),a(this).trigger("jGrowl.afterOpen")}))}).bind("jGrowl.afterOpen",function(){e.afterOpen.apply(f,[f,d,e,c.element])}).bind("click",function(){e.click.apply(f,[f.message,e,c.element])}).bind("jGrowl.beforeClose",function(){e.beforeClose.apply(f,[f,d,e,c.element])!==!1&&a(this).trigger("jGrowl.close")}).bind("jGrowl.close",function(){a(this).data("jGrowl.pause",!0),a(this).animate(e.animateClose,e.closeDuration,e.easing,function(){a.isFunction(e.close)?e.close.apply(f,[f,d,e,c.element])!==!1&&a(this).remove():a(this).remove()})}).trigger("jGrowl.beforeOpen"),""!==e.corners&&void 0!==a.fn.corner&&a(f).corner(e.corners),a(".jGrowl-notification:parent",c.element).length>1&&0===a(".jGrowl-closer",c.element).length&&this.defaults.closer!==!1&&a(this.defaults.closerTemplate).addClass("jGrowl-closer "+this.defaults.themeState+" ui-corner-all").addClass(this.defaults.theme).appendTo(c.element).animate(this.defaults.animateOpen,this.defaults.speed,this.defaults.easing).bind("click.jGrowl",function(){a(this).siblings().trigger("jGrowl.beforeClose"),a.isFunction(c.defaults.closer)&&c.defaults.closer.apply(a(this).parent()[0],[a(this).parent()[0]])})},update:function(){a(this.element).find(".jGrowl-notification:parent").each(function(){void 0!==a(this).data("jGrowl")&&void 0!==a(this).data("jGrowl").created&&a(this).data("jGrowl").created.getTime()+parseInt(a(this).data("jGrowl").life,10)<(new Date).getTime()&&a(this).data("jGrowl").sticky!==!0&&(void 0===a(this).data("jGrowl.pause")||a(this).data("jGrowl.pause")!==!0)&&a(this).trigger("jGrowl.beforeClose")}),this.notifications.length>0&&(0===this.defaults.pool||a(this.element).find(".jGrowl-notification:parent").length<this.defaults.pool)&&this.render(this.notifications.shift()),a(this.element).find(".jGrowl-notification:parent").length<2&&a(this.element).find(".jGrowl-closer").animate(this.defaults.animateClose,this.defaults.speed,this.defaults.easing,function(){a(this).remove()})},startup:function(b){this.element=a(b).addClass("jGrowl").append('<div class="jGrowl-notification"></div>'),this.interval=setInterval(function(){var c=a(b).data("jGrowl.instance");void 0!==c&&c.update()},parseInt(this.defaults.check,10))},shutdown:function(){a(this.element).removeClass("jGrowl").find(".jGrowl-notification").trigger("jGrowl.close").parent().empty(),clearInterval(this.interval)},close:function(){a(this.element).find(".jGrowl-notification").each(function(){a(this).trigger("jGrowl.beforeClose")})}}),a.jGrowl.defaults=a.fn.jGrowl.prototype.defaults}(jQuery);
app/assets/js/jquery.lazyload.js ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Lazy Load - jQuery plugin for lazy loading images
3
+ *
4
+ * Copyright (c) 2007-2015 Mika Tuupola
5
+ *
6
+ * Licensed under the MIT license:
7
+ * http://www.opensource.org/licenses/mit-license.php
8
+ *
9
+ * Project home:
10
+ * http://www.appelsiini.net/projects/lazyload
11
+ *
12
+ * Version: 1.9.7
13
+ *
14
+ */
15
+
16
+ (function($, window, document, undefined) {
17
+ var $window = $(window);
18
+
19
+ $.fn.ggLazyLoad = function(options) {
20
+ var elements = this;
21
+ var $container;
22
+ var settings = {
23
+ threshold : 0,
24
+ failure_limit : 0,
25
+ event : "scroll",
26
+ effect : "show",
27
+ container : window,
28
+ data_attribute : "original",
29
+ skip_invisible : false,
30
+ appear : null,
31
+ load : null,
32
+ placeholder : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC"
33
+ };
34
+
35
+ function update() {
36
+ var counter = 0;
37
+
38
+ elements.each(function() {
39
+ var $this = $(this);
40
+ if (settings.skip_invisible && !$this.is(":visible")) {
41
+ return;
42
+ }
43
+ if ($.abovethetop(this, settings) ||
44
+ $.leftofbegin(this, settings)) {
45
+ /* Nothing. */
46
+ } else if (!$.belowthefold(this, settings) &&
47
+ !$.rightoffold(this, settings)) {
48
+ $this.trigger("appear");
49
+ /* if we found an image we'll load, reset the counter */
50
+ counter = 0;
51
+ } else {
52
+ if (++counter > settings.failure_limit) {
53
+ return false;
54
+ }
55
+ }
56
+ });
57
+
58
+ }
59
+
60
+ if(options) {
61
+ /* Maintain BC for a couple of versions. */
62
+ if (undefined !== options.failurelimit) {
63
+ options.failure_limit = options.failurelimit;
64
+ delete options.failurelimit;
65
+ }
66
+ if (undefined !== options.effectspeed) {
67
+ options.effect_speed = options.effectspeed;
68
+ delete options.effectspeed;
69
+ }
70
+
71
+ $.extend(settings, options);
72
+ }
73
+
74
+ /* Cache container as jQuery as object. */
75
+ $container = (settings.container === undefined ||
76
+ settings.container === window) ? $window : $(settings.container);
77
+
78
+ /* Fire one scroll event per scroll. Not one scroll event per image. */
79
+ if (0 === settings.event.indexOf("scroll")) {
80
+ $container.bind(settings.event, function() {
81
+ return update();
82
+ });
83
+ }
84
+
85
+ this.each(function() {
86
+ var self = this;
87
+ var $self = $(self);
88
+
89
+ self.loaded = false;
90
+
91
+ /* If no src attribute given use data:uri. */
92
+ if ($self.attr("src") === undefined || $self.attr("src") === false) {
93
+ if ($self.is("img")) {
94
+ $self.attr("src", settings.placeholder);
95
+ }
96
+ }
97
+
98
+ /* When appear is triggered load original image. */
99
+ $self.one("appear", function() {
100
+ if (!this.loaded) {
101
+ if (settings.appear) {
102
+ var elements_left = elements.length;
103
+ settings.appear.call(self, elements_left, settings);
104
+ }
105
+ $("<img />")
106
+ .bind("load", function() {
107
+
108
+ var original = $self.attr("data-" + settings.data_attribute);
109
+ $self.hide();
110
+ if ($self.is("img")) {
111
+ $self.attr("src", original);
112
+ } else {
113
+ $self.css("background-image", "url('" + original + "')");
114
+ }
115
+ $self[settings.effect](settings.effect_speed);
116
+
117
+ self.loaded = true;
118
+
119
+ /* Remove image from array so it is not looped next time. */
120
+ var temp = $.grep(elements, function(element) {
121
+ return !element.loaded;
122
+ });
123
+ elements = $(temp);
124
+
125
+ if (settings.load) {
126
+ var elements_left = elements.length;
127
+ settings.load.call(self, elements_left, settings);
128
+ }
129
+ })
130
+ .attr("src", $self.attr("data-" + settings.data_attribute));
131
+ }
132
+ });
133
+
134
+ /* When wanted event is triggered load original image */
135
+ /* by triggering appear. */
136
+ if (0 !== settings.event.indexOf("scroll")) {
137
+ $self.bind(settings.event, function() {
138
+ if (!self.loaded) {
139
+ $self.trigger("appear");
140
+ }
141
+ });
142
+ }
143
+ });
144
+
145
+ /* Check if something appears when window is resized. */
146
+ $window.bind("resize", function() {
147
+ update();
148
+ });
149
+
150
+ /* With IOS5 force loading images when navigating with back button. */
151
+ /* Non optimal workaround. */
152
+ if ((/(?:iphone|ipod|ipad).*os 5/gi).test(navigator.appVersion)) {
153
+ $window.bind("pageshow", function(event) {
154
+ if (event.originalEvent && event.originalEvent.persisted) {
155
+ elements.each(function() {
156
+ $(this).trigger("appear");
157
+ });
158
+ }
159
+ });
160
+ }
161
+
162
+ /* Force initial check if images should appear. */
163
+ $(document).ready(function() {
164
+ update();
165
+ });
166
+
167
+ return this;
168
+ };
169
+
170
+ /* Convenience methods in jQuery namespace. */
171
+ /* Use as $.belowthefold(element, {threshold : 100, container : window}) */
172
+
173
+ $.belowthefold = function(element, settings) {
174
+ var fold;
175
+
176
+ if (settings.container === undefined || settings.container === window) {
177
+ fold = (window.innerHeight ? window.innerHeight : $window.height()) + $window.scrollTop();
178
+ } else {
179
+ fold = $(settings.container).offset().top + $(settings.container).height();
180
+ }
181
+
182
+ return fold <= $(element).offset().top - settings.threshold;
183
+ };
184
+
185
+ $.rightoffold = function(element, settings) {
186
+ var fold;
187
+
188
+ if (settings.container === undefined || settings.container === window) {
189
+ fold = $window.width() + $window.scrollLeft();
190
+ } else {
191
+ fold = $(settings.container).offset().left + $(settings.container).width();
192
+ }
193
+
194
+ return fold <= $(element).offset().left - settings.threshold;
195
+ };
196
+
197
+ $.abovethetop = function(element, settings) {
198
+ var fold;
199
+
200
+ if (settings.container === undefined || settings.container === window) {
201
+ fold = $window.scrollTop();
202
+ } else {
203
+ fold = $(settings.container).offset().top;
204
+ }
205
+
206
+ return fold >= $(element).offset().top + settings.threshold + $(element).height();
207
+ };
208
+
209
+ $.leftofbegin = function(element, settings) {
210
+ var fold;
211
+
212
+ if (settings.container === undefined || settings.container === window) {
213
+ fold = $window.scrollLeft();
214
+ } else {
215
+ fold = $(settings.container).offset().left;
216
+ }
217
+
218
+ return fold >= $(element).offset().left + settings.threshold + $(element).width();
219
+ };
220
+
221
+ $.inviewport = function(element, settings) {
222
+ return !$.rightoffold(element, settings) && !$.leftofbegin(element, settings) &&
223
+ !$.belowthefold(element, settings) && !$.abovethetop(element, settings);
224
+ };
225
+
226
+ /* Custom selectors for your convenience. */
227
+ /* Use as $("img:below-the-fold").something() or */
228
+ /* $("img").filter(":below-the-fold").something() which is faster */
229
+
230
+ $.extend($.expr[":"], {
231
+ "below-the-fold" : function(a) { return $.belowthefold(a, {threshold : 0}); },
232
+ "above-the-top" : function(a) { return !$.belowthefold(a, {threshold : 0}); },
233
+ "right-of-screen": function(a) { return $.rightoffold(a, {threshold : 0}); },
234
+ "left-of-screen" : function(a) { return !$.rightoffold(a, {threshold : 0}); },
235
+ "in-viewport" : function(a) { return $.inviewport(a, {threshold : 0}); },
236
+ /* Maintain BC for couple of versions. */
237
+ "above-the-fold" : function(a) { return !$.belowthefold(a, {threshold : 0}); },
238
+ "right-of-fold" : function(a) { return $.rightoffold(a, {threshold : 0}); },
239
+ "left-of-fold" : function(a) { return !$.rightoffold(a, {threshold : 0}); }
240
+ });
241
+
242
+ })(jQuery, window, document);
app/assets/js/jquery.lazyload.min.js ADDED
@@ -0,0 +1,2 @@
 
 
1
+ /*! Lazy Load 1.9.7 - MIT license - Copyright 2010-2015 Mika Tuupola */
2
+ !function(a,b,c,d){var e=a(b);a.fn.ggLazyLoad=function(f){function g(){var b=0;i.each(function(){var c=a(this);if(!j.skip_invisible||c.is(":visible"))if(a.abovethetop(this,j)||a.leftofbegin(this,j));else if(a.belowthefold(this,j)||a.rightoffold(this,j)){if(++b>j.failure_limit)return!1}else c.trigger("appear"),b=0})}var h,i=this,j={threshold:0,failure_limit:0,event:"scroll",effect:"show",container:b,data_attribute:"original",skip_invisible:!1,appear:null,load:null,placeholder:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC"};return f&&(d!==f.failurelimit&&(f.failure_limit=f.failurelimit,delete f.failurelimit),d!==f.effectspeed&&(f.effect_speed=f.effectspeed,delete f.effectspeed),a.extend(j,f)),h=j.container===d||j.container===b?e:a(j.container),0===j.event.indexOf("scroll")&&h.bind(j.event,function(){return g()}),this.each(function(){var b=this,c=a(b);b.loaded=!1,(c.attr("src")===d||c.attr("src")===!1)&&c.is("img")&&c.attr("src",j.placeholder),c.one("appear",function(){if(!this.loaded){if(j.appear){var d=i.length;j.appear.call(b,d,j)}a("<img />").bind("load",function(){var d=c.attr("data-"+j.data_attribute);c.hide(),c.is("img")?c.attr("src",d):c.css("background-image","url('"+d+"')"),c[j.effect](j.effect_speed),b.loaded=!0;var e=a.grep(i,function(a){return!a.loaded});if(i=a(e),j.load){var f=i.length;j.load.call(b,f,j)}}).attr("src",c.attr("data-"+j.data_attribute))}}),0!==j.event.indexOf("scroll")&&c.bind(j.event,function(){b.loaded||c.trigger("appear")})}),e.bind("resize",function(){g()}),/(?:iphone|ipod|ipad).*os 5/gi.test(navigator.appVersion)&&e.bind("pageshow",function(b){b.originalEvent&&b.originalEvent.persisted&&i.each(function(){a(this).trigger("appear")})}),a(c).ready(function(){g()}),this},a.belowthefold=function(c,f){var g;return g=f.container===d||f.container===b?(b.innerHeight?b.innerHeight:e.height())+e.scrollTop():a(f.container).offset().top+a(f.container).height(),g<=a(c).offset().top-f.threshold},a.rightoffold=function(c,f){var g;return g=f.container===d||f.container===b?e.width()+e.scrollLeft():a(f.container).offset().left+a(f.container).width(),g<=a(c).offset().left-f.threshold},a.abovethetop=function(c,f){var g;return g=f.container===d||f.container===b?e.scrollTop():a(f.container).offset().top,g>=a(c).offset().top+f.threshold+a(c).height()},a.leftofbegin=function(c,f){var g;return g=f.container===d||f.container===b?e.scrollLeft():a(f.container).offset().left,g>=a(c).offset().left+f.threshold+a(c).width()},a.inviewport=function(b,c){return!(a.rightoffold(b,c)||a.leftofbegin(b,c)||a.belowthefold(b,c)||a.abovethetop(b,c))},a.extend(a.expr[":"],{"below-the-fold":function(b){return a.belowthefold(b,{threshold:0})},"above-the-top":function(b){return!a.belowthefold(b,{threshold:0})},"right-of-screen":function(b){return a.rightoffold(b,{threshold:0})},"left-of-screen":function(b){return!a.rightoffold(b,{threshold:0})},"in-viewport":function(b){return a.inviewport(b,{threshold:0})},"above-the-fold":function(b){return!a.belowthefold(b,{threshold:0})},"right-of-fold":function(b){return a.rightoffold(b,{threshold:0})},"left-of-fold":function(b){return!a.rightoffold(b,{threshold:0})}})}(jQuery,window,document);
app/assets/js/webfont.js ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * Copyright 2015 Small Batch, Inc.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
5
+ * use this file except in compliance with the License. You may obtain a copy of
6
+ * the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13
+ * License for the specific language governing permissions and limitations under
14
+ * the License.
15
+ */
16
+ /* Web Font Loader v1.5.18 - (c) Adobe Systems, Google. License: Apache 2.0 */
17
+ ;(function(window,document,undefined){function aa(a,b,c){return a.call.apply(a.bind,arguments)}function ba(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(c,d);return a.apply(b,c)}}return function(){return a.apply(b,arguments)}}function k(a,b,c){k=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?aa:ba;return k.apply(null,arguments)}var n=Date.now||function(){return+new Date};function q(a,b){this.K=a;this.w=b||a;this.G=this.w.document}q.prototype.createElement=function(a,b,c){a=this.G.createElement(a);if(b)for(var d in b)b.hasOwnProperty(d)&&("style"==d?a.style.cssText=b[d]:a.setAttribute(d,b[d]));c&&a.appendChild(this.G.createTextNode(c));return a};function r(a,b,c){a=a.G.getElementsByTagName(b)[0];a||(a=document.documentElement);a&&a.lastChild&&a.insertBefore(c,a.lastChild)}function ca(a,b){function c(){a.G.body?b():setTimeout(c,0)}c()}
18
+ function s(a,b,c){b=b||[];c=c||[];for(var d=a.className.split(/\s+/),e=0;e<b.length;e+=1){for(var f=!1,g=0;g<d.length;g+=1)if(b[e]===d[g]){f=!0;break}f||d.push(b[e])}b=[];for(e=0;e<d.length;e+=1){f=!1;for(g=0;g<c.length;g+=1)if(d[e]===c[g]){f=!0;break}f||b.push(d[e])}a.className=b.join(" ").replace(/\s+/g," ").replace(/^\s+|\s+$/,"")}function t(a,b){for(var c=a.className.split(/\s+/),d=0,e=c.length;d<e;d++)if(c[d]==b)return!0;return!1}
19
+ function u(a){if("string"===typeof a.na)return a.na;var b=a.w.location.protocol;"about:"==b&&(b=a.K.location.protocol);return"https:"==b?"https:":"http:"}function v(a,b){var c=a.createElement("link",{rel:"stylesheet",href:b,media:"all"}),d=!1;c.onload=function(){d||(d=!0)};c.onerror=function(){d||(d=!0)};r(a,"head",c)}
20
+ function w(a,b,c,d){var e=a.G.getElementsByTagName("head")[0];if(e){var f=a.createElement("script",{src:b}),g=!1;f.onload=f.onreadystatechange=function(){g||this.readyState&&"loaded"!=this.readyState&&"complete"!=this.readyState||(g=!0,c&&c(null),f.onload=f.onreadystatechange=null,"HEAD"==f.parentNode.tagName&&e.removeChild(f))};e.appendChild(f);window.setTimeout(function(){g||(g=!0,c&&c(Error("Script load timeout")))},d||5E3);return f}return null};function x(a,b){this.Y=a;this.ga=b};function y(a,b,c,d){this.c=null!=a?a:null;this.g=null!=b?b:null;this.D=null!=c?c:null;this.e=null!=d?d:null}var da=/^([0-9]+)(?:[\._-]([0-9]+))?(?:[\._-]([0-9]+))?(?:[\._+-]?(.*))?$/;y.prototype.compare=function(a){return this.c>a.c||this.c===a.c&&this.g>a.g||this.c===a.c&&this.g===a.g&&this.D>a.D?1:this.c<a.c||this.c===a.c&&this.g<a.g||this.c===a.c&&this.g===a.g&&this.D<a.D?-1:0};y.prototype.toString=function(){return[this.c,this.g||"",this.D||"",this.e||""].join("")};
21
+ function z(a){a=da.exec(a);var b=null,c=null,d=null,e=null;a&&(null!==a[1]&&a[1]&&(b=parseInt(a[1],10)),null!==a[2]&&a[2]&&(c=parseInt(a[2],10)),null!==a[3]&&a[3]&&(d=parseInt(a[3],10)),null!==a[4]&&a[4]&&(e=/^[0-9]+$/.test(a[4])?parseInt(a[4],10):a[4]));return new y(b,c,d,e)};function A(a,b,c,d,e,f,g,h){this.N=a;this.k=h}A.prototype.getName=function(){return this.N};function B(a){this.a=a}var ea=new A("Unknown",0,0,0,0,0,0,new x(!1,!1));
22
+ B.prototype.parse=function(){var a;if(-1!=this.a.indexOf("MSIE")||-1!=this.a.indexOf("Trident/")){a=C(this);var b=z(D(this)),c=null,d=E(this.a,/Trident\/([\d\w\.]+)/,1),c=-1!=this.a.indexOf("MSIE")?z(E(this.a,/MSIE ([\d\w\.]+)/,1)):z(E(this.a,/rv:([\d\w\.]+)/,1));""!=d&&z(d);a=new A("MSIE",0,0,0,0,0,0,new x("Windows"==a&&6<=c.c||"Windows Phone"==a&&8<=b.c,!1))}else if(-1!=this.a.indexOf("Opera"))a:if(a=z(E(this.a,/Presto\/([\d\w\.]+)/,1)),z(D(this)),null!==a.c||z(E(this.a,/rv:([^\)]+)/,1)),-1!=this.a.indexOf("Opera Mini/"))a=
23
+ z(E(this.a,/Opera Mini\/([\d\.]+)/,1)),a=new A("OperaMini",0,0,0,C(this),0,0,new x(!1,!1));else{if(-1!=this.a.indexOf("Version/")&&(a=z(E(this.a,/Version\/([\d\.]+)/,1)),null!==a.c)){a=new A("Opera",0,0,0,C(this),0,0,new x(10<=a.c,!1));break a}a=z(E(this.a,/Opera[\/ ]([\d\.]+)/,1));a=null!==a.c?new A("Opera",0,0,0,C(this),0,0,new x(10<=a.c,!1)):new A("Opera",0,0,0,C(this),0,0,new x(!1,!1))}else/OPR\/[\d.]+/.test(this.a)?a=F(this):/AppleWeb(K|k)it/.test(this.a)?a=F(this):-1!=this.a.indexOf("Gecko")?
24
+ (a="Unknown",b=new y,z(D(this)),b=!1,-1!=this.a.indexOf("Firefox")?(a="Firefox",b=z(E(this.a,/Firefox\/([\d\w\.]+)/,1)),b=3<=b.c&&5<=b.g):-1!=this.a.indexOf("Mozilla")&&(a="Mozilla"),c=z(E(this.a,/rv:([^\)]+)/,1)),b||(b=1<c.c||1==c.c&&9<c.g||1==c.c&&9==c.g&&2<=c.D),a=new A(a,0,0,0,C(this),0,0,new x(b,!1))):a=ea;return a};
25
+ function C(a){var b=E(a.a,/(iPod|iPad|iPhone|Android|Windows Phone|BB\d{2}|BlackBerry)/,1);if(""!=b)return/BB\d{2}/.test(b)&&(b="BlackBerry"),b;a=E(a.a,/(Linux|Mac_PowerPC|Macintosh|Windows|CrOS|PlayStation|CrKey)/,1);return""!=a?("Mac_PowerPC"==a?a="Macintosh":"PlayStation"==a&&(a="Linux"),a):"Unknown"}
26
+ function D(a){var b=E(a.a,/(OS X|Windows NT|Android) ([^;)]+)/,2);if(b||(b=E(a.a,/Windows Phone( OS)? ([^;)]+)/,2))||(b=E(a.a,/(iPhone )?OS ([\d_]+)/,2)))return b;if(b=E(a.a,/(?:Linux|CrOS|CrKey) ([^;)]+)/,1))for(var b=b.split(/\s/),c=0;c<b.length;c+=1)if(/^[\d\._]+$/.test(b[c]))return b[c];return(a=E(a.a,/(BB\d{2}|BlackBerry).*?Version\/([^\s]*)/,2))?a:"Unknown"}
27
+ function F(a){var b=C(a),c=z(D(a)),d=z(E(a.a,/AppleWeb(?:K|k)it\/([\d\.\+]+)/,1)),e="Unknown",f=new y,f="Unknown",g=!1;/OPR\/[\d.]+/.test(a.a)?e="Opera":-1!=a.a.indexOf("Chrome")||-1!=a.a.indexOf("CrMo")||-1!=a.a.indexOf("CriOS")?e="Chrome":/Silk\/\d/.test(a.a)?e="Silk":"BlackBerry"==b||"Android"==b?e="BuiltinBrowser":-1!=a.a.indexOf("PhantomJS")?e="PhantomJS":-1!=a.a.indexOf("Safari")?e="Safari":-1!=a.a.indexOf("AdobeAIR")?e="AdobeAIR":-1!=a.a.indexOf("PlayStation")&&(e="BuiltinBrowser");"BuiltinBrowser"==
28
+ e?f="Unknown":"Silk"==e?f=E(a.a,/Silk\/([\d\._]+)/,1):"Chrome"==e?f=E(a.a,/(Chrome|CrMo|CriOS)\/([\d\.]+)/,2):-1!=a.a.indexOf("Version/")?f=E(a.a,/Version\/([\d\.\w]+)/,1):"AdobeAIR"==e?f=E(a.a,/AdobeAIR\/([\d\.]+)/,1):"Opera"==e?f=E(a.a,/OPR\/([\d.]+)/,1):"PhantomJS"==e&&(f=E(a.a,/PhantomJS\/([\d.]+)/,1));f=z(f);g="AdobeAIR"==e?2<f.c||2==f.c&&5<=f.g:"BlackBerry"==b?10<=c.c:"Android"==b?2<c.c||2==c.c&&1<c.g:526<=d.c||525<=d.c&&13<=d.g;return new A(e,0,0,0,0,0,0,new x(g,536>d.c||536==d.c&&11>d.g))}
29
+ function E(a,b,c){return(a=a.match(b))&&a[c]?a[c]:""};function G(a){this.ma=a||"-"}G.prototype.e=function(a){for(var b=[],c=0;c<arguments.length;c++)b.push(arguments[c].replace(/[\W_]+/g,"").toLowerCase());return b.join(this.ma)};function H(a,b){this.N=a;this.Z=4;this.O="n";var c=(b||"n4").match(/^([nio])([1-9])$/i);c&&(this.O=c[1],this.Z=parseInt(c[2],10))}H.prototype.getName=function(){return this.N};function I(a){return a.O+a.Z}function ga(a){var b=4,c="n",d=null;a&&((d=a.match(/(normal|oblique|italic)/i))&&d[1]&&(c=d[1].substr(0,1).toLowerCase()),(d=a.match(/([1-9]00|normal|bold)/i))&&d[1]&&(/bold/i.test(d[1])?b=7:/[1-9]00/.test(d[1])&&(b=parseInt(d[1].substr(0,1),10))));return c+b};function ha(a,b){this.d=a;this.q=a.w.document.documentElement;this.Q=b;this.j="wf";this.h=new G("-");this.ha=!1!==b.events;this.F=!1!==b.classes}function J(a){if(a.F){var b=t(a.q,a.h.e(a.j,"active")),c=[],d=[a.h.e(a.j,"loading")];b||c.push(a.h.e(a.j,"inactive"));s(a.q,c,d)}K(a,"inactive")}function K(a,b,c){if(a.ha&&a.Q[b])if(c)a.Q[b](c.getName(),I(c));else a.Q[b]()};function ia(){this.C={}};function L(a,b){this.d=a;this.I=b;this.o=this.d.createElement("span",{"aria-hidden":"true"},this.I)}
30
+ function M(a,b){var c=a.o,d;d=[];for(var e=b.N.split(/,\s*/),f=0;f<e.length;f++){var g=e[f].replace(/['"]/g,"");-1==g.indexOf(" ")?d.push(g):d.push("'"+g+"'")}d=d.join(",");e="normal";"o"===b.O?e="oblique":"i"===b.O&&(e="italic");c.style.cssText="display:block;position:absolute;top:-9999px;left:-9999px;font-size:300px;width:auto;height:auto;line-height:normal;margin:0;padding:0;font-variant:normal;white-space:nowrap;font-family:"+d+";"+("font-style:"+e+";font-weight:"+(b.Z+"00")+";")}
31
+ function N(a){r(a.d,"body",a.o)}L.prototype.remove=function(){var a=this.o;a.parentNode&&a.parentNode.removeChild(a)};function O(a,b,c,d,e,f,g,h){this.$=a;this.ka=b;this.d=c;this.m=d;this.k=e;this.I=h||"BESbswy";this.v={};this.X=f||3E3;this.ca=g||null;this.H=this.u=this.t=null;this.t=new L(this.d,this.I);this.u=new L(this.d,this.I);this.H=new L(this.d,this.I);M(this.t,new H("serif",I(this.m)));M(this.u,new H("sans-serif",I(this.m)));M(this.H,new H("monospace",I(this.m)));N(this.t);N(this.u);N(this.H);this.v.serif=this.t.o.offsetWidth;this.v["sans-serif"]=this.u.o.offsetWidth;this.v.monospace=this.H.o.offsetWidth}
32
+ var P={sa:"serif",ra:"sans-serif",qa:"monospace"};O.prototype.start=function(){this.oa=n();M(this.t,new H(this.m.getName()+",serif",I(this.m)));M(this.u,new H(this.m.getName()+",sans-serif",I(this.m)));Q(this)};function R(a,b,c){for(var d in P)if(P.hasOwnProperty(d)&&b===a.v[P[d]]&&c===a.v[P[d]])return!0;return!1}
33
+ function Q(a){var b=a.t.o.offsetWidth,c=a.u.o.offsetWidth;b===a.v.serif&&c===a.v["sans-serif"]||a.k.ga&&R(a,b,c)?n()-a.oa>=a.X?a.k.ga&&R(a,b,c)&&(null===a.ca||a.ca.hasOwnProperty(a.m.getName()))?S(a,a.$):S(a,a.ka):ja(a):S(a,a.$)}function ja(a){setTimeout(k(function(){Q(this)},a),50)}function S(a,b){a.t.remove();a.u.remove();a.H.remove();b(a.m)};function T(a,b,c,d){this.d=b;this.A=c;this.S=0;this.ea=this.ba=!1;this.X=d;this.k=a.k}function ka(a,b,c,d,e){c=c||{};if(0===b.length&&e)J(a.A);else for(a.S+=b.length,e&&(a.ba=e),e=0;e<b.length;e++){var f=b[e],g=c[f.getName()],h=a.A,m=f;h.F&&s(h.q,[h.h.e(h.j,m.getName(),I(m).toString(),"loading")]);K(h,"fontloading",m);h=null;h=new O(k(a.ia,a),k(a.ja,a),a.d,f,a.k,a.X,d,g);h.start()}}
34
+ T.prototype.ia=function(a){var b=this.A;b.F&&s(b.q,[b.h.e(b.j,a.getName(),I(a).toString(),"active")],[b.h.e(b.j,a.getName(),I(a).toString(),"loading"),b.h.e(b.j,a.getName(),I(a).toString(),"inactive")]);K(b,"fontactive",a);this.ea=!0;la(this)};
35
+ T.prototype.ja=function(a){var b=this.A;if(b.F){var c=t(b.q,b.h.e(b.j,a.getName(),I(a).toString(),"active")),d=[],e=[b.h.e(b.j,a.getName(),I(a).toString(),"loading")];c||d.push(b.h.e(b.j,a.getName(),I(a).toString(),"inactive"));s(b.q,d,e)}K(b,"fontinactive",a);la(this)};function la(a){0==--a.S&&a.ba&&(a.ea?(a=a.A,a.F&&s(a.q,[a.h.e(a.j,"active")],[a.h.e(a.j,"loading"),a.h.e(a.j,"inactive")]),K(a,"active")):J(a.A))};function U(a){this.K=a;this.B=new ia;this.pa=new B(a.navigator.userAgent);this.a=this.pa.parse();this.U=this.V=0;this.R=this.T=!0}
36
+ U.prototype.load=function(a){this.d=new q(this.K,a.context||this.K);this.T=!1!==a.events;this.R=!1!==a.classes;var b=new ha(this.d,a),c=[],d=a.timeout;b.F&&s(b.q,[b.h.e(b.j,"loading")]);K(b,"loading");var c=this.B,e=this.d,f=[],g;for(g in a)if(a.hasOwnProperty(g)){var h=c.C[g];h&&f.push(h(a[g],e))}c=f;this.U=this.V=c.length;a=new T(this.a,this.d,b,d);d=0;for(g=c.length;d<g;d++)e=c[d],e.L(this.a,k(this.la,this,e,b,a))};
37
+ U.prototype.la=function(a,b,c,d){var e=this;d?a.load(function(a,b,d){ma(e,c,a,b,d)}):(a=0==--this.V,this.U--,a&&0==this.U?J(b):(this.R||this.T)&&ka(c,[],{},null,a))};function ma(a,b,c,d,e){var f=0==--a.V;(a.R||a.T)&&setTimeout(function(){ka(b,c,d||null,e||null,f)},0)};function na(a,b,c){this.P=a?a:b+oa;this.s=[];this.W=[];this.fa=c||""}var oa="//fonts.googleapis.com/css";na.prototype.e=function(){if(0==this.s.length)throw Error("No fonts to load!");if(-1!=this.P.indexOf("kit="))return this.P;for(var a=this.s.length,b=[],c=0;c<a;c++)b.push(this.s[c].replace(/ /g,"+"));a=this.P+"?family="+b.join("%7C");0<this.W.length&&(a+="&subset="+this.W.join(","));0<this.fa.length&&(a+="&text="+encodeURIComponent(this.fa));return a};function pa(a){this.s=a;this.da=[];this.M={}}
38
+ var qa={latin:"BESbswy",cyrillic:"&#1081;&#1103;&#1046;",greek:"&#945;&#946;&#931;",khmer:"&#x1780;&#x1781;&#x1782;",Hanuman:"&#x1780;&#x1781;&#x1782;"},ra={thin:"1",extralight:"2","extra-light":"2",ultralight:"2","ultra-light":"2",light:"3",regular:"4",book:"4",medium:"5","semi-bold":"6",semibold:"6","demi-bold":"6",demibold:"6",bold:"7","extra-bold":"8",extrabold:"8","ultra-bold":"8",ultrabold:"8",black:"9",heavy:"9",l:"3",r:"4",b:"7"},sa={i:"i",italic:"i",n:"n",normal:"n"},ta=/^(thin|(?:(?:extra|ultra)-?)?light|regular|book|medium|(?:(?:semi|demi|extra|ultra)-?)?bold|black|heavy|l|r|b|[1-9]00)?(n|i|normal|italic)?$/;
39
+ pa.prototype.parse=function(){for(var a=this.s.length,b=0;b<a;b++){var c=this.s[b].split(":"),d=c[0].replace(/\+/g," "),e=["n4"];if(2<=c.length){var f;var g=c[1];f=[];if(g)for(var g=g.split(","),h=g.length,m=0;m<h;m++){var l;l=g[m];if(l.match(/^[\w-]+$/)){l=ta.exec(l.toLowerCase());var p=void 0;if(null==l)p="";else{p=void 0;p=l[1];if(null==p||""==p)p="4";else var fa=ra[p],p=fa?fa:isNaN(p)?"4":p.substr(0,1);l=l[2];p=[null==l||""==l?"n":sa[l],p].join("")}l=p}else l="";l&&f.push(l)}0<f.length&&(e=f);
40
+ 3==c.length&&(c=c[2],f=[],c=c?c.split(","):f,0<c.length&&(c=qa[c[0]])&&(this.M[d]=c))}this.M[d]||(c=qa[d])&&(this.M[d]=c);for(c=0;c<e.length;c+=1)this.da.push(new H(d,e[c]))}};function V(a,b){this.a=(new B(navigator.userAgent)).parse();this.d=a;this.f=b}var ua={Arimo:!0,Cousine:!0,Tinos:!0};V.prototype.L=function(a,b){b(a.k.Y)};V.prototype.load=function(a){var b=this.d;"MSIE"==this.a.getName()&&1!=this.f.blocking?ca(b,k(this.aa,this,a)):this.aa(a)};
41
+ V.prototype.aa=function(a){for(var b=this.d,c=new na(this.f.api,u(b),this.f.text),d=this.f.families,e=d.length,f=0;f<e;f++){var g=d[f].split(":");3==g.length&&c.W.push(g.pop());var h="";2==g.length&&""!=g[1]&&(h=":");c.s.push(g.join(h))}d=new pa(d);d.parse();v(b,c.e());a(d.da,d.M,ua)};function W(a,b){this.d=a;this.f=b;this.p=[]}W.prototype.J=function(a){var b=this.d;return u(this.d)+(this.f.api||"//f.fontdeck.com/s/css/js/")+(b.w.location.hostname||b.K.location.hostname)+"/"+a+".js"};
42
+ W.prototype.L=function(a,b){var c=this.f.id,d=this.d.w,e=this;c?(d.__webfontfontdeckmodule__||(d.__webfontfontdeckmodule__={}),d.__webfontfontdeckmodule__[c]=function(a,c){for(var d=0,m=c.fonts.length;d<m;++d){var l=c.fonts[d];e.p.push(new H(l.name,ga("font-weight:"+l.weight+";font-style:"+l.style)))}b(a)},w(this.d,this.J(c),function(a){a&&b(!1)})):b(!1)};W.prototype.load=function(a){a(this.p)};function X(a,b){this.d=a;this.f=b;this.p=[]}X.prototype.J=function(a){var b=u(this.d);return(this.f.api||b+"//use.typekit.net")+"/"+a+".js"};X.prototype.L=function(a,b){var c=this.f.id,d=this.d.w,e=this;c?w(this.d,this.J(c),function(a){if(a)b(!1);else{if(d.Typekit&&d.Typekit.config&&d.Typekit.config.fn){a=d.Typekit.config.fn;for(var c=0;c<a.length;c+=2)for(var h=a[c],m=a[c+1],l=0;l<m.length;l++)e.p.push(new H(h,m[l]));try{d.Typekit.load({events:!1,classes:!1})}catch(p){}}b(!0)}},2E3):b(!1)};
43
+ X.prototype.load=function(a){a(this.p)};function Y(a,b){this.d=a;this.f=b;this.p=[]}Y.prototype.L=function(a,b){var c=this,d=c.f.projectId,e=c.f.version;if(d){var f=c.d.w;w(this.d,c.J(d,e),function(e){if(e)b(!1);else{if(f["__mti_fntLst"+d]&&(e=f["__mti_fntLst"+d]()))for(var h=0;h<e.length;h++)c.p.push(new H(e[h].fontfamily));b(a.k.Y)}}).id="__MonotypeAPIScript__"+d}else b(!1)};Y.prototype.J=function(a,b){var c=u(this.d),d=(this.f.api||"fast.fonts.net/jsapi").replace(/^.*http(s?):(\/\/)?/,"");return c+"//"+d+"/"+a+".js"+(b?"?v="+b:"")};
44
+ Y.prototype.load=function(a){a(this.p)};function Z(a,b){this.d=a;this.f=b}Z.prototype.load=function(a){var b,c,d=this.f.urls||[],e=this.f.families||[],f=this.f.testStrings||{};b=0;for(c=d.length;b<c;b++)v(this.d,d[b]);d=[];b=0;for(c=e.length;b<c;b++){var g=e[b].split(":");if(g[1])for(var h=g[1].split(","),m=0;m<h.length;m+=1)d.push(new H(g[0],h[m]));else d.push(new H(g[0]))}a(d,f)};Z.prototype.L=function(a,b){return b(a.k.Y)};var $=new U(this);$.B.C.custom=function(a,b){return new Z(b,a)};$.B.C.fontdeck=function(a,b){return new W(b,a)};$.B.C.monotype=function(a,b){return new Y(b,a)};$.B.C.typekit=function(a,b){return new X(b,a)};$.B.C.google=function(a,b){return new V(b,a)};this.WebFont||(this.WebFont={},this.WebFont.load=k($.load,$),this.WebFontConfig&&$.load(this.WebFontConfig));})(this,document);
45
+
app/configs/global.php ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <?php
2
+
3
+ return array(
4
+ 'pro_url' => 'http://supsystic.com/plugins/photo-gallery/'
5
+ );
app/configs/modules/promo.php ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ <?php return array(
2
+ 'promo_plugin_name' => 'Gallery by Supsystic',
3
+ 'promo_plugin_url' => 'http://supsystic.com/plugins/photo-gallery/',
4
+ 'promo_video_url' => '',
5
+ 'promo_plugin_features' => array(
6
+ '18 Overlay Effects',
7
+ 'Four Border Types',
8
+ 'Two Area Grid',
9
+ ),
10
+ );
app/console/log.php ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Usage (UNIX):
5
+ * - php app/console/log.php - Print full log file
6
+ * - php app/console/log.php | grep %level|time|word% - Print only messages with the specified level (time, word, etc)
7
+ */
8
+
9
+ if (PHP_SAPI !== 'cli') {
10
+ die ('Execute current script only from command-line');
11
+ }
12
+
13
+ define('LOGPATH', realpath(__DIR__ . '/../../../../uploads/grid-gallery/log'));
14
+
15
+ if (is_file($file = LOGPATH . '/' . date('Y-m-d') . '.log')) {
16
+
17
+ echo file_get_contents($file);
18
+
19
+ }
app/langs/default.po ADDED
@@ -0,0 +1,2316 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+
4
+ msgid " Mb "
5
+ msgstr ""
6
+
7
+ msgid " Size: "
8
+ msgstr ""
9
+
10
+ msgid " image "
11
+ msgstr ""
12
+
13
+ msgid " of "
14
+ msgstr ""
15
+
16
+ msgid " plugin from your admin area, or visit it\'s official page on Wordpress.org "
17
+ msgstr ""
18
+
19
+ msgid "<p><b>Upgrading</b></p><p>Once you have purchased Premium version of plugin - you’ll have to enter license key (you can find it in your personal account on our site). Go to the License tab and enter your email and license key. Once you have activated your PRO license - you can use all its advanced options.</p><p>That’s all. From this moment you can use your Gallery without any doubt. But if you still have some question - do not hesitate to contact us through our <a href=\"https://supsystic.com/contact-us/\">internal support</a> or on our <a href=\"http://supsystic.com/forum/photo-gallery-plugin/\">Supsystic Forum.</a> Besides you can always describe your questions on <a href=\"https://wordpress.org/support/plugin/gallery-by-supsystic\">WordPress Ultimate Forum.</a></p><p><b>Enjoy this plugin?</b></p><p>It will be nice if you`ll help us and boost plugin with <a href=\"https://wordpress.org/support/view/plugin-reviews/gallery-by-supsystic?rate=5#postform/\">Five Stars rating on WordPress.org.</a></p><p>We hope that you like this plugin and wish you all the best! Good luck!</p>"
20
+ msgstr ""
21
+
22
+ msgid "<p>Categories tab: here you can enable Categories and Pagination options.</p><p>To this tab become available you need to buy PRO version."
23
+ msgstr ""
24
+
25
+ msgid "<p>Here you can set main settings of gallery - choose Gallery Type, for more information check this <a href=\"//supsystic.com/gallery-order-types/\" target=\"_blank\">article</a>.</p><p>Social Sharing: add social share buttons to your gallery. Or showcase images in a Horizontal Scroll view.</p><p>Load More: adds \"load more\" button to your gallery. And with Custom Buttons: you can make your button better.</p><p>Add to images border and shadow with Border Type and Shadow settings.</p><p>In the Pop-up Image section customize lightbox of your gallery.</p>"
26
+ msgstr ""
27
+
28
+ msgid "<p>Import images in several ways:</p><p>Import from Wordpress Media Library/Upload files from your computer</p><p>Import from social networks</p><p>Instagram (in the Free version)</p><p>With PRO-version also will be available import from Flickr, Tumblr and Facebook.</p><p>Besides with Gallery PRO version you can import images from such cloud services - FTP server, Google Drive.</p>"
29
+ msgstr ""
30
+
31
+ msgid "<p>Now you can see your image list. Here you can:</p><p>Change the order of images – simply by dragging them manually.</p><p>Delete images.</p><p>Add new images from different sources to the grid gallery – click “Add Images” button and select the source to import from.</p><p><b>Caption tab</b> – add caption to image – it will be displayed on the caption effect of the gallery. Also here included the support of html-elements inside caption effect</p><p><b>SEO tab</b> – manage image title and description</p><p><b>Link tab</b> – attach links to image – it will go to the link when you click the image.</p><p><b>Video tab</b> – attach video url – it will be displayed in a pop-up image when you click on the image.</p><p><b>Categories tab</b> – add tags for image categories.</p><p><b>Linked images tab</b> – add linked images to the chosen image.</p><p><b>Crop tab</b> – choose image crop position.</p><p><b>Replace image tab</b> – replace image without losing image settings.</p><p>Now follow to the gallery settings – сlick “Properties” button.</p>"
32
+ msgstr ""
33
+
34
+ msgid "<p>On Captions tab you can manage the Captions and Icons, and make them your style.</p>"
35
+ msgstr ""
36
+
37
+ msgid "<p>Posts tab: here you can add posts and pages to your gallery and also manage them. Posts of gallery included in the PRO version of Gallery by Supsystic.</p>"
38
+ msgstr ""
39
+
40
+ msgid "<strong>Gallery</strong> &mdash; the highest type of entity in the Gallery by Supsystic."
41
+ msgstr ""
42
+
43
+ msgid "Activate"
44
+ msgstr ""
45
+
46
+ msgid "Activate License"
47
+ msgstr ""
48
+
49
+ msgid "Add Images"
50
+ msgstr ""
51
+
52
+ msgid "Add images"
53
+ msgstr ""
54
+
55
+ msgid "Add images to the gallery"
56
+ msgstr ""
57
+
58
+ msgid "Add images to the new gallery"
59
+ msgstr ""
60
+
61
+ msgid "Add images to your Gallery"
62
+ msgstr ""
63
+
64
+ msgid "Add nofollow attribute"
65
+ msgstr ""
66
+
67
+ msgid "Add selected items"
68
+ msgstr ""
69
+
70
+ msgid "Add selected to the gallery"
71
+ msgstr ""
72
+
73
+ msgid "Add the selected items to the existing gallery"
74
+ msgstr ""
75
+
76
+ msgid "Add watermarks to your photos"
77
+ msgstr ""
78
+
79
+ msgid "After"
80
+ msgstr ""
81
+
82
+ msgid "Albums"
83
+ msgstr ""
84
+
85
+ msgid "Align"
86
+ msgstr ""
87
+
88
+ msgid "All"
89
+ msgstr ""
90
+
91
+ msgid "All photos"
92
+ msgstr ""
93
+
94
+ msgid "Alt text"
95
+ msgstr ""
96
+
97
+ msgid "Alternative text"
98
+ msgstr ""
99
+
100
+ msgid "An error has occurred"
101
+ msgstr ""
102
+
103
+ msgid "Animation"
104
+ msgstr ""
105
+
106
+ msgid "Animation Effect"
107
+ msgstr ""
108
+
109
+ msgid "Animation Effects"
110
+ msgstr ""
111
+
112
+ msgid "Animation duration"
113
+ msgstr ""
114
+
115
+ msgid "Animation start"
116
+ msgstr ""
117
+
118
+ msgid "Another Service"
119
+ msgstr ""
120
+
121
+ msgid "Another Service Settgins"
122
+ msgstr ""
123
+
124
+ msgid "Aperture"
125
+ msgstr ""
126
+
127
+ msgid "Apply"
128
+ msgstr ""
129
+
130
+ msgid "Apply to all images"
131
+ msgstr ""
132
+
133
+ msgid "Are you really want to delete preset \"%s\"?"
134
+ msgstr ""
135
+
136
+ msgid "Are you sure you want to delete this gallery?"
137
+ msgstr ""
138
+
139
+ msgid "At the left side of the monitor you see a preview image in which will be seen changes made to the settings. This window for the settings of your gallery."
140
+ msgstr ""
141
+
142
+ msgid "Auth key saved!"
143
+ msgstr ""
144
+
145
+ msgid "Authorization code is not specified."
146
+ msgstr ""
147
+
148
+ msgid "Authorization oauth_verifier is not specified."
149
+ msgstr ""
150
+
151
+ msgid "Auto Posts Categories"
152
+ msgstr ""
153
+
154
+ msgid "Auto posts"
155
+ msgstr ""
156
+
157
+ msgid "Auto, Did not fire"
158
+ msgstr ""
159
+
160
+ msgid "Auto, Did not fire, Red-eye reduction"
161
+ msgstr ""
162
+
163
+ msgid "Auto, Fired"
164
+ msgstr ""
165
+
166
+ msgid "Auto, Fired, Red-eye reduction"
167
+ msgstr ""
168
+
169
+ msgid "Auto, Fired, Red-eye reduction, Return detected"
170
+ msgstr ""
171
+
172
+ msgid "Auto, Fired, Red-eye reduction, Return not detected"
173
+ msgstr ""
174
+
175
+ msgid "Auto, Fired, Return detected"
176
+ msgstr ""
177
+
178
+ msgid "Auto, Fired, Return not detected"
179
+ msgstr ""
180
+
181
+ msgid "Autoplay video"
182
+ msgstr ""
183
+
184
+ msgid "Available"
185
+ msgstr ""
186
+
187
+ msgid "Available in PRO version."
188
+ msgstr ""
189
+
190
+ msgid "Available in Pro"
191
+ msgstr ""
192
+
193
+ msgid "Back to the gallery"
194
+ msgstr ""
195
+
196
+ msgid "Background"
197
+ msgstr ""
198
+
199
+ msgid "Background Transparency"
200
+ msgstr ""
201
+
202
+ msgid "Background color"
203
+ msgstr ""
204
+
205
+ msgid "Background color for \"Show on hover\""
206
+ msgstr ""
207
+
208
+ msgid "Background hover color"
209
+ msgstr ""
210
+
211
+ msgid "Background transparency"
212
+ msgstr ""
213
+
214
+ msgid "Backup Images Source"
215
+ msgstr ""
216
+
217
+ msgid "Backup Plugin"
218
+ msgstr ""
219
+
220
+ msgid "Backup and Restore WordPress Plugin by Supsystic provides quick and unhitched DropBox, FTP, Amazon S3, Google Drive backup for your WordPress website."
221
+ msgstr ""
222
+
223
+ msgid "Be closer to your visitors and customers with Live Chat Support by Supsystic. Help you visitors, support them in real-time with exceptional Live Chat WordPress plugin by Supsystic."
224
+ msgstr ""
225
+
226
+ msgid "Before"
227
+ msgstr ""
228
+
229
+ msgid "Bold"
230
+ msgstr ""
231
+
232
+ msgid "Border"
233
+ msgstr ""
234
+
235
+ msgid "Border Type"
236
+ msgstr ""
237
+
238
+ msgid "Border color"
239
+ msgstr ""
240
+
241
+ msgid "Border radius"
242
+ msgstr ""
243
+
244
+ msgid "Border style"
245
+ msgstr ""
246
+
247
+ msgid "Border type"
248
+ msgstr ""
249
+
250
+ msgid "Border width"
251
+ msgstr ""
252
+
253
+ msgid "Bottom"
254
+ msgstr ""
255
+
256
+ msgid "Bottom Center"
257
+ msgstr ""
258
+
259
+ msgid "Bottom Left"
260
+ msgstr ""
261
+
262
+ msgid "Bottom Right"
263
+ msgstr ""
264
+
265
+ msgid "Buttons"
266
+ msgstr ""
267
+
268
+ msgid "Buttons align"
269
+ msgstr ""
270
+
271
+ msgid "Buttons position"
272
+ msgstr ""
273
+
274
+ msgid "Buttons preset editor for Paginations, Categories and Load More buttons"
275
+ msgstr ""
276
+
277
+ msgid "Camera"
278
+ msgstr ""
279
+
280
+ msgid "Camera model"
281
+ msgstr ""
282
+
283
+ msgid "Can't create restore directory!"
284
+ msgstr ""
285
+
286
+ msgid "Can't create restore file!"
287
+ msgstr ""
288
+
289
+ msgid "Can\'t check current version of cUrl extension"
290
+ msgstr ""
291
+
292
+ msgid "Can\'t create image position for gallery!"
293
+ msgstr ""
294
+
295
+ msgid "Can\'t create membership params for gallery!"
296
+ msgstr ""
297
+
298
+ msgid "Can\'t create resources for gallery!"
299
+ msgstr ""
300
+
301
+ msgid "Can\'t create settings for gallery!"
302
+ msgstr ""
303
+
304
+ msgid "Cancel"
305
+ msgstr ""
306
+
307
+ msgid "Caption"
308
+ msgstr ""
309
+
310
+ msgid "Captions"
311
+ msgstr ""
312
+
313
+ msgid "Captions and Icons"
314
+ msgstr ""
315
+
316
+ msgid "Categories"
317
+ msgstr ""
318
+
319
+ msgid "Categories and Pagination"
320
+ msgstr ""
321
+
322
+ msgid "Categories order"
323
+ msgstr ""
324
+
325
+ msgid "Categorize images in the gallery"
326
+ msgstr ""
327
+
328
+ msgid "Center"
329
+ msgstr ""
330
+
331
+ msgid "Center Center"
332
+ msgstr ""
333
+
334
+ msgid "Change Details"
335
+ msgstr ""
336
+
337
+ msgid "Check all other FAQs"
338
+ msgstr ""
339
+
340
+ msgid "Choose"
341
+ msgstr ""
342
+
343
+ msgid "Choose Gallery Template."
344
+ msgstr ""
345
+
346
+ msgid "Choose Gallery Template. You can change template and settings on the next step."
347
+ msgstr ""
348
+
349
+ msgid "Choose Icon"
350
+ msgstr ""
351
+
352
+ msgid "Choose effect"
353
+ msgstr ""
354
+
355
+ msgid "Choose icon"
356
+ msgstr ""
357
+
358
+ msgid "Choose image"
359
+ msgstr ""
360
+
361
+ msgid "Choose images"
362
+ msgstr ""
363
+
364
+ msgid "Choose preset"
365
+ msgstr ""
366
+
367
+ msgid "Choose source"
368
+ msgstr ""
369
+
370
+ msgid "Choose theme"
371
+ msgstr ""
372
+
373
+ msgid "Click on the icon to select effect"
374
+ msgstr ""
375
+
376
+ msgid "Clone"
377
+ msgstr ""
378
+
379
+ msgid "Clone type parameter is incorrect"
380
+ msgstr ""
381
+
382
+ msgid "Clone with images"
383
+ msgstr ""
384
+
385
+ msgid "Clone without images"
386
+ msgstr ""
387
+
388
+ msgid "Cloned "
389
+ msgstr ""
390
+
391
+ msgid ""
392
+ "Cloned gallery ' . $galleryId);\n"
393
+ " }\n"
394
+ " if(!$this->add($ggTitle)) {\n"
395
+ " $message = $language->translate('Can\'t create new gallery!"
396
+ msgstr ""
397
+
398
+ msgid "Cloning gallery..."
399
+ msgstr ""
400
+
401
+ msgid "Close Tutorial"
402
+ msgstr ""
403
+
404
+ msgid "Close popup"
405
+ msgstr ""
406
+
407
+ msgid "Color"
408
+ msgstr ""
409
+
410
+ msgid "Coming Soon Plugin"
411
+ msgstr ""
412
+
413
+ msgid "Coming soon page with drag-and-drop builder or under construction | maintenance mode to notify visitors and collects emails."
414
+ msgstr ""
415
+
416
+ msgid "Congratulations! You have successfully installed and activated PRO version of ' ~ environment.getMenu().getMenuTitle() ~ ' plugin."
417
+ msgstr ""
418
+
419
+ msgid "Connected to"
420
+ msgstr ""
421
+
422
+ msgid "Contact Form Plugin"
423
+ msgstr ""
424
+
425
+ msgid "Container background"
426
+ msgstr ""
427
+
428
+ msgid "Couldn\'t get the plugin to work"
429
+ msgstr ""
430
+
431
+ msgid "Create and manage beautiful data tables with custom design. No HTML knowledge is required."
432
+ msgstr ""
433
+
434
+ msgid "Create new folder"
435
+ msgstr ""
436
+
437
+ msgid "Create new gallery"
438
+ msgstr ""
439
+
440
+ msgid "Create new gallery from the selected items"
441
+ msgstr ""
442
+
443
+ msgid "Create online membership community with custom user profiles, roles, FrontEnd registration and login. Members Directory, activity, groups, messages."
444
+ msgstr ""
445
+
446
+ msgid "Create your first Gallery"
447
+ msgstr ""
448
+
449
+ msgid "Create your first project"
450
+ msgstr ""
451
+
452
+ msgid "Creating slideshows with Slider plugin is fast and easy. Simply select images from your WordPress Media Library, Flickr, Instagram or Facebook, set slide captions, links and SEO fields all from one page."
453
+ msgstr ""
454
+
455
+ msgid "Crop"
456
+ msgstr ""
457
+
458
+ msgid "Currently this gallery has no images"
459
+ msgstr ""
460
+
461
+ msgid "Currently you have no presets."
462
+ msgstr ""
463
+
464
+ msgid "Custom Buttons"
465
+ msgstr ""
466
+
467
+ msgid "Custom class"
468
+ msgstr ""
469
+
470
+ msgid "Data Tables Generator"
471
+ msgstr ""
472
+
473
+ msgid "Date"
474
+ msgstr ""
475
+
476
+ msgid "Delay for"
477
+ msgstr ""
478
+
479
+ msgid "Delete Image"
480
+ msgstr ""
481
+
482
+ msgid "Delete gallery"
483
+ msgstr ""
484
+
485
+ msgid "Delete preset"
486
+ msgstr ""
487
+
488
+ msgid "Delete selected items"
489
+ msgstr ""
490
+
491
+ msgid "Delete source image after transfer"
492
+ msgstr ""
493
+
494
+ msgid "Description"
495
+ msgstr ""
496
+
497
+ msgid "Digital Publication Plugin"
498
+ msgstr ""
499
+
500
+ msgid "Digital Publication WordPress Plugin by Supsystic for Magazines, Catalogs, Portfolios. Convert images, posts, PDF to the page flip book."
501
+ msgstr ""
502
+
503
+ msgid "Disable"
504
+ msgstr ""
505
+
506
+ msgid "Disable browser history"
507
+ msgstr ""
508
+
509
+ msgid "Disable captions on mobile"
510
+ msgstr ""
511
+
512
+ msgid "Disable on mobile"
513
+ msgstr ""
514
+
515
+ msgid "Disable right click"
516
+ msgstr ""
517
+
518
+ msgid "Disable source image for Linked Images"
519
+ msgstr ""
520
+
521
+ msgid "Disable title optimize"
522
+ msgstr ""
523
+
524
+ msgid "Display all images"
525
+ msgstr ""
526
+
527
+ msgid "Display custom Google Maps. Set markers and locations with text, images, categories and links. Customize google map in a simple and intuitive way."
528
+ msgstr ""
529
+
530
+ msgid "Display only first image"
531
+ msgstr ""
532
+
533
+ msgid "Distance between icons"
534
+ msgstr ""
535
+
536
+ msgid "Do nothing"
537
+ msgstr ""
538
+
539
+ msgid "Drop photos here to move them from the folder"
540
+ msgstr ""
541
+
542
+ msgid "Each gallery has a number of display settings and behaviors that you can save to presets and apply to other galleries."
543
+ msgstr ""
544
+
545
+ msgid "Edit image"
546
+ msgstr ""
547
+
548
+ msgid "Edit selected item"
549
+ msgstr ""
550
+
551
+ msgid "Effect"
552
+ msgstr ""
553
+
554
+ msgid "Email"
555
+ msgstr ""
556
+
557
+ msgid "Embeded video"
558
+ msgstr ""
559
+
560
+ msgid "Empty user data."
561
+ msgstr ""
562
+
563
+ msgid "Enable"
564
+ msgstr ""
565
+
566
+ msgid "Enable cUrl extension"
567
+ msgstr ""
568
+
569
+ msgid "Enable for Membership:"
570
+ msgstr ""
571
+
572
+ msgid "Enable pagination"
573
+ msgstr ""
574
+
575
+ msgid "Enable shuffling animation"
576
+ msgstr ""
577
+
578
+ msgid "Enter images folder name, e.g. my-images"
579
+ msgstr ""
580
+
581
+ msgid "Enter the full path to images folder"
582
+ msgstr ""
583
+
584
+ msgid "Enter your KeyCdn Zone name (for example: pz-6f09.kxcdn.com)"
585
+ msgstr ""
586
+
587
+ msgid "Enter your KeyCdn ftp base path (for example: /pz)"
588
+ msgstr ""
589
+
590
+ msgid "Enter your KeyCdn password"
591
+ msgstr ""
592
+
593
+ msgid "Enter your KeyCdn username"
594
+ msgstr ""
595
+
596
+ msgid "Enter your Site name"
597
+ msgstr ""
598
+
599
+ msgid "Enter your TinyPNG API key"
600
+ msgstr ""
601
+
602
+ msgid "Enter your ftp base path"
603
+ msgstr ""
604
+
605
+ msgid "Enter your name and email address on this <a target='_blank' href='https://tinypng.com/developers'>page</a> to retrieve your API key. On your email will be sent a link to your API key. Follow the link from email and grab your API key."
606
+ msgstr ""
607
+
608
+ msgid "Enter your password"
609
+ msgstr ""
610
+
611
+ msgid "Enter your username"
612
+ msgstr ""
613
+
614
+ msgid "Error occurred"
615
+ msgstr ""
616
+
617
+ msgid "Error occurred!"
618
+ msgstr ""
619
+
620
+ msgid "Error ocured. Optimize process stopped!"
621
+ msgstr ""
622
+
623
+ msgid "Error! Incorrect auth params!"
624
+ msgstr ""
625
+
626
+ msgid "Error! Incorrect params!"
627
+ msgstr ""
628
+
629
+ msgid "Error! Incorrect selected service!"
630
+ msgstr ""
631
+
632
+ msgid "Error! Incorrect service params!"
633
+ msgstr ""
634
+
635
+ msgid "Expand"
636
+ msgstr ""
637
+
638
+ msgid "Expand the image"
639
+ msgstr ""
640
+
641
+ msgid "Exposure Bias"
642
+ msgstr ""
643
+
644
+ msgid "External link"
645
+ msgstr ""
646
+
647
+ msgid "FTP"
648
+ msgstr ""
649
+
650
+ msgid "Facebook"
651
+ msgstr ""
652
+
653
+ msgid "Facebook authorization"
654
+ msgstr ""
655
+
656
+ msgid "Failed to delete the gallery"
657
+ msgstr ""
658
+
659
+ msgid "Failed to find the preset."
660
+ msgstr ""
661
+
662
+ msgid "Failed to load the presets."
663
+ msgstr ""
664
+
665
+ msgid "Failed to rename the gallery"
666
+ msgstr ""
667
+
668
+ msgid "Failed to update position."
669
+ msgstr ""
670
+
671
+ msgid "Featured Plugins"
672
+ msgstr ""
673
+
674
+ msgid "Fired"
675
+ msgstr ""
676
+
677
+ msgid "Fired, Red-eye reduction"
678
+ msgstr ""
679
+
680
+ msgid "Fired, Red-eye reduction, Return detected"
681
+ msgstr ""
682
+
683
+ msgid "Fired, Red-eye reduction, Return not detected"
684
+ msgstr ""
685
+
686
+ msgid "Fired, Return detected"
687
+ msgstr ""
688
+
689
+ msgid "Fired, Return not detected"
690
+ msgstr ""
691
+
692
+ msgid "First"
693
+ msgstr ""
694
+
695
+ msgid "Fit To Screen"
696
+ msgstr ""
697
+
698
+ msgid "Fit Width"
699
+ msgstr ""
700
+
701
+ msgid "Flash"
702
+ msgstr ""
703
+
704
+ msgid "Flickr"
705
+ msgstr ""
706
+
707
+ msgid "Flickr authorization"
708
+ msgstr ""
709
+
710
+ msgid "Focal Length"
711
+ msgstr ""
712
+
713
+ msgid "Folder name:"
714
+ msgstr ""
715
+
716
+ msgid "Font"
717
+ msgstr ""
718
+
719
+ msgid "Font family"
720
+ msgstr ""
721
+
722
+ msgid "Font size"
723
+ msgstr ""
724
+
725
+ msgid "Font style"
726
+ msgstr ""
727
+
728
+ msgid "Font weight"
729
+ msgstr ""
730
+
731
+ msgid "Frequently Asked Questions"
732
+ msgstr ""
733
+
734
+ msgid "Full screen width"
735
+ msgstr ""
736
+
737
+ msgid "Fullscreen"
738
+ msgstr ""
739
+
740
+ msgid "Galleries"
741
+ msgstr ""
742
+
743
+ msgid "Gallery Image optimizing..."
744
+ msgstr ""
745
+
746
+ msgid "Gallery Loader"
747
+ msgstr ""
748
+
749
+ msgid "Gallery Name"
750
+ msgstr ""
751
+
752
+ msgid "Gallery Name:"
753
+ msgstr ""
754
+
755
+ msgid "Gallery Position"
756
+ msgstr ""
757
+
758
+ msgid "Gallery Sharing"
759
+ msgstr ""
760
+
761
+ msgid "Gallery Type"
762
+ msgstr ""
763
+
764
+ msgid "Gallery by Supsystic"
765
+ msgstr ""
766
+
767
+ msgid "Gallery clone error"
768
+ msgstr ""
769
+
770
+ msgid "Gallery doesn’t load on the front end. If the loading gallery icon just keeps playing but never loads the gallery."
771
+ msgstr ""
772
+
773
+ msgid "Gallery height"
774
+ msgstr ""
775
+
776
+ msgid "Gallery image optimization error ocured."
777
+ msgstr ""
778
+
779
+ msgid "Gallery link"
780
+ msgstr ""
781
+
782
+ msgid "Gallery padding"
783
+ msgstr ""
784
+
785
+ msgid "Gallery title can\'t be empty!"
786
+ msgstr ""
787
+
788
+ msgid "Gallery title:"
789
+ msgstr ""
790
+
791
+ msgid "Gallery width"
792
+ msgstr ""
793
+
794
+ msgid "Get PRO"
795
+ msgstr ""
796
+
797
+ msgid "Get Pro to enable import"
798
+ msgstr ""
799
+
800
+ msgid "GetPRO for 29$"
801
+ msgstr ""
802
+
803
+ msgid "Go to Appearance -> Widgets."
804
+ msgstr ""
805
+
806
+ msgid "Google Drive"
807
+ msgstr ""
808
+
809
+ msgid "Google Drive authorization"
810
+ msgstr ""
811
+
812
+ msgid "Google Maps Easy"
813
+ msgstr ""
814
+
815
+ msgid "Hello Supsystic Team!"
816
+ msgstr ""
817
+
818
+ msgid "Hello! This is the Gallery by Supsystic Overview."
819
+ msgstr ""
820
+
821
+ msgid "Here you can get help: watch the video tutorial or read FAQ and Documentation, make use of contact form. Also here requirements for server - Server Settings."
822
+ msgstr ""
823
+
824
+ msgid "Here you can import settings from other galleries, but right now, you have only one gallery, create more - and see how it works"
825
+ msgstr ""
826
+
827
+ msgid "Here you can specify your business pages and images will load from those pages. You can set several pages, just separate ID of pages by \",\". To get the ID of your page you need to switch to the wanted page, then click on \"About\" link right below page cover, and at the bottom of \"About\" page you will find Facebook Page ID."
828
+ msgstr ""
829
+
830
+ msgid "Hide \"All\" category"
831
+ msgstr ""
832
+
833
+ msgid "Hide Popup Captions"
834
+ msgstr ""
835
+
836
+ msgid "Hide browser url tooltip on image hover"
837
+ msgstr ""
838
+
839
+ msgid "Hide container background."
840
+ msgstr ""
841
+
842
+ msgid "Hide image title tooltip"
843
+ msgstr ""
844
+
845
+ msgid "Hide long titles"
846
+ msgstr ""
847
+
848
+ msgid "Hide mouse on"
849
+ msgstr ""
850
+
851
+ msgid "Hide text background."
852
+ msgstr ""
853
+
854
+ msgid "Hope you will come back!"
855
+ msgstr ""
856
+
857
+ msgid "Horizontal (normal)"
858
+ msgstr ""
859
+
860
+ msgid "Horizontal Scroll"
861
+ msgstr ""
862
+
863
+ msgid "Horizontal padding"
864
+ msgstr ""
865
+
866
+ msgid "Host"
867
+ msgstr ""
868
+
869
+ msgid "How to change the position of photos in gallery?"
870
+ msgstr ""
871
+
872
+ msgid "How to fit image in lightbox"
873
+ msgstr ""
874
+
875
+ msgid "How to insert gallery into widget?"
876
+ msgstr ""
877
+
878
+ msgid "I found a better plugin"
879
+ msgstr ""
880
+
881
+ msgid "I no longer need the plugin"
882
+ msgstr ""
883
+
884
+ msgid "ISO"
885
+ msgstr ""
886
+
887
+ msgid "Icon entry type"
888
+ msgstr ""
889
+
890
+ msgid "Icons"
891
+ msgstr ""
892
+
893
+ msgid "Icons Transparency"
894
+ msgstr ""
895
+
896
+ msgid "Icons color"
897
+ msgstr ""
898
+
899
+ msgid "Icons hover color"
900
+ msgstr ""
901
+
902
+ msgid "Icons size"
903
+ msgstr ""
904
+
905
+ msgid "If it\'s possible, specify plugin name"
906
+ msgstr ""
907
+
908
+ msgid "If you have a moment, please share why you are deactivating Photo Gallery by Supsystic"
909
+ msgstr ""
910
+
911
+ msgid "If you have a question, <a href=\"%s\" target=\"_blank\">contact us</a> and will do our best to help you"
912
+ msgstr ""
913
+
914
+ msgid "Image"
915
+ msgstr ""
916
+
917
+ msgid "Image Count"
918
+ msgstr ""
919
+
920
+ msgid "Image Count Text"
921
+ msgstr ""
922
+
923
+ msgid "Image Editor"
924
+ msgstr ""
925
+
926
+ msgid "Image List"
927
+ msgstr ""
928
+
929
+ msgid "Image Load"
930
+ msgstr ""
931
+
932
+ msgid "Image Optimization"
933
+ msgstr ""
934
+
935
+ msgid "Image Optimize"
936
+ msgstr ""
937
+
938
+ msgid "Image Sharing"
939
+ msgstr ""
940
+
941
+ msgid "Image crop quality"
942
+ msgstr ""
943
+
944
+ msgid "Image height"
945
+ msgstr ""
946
+
947
+ msgid "Image on hover"
948
+ msgstr ""
949
+
950
+ msgid "Image optimization"
951
+ msgstr ""
952
+
953
+ msgid "Image radius"
954
+ msgstr ""
955
+
956
+ msgid "Image reccollected successfully. Processed "
957
+ msgstr ""
958
+
959
+ msgid "Image width"
960
+ msgstr ""
961
+
962
+ msgid "Images"
963
+ msgstr ""
964
+
965
+ msgid "Images Import Options"
966
+ msgstr ""
967
+
968
+ msgid "Images Optimization"
969
+ msgstr ""
970
+
971
+ msgid "Images amount"
972
+ msgstr ""
973
+
974
+ msgid "Images count"
975
+ msgstr ""
976
+
977
+ msgid "Images distance"
978
+ msgstr ""
979
+
980
+ msgid "Images list"
981
+ msgstr ""
982
+
983
+ msgid "Images not in albums"
984
+ msgstr ""
985
+
986
+ msgid "Images per page"
987
+ msgstr ""
988
+
989
+ msgid "Images size after:"
990
+ msgstr ""
991
+
992
+ msgid "Images size before:"
993
+ msgstr ""
994
+
995
+ msgid "Images: "
996
+ msgstr ""
997
+
998
+ msgid "Import EXIF data"
999
+ msgstr ""
1000
+
1001
+ msgid "Import from WordPress Media Library"
1002
+ msgstr ""
1003
+
1004
+ msgid "Import from cloud services"
1005
+ msgstr ""
1006
+
1007
+ msgid "Import from social networks"
1008
+ msgstr ""
1009
+
1010
+ msgid "Import from your FTP server"
1011
+ msgstr ""
1012
+
1013
+ msgid "Import from your Facebook account"
1014
+ msgstr ""
1015
+
1016
+ msgid "Import from your Flickr account"
1017
+ msgstr ""
1018
+
1019
+ msgid "Import from your Google Drive account"
1020
+ msgstr ""
1021
+
1022
+ msgid "Import from your Instagram account"
1023
+ msgstr ""
1024
+
1025
+ msgid "Import from your Tumblr account"
1026
+ msgstr ""
1027
+
1028
+ msgid "Import images"
1029
+ msgstr ""
1030
+
1031
+ msgid "Import settings"
1032
+ msgstr ""
1033
+
1034
+ msgid "Import settings from gallery"
1035
+ msgstr ""
1036
+
1037
+ msgid "Improve free version"
1038
+ msgstr ""
1039
+
1040
+ msgid "Incorrect service Code"
1041
+ msgstr ""
1042
+
1043
+ msgid "Instagram"
1044
+ msgstr ""
1045
+
1046
+ msgid "Instagram authorization"
1047
+ msgstr ""
1048
+
1049
+ msgid "Install plugin"
1050
+ msgstr ""
1051
+
1052
+ msgid "Invalid gallery identifier specified"
1053
+ msgstr ""
1054
+
1055
+ msgid "It\'s a temporary deactivation"
1056
+ msgstr ""
1057
+
1058
+ msgid "Italic"
1059
+ msgstr ""
1060
+
1061
+ msgid "It’s never been so easy to create and manage pricing and comparison tables with table builder. Any element of the table can be customise with mouse click."
1062
+ msgstr ""
1063
+
1064
+ msgid "KeyCDN"
1065
+ msgstr ""
1066
+
1067
+ msgid "KeyCDN Settings"
1068
+ msgstr ""
1069
+
1070
+ msgid "Last"
1071
+ msgstr ""
1072
+
1073
+ msgid "Last 24 hours"
1074
+ msgstr ""
1075
+
1076
+ msgid "Lazy Load"
1077
+ msgstr ""
1078
+
1079
+ msgid "LazyLoad"
1080
+ msgstr ""
1081
+
1082
+ msgid "Left"
1083
+ msgstr ""
1084
+
1085
+ msgid "Left Bottom"
1086
+ msgstr ""
1087
+
1088
+ msgid "Left Center"
1089
+ msgstr ""
1090
+
1091
+ msgid "Left Top"
1092
+ msgstr ""
1093
+
1094
+ msgid "Let user switch gallery pages"
1095
+ msgstr ""
1096
+
1097
+ msgid "Let's Start!"
1098
+ msgstr ""
1099
+
1100
+ msgid "License"
1101
+ msgstr ""
1102
+
1103
+ msgid "Lightbox"
1104
+ msgstr ""
1105
+
1106
+ msgid "Line"
1107
+ msgstr ""
1108
+
1109
+ msgid "Link"
1110
+ msgstr ""
1111
+
1112
+ msgid "Link icon"
1113
+ msgstr ""
1114
+
1115
+ msgid "Linked Images"
1116
+ msgstr ""
1117
+
1118
+ msgid "Linked images"
1119
+ msgstr ""
1120
+
1121
+ msgid "Live Chat Plugin"
1122
+ msgstr ""
1123
+
1124
+ msgid "Load More"
1125
+ msgstr ""
1126
+
1127
+ msgid "Load More Button"
1128
+ msgstr ""
1129
+
1130
+ msgid "Load more amount"
1131
+ msgstr ""
1132
+
1133
+ msgid "Load more button text"
1134
+ msgstr ""
1135
+
1136
+ msgid "Load more gallery images with scroll or button"
1137
+ msgstr ""
1138
+
1139
+ msgid "Load settings from presets"
1140
+ msgstr ""
1141
+
1142
+ msgid "Load with scroll"
1143
+ msgstr ""
1144
+
1145
+ msgid "Loader"
1146
+ msgstr ""
1147
+
1148
+ msgid "Loading"
1149
+ msgstr ""
1150
+
1151
+ msgid "Loading text"
1152
+ msgstr ""
1153
+
1154
+ msgid "Loading..."
1155
+ msgstr ""
1156
+
1157
+ msgid "Location"
1158
+ msgstr ""
1159
+
1160
+ msgid "Login with Facebook"
1161
+ msgstr ""
1162
+
1163
+ msgid "Logout"
1164
+ msgstr ""
1165
+
1166
+ msgid "Main"
1167
+ msgstr ""
1168
+
1169
+ msgid "Main Settings"
1170
+ msgstr ""
1171
+
1172
+ msgid "Make this settings - default"
1173
+ msgstr ""
1174
+
1175
+ msgid "Margin"
1176
+ msgstr ""
1177
+
1178
+ msgid "Mb"
1179
+ msgstr ""
1180
+
1181
+ msgid "Membership by Supsystic"
1182
+ msgstr ""
1183
+
1184
+ msgid "Message"
1185
+ msgstr ""
1186
+
1187
+ msgid "Middle Center"
1188
+ msgstr ""
1189
+
1190
+ msgid "Middle Left"
1191
+ msgstr ""
1192
+
1193
+ msgid "Middle Right"
1194
+ msgstr ""
1195
+
1196
+ msgid "Minimal cUrl extension version 7.20.0"
1197
+ msgstr ""
1198
+
1199
+ msgid "Minimal version of php = 5.3.0"
1200
+ msgstr ""
1201
+
1202
+ msgid "Mirror horizontal"
1203
+ msgstr ""
1204
+
1205
+ msgid "Mirror horizontal and rotate 270 CW"
1206
+ msgstr ""
1207
+
1208
+ msgid "Mirror horizontal and rotate 90 CW"
1209
+ msgstr ""
1210
+
1211
+ msgid "Mirror vertical"
1212
+ msgstr ""
1213
+
1214
+ msgid "Mobile - show always caption"
1215
+ msgstr ""
1216
+
1217
+ msgid "Month"
1218
+ msgstr ""
1219
+
1220
+ msgid "Mouse Wheel Scroll Step"
1221
+ msgstr ""
1222
+
1223
+ msgid "Mouser Over"
1224
+ msgstr ""
1225
+
1226
+ msgid "Name"
1227
+ msgstr ""
1228
+
1229
+ msgid "New Folder"
1230
+ msgstr ""
1231
+
1232
+ msgid "New Gallery"
1233
+ msgstr ""
1234
+
1235
+ msgid "New folder"
1236
+ msgstr ""
1237
+
1238
+ msgid "New gallery"
1239
+ msgstr ""
1240
+
1241
+ msgid "New gallery from selected"
1242
+ msgstr ""
1243
+
1244
+ msgid "New gallery successfully created"
1245
+ msgstr ""
1246
+
1247
+ msgid "Newsletter Plugin"
1248
+ msgstr ""
1249
+
1250
+ msgid "Next"
1251
+ msgstr ""
1252
+
1253
+ msgid "No"
1254
+ msgstr ""
1255
+
1256
+ msgid "No Flash"
1257
+ msgstr ""
1258
+
1259
+ msgid "No flash function"
1260
+ msgstr ""
1261
+
1262
+ msgid "None"
1263
+ msgstr ""
1264
+
1265
+ msgid "Not enough data."
1266
+ msgstr ""
1267
+
1268
+ msgid "Note: images folder must be in wp-content/uploads/directory"
1269
+ msgstr ""
1270
+
1271
+ msgid "Note: you need to specify the full path to images folder"
1272
+ msgstr ""
1273
+
1274
+ msgid "Now you are in the edit menu of your gallery. And the first thing you need to do are add media to the gallery. Click \"Add Images\" button."
1275
+ msgstr ""
1276
+
1277
+ msgid "Number of Columns"
1278
+ msgstr ""
1279
+
1280
+ msgid "Number of images"
1281
+ msgstr ""
1282
+
1283
+ msgid "Number of posts"
1284
+ msgstr ""
1285
+
1286
+ msgid "Off"
1287
+ msgstr ""
1288
+
1289
+ msgid "Off, Did not fire"
1290
+ msgstr ""
1291
+
1292
+ msgid "Off, Did not fire, Return not detected"
1293
+ msgstr ""
1294
+
1295
+ msgid "Off, No flash function"
1296
+ msgstr ""
1297
+
1298
+ msgid "Off, Red-eye reduction"
1299
+ msgstr ""
1300
+
1301
+ msgid "On, Did not fire"
1302
+ msgstr ""
1303
+
1304
+ msgid "On, Fired"
1305
+ msgstr ""
1306
+
1307
+ msgid "On, Red-eye reduction"
1308
+ msgstr ""
1309
+
1310
+ msgid "On, Red-eye reduction, Return detected"
1311
+ msgstr ""
1312
+
1313
+ msgid "On, Red-eye reduction, Return not detected"
1314
+ msgstr ""
1315
+
1316
+ msgid "On, Return detected"
1317
+ msgstr ""
1318
+
1319
+ msgid "On, Return not detected"
1320
+ msgstr ""
1321
+
1322
+ msgid "One by One"
1323
+ msgstr ""
1324
+
1325
+ msgid "One of the best plugin for creating Contact Forms on your WordPress site. Changeable fonts, backgrounds, an option for adding fields etc."
1326
+ msgstr ""
1327
+
1328
+ msgid "Open by link in popup"
1329
+ msgstr ""
1330
+
1331
+ msgid "Open in new window"
1332
+ msgstr ""
1333
+
1334
+ msgid "Open next slide"
1335
+ msgstr ""
1336
+
1337
+ msgid "Optimization"
1338
+ msgstr ""
1339
+
1340
+ msgid "Optimization complete"
1341
+ msgstr ""
1342
+
1343
+ msgid "Optimization in process..."
1344
+ msgstr ""
1345
+
1346
+ msgid "Optimize"
1347
+ msgstr ""
1348
+
1349
+ msgid "Optimize Now"
1350
+ msgstr ""
1351
+
1352
+ msgid "Optimize Preview images"
1353
+ msgstr ""
1354
+
1355
+ msgid "Optimize one more time"
1356
+ msgstr ""
1357
+
1358
+ msgid "Optimize selected"
1359
+ msgstr ""
1360
+
1361
+ msgid "Optimize:"
1362
+ msgstr ""
1363
+
1364
+ msgid "Optimized"
1365
+ msgstr ""
1366
+
1367
+ msgid "Other"
1368
+ msgstr ""
1369
+
1370
+ msgid "Over the gallery"
1371
+ msgstr ""
1372
+
1373
+ msgid "Overlay color"
1374
+ msgstr ""
1375
+
1376
+ msgid "Overlay image with shadow"
1377
+ msgstr ""
1378
+
1379
+ msgid "Overlay transparency"
1380
+ msgstr ""
1381
+
1382
+ msgid "Overview"
1383
+ msgstr ""
1384
+
1385
+ msgid "PHPCode:"
1386
+ msgstr ""
1387
+
1388
+ msgid "PRO option"
1389
+ msgstr ""
1390
+
1391
+ msgid "Paddings"
1392
+ msgstr ""
1393
+
1394
+ msgid "Page "
1395
+ msgstr ""
1396
+
1397
+ msgid "Pages"
1398
+ msgstr ""
1399
+
1400
+ msgid "Pagination"
1401
+ msgstr ""
1402
+
1403
+ msgid "Password"
1404
+ msgstr ""
1405
+
1406
+ msgid "Personal captions"
1407
+ msgstr ""
1408
+
1409
+ msgid "Photo Gallery Plugin"
1410
+ msgstr ""
1411
+
1412
+ msgid "Photo Gallery Plugin with a great number of layouts will help you to create quality respectable portfolios and image galleries."
1413
+ msgstr ""
1414
+
1415
+ msgid "Photo Gallery plugin is created for people who would like to show their photos in a marvelous way. Perform your best ideas, making delightful presentations or galleries from videos and photos."
1416
+ msgstr ""
1417
+
1418
+ msgid "Please fill all fields"
1419
+ msgstr ""
1420
+
1421
+ msgid "Please wait until Exif data has been recollected"
1422
+ msgstr ""
1423
+
1424
+ msgid "Please wait while the plugin to get the list of galleries..."
1425
+ msgstr ""
1426
+
1427
+ msgid "Please, wait while reading images info..."
1428
+ msgstr ""
1429
+
1430
+ msgid "Plugin options"
1431
+ msgstr ""
1432
+
1433
+ msgid "Polaroid Frame Width"
1434
+ msgstr ""
1435
+
1436
+ msgid "Polaroid Image Animation"
1437
+ msgstr ""
1438
+
1439
+ msgid "Polaroid Image Scattering "
1440
+ msgstr ""
1441
+
1442
+ msgid "Polaroid Style"
1443
+ msgstr ""
1444
+
1445
+ msgid "Pop-up Image"
1446
+ msgstr ""
1447
+
1448
+ msgid "Popup Image Sharing"
1449
+ msgstr ""
1450
+
1451
+ msgid "Popup Image Text"
1452
+ msgstr ""
1453
+
1454
+ msgid "Popup Image size"
1455
+ msgstr ""
1456
+
1457
+ msgid "Popup Images"
1458
+ msgstr ""
1459
+
1460
+ msgid "Popup Linked Image Text"
1461
+ msgstr ""
1462
+
1463
+ msgid "Popup Plugin"
1464
+ msgstr ""
1465
+
1466
+ msgid "Popup box theme"
1467
+ msgstr ""
1468
+
1469
+ msgid "Popup image icon"
1470
+ msgstr ""
1471
+
1472
+ msgid "Port"
1473
+ msgstr ""
1474
+
1475
+ msgid "Position"
1476
+ msgstr ""
1477
+
1478
+ msgid "Position updated successfully!"
1479
+ msgstr ""
1480
+
1481
+ msgid "Posts"
1482
+ msgstr ""
1483
+
1484
+ msgid "Posts layout"
1485
+ msgstr ""
1486
+
1487
+ msgid "Posts layout style"
1488
+ msgstr ""
1489
+
1490
+ msgid "Preset Editor"
1491
+ msgstr ""
1492
+
1493
+ msgid "Preset successfully applied to the gallery."
1494
+ msgstr ""
1495
+
1496
+ msgid "Preset successfully removed."
1497
+ msgstr ""
1498
+
1499
+ msgid "Preset successfully saved."
1500
+ msgstr ""
1501
+
1502
+ msgid "Preset title:"
1503
+ msgstr ""
1504
+
1505
+ msgid "Presets"
1506
+ msgstr ""
1507
+
1508
+ msgid "Preview"
1509
+ msgstr ""
1510
+
1511
+ msgid "Preview of Gallery settings"
1512
+ msgstr ""
1513
+
1514
+ msgid "Previous"
1515
+ msgstr ""
1516
+
1517
+ msgid "Pricing Table"
1518
+ msgstr ""
1519
+
1520
+ msgid "Pro Feature"
1521
+ msgstr ""
1522
+
1523
+ msgid "Pro plugin params Error!"
1524
+ msgstr ""
1525
+
1526
+ msgid "Properties"
1527
+ msgstr ""
1528
+
1529
+ msgid "Recollect EXIF"
1530
+ msgstr ""
1531
+
1532
+ msgid "Recollect image error!. Processed "
1533
+ msgstr ""
1534
+
1535
+ msgid "Remove selected"
1536
+ msgstr ""
1537
+
1538
+ msgid "Rename folder"
1539
+ msgstr ""
1540
+
1541
+ msgid "Renew License"
1542
+ msgstr ""
1543
+
1544
+ msgid "Replace image"
1545
+ msgstr ""
1546
+
1547
+ msgid "Report a bug"
1548
+ msgstr ""
1549
+
1550
+ msgid "Require a new functionallity"
1551
+ msgstr ""
1552
+
1553
+ msgid "Resources are does not exists"
1554
+ msgstr ""
1555
+
1556
+ msgid "Responsive Mode"
1557
+ msgstr ""
1558
+
1559
+ msgid "Responsive columns"
1560
+ msgstr ""
1561
+
1562
+ msgid "Restore Source Images"
1563
+ msgstr ""
1564
+
1565
+ msgid "Return to the gallery"
1566
+ msgstr ""
1567
+
1568
+ msgid "Right"
1569
+ msgstr ""
1570
+
1571
+ msgid "Right Bottom"
1572
+ msgstr ""
1573
+
1574
+ msgid "Right Center"
1575
+ msgstr ""
1576
+
1577
+ msgid "Right Top"
1578
+ msgstr ""
1579
+
1580
+ msgid "Roles"
1581
+ msgstr ""
1582
+
1583
+ msgid "Rotate"
1584
+ msgstr ""
1585
+
1586
+ msgid "Rotate 180"
1587
+ msgstr ""
1588
+
1589
+ msgid "Rotate 270 CW"
1590
+ msgstr ""
1591
+
1592
+ msgid "Rotate 90 CW"
1593
+ msgstr ""
1594
+
1595
+ msgid "SEO"
1596
+ msgstr ""
1597
+
1598
+ msgid "Save"
1599
+ msgstr ""
1600
+
1601
+ msgid "Save in %"
1602
+ msgstr ""
1603
+
1604
+ msgid "Save in Mb"
1605
+ msgstr ""
1606
+
1607
+ msgid "Save settings as preset"
1608
+ msgstr ""
1609
+
1610
+ msgid "Save source images"
1611
+ msgstr ""
1612
+
1613
+ msgid "Scroll"
1614
+ msgstr ""
1615
+
1616
+ msgid "Scroll Bar Color"
1617
+ msgstr ""
1618
+
1619
+ msgid "Scroll Bar Transparency"
1620
+ msgstr ""
1621
+
1622
+ msgid "Search"
1623
+ msgstr ""
1624
+
1625
+ msgid "Select"
1626
+ msgstr ""
1627
+
1628
+ msgid "Select \"Big image\" theme"
1629
+ msgstr ""
1630
+
1631
+ msgid "Select %s"
1632
+ msgstr ""
1633
+
1634
+ msgid "Select a theme"
1635
+ msgstr ""
1636
+
1637
+ msgid "Select categories"
1638
+ msgstr ""
1639
+
1640
+ msgid "Select clone type"
1641
+ msgstr ""
1642
+
1643
+ msgid "Select clone type:"
1644
+ msgstr ""
1645
+
1646
+ msgid "Select effect"
1647
+ msgstr ""
1648
+
1649
+ msgid "Select icons effects"
1650
+ msgstr ""
1651
+
1652
+ msgid "Select image on hover"
1653
+ msgstr ""
1654
+
1655
+ msgid "Select images per page"
1656
+ msgstr ""
1657
+
1658
+ msgid "Select one icon"
1659
+ msgstr ""
1660
+
1661
+ msgid "Select overlay effect"
1662
+ msgstr ""
1663
+
1664
+ msgid "Select preset:"
1665
+ msgstr ""
1666
+
1667
+ msgid "Select shadow"
1668
+ msgstr ""
1669
+
1670
+ msgid "Select shadow preset"
1671
+ msgstr ""
1672
+
1673
+ msgid "Select source to import from"
1674
+ msgstr ""
1675
+
1676
+ msgid "Select the gallery:"
1677
+ msgstr ""
1678
+
1679
+ msgid "Select/unselect all photos"
1680
+ msgstr ""
1681
+
1682
+ msgid "Select/unselect all posts"
1683
+ msgstr ""
1684
+
1685
+ msgid "Selected"
1686
+ msgstr ""
1687
+
1688
+ msgid ""
1689
+ "Selected ' ~ name) }}</div>\n"
1690
+ " </div>\n"
1691
+ " </div>\n"
1692
+ " {% endfor %}\n"
1693
+ "\n"
1694
+ " </div>\n"
1695
+ " </div>\n"
1696
+ "\n"
1697
+ " <div id="effectDialog" title="{{ translate('Select overlay effect"
1698
+ msgstr ""
1699
+
1700
+ msgid "Send usage statistics"
1701
+ msgstr ""
1702
+
1703
+ msgid "Server internal error"
1704
+ msgstr ""
1705
+
1706
+ msgid "Service"
1707
+ msgstr ""
1708
+
1709
+ msgid "Service data was saved!"
1710
+ msgstr ""
1711
+
1712
+ msgid "Servicename"
1713
+ msgstr ""
1714
+
1715
+ msgid "Settings"
1716
+ msgstr ""
1717
+
1718
+ msgid "Setup"
1719
+ msgstr ""
1720
+
1721
+ msgid "Setup Service"
1722
+ msgstr ""
1723
+
1724
+ msgid "Shadow"
1725
+ msgstr ""
1726
+
1727
+ msgid "Shadow X"
1728
+ msgstr ""
1729
+
1730
+ msgid "Shadow Y"
1731
+ msgstr ""
1732
+
1733
+ msgid "Shadow blur"
1734
+ msgstr ""
1735
+
1736
+ msgid "Shadow color"
1737
+ msgstr ""
1738
+
1739
+ msgid "Shadow preset"
1740
+ msgstr ""
1741
+
1742
+ msgid "Shortcode:"
1743
+ msgstr ""
1744
+
1745
+ msgid "Show EXIF as caption"
1746
+ msgstr ""
1747
+
1748
+ msgid "Show EXIF as description"
1749
+ msgstr ""
1750
+
1751
+ msgid "Show EXIF data"
1752
+ msgstr ""
1753
+
1754
+ msgid "Show EXIF on Lightbox image"
1755
+ msgstr ""
1756
+
1757
+ msgid "Show Original"
1758
+ msgstr ""
1759
+
1760
+ msgid "Show Posts and Pages"
1761
+ msgstr ""
1762
+
1763
+ msgid "Show Previous/Next Arrows"
1764
+ msgstr ""
1765
+
1766
+ msgid "Show Watermark"
1767
+ msgstr ""
1768
+
1769
+ msgid "Show Watermark for"
1770
+ msgstr ""
1771
+
1772
+ msgid "Show author"
1773
+ msgstr ""
1774
+
1775
+ msgid "Show categories"
1776
+ msgstr ""
1777
+
1778
+ msgid "Show contents"
1779
+ msgstr ""
1780
+
1781
+ msgid "Show date"
1782
+ msgstr ""
1783
+
1784
+ msgid "Show hidden images by click"
1785
+ msgstr ""
1786
+
1787
+ msgid "Show icons"
1788
+ msgstr ""
1789
+
1790
+ msgid "Show image comparision"
1791
+ msgstr ""
1792
+
1793
+ msgid "Show mouse on"
1794
+ msgstr ""
1795
+
1796
+ msgid "Show options"
1797
+ msgstr ""
1798
+
1799
+ msgid "Show overlay"
1800
+ msgstr ""
1801
+
1802
+ msgid "Show the next page of the grid"
1803
+ msgstr ""
1804
+
1805
+ msgid "Show the previous page of the grid"
1806
+ msgstr ""
1807
+
1808
+ msgid "Shutter Speed"
1809
+ msgstr ""
1810
+
1811
+ msgid "Skip & Deactivate"
1812
+ msgstr ""
1813
+
1814
+ msgid "Slider Plugin"
1815
+ msgstr ""
1816
+
1817
+ msgid "Slider by Supsystic"
1818
+ msgstr ""
1819
+
1820
+ msgid "Slideshow"
1821
+ msgstr ""
1822
+
1823
+ msgid "Slideshow autostart"
1824
+ msgstr ""
1825
+
1826
+ msgid "Slideshow pause on hover"
1827
+ msgstr ""
1828
+
1829
+ msgid "Slideshow speed"
1830
+ msgstr ""
1831
+
1832
+ msgid "Social"
1833
+ msgstr ""
1834
+
1835
+ msgid "Social Buttons Project"
1836
+ msgstr ""
1837
+
1838
+ msgid "Social Share Buttons"
1839
+ msgstr ""
1840
+
1841
+ msgid "Social Sharing"
1842
+ msgstr ""
1843
+
1844
+ msgid "Social setup"
1845
+ msgstr ""
1846
+
1847
+ msgid "Social share buttons to increase social traffic and popularity. Social sharing to Facebook, Twitter and other social networks."
1848
+ msgstr ""
1849
+
1850
+ msgid "Some errors occurred while sending mail please send your message trough this contact form:"
1851
+ msgstr ""
1852
+
1853
+ msgid "Sort By: "
1854
+ msgstr ""
1855
+
1856
+ msgid "Sort To: "
1857
+ msgstr ""
1858
+
1859
+ msgid "Source gallery incorrect id"
1860
+ msgstr ""
1861
+
1862
+ msgid "Start Optimization"
1863
+ msgstr ""
1864
+
1865
+ msgid "Start Transfer"
1866
+ msgstr ""
1867
+
1868
+ msgid "Start step-by-step tutorial"
1869
+ msgstr ""
1870
+
1871
+ msgid "Step-by-step tutorial"
1872
+ msgstr ""
1873
+
1874
+ msgid "Subject"
1875
+ msgstr ""
1876
+
1877
+ msgid "Support"
1878
+ msgstr ""
1879
+
1880
+ msgid "Supports Youtube and Vimeo. URL will be converted to embed automatically."
1881
+ msgstr ""
1882
+
1883
+ msgid "Supsystic Newsletter plugin for automatic mailing of your letters. You will have no need to control it or send them manually. No coding, hard skills or long hours of customizing are required."
1884
+ msgstr ""
1885
+
1886
+ msgid "Switch to the block view"
1887
+ msgstr ""
1888
+
1889
+ msgid "Switch to the list view"
1890
+ msgstr ""
1891
+
1892
+ msgid "Table ' . $this->table. ' not exists! Please reactivate this plugin!"
1893
+ msgstr ""
1894
+
1895
+ msgid "Template: SuperMega"
1896
+ msgstr ""
1897
+
1898
+ msgid "Text"
1899
+ msgstr ""
1900
+
1901
+ msgid "Text Highlight Color"
1902
+ msgstr ""
1903
+
1904
+ msgid "Text Highlight Color Transparency"
1905
+ msgstr ""
1906
+
1907
+ msgid "Text background"
1908
+ msgstr ""
1909
+
1910
+ msgid "Text color"
1911
+ msgstr ""
1912
+
1913
+ msgid "Text for Next Arrow"
1914
+ msgstr ""
1915
+
1916
+ msgid "Text for Previous Arrow"
1917
+ msgstr ""
1918
+
1919
+ msgid "Text horizontal align"
1920
+ msgstr ""
1921
+
1922
+ msgid "Text size"
1923
+ msgstr ""
1924
+
1925
+ msgid "Text vertical align"
1926
+ msgstr ""
1927
+
1928
+ msgid "Thank you for choosing our Gallery plugin. Just click here to start using it - and we will show you it\'s possibilities and powerfull features."
1929
+ msgstr ""
1930
+
1931
+ msgid "The Best WordPress PopUp option plugin to help you gain more subscribers, social followers or advertisement. Responsive pop-ups with friendly options."
1932
+ msgstr ""
1933
+
1934
+ msgid "The gallery is does not exists"
1935
+ msgstr ""
1936
+
1937
+ msgid "The identifier of the Gallery is not specified"
1938
+ msgstr ""
1939
+
1940
+ msgid "The identifier of the gallery is invalid"
1941
+ msgstr ""
1942
+
1943
+ msgid "The preset ID is not specified."
1944
+ msgstr ""
1945
+
1946
+ msgid ""
1947
+ "The resources are successfully attached to the '.$gallery->title),\n"
1948
+ " 'galleryId' => (int)$gallery->id,\n"
1949
+ " 'redirectUrl' => $this->getEnvironment()->generateUrl(\n"
1950
+ " 'galleries',\n"
1951
+ " 'view',\n"
1952
+ " array('gallery_id' => $gallery->id)\n"
1953
+ " )\n"
1954
+ " )\n"
1955
+ " );\n"
1956
+ " }\n"
1957
+ "\n"
1958
+ " public function chooseAction(Rsc_Http_Request $request)\n"
1959
+ " {\n"
1960
+ " $resourceId = $request->post->get('resources"
1961
+ msgstr ""
1962
+
1963
+ msgid "The title can\'t be empty"
1964
+ msgstr ""
1965
+
1966
+ msgid "Then choose what gallery you want to display. And press save."
1967
+ msgstr ""
1968
+
1969
+ msgid "There are %s photos in the gallery %s"
1970
+ msgstr ""
1971
+
1972
+ msgid "There're no images in the gallery."
1973
+ msgstr ""
1974
+
1975
+ msgid "There’re really many options of photo gallery plugin customization. So as soon as you close that page, I’ll show you step-by-step tutorial of how to use plugin. Hope it will be usefull for you :)"
1976
+ msgstr ""
1977
+
1978
+ msgid "This effect requires icons be enabled. Enable Icons?"
1979
+ msgstr ""
1980
+
1981
+ msgid "Thumbnail and Popup Images"
1982
+ msgstr ""
1983
+
1984
+ msgid "Thumbnails"
1985
+ msgstr ""
1986
+
1987
+ msgid "TinyPNG"
1988
+ msgstr ""
1989
+
1990
+ msgid "TinyPNG Settings"
1991
+ msgstr ""
1992
+
1993
+ msgid "Title"
1994
+ msgstr ""
1995
+
1996
+ msgid "Title is empty"
1997
+ msgstr ""
1998
+
1999
+ msgid "Title successfully updated"
2000
+ msgstr ""
2001
+
2002
+ msgid "To Create New Gallery select gallery template. You can change template and settings later. Now here are four different templates. With PRO version you’ll get more features like Categories, Load More button, Post Feed (Content) gallery, Polaroid gallery and more. Enter name of the gallery and click “Save”."
2003
+ msgstr ""
2004
+
2005
+ msgid "To use this option, you must install php-extension GD. The list of functions that are used in the plugin can be seen in readme.txt file."
2006
+ msgstr ""
2007
+
2008
+ msgid "Top"
2009
+ msgstr ""
2010
+
2011
+ msgid "Top Center"
2012
+ msgstr ""
2013
+
2014
+ msgid "Top Left"
2015
+ msgstr ""
2016
+
2017
+ msgid "Top Right"
2018
+ msgstr ""
2019
+
2020
+ msgid "Topic"
2021
+ msgstr ""
2022
+
2023
+ msgid "Total Images"
2024
+ msgstr ""
2025
+
2026
+ msgid "Total Saving:"
2027
+ msgstr ""
2028
+
2029
+ msgid "Total Size"
2030
+ msgstr ""
2031
+
2032
+ msgid "Total images"
2033
+ msgstr ""
2034
+
2035
+ msgid "Total size"
2036
+ msgstr ""
2037
+
2038
+ msgid "Total size after"
2039
+ msgstr ""
2040
+
2041
+ msgid "Total size before"
2042
+ msgstr ""
2043
+
2044
+ msgid "Touch Scroll Step"
2045
+ msgstr ""
2046
+
2047
+ msgid "Tranfer images to CDN"
2048
+ msgstr ""
2049
+
2050
+ msgid "Transfer Gallery to"
2051
+ msgstr ""
2052
+
2053
+ msgid "Transfer completed successfully!"
2054
+ msgstr ""
2055
+
2056
+ msgid "Transfer ending with errors!"
2057
+ msgstr ""
2058
+
2059
+ msgid "Transfer information:"
2060
+ msgstr ""
2061
+
2062
+ msgid "Transfer selected"
2063
+ msgstr ""
2064
+
2065
+ msgid "Transfer to"
2066
+ msgstr ""
2067
+
2068
+ msgid "Transfer to CDN"
2069
+ msgstr ""
2070
+
2071
+ msgid "Transfered"
2072
+ msgstr ""
2073
+
2074
+ msgid "Transparency"
2075
+ msgstr ""
2076
+
2077
+ msgid "Tumblr"
2078
+ msgstr ""
2079
+
2080
+ msgid "Tumblr authorization"
2081
+ msgstr ""
2082
+
2083
+ msgid "Type"
2084
+ msgstr ""
2085
+
2086
+ msgid "Unable to save chosen photo %s: %s"
2087
+ msgstr ""
2088
+
2089
+ msgid "Under the gallery"
2090
+ msgstr ""
2091
+
2092
+ msgid "Unnamed gallery"
2093
+ msgstr ""
2094
+
2095
+ msgid "Upload"
2096
+ msgstr ""
2097
+
2098
+ msgid "Upload Image"
2099
+ msgstr ""
2100
+
2101
+ msgid "Upload from Flickr"
2102
+ msgstr ""
2103
+
2104
+ msgid "Upload from Google Drive"
2105
+ msgstr ""
2106
+
2107
+ msgid "Upload from Instagram"
2108
+ msgstr ""
2109
+
2110
+ msgid "Upload from Tumblr"
2111
+ msgstr ""
2112
+
2113
+ msgid "Upload new images"
2114
+ msgstr ""
2115
+
2116
+ msgid "Upload your images from Google Drive CDN"
2117
+ msgstr ""
2118
+
2119
+ msgid "Upload your images from the FTP Server"
2120
+ msgstr ""
2121
+
2122
+ msgid "Upload your images from the Facebook Media Library"
2123
+ msgstr ""
2124
+
2125
+ msgid "Upload your images from the Flickr Media Library"
2126
+ msgstr ""
2127
+
2128
+ msgid "Upload your images from the Instagram Media Library"
2129
+ msgstr ""
2130
+
2131
+ msgid "Upload your images from the Tumblr Media Library"
2132
+ msgstr ""
2133
+
2134
+ msgid "Upload your images from the WordPress Media Library"
2135
+ msgstr ""
2136
+
2137
+ msgid "Use Caption Builder"
2138
+ msgstr ""
2139
+
2140
+ msgid "Use color, based on my theme."
2141
+ msgstr ""
2142
+
2143
+ msgid "Use old icons and overlay"
2144
+ msgstr ""
2145
+
2146
+ msgid "Username"
2147
+ msgstr ""
2148
+
2149
+ msgid "Vertical padding"
2150
+ msgstr ""
2151
+
2152
+ msgid "Video"
2153
+ msgstr ""
2154
+
2155
+ msgid "Video Tutorial"
2156
+ msgstr ""
2157
+
2158
+ msgid "Video URL"
2159
+ msgstr ""
2160
+
2161
+ msgid "Video icon"
2162
+ msgstr ""
2163
+
2164
+ msgid "Video size"
2165
+ msgstr ""
2166
+
2167
+ msgid "Video, Link, LightBox"
2168
+ msgstr ""
2169
+
2170
+ msgid "Want to create one right now?"
2171
+ msgstr ""
2172
+
2173
+ msgid "Watermark"
2174
+ msgstr ""
2175
+
2176
+ msgid "Watermark Image"
2177
+ msgstr ""
2178
+
2179
+ msgid "Watermark saved succesfully"
2180
+ msgstr ""
2181
+
2182
+ msgid "We love our plugin and do the best to improve all features you want and fix all issues. But sometimes some issues happened or you can’t find feature you want :) Don’t worry, just <a href=\"//supsystic.com/plugins/photo-gallery?utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" target=\"_blank\"> contact us </a> . We’ll answer in an hour and fix all issues."
2183
+ msgstr ""
2184
+
2185
+ msgid "Website"
2186
+ msgstr ""
2187
+
2188
+ msgid "Week"
2189
+ msgstr ""
2190
+
2191
+ msgid "Welcome to Photo Gallery plugin by Supsystic!"
2192
+ msgstr ""
2193
+
2194
+ msgid "Welcome to the"
2195
+ msgstr ""
2196
+
2197
+ msgid "Well done!"
2198
+ msgstr ""
2199
+
2200
+ msgid "What is a gallery"
2201
+ msgstr ""
2202
+
2203
+ msgid "What is the reason?"
2204
+ msgstr ""
2205
+
2206
+ msgid "When mouse is over"
2207
+ msgstr ""
2208
+
2209
+ msgid "When video ends"
2210
+ msgstr ""
2211
+
2212
+ msgid "Yes"
2213
+ msgstr ""
2214
+
2215
+ msgid "You can have an unlimited number of galleries, to which you can attach the preloaded pictures."
2216
+ msgstr ""
2217
+
2218
+ msgid "You don\'t have any galleries yet."
2219
+ msgstr ""
2220
+
2221
+ msgid "You have no Social Sharing projects for now."
2222
+ msgstr ""
2223
+
2224
+ msgid "You have no galleries"
2225
+ msgstr ""
2226
+
2227
+ msgid "You need to import images to your gallery before you can start using galleries"
2228
+ msgstr ""
2229
+
2230
+ msgid "You need to install Membership by Supsystic to use this feature. "
2231
+ msgstr ""
2232
+
2233
+ msgid "You need to install Social Share Buttons by Supsystic to use this feature."
2234
+ msgstr ""
2235
+
2236
+ msgid "You will not be able to update your pro version with expired license"
2237
+ msgstr ""
2238
+
2239
+ msgid "Your Feedback"
2240
+ msgstr ""
2241
+
2242
+ msgid "Your changes not saved. You really want to leave without saving?"
2243
+ msgstr ""
2244
+
2245
+ msgid "Your host does not support the minimum requirements:"
2246
+ msgstr ""
2247
+
2248
+ msgid "Your message successfully send. We contact you soon."
2249
+ msgstr ""
2250
+
2251
+ msgid "Your premium support is expired in ' ~ days ~ ' days"
2252
+ msgstr ""
2253
+
2254
+ msgid "You’ll see Gallery by Supsystic Widget on the left. Drag it to the area, where you want it to appear."
2255
+ msgstr ""
2256
+
2257
+ msgid "close"
2258
+ msgstr ""
2259
+
2260
+ msgid "from your admin area, or visit it's official page on Wordpress.org"
2261
+ msgstr ""
2262
+
2263
+ msgid "galleries"
2264
+ msgstr ""
2265
+
2266
+ msgid "here."
2267
+ msgstr ""
2268
+
2269
+ msgid "http://example.com/"
2270
+ msgstr ""
2271
+
2272
+ msgid "image"
2273
+ msgstr ""
2274
+
2275
+ msgid "images"
2276
+ msgstr ""
2277
+
2278
+ msgid "images (preview and original images)"
2279
+ msgstr ""
2280
+
2281
+ msgid "next"
2282
+ msgstr ""
2283
+
2284
+ msgid "of"
2285
+ msgstr ""
2286
+
2287
+ msgid "optimize"
2288
+ msgstr ""
2289
+
2290
+ msgid "photo"
2291
+ msgstr ""
2292
+
2293
+ msgid "photos"
2294
+ msgstr ""
2295
+
2296
+ msgid "prev"
2297
+ msgstr ""
2298
+
2299
+ msgid "previous"
2300
+ msgstr ""
2301
+
2302
+ msgid "service"
2303
+ msgstr ""
2304
+
2305
+ msgid "start slideshow"
2306
+ msgstr ""
2307
+
2308
+ msgid "stop slideshow"
2309
+ msgstr ""
2310
+
2311
+ msgid "then just reload page with your Gallery settings, and you will see list with available Social Projects for your Gallery."
2312
+ msgstr ""
2313
+
2314
+ msgid "website"
2315
+ msgstr ""
2316
+
app/langs/sgg-ar.mo ADDED
Binary file
app/langs/sgg-ar.po ADDED
@@ -0,0 +1,1348 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Arabic Translation\n"
4
+ "POT-Creation-Date: \n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: Moe Hodroj <mrmoehj@gmail.com>\n"
7
+ "Language-Team: \n"
8
+ "Language: ar\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? "
13
+ "3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
14
+ "X-Generator: Poedit 1.8.7\n"
15
+
16
+ msgid "An error has occurred"
17
+ msgstr "حدث خطأ ما"
18
+
19
+ msgid "Overview"
20
+ msgstr "نظرة عامة"
21
+
22
+ msgid "New Gallery"
23
+ msgstr "إضافة معرض جديد"
24
+
25
+ msgid "Galleries"
26
+ msgstr "معارض الصور"
27
+
28
+ msgid "Settings"
29
+ msgstr "الإعدادات"
30
+
31
+ msgid "License"
32
+ msgstr "ترخيص"
33
+
34
+ msgid "Images"
35
+ msgstr "صور"
36
+
37
+ msgid "Instagram"
38
+ msgstr "رابط الإنستغرام"
39
+
40
+ msgid "Flickr"
41
+ msgstr "فليكر"
42
+
43
+ # تمبلر
44
+ msgid "Tumblr"
45
+ msgstr "تمبلر"
46
+
47
+ msgid "Facebook"
48
+ msgstr "فايسبوك"
49
+
50
+ msgid "Get PRO"
51
+ msgstr "اشتر النسخة الكاملة"
52
+
53
+ msgid "Loading"
54
+ msgstr "تحميل"
55
+
56
+ msgid "Authorization code is not specified."
57
+ msgstr "رقم الترخيص غير معرف"
58
+
59
+ msgid "Gallery by Supsystic"
60
+ msgstr "معرض صور بواسطة Supsystic"
61
+
62
+ msgid "Import images"
63
+ msgstr "ادخال الصور"
64
+
65
+ msgid "Facebook authorization"
66
+ msgstr "تعريف الفايسبوك"
67
+
68
+ msgid "Upload your images from the Facebook Media Library"
69
+ msgstr "حمل صورك من مكتبة الصور للفايسبوك"
70
+
71
+ msgid "Login with Facebook"
72
+ msgstr "دخول عبر الفايسبوك"
73
+
74
+ msgid "Return to the gallery"
75
+ msgstr "العودة لمعرض الصور"
76
+
77
+ msgid "Upload new images"
78
+ msgstr "حمّل صور جديدة"
79
+
80
+ msgid "Logout"
81
+ msgstr "خروج"
82
+
83
+ msgid "Select/unselect all photos"
84
+ msgstr "حدد/الغاء التحديد لكل الصور"
85
+
86
+ msgid "Empty user data."
87
+ msgstr "افراغ محتوى المستخدم"
88
+
89
+ msgid "Flickr authorization"
90
+ msgstr "ترخيص فليكر"
91
+
92
+ msgid "Upload your images from the Flickr Media Library"
93
+ msgstr "حمل صورك من مكتبة الصور للفلكر"
94
+
95
+ msgid "Upload from Flickr"
96
+ msgstr "حمل من فلكر"
97
+
98
+ msgid "Images not in albums"
99
+ msgstr "الصور ليست في الألبوم"
100
+
101
+ msgid "Albums"
102
+ msgstr "الألبومات"
103
+
104
+ msgid "Fullscreen"
105
+ msgstr "شاشة كاملة"
106
+
107
+ msgid "Load More Button"
108
+ msgstr "زر تحميل المزيد"
109
+
110
+ msgid "Enable"
111
+ msgstr "تفعيل"
112
+
113
+ msgid "Disable"
114
+ msgstr "الغاء"
115
+
116
+ msgid "Load with scroll"
117
+ msgstr "حمل مع التمرير"
118
+
119
+ msgid "No"
120
+ msgstr "كلا"
121
+
122
+ msgid "Yes"
123
+ msgstr "نعم"
124
+
125
+ msgid "Load more button text"
126
+ msgstr "ملصق زر تحميل المزيد"
127
+
128
+ msgid "Images amount"
129
+ msgstr "كمية الصور"
130
+
131
+ msgid "Load more amount"
132
+ msgstr "حمل كمية اخرى"
133
+
134
+ msgid "Custom Buttons"
135
+ msgstr "أزرار مخصصة"
136
+
137
+ msgid "Video size"
138
+ msgstr "حجم الفيديو"
139
+
140
+ msgid "Autoplay video"
141
+ msgstr "تشغيل تلقائي للفيديو"
142
+
143
+ msgid "When video ends"
144
+ msgstr "عند انتهاء الفيديو"
145
+
146
+ msgid "Do nothing"
147
+ msgstr "لا تفعل شيئاً"
148
+
149
+ msgid "Open next slide"
150
+ msgstr "فتح الشاشة (السلايد) التالية"
151
+
152
+ msgid "Close popup"
153
+ msgstr "اغلاق النافذة النافرة"
154
+
155
+ msgid "Posts layout"
156
+ msgstr "مظهر صفحة المشاركات"
157
+
158
+ msgid "Posts layout style"
159
+ msgstr "نمط مظهر صفحة المشاركات"
160
+
161
+ msgid "Posts"
162
+ msgstr "المشاركات"
163
+
164
+ msgid "Pages"
165
+ msgstr "الصفحات"
166
+
167
+ msgid "Show author"
168
+ msgstr "اظهار الناشر"
169
+
170
+ msgid "Show date"
171
+ msgstr "اظهار التاريخ"
172
+
173
+ msgid "Show contents"
174
+ msgstr "اظهار المحتوى"
175
+
176
+ msgid "Show categories"
177
+ msgstr "اظهار التصنيفات"
178
+
179
+ msgid "Hide \"All\" category"
180
+ msgstr "إخفاء كل التصنيفات"
181
+
182
+ msgid "Enable shuffling animation"
183
+ msgstr "تفعيل حركة الخلط"
184
+
185
+ msgid "Animation duration"
186
+ msgstr "مدة الحركة"
187
+
188
+ msgid "Position"
189
+ msgstr "المركز"
190
+
191
+ msgid "Over the gallery"
192
+ msgstr "فوق المعرض"
193
+
194
+ msgid "Under the gallery"
195
+ msgstr "تحت المعرض"
196
+
197
+ msgid "Align"
198
+ msgstr "محاذاة"
199
+
200
+ msgid "Left"
201
+ msgstr "شمال"
202
+
203
+ msgid "Center"
204
+ msgstr "وسط"
205
+
206
+ msgid "Right"
207
+ msgstr "يمين"
208
+
209
+ msgid "Presets"
210
+ msgstr "الخيارات المعدة مسبقاً"
211
+
212
+ msgid "Choose preset"
213
+ msgstr "اختيار اعداد"
214
+
215
+ msgid "Preset Editor"
216
+ msgstr "محرر الاعدادات"
217
+
218
+ msgid "Categories order"
219
+ msgstr "ترتيب الفئات"
220
+
221
+ msgid "All"
222
+ msgstr "الكل"
223
+
224
+ msgid "Enable pagination"
225
+ msgstr "تفعيل ترقيم الصفحات"
226
+
227
+ msgid "Pagination"
228
+ msgstr "ترقيم الصفحات"
229
+
230
+ msgid "Images per page"
231
+ msgstr "عدد الصور في كل صفحة"
232
+
233
+ msgid "Buttons position"
234
+ msgstr "أماكن الأزرار"
235
+
236
+ msgid "Top"
237
+ msgstr "الأعلى"
238
+
239
+ msgid "Bottom"
240
+ msgstr "الأسفل"
241
+
242
+ msgid "Container background"
243
+ msgstr "خلفية الحاوية"
244
+
245
+ msgid "Hide container background."
246
+ msgstr "إخفاء خلفية الحاوية"
247
+
248
+ msgid "Text background"
249
+ msgstr "خط الخلفية"
250
+
251
+ msgid "Hide text background."
252
+ msgstr "إخفاء خط الخلفية"
253
+
254
+ msgid "Text color"
255
+ msgstr "لون الخط"
256
+
257
+ msgid "Use color, based on my theme."
258
+ msgstr "استعمال لون وفق الثيم المعتمد "
259
+
260
+ msgid "Vertical padding"
261
+ msgstr "الحشو العامودي"
262
+
263
+ msgid "Horizontal padding"
264
+ msgstr "الحشو الأفقي"
265
+
266
+ msgid "Font weight"
267
+ msgstr "حجم الخط"
268
+
269
+ msgid "Font size"
270
+ msgstr "قياس الخط"
271
+
272
+ msgid "Border width"
273
+ msgstr "عرض الحدود"
274
+
275
+ msgid "Border type"
276
+ msgstr "نوع الحدود"
277
+
278
+ msgid "Border color"
279
+ msgstr "لون الحدود"
280
+
281
+ msgid "Border radius"
282
+ msgstr "قطر الحدود"
283
+
284
+ msgid "Select icons effects"
285
+ msgstr "اختيار تأثيرات الأيقونات"
286
+
287
+ msgid "Click on the icon to select effect"
288
+ msgstr "اضغط على الأيقونة لأختيار التأثير"
289
+
290
+ msgid "Buttons preset editor for Paginations, Categories and Load More buttons"
291
+ msgstr "أزرار معدّة مسبقاً لصفحة الترقيم ، فئات و تحميل المزيد من الأزرار"
292
+
293
+ msgid "Custom class"
294
+ msgstr "كائن مخصص"
295
+
296
+ msgid "Background color"
297
+ msgstr "لون الخلفية"
298
+
299
+ msgid "Font family"
300
+ msgstr "عائلة الخطوط"
301
+
302
+ msgid "Border style"
303
+ msgstr "نمط الحدود"
304
+
305
+ msgid "Page "
306
+ msgstr "صفحة"
307
+
308
+ msgid "Activate License"
309
+ msgstr "تفعيل الرخصة"
310
+
311
+ msgid "Renew License"
312
+ msgstr "تجديد الرخصة"
313
+
314
+ msgid "Slider by Supsystic"
315
+ msgstr "معرض صور بواسطة Supsystic"
316
+
317
+ msgid ""
318
+ "Congratulations! You have successfully installed and activated PRO version of ' ~ "
319
+ "environment.getMenu().getMenuTitle() ~ ' plugin."
320
+ msgstr ""
321
+ "تهانينا! لقد نجحت في تثبيت و تنشيط نسخة للمحترفين ل' ~ environment.getMenu()."
322
+ "getMenuTitle() ~ ' plugin."
323
+
324
+ msgid "Your premium support is expired in ' ~ days ~ ' days"
325
+ msgstr "دعمك المدفوع سوف ينتهي في ' ~ days ~ ' ايام"
326
+
327
+ msgid "You will not be able to update your pro version with expired license"
328
+ msgstr "لن تكون قادرا على تحديث نسخة للمحترفين مع رخصة منتهية الصلاحية"
329
+
330
+ msgid "Activate"
331
+ msgstr "تفعيل "
332
+
333
+ msgid "Save"
334
+ msgstr "حفظ"
335
+
336
+ msgid "Authorization oauth_verifier is not specified."
337
+ msgstr "لم يتم تحديد ترخيص oauth_verifier "
338
+
339
+ msgid "Tumblr authorization"
340
+ msgstr "تفعيل تمبلر"
341
+
342
+ msgid "Upload your images from the Tumblr Media Library"
343
+ msgstr "حمل صورك من مكتبة الصور للتمبلر"
344
+
345
+ msgid "Upload from Tumblr"
346
+ msgstr "حمل من تمبلر"
347
+
348
+ msgid ""
349
+ "Here you can specify your business pages and images will load from those pages. You can "
350
+ "set several pages, just separate ID of pages by \",\". To get the ID of your page you need "
351
+ "to switch to the wanted page, then click on \"About\" link right below page cover, and at "
352
+ "the bottom of \"About\" page you will find Facebook Page ID."
353
+ msgstr ""
354
+ "هنا يمكنك تحديد صفحات عملك و سوف يتم تحميل الصور من تلك الصفحات . يمكنك تعيين عدة صفحات ، "
355
+ "فقط افصل معرف الصفحات التي كتبها بـ \", \" . للحصول على معرف صفحتك تحتاج إلى تبديل إلى "
356
+ "الصفحة المطلوبة ، ثم انقر على الرابط \"حول\" اسفل الصفحة ، وعلى الجزء السفلي من صفحة "
357
+ "\"المعلومات \" سوف تجد معرف صفحة الفيسبوك ."
358
+
359
+ msgid "Gallery Loader"
360
+ msgstr "تشغيل معرض الصور"
361
+
362
+ msgid "Choose Icon"
363
+ msgstr "اختر ايقونة"
364
+
365
+ msgid "Disable right click"
366
+ msgstr "إيقاف زر اليمين للماوس"
367
+
368
+ msgid "Choose icon"
369
+ msgstr "اختر ايقونة"
370
+
371
+ msgid "New gallery successfully created"
372
+ msgstr "تم إضافة معرض جديد بنجاح"
373
+
374
+ msgid "Title successfully updated"
375
+ msgstr "تم تعديل العنوان بنجاح"
376
+
377
+ msgid "Not enough data."
378
+ msgstr "معلومات غير كافية"
379
+
380
+ msgid "Preset successfully saved."
381
+ msgstr "تم حفظ محرر الاعدادات بنجاح"
382
+
383
+ msgid "The preset ID is not specified."
384
+ msgstr "رقم محرر الاعدادات غير معرف"
385
+
386
+ msgid "Preset successfully removed."
387
+ msgstr "تم إزالة محرر الاعدادات بنجاح"
388
+
389
+ msgid "Failed to find the preset."
390
+ msgstr "فشل إيجاد محرر الاعدادات"
391
+
392
+ msgid "Preset successfully applied to the gallery."
393
+ msgstr "تم تطبيق محرر الاعدادات لمعرض الصور بنجاح"
394
+
395
+ msgid "Unnamed gallery"
396
+ msgstr "معرض غير مسمى"
397
+
398
+ msgid "The identifier of the gallery is invalid"
399
+ msgstr "معرف معرض الصور غير موجود"
400
+
401
+ msgid "Title is empty"
402
+ msgstr "العنوان فارغ"
403
+
404
+ msgid "Failed to rename the gallery"
405
+ msgstr "فشل في إعادة تسمية معرض الصور"
406
+
407
+ msgid "Invalid gallery identifier specified"
408
+ msgstr "معرف معرض الصور الذي تم تحديده غير موجود"
409
+
410
+ msgid "Failed to delete the gallery"
411
+ msgstr "فشل في إزالة معرض الصور"
412
+
413
+ msgid "Resources are does not exists"
414
+ msgstr "الموارد غير موجودة"
415
+
416
+ msgid "The identifier of the Gallery is not specified"
417
+ msgstr "معرف معرض الصور غير محدد"
418
+
419
+ msgid "New gallery"
420
+ msgstr "إضافة معرض جديد"
421
+
422
+ msgid "Add Images"
423
+ msgstr "إضافة صور"
424
+
425
+ msgid "Add selected items"
426
+ msgstr "اضف العناصر المحددة"
427
+
428
+ msgid "Cancel"
429
+ msgstr "الغاء"
430
+
431
+ msgid "You need to import images to your gallery before you can start using galleries"
432
+ msgstr ""
433
+ "أنت في حاجة لاستيراد الصور إلى معرض الصور الخاص بك قبل أن تتمكن من البدء في استخدام معارض "
434
+ "الصور"
435
+
436
+ msgid "Selected"
437
+ msgstr "محدد"
438
+
439
+ msgid "Create new gallery"
440
+ msgstr "إضافة معرض جديد"
441
+
442
+ msgid "Choose Gallery Template.You can change template and settings on the next step."
443
+ msgstr "اختيار قالب معرض.ويمكنك تغيير القالب والإعدادات في الخطوة التالية."
444
+
445
+ msgid "Gallery Name:"
446
+ msgstr "اسم معرض الصور"
447
+
448
+ msgid "Choose Gallery Template."
449
+ msgstr "اختيار قالب للمعرض"
450
+
451
+ msgid "Remove selected"
452
+ msgstr "إزالة المحدد"
453
+
454
+ msgid "Select/unselect all posts"
455
+ msgstr "حدد/الغاء التحديد لكل المشاركات"
456
+
457
+ msgid "Images list"
458
+ msgstr "لائحة الصور"
459
+
460
+ msgid "Preview"
461
+ msgstr "معاينة"
462
+
463
+ msgid "Total Images: "
464
+ msgstr "مجموع الصور"
465
+
466
+ msgid "There are %s photos in the gallery %s"
467
+ msgstr "هنالك photos in the gallery%s %s "
468
+
469
+ msgid "Are you sure you want to delete this gallery?"
470
+ msgstr "هل أنت متأكد أنك تريد حذف هذا المعرض ؟"
471
+
472
+ msgid "Delete gallery"
473
+ msgstr "حذف المعرض"
474
+
475
+ msgid "Shortcode:"
476
+ msgstr "كود مختصر:"
477
+
478
+ msgid "PHPCode:"
479
+ msgstr "كود PHP:"
480
+
481
+ msgid "You have no galleries"
482
+ msgstr "لا يوجد لديك معارض الصور"
483
+
484
+ msgid "You don't have any galleries yet."
485
+ msgstr "لا يوجد لديك أي معارض صور بعد"
486
+
487
+ msgid "Want to create one right now?"
488
+ msgstr "تريد إنشاء واحدة في الوقت الحالي ؟"
489
+
490
+ msgid "What is a gallery"
491
+ msgstr "ما هو معرض الصور"
492
+
493
+ msgid ""
494
+ "<strong>Gallery</strong> &mdash; the highest type of entity in the Gallery by Supsystic."
495
+ msgstr "<strong>المعرض</strong> &mdash; أعلى نوع من كيان في المعرض بواسطة Supsystic."
496
+
497
+ msgid ""
498
+ "You can have an unlimited number of galleries, to which you can attach the preloaded "
499
+ "pictures."
500
+ msgstr ""
501
+ "يمكن أن يكون لديك عدد غير محدود من معارض الصور ، والتي يمكنك إرفاق الصور التي تم تحميلها "
502
+ "مسبقا ."
503
+
504
+ msgid ""
505
+ "Each gallery has a number of display settings and behaviors that you can save to presets "
506
+ "and apply to other galleries."
507
+ msgstr ""
508
+ "كل معرض له عدد من إعدادات العرض و السلوكيات التي يمكنك حفظها على الاعدادت المسبقة وتنطبق "
509
+ "على معارض الصور الأخرى."
510
+
511
+ msgid "Gallery title can't be empty!"
512
+ msgstr "عنوان المعرض لا يمكن أن يكون فارغا !"
513
+
514
+ msgid "Gallery title:"
515
+ msgstr "عنوان المعرض:"
516
+
517
+ msgid "Back to the gallery"
518
+ msgstr "العودة لمعرض الصور"
519
+
520
+ msgid "Main"
521
+ msgstr "الرئيسية"
522
+
523
+ msgid "Captions"
524
+ msgstr "العناوين"
525
+
526
+ msgid "Categories"
527
+ msgstr "الفئات"
528
+
529
+ msgid "Add images"
530
+ msgstr "إضافة صور"
531
+
532
+ msgid "Import settings"
533
+ msgstr "استيراد الإعدادات"
534
+
535
+ msgid "Your changes not saved. You really want to leave without saving?"
536
+ msgstr "التغييرات لم يتم حفظها . هل تريد حقا أن تترك دون حفظ ؟"
537
+
538
+ msgid "Gallery Type"
539
+ msgstr "نوع معرض الصور"
540
+
541
+ msgid "Number of Columns"
542
+ msgstr "عدد العواميد"
543
+
544
+ msgid "Responsive columns"
545
+ msgstr "أعمدة متمددة"
546
+
547
+ msgid "Images distance"
548
+ msgstr "مسافة الصور"
549
+
550
+ msgid "Gallery width"
551
+ msgstr "حجم معرض الصور"
552
+
553
+ msgid "Gallery padding"
554
+ msgstr "حشو معرض الصور"
555
+
556
+ msgid "Gallery height"
557
+ msgstr "ارتفاع معرض الصور"
558
+
559
+ msgid "Image width"
560
+ msgstr "عرض الصورة"
561
+
562
+ msgid "Image height"
563
+ msgstr "ارتفاع الصورة"
564
+
565
+ msgid "Image radius"
566
+ msgstr "قطر الصورة"
567
+
568
+ msgid "Horizontal Scroll"
569
+ msgstr "تمرير عامودي"
570
+
571
+ msgid "Scroll Bar Color"
572
+ msgstr "لون شريط التمرير"
573
+
574
+ msgid "Scroll Bar Transparency"
575
+ msgstr "شفافية شريط التمرير"
576
+
577
+ msgid "Border"
578
+ msgstr "الحدود"
579
+
580
+ msgid "Available"
581
+ msgstr "متوفر"
582
+
583
+ msgid "Border Type"
584
+ msgstr "نوع الحدود"
585
+
586
+ msgid "Shadow"
587
+ msgstr "التظليل"
588
+
589
+ msgid "Shadow preset"
590
+ msgstr "اعدادت التظليل"
591
+
592
+ msgid "When mouse is over"
593
+ msgstr "عندما تكون الماوس على"
594
+
595
+ msgid "Off"
596
+ msgstr "مطفئ"
597
+
598
+ msgid "Show mouse on"
599
+ msgstr "اظهار الماوس على"
600
+
601
+ msgid "Hide mouse on"
602
+ msgstr "اخفاء الماوس على"
603
+
604
+ msgid "Overlay image with shadow"
605
+ msgstr "تغطية الصورة مع الظل"
606
+
607
+ msgid "Shadow color"
608
+ msgstr "لون التظليل"
609
+
610
+ msgid "Shadow blur"
611
+ msgstr "ضبابية الظل"
612
+
613
+ msgid "Shadow X"
614
+ msgstr "ظل X"
615
+
616
+ msgid "Shadow Y"
617
+ msgstr "ظل Y"
618
+
619
+ msgid "Pop-up Image"
620
+ msgstr "صورة نافرة"
621
+
622
+ msgid "Popup box theme"
623
+ msgstr "ثيم صندوق الصورة النافرة"
624
+
625
+ msgid "Choose theme"
626
+ msgstr "اختيار ثيم"
627
+
628
+ msgid "Disable on mobile"
629
+ msgstr "تعطيل على الموبايل"
630
+
631
+ msgid "Hide Popup Captions"
632
+ msgstr "إخفاء النافذة النافرة"
633
+
634
+ msgid "Slideshow"
635
+ msgstr "معرض"
636
+
637
+ msgid "Slideshow speed"
638
+ msgstr "سرعة المعرض"
639
+
640
+ msgid "Slideshow autostart"
641
+ msgstr "تشغيل ذاتي للمعرض"
642
+
643
+ msgid "Popup Image size"
644
+ msgstr "حجم النافذة النافرة"
645
+
646
+ msgid "Effect"
647
+ msgstr "تأثير"
648
+
649
+ msgid "Show caption"
650
+ msgstr "اظهار العنوان"
651
+
652
+ msgid "Choose effect"
653
+ msgstr "اختيار تأثير"
654
+
655
+ msgid "Personal captions"
656
+ msgstr "عناوين خاصة"
657
+
658
+ msgid "Polaroid Style"
659
+ msgstr "نمط Polaroid"
660
+
661
+ msgid "Polaroid Image Animation"
662
+ msgstr "حركة صورة Polaroid"
663
+
664
+ msgid "Polaroid Image Scattering "
665
+ msgstr "بعثرة صورة Polaroid"
666
+
667
+ msgid "Transparency"
668
+ msgstr "شفافية "
669
+
670
+ msgid "Text size"
671
+ msgstr "قياس الخط"
672
+
673
+ msgid "Text horizontal align"
674
+ msgstr "محاذاة الخط أفقياً"
675
+
676
+ msgid "Text vertical align"
677
+ msgstr "محاذاة الخط عامودياً"
678
+
679
+ msgid "Hide image title tooltip"
680
+ msgstr "إخفاء أدوات عنوان الصورة "
681
+
682
+ msgid "Show icons"
683
+ msgstr "اظهار الأيقونات"
684
+
685
+ msgid "Select effect"
686
+ msgstr "اختر تأثير"
687
+
688
+ msgid "Animation"
689
+ msgstr "تأثيرات"
690
+
691
+ msgid "Icons color"
692
+ msgstr "لون الأيقونات"
693
+
694
+ msgid "Icons hover color"
695
+ msgstr "لون الحوم الأيقونات"
696
+
697
+ msgid "Background hover color"
698
+ msgstr "لون خلفية الحوم"
699
+
700
+ msgid "Icons size"
701
+ msgstr "حجم الأيقونات"
702
+
703
+ msgid "Distance between icons"
704
+ msgstr "المسافة بين الأيقونات"
705
+
706
+ msgid "Show overlay"
707
+ msgstr "اظهار التغطية"
708
+
709
+ msgid "Overlay color"
710
+ msgstr "لون التغطية"
711
+
712
+ msgid "Overlay transparency"
713
+ msgstr "شفافية التغطية"
714
+
715
+ msgid "Categorize images in the gallery"
716
+ msgstr "تصنيف الصور في المعرض"
717
+
718
+ msgid "Let user switch gallery pages"
719
+ msgstr "السماح للمستخدم تبديل صفحات المعرض"
720
+
721
+ msgid "Save settings as preset"
722
+ msgstr "حفظ الإعدادات كاعدادت مسبقة"
723
+
724
+ msgid "Preset title:"
725
+ msgstr "عنوان الاعدادت المسبقة:"
726
+
727
+ msgid "Delete preset"
728
+ msgstr "حذف الاعدادت المسبقة:"
729
+
730
+ msgid "Are you really want to delete preset \"%s\"?"
731
+ msgstr "هل تريد حقا أن تحذف اعدادت مسبقة \"%s\"؟"
732
+
733
+ msgid "Load settings from presets"
734
+ msgstr "تحميل الإعدادات من الإعدادات المسبقة"
735
+
736
+ msgid "Select preset:"
737
+ msgstr "اختيار اعداد مسبق"
738
+
739
+ msgid "Failed to load the presets."
740
+ msgstr "فشل في تحميل الاعدادت المسبقة"
741
+
742
+ msgid "Currently you have no presets."
743
+ msgstr "لا يوجد لديك حالياً أي اعدادت مسبقة"
744
+
745
+ msgid "Select \"Big image\" theme"
746
+ msgstr "حدد ثيم \" صورة كبيرة \""
747
+
748
+ msgid "Select a theme"
749
+ msgstr "حدد ثيم"
750
+
751
+ msgid "Select"
752
+ msgstr "حدد"
753
+
754
+ msgid "Select overlay effect"
755
+ msgstr "اختر تغطية"
756
+
757
+ msgid "This effect requires icons be enabled. Enable Icons?"
758
+ msgstr "يتطلب هذا التأثير تمكين الأيقونات. تمكين الأيقونات ؟"
759
+
760
+ msgid "Select shadow preset"
761
+ msgstr "اختيار اعدادت مسبقة للتظليل"
762
+
763
+ msgid "Select shadow"
764
+ msgstr "اختيار التظليل"
765
+
766
+ msgid "Import settings from gallery"
767
+ msgstr "استيراد الإعدادات من المعرض"
768
+
769
+ msgid ""
770
+ "Here you can import settings from other galleries, but right now, you have only one "
771
+ "gallery, create more - and see how it works"
772
+ msgstr ""
773
+ "هنا يمكنك استيراد الإعدادات من المعارض الأخرى، ولكن في الوقت الراهن، لديك فقط معرض واحد ، "
774
+ "قم بخلق المزيد - و انظر كيف يعمل"
775
+
776
+ msgid "Select source to import from"
777
+ msgstr "حدد مصدر لاستيراد من"
778
+
779
+ msgid "Choose source"
780
+ msgstr "حدد مصدر "
781
+
782
+ msgid "Import from WordPress Media Library"
783
+ msgstr "الاستيراد من مكتبة الوسائط وورد برس"
784
+
785
+ msgid "Import from social networks"
786
+ msgstr "الاستيراد من الشبكات الاجتماعية"
787
+
788
+ msgid "Import from your Instagram account"
789
+ msgstr "الاستيراد من حساب إينستاجرام الخاص بك"
790
+
791
+ msgid "Import from your Flickr account"
792
+ msgstr "الاستيراد من حساب فليكر الخاص بك"
793
+
794
+ msgid "Import from your Tumblr account"
795
+ msgstr "الاستيراد من حساب Tumblr الخاص بك"
796
+
797
+ msgid "Import from your Facebook account"
798
+ msgstr "الاستيراد من حساب الفيسبوك الخاص بك"
799
+
800
+ msgid "Get Pro to enable import"
801
+ msgstr "الحصول على برو لتمكين استيراد"
802
+
803
+ msgid "Properties"
804
+ msgstr "خصائص"
805
+
806
+ msgid "Delete Image"
807
+ msgstr "حذف صورة"
808
+
809
+ msgid "Switch to the list view"
810
+ msgstr "التبديل إلى طريقة عرض القائمة"
811
+
812
+ msgid "Switch to the block view"
813
+ msgstr "التبديل إلى طريقة عرض البلوك"
814
+
815
+ msgid "The gallery is does not exists"
816
+ msgstr "معرض الصور غير موجود"
817
+
818
+ msgid "Currently this gallery has no images"
819
+ msgstr "حاليا هذا المعرض ليس لديه صور"
820
+
821
+ msgid "Linked Images"
822
+ msgstr "صور مرتبطة"
823
+
824
+ msgid "Instagram authorization"
825
+ msgstr "ترخيص الإنستغرام"
826
+
827
+ msgid "Upload your images from the Instagram Media Library"
828
+ msgstr "حمل صورك من مكتبة الصور للانستغرام"
829
+
830
+ msgid "Upload from Instagram"
831
+ msgstr "تحميل من إينستاجرام"
832
+
833
+ msgid "Your message successfully send. We contact you soon."
834
+ msgstr "تم إرسال رسالتك بنجاح . سوف نتصل بك قريبا "
835
+
836
+ msgid "Step-by-step Tutorial"
837
+ msgstr "تعليم خطوة بخطوة"
838
+
839
+ msgid "Begin Step-by-step Tutorial"
840
+ msgstr "ابدأ تعليم خطوة بخطوة"
841
+
842
+ msgid "Name"
843
+ msgstr "اسم"
844
+
845
+ msgid "Email"
846
+ msgstr "البريد الالكتروني"
847
+
848
+ msgid "Website"
849
+ msgstr "الموقع"
850
+
851
+ msgid "Subject"
852
+ msgstr "العنوان"
853
+
854
+ msgid "Topic"
855
+ msgstr "النص"
856
+
857
+ msgid "Plugin options"
858
+ msgstr "خيارات الـPlugin"
859
+
860
+ msgid "Report a bug"
861
+ msgstr "الإبلاغ عن خطأ"
862
+
863
+ msgid "Require a new functionallity"
864
+ msgstr "يتطلب وظائف جديدة"
865
+
866
+ msgid "Other"
867
+ msgstr "اخرى"
868
+
869
+ msgid "Message"
870
+ msgstr "رسالة"
871
+
872
+ msgid "Hello Supsystic Team!"
873
+ msgstr "مرحباً Supsystic Team!"
874
+
875
+ msgid ""
876
+ "Some errors occurred while sending mail please send your message trough this contact form:"
877
+ msgstr "حدثت بعض الأخطاء أثناء إرسال البريد يرجى ارسال رسالتك عبر هذه الاستمارة :"
878
+
879
+ msgid "Unable to save chosen photo %s: %s"
880
+ msgstr "غير قادر على حفظ الصورة المختارة %s: %s"
881
+
882
+ msgid "New Folder"
883
+ msgstr "مجلد جديد"
884
+
885
+ msgid "The title can't be empty"
886
+ msgstr "العنوان لا يمكن أن يكون فارغا !"
887
+
888
+ msgid "Failed to update position."
889
+ msgstr "فشل تحديث الموقف."
890
+
891
+ msgid "Position updated successfully!"
892
+ msgstr "تم تحديث الموقف بنجاح !"
893
+
894
+ msgid "Rename folder"
895
+ msgstr "إعادة تسمية المجلد"
896
+
897
+ msgid "Folder name:"
898
+ msgstr "اسم المجلد"
899
+
900
+ msgid "Add images to the gallery"
901
+ msgstr "إضافة صور للمعرض"
902
+
903
+ msgid "Please wait while the plugin to get the list of galleries..."
904
+ msgstr "الرجاء الانتظار لحين المساعد يستطيع الحصول على قائمة معارض الصور ..."
905
+
906
+ msgid "Select the gallery:"
907
+ msgstr "اختيار معرض"
908
+
909
+ msgid "New folder"
910
+ msgstr "مجلد جديد"
911
+
912
+ msgid "Add images to the new gallery"
913
+ msgstr "إضافة صور للمعرض"
914
+
915
+ msgid "Create new folder"
916
+ msgstr "انشاء مجلد جديد"
917
+
918
+ msgid "Edit selected item"
919
+ msgstr "تعديل العنصر المحدد"
920
+
921
+ msgid "Delete selected items"
922
+ msgstr "حذف العنصر المحدد"
923
+
924
+ msgid "Create new gallery from the selected items"
925
+ msgstr "إنشاء معرض جديد من العناصر المحددة"
926
+
927
+ msgid "New gallery from selected"
928
+ msgstr "معرض جديد من المحدد"
929
+
930
+ msgid "Add the selected items to the existing gallery"
931
+ msgstr "إضافة العناصر المحددة إلى المعرض الموجود"
932
+
933
+ msgid "Add selected to the gallery"
934
+ msgstr "إضافة العناصر المحددة إلى المعرض "
935
+
936
+ msgid "Upload your images from the WordPress Media Library"
937
+ msgstr "حمل صورك من مكتبة الصور للوردبرس"
938
+
939
+ msgid "All photos"
940
+ msgstr "كل الصور"
941
+
942
+ msgid "Drop photos here to move them from the folder"
943
+ msgstr "إسقاط الصور هنا لنقلها من المجلد"
944
+
945
+ msgid "Next"
946
+ msgstr "التالي"
947
+
948
+ msgid "Close Tutorial"
949
+ msgstr "غلق التعليم"
950
+
951
+ msgid "Hello! This is the Gallery by Supsystic. "
952
+ msgstr "معرض صور بواسطة Supsystic"
953
+
954
+ msgid ""
955
+ "Here you can get help: watch the video tutorial or read FAQ and Documentation, make use of "
956
+ "contact form. Also here requirements for server - Server Settings."
957
+ msgstr ""
958
+ "هنا يمكنك الحصول على مساعدة: مشاهدة فيديو تعليمي أو قراءة التعليمات والتوثيق ، والاستفادة "
959
+ "من نموذج الاتصال . هنا أيضا متطلبات الخادم - ​​إعدادات الخادم ."
960
+
961
+ msgid "First Step"
962
+ msgstr "خطوة اولى"
963
+
964
+ msgid ""
965
+ "To Create New Gallery select gallery template. You can change template and settings later. "
966
+ "Now here are four different templates. With PRO version you’ll get more features like "
967
+ "Categories, Load More button, Post Feed (Content) gallery, Polaroid gallery and more. "
968
+ "Enter name of the gallery and click “Save”."
969
+ msgstr ""
970
+ "لإنشاء جديد معرض معرض اختر القالب. يمكنك تغيير القالب والإعدادات لاحقاً. وإليك الآن أربعة "
971
+ "قوالب مختلفة. مع إصدار المحترفين وستحصل على المزيد من الميزات مثل فئات، زر \"تحميل المزيد"
972
+ "\" ومعرض \"وظيفة تغذية\" (المحتوى)، ومعرض بولارويد وأكثر. قم بإدخال اسم للمعرض وانقر فوق "
973
+ "\"حفظ\"."
974
+
975
+ msgid "Second Step"
976
+ msgstr "خطوة ثانية"
977
+
978
+ msgid ""
979
+ "Now you are in the edit menu of your gallery. And the first thing you need to do are add "
980
+ "media to the gallery. Click \"Add Images\" button."
981
+ msgstr ""
982
+ "أنت الآن في قائمة التحرير من معرض الصور الخاص بك . وأول شيء عليك القيام به هو إضافة "
983
+ "الوسائط إلى المعرض. انقر فوق زر \"إضافة الصور \" ."
984
+
985
+ msgid "Second Step-2"
986
+ msgstr "خطوة ثانية-2"
987
+
988
+ msgid ""
989
+ "<p>Import images in several ways:</p><p>Import from Wordpress Media Library/Upload files "
990
+ "from your computer</p><p>Import from social networks</p><p>Instagram (in the Free "
991
+ "version)</p><p>With PRO-version also will be available import from Flickr, Tumblr and "
992
+ "Facebook.</p>"
993
+ msgstr ""
994
+ "<p> استيراد الصور بعدة طرق: < / P > <P > استيراد من ملفات وورد مكتبة الوسائط / التحميل من "
995
+ "جهاز الكمبيوتر الخاص بك < / P > <P > استيراد من الشبكات الاجتماعية < / P > <P > إينستاجرام "
996
+ "( في الإصدار المجاني) < / P > <P > و PRO- الإصدار أيضا سيكون الاستيراد متاح من فليكر ، "
997
+ "Tumblr و الفيسبوك . < / P >"
998
+
999
+ msgid "Third Step"
1000
+ msgstr "خطوة ثالثة"
1001
+
1002
+ msgid ""
1003
+ "<p>Now you can see your image list. Here you can:</p><p>Change the order of images – "
1004
+ "simply by dragging them manually.</p><p>Delete images</p><p>Add new images from different "
1005
+ "sources to the grid gallery – click “Add Images” button and select the source to import "
1006
+ "from.</p><p><b>Caption tab</b> – add caption to image – it will be displayed on the "
1007
+ "caption effect of the gallery. Also here included the support of html-elements inside "
1008
+ "caption effect</p><p><b>SEO tab</b> – manage image title and description</p><p><b>Link "
1009
+ "tab</b> – attach links to image – it will go to the link when you click the image.</"
1010
+ "p><p><b>Video tab</b> – attach video url – it will be displayed in a pop-up image when you "
1011
+ "click on the image.</p><p><b>Categories tab</b> – add tags for image categories.</p><p>Now "
1012
+ "follow to the gallery settings – сlick “Properties” button.</p>"
1013
+ msgstr ""
1014
+ "<p> و الآن يمكنك أن ترى قائمة الصورة. هنا يمكنك: . < / P > <P > تغيير ترتيب الصور - ببساطة "
1015
+ "عن طريق سحبها يدويا < / P > <P > حذف الصور < / P > <P > إضافة صور جديدة من مصادر مختلفة "
1016
+ "إلى معرض الشبكة - اضغط على زر \"إضافة الصور \"و حدد مصدر لاستيراد منه < / P > <P > < ب > "
1017
+ "عنونة التبويب < / B> - إضافة تعليق على الصورة - أنه سيتم عرضها على تأثير العنونة للمعرض . "
1018
+ "وشملت أيضا هنا دعم عناصر HTML داخل تأثير العنونة < / P > <P > < ب >تبويب محرك البحث< / B> "
1019
+ "- إدارة عنوان الصورة والوصف < / P > <P > < ب > تبويب الارتباط < / B> - إرفاق روابط لصورة - "
1020
+ "سوف تذهب إلى الارتباط عند النقر فوق صورة < / P > <P > < ب > علامة التبويب فيديو < / B> - "
1021
+ "إرفاق رابط الفيديو - سوف يتم عرضها في صورة منبثقة عندما النقر على الصورة < / P > <P > < ب "
1022
+ "> أقسام التبويب < / B> - إضافة علامات لفئات صورة < / P > <P > الآن تتبع لإعدادات معرض -"
1023
+ "خصائص زر сlick >"
1024
+
1025
+ msgid "Fourth Step"
1026
+ msgstr "خطوة رابعة"
1027
+
1028
+ msgid ""
1029
+ "Gallery Properties: At the left side of the monitor you see a preview image in which will "
1030
+ "be seen changes made to the settings. This window for the settings of your gallery."
1031
+ msgstr ""
1032
+ "خصائص المعرض : في الجانب الأيسر من الشاشة التي ترى فيها صورة المعاينة التي ستظهر التغييرات "
1033
+ "التي أدخلت على إعدادات . هذه النافذة للحصول على اعدادات الضبط لمعرض الصور الخاص بك ."
1034
+
1035
+ msgid "Fourth Step-1"
1036
+ msgstr "خطوة رابعة-1"
1037
+
1038
+ msgid ""
1039
+ "<p>Gallery Type: sets the look of your gallery for more information check this article. If "
1040
+ "you were chosen fixed column you'll see new tab where you can make a Number of Columns for "
1041
+ "your gallery.</p><p>Load More: adds a button to the page. And with Custom Buttons: you can "
1042
+ "make your button better.</p><p>Add to images border with Border Type and add shadow with "
1043
+ "Shadow.</p><p>Big image appear settings set in the Pop-up Image section.</p>"
1044
+ msgstr ""
1045
+ "<P > أنواع المعرض: يحدد مظهر معرض الصور الخاص بك لمزيد من المعلومات مراجعة هذه المادة . لو "
1046
+ "كنت اخترت عمود ثابت سترى علامة تبويب جديدة حيث يمكنك جعل عدد من الأعمدة لمعرض الصور الخاص "
1047
+ "بك < / P > <P > تحميل المزيد : يضيف زر إلى الصفحة . و مع أزرار مخصصة : يمكنك جعل الزر "
1048
+ "الخاص بك أفضل < / P > <P > إضافة إلى الحدود الصور مع نوع الحدود و إضافة الظل مع الظل < / P "
1049
+ "> <P > صورة كبيرة تظهر الإعدادات المحددة في الصورة المنبثقة . قسم . < / P >"
1050
+
1051
+ msgid "Five Step"
1052
+ msgstr "خطوة خامسة"
1053
+
1054
+ msgid "<p>Captions: In this tab you can manage the captions and make them your style.</p>"
1055
+ msgstr "<p> العناوين: في هذا التبويب يمكنك إدارة العناوين وجعلها أسلوب خاص بك< / P > ."
1056
+
1057
+ msgid "Six Step"
1058
+ msgstr "خطوة سادسة"
1059
+
1060
+ msgid ""
1061
+ "<p>Categories: Сategories option includes such capabilities:</p><p>Hide \"all\" category</"
1062
+ "p><p>Enable shuffling animation of images. (If you enable posts layout on the Posts tab – "
1063
+ "this feature will not be available).</p><p>Set the duration of animation.</p><p>Define the "
1064
+ "position of categories – over or under the gallery.</p><p>Determine the alignment of "
1065
+ "categories.</p><p>Set Categories order</p><p>To this tab become available you need to buy "
1066
+ "pro-version."
1067
+ msgstr ""
1068
+ "<p>التصنيفات: ويشمل الخيار Сategories هذه القدرات:</p><p>إخفاء فئة \"التصنيف\"</p><p>يمكن "
1069
+ "خلط الرسوم المتحركة من الصور. (إذا قمت بتمكين وظائف التخطيط في علامة التبويب الوظائف – لن "
1070
+ "تتوفر هذه الميزة).</p><p>تعيين المدة للرسوم المتحركة.</p><p>تحديد موقف فئات – أو أكثر في "
1071
+ "إطار المعرض.</p><p>تحديد المحاذاة للفئات.</p><p>تعيين ترتيب الفئات</p><p>على علامة التبويب "
1072
+ "لتصبح متاحة تحتاج إلى شراء النسخة الكاملة."
1073
+
1074
+ msgid "Seven Step"
1075
+ msgstr "خطوة سابعة"
1076
+
1077
+ msgid ""
1078
+ "<p>Posts: Here you can add posts and pages to your gallery and also manage them. Posts of "
1079
+ "gallery included in the PRO version of Gallery by Supsystic.</p>"
1080
+ msgstr ""
1081
+ "<P > المشاركات: هنا يمكنك إضافة وظائف وصفحات لمعرض الصور الخاص بك ، وكذلك إدارتها. مشاركات "
1082
+ "معرض الصور مدرجة في النسخة PRO Supsystic . < / P >"
1083
+
1084
+ msgid "Welcome to the"
1085
+ msgstr "أهلا بك في"
1086
+
1087
+ msgid ""
1088
+ "Photo Gallery plugin is created for people who would like to show their photos in a "
1089
+ "marvelous way. Perform your best ideas, making delightful presentations or galleries from "
1090
+ "videos and photos."
1091
+ msgstr ""
1092
+ "يتم إنشاء معرض الصور المساعد للأشخاص الذين يرغبون في عرض الصور بطريقة رائعة. قم بأداء أفضل "
1093
+ "لأفكارك ، وتقديم عروض جميلة أو معارض من أشرطة الفيديو والصور"
1094
+
1095
+ msgid "Step-by-step tutorial"
1096
+ msgstr "تعليم خطوة بخطوة"
1097
+
1098
+ msgid ""
1099
+ "There’re really many options of photo gallery plugin customization. So as soon as you "
1100
+ "close that page, I’ll show you step-by-step tutorial of how to use plugin. Hope it will be "
1101
+ "usefull for you :)"
1102
+ msgstr ""
1103
+ "هناك فعلا العديد من الخيارات لتخصيص البرنامج المساعد لمعرض الصور. لذا بمجرد أن تقوم بإغلاق "
1104
+ "هذه الصفحة، سوف تظهر لك تعليمات خطوة بخطوة عن كيفية استخدام البرنامج المساعد. نأمل أن تكون "
1105
+ "مفيدة بالنسبة لك:)"
1106
+
1107
+ msgid "Support"
1108
+ msgstr "دعم"
1109
+
1110
+ msgid ""
1111
+ "We love our plugin and do the best to improve all features you want and fix all issues. "
1112
+ "But sometimes some issues happened or you can’t find feature you want :) Don’t worry, just "
1113
+ "<a href=\"//supsystic.com/plugins/photo-gallery?"
1114
+ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" target="
1115
+ "\"_blank\"> contact us </a> . We’ll answer in an hour and fix all issues."
1116
+ msgstr ""
1117
+ "نحن نحب برنامجنا، والقيام بأفضل الطرق لتحسين كافة الميزات التي تريدها وحل جميع القضايا. "
1118
+ "ولكن يحدث أحياناً بعض القضايا أو لا تجد الميزة التي تريدها:) لا تقلق، فقط <a href=\"//"
1119
+ "supsystic.com/plugins/photo-gallery?"
1120
+ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" target="
1121
+ "\"_blank\">اتصل بنا</a> . سنقوم بالرد في غضون ساعة وحل كافة المشاكل."
1122
+
1123
+ msgid "Video Tutorial"
1124
+ msgstr "فيديو تعليمي"
1125
+
1126
+ msgid "Frequently Asked Questions"
1127
+ msgstr "الأسئلة الشائعة"
1128
+
1129
+ msgid "How to use pagination and categories feature of gallery?"
1130
+ msgstr "كيفية استخدام ترقيم الصفحات ميزة الفئات من المعرض؟"
1131
+
1132
+ msgid ""
1133
+ "Activate “Available” radio button opposite the “Pagination” or “Categories” option on the "
1134
+ "Categories tab."
1135
+ msgstr ""
1136
+ "تنشيط زر الاختيار \"متوفر\" مقابل الخيار \"ترقيم الصفحات\" أو \"الفئات\" في علامة تبويب "
1137
+ "فئات."
1138
+
1139
+ msgid "Set the number of images per page."
1140
+ msgstr "تعيين عدد من الصور في كل صفحة ."
1141
+
1142
+ msgid "Choose one of the default presets or create your own."
1143
+ msgstr "اختيار واحد من الإعدادات المسبقة الافتراضية أو إنشاء واحدة خاصة بك ."
1144
+
1145
+ msgid "After configuring the settings click “Save” button."
1146
+ msgstr "بعد تكوين الإعدادات انقر فوق الزر \"حفظ\"."
1147
+
1148
+ msgid ""
1149
+ "For more information for <a href=\"//supsystic.com/pagination/\" target=\"_blank"
1150
+ "\">Pagination</a> and for <a href=\"//supsystic.com/categories-gallery/\" target=\"_blank"
1151
+ "\">Categories</a>"
1152
+ msgstr ""
1153
+ "للمزيد من المعلومات <a href=\"//supsystic.com/pagination/\" target=\"_blank\">Pagination</"
1154
+ "a> and for <a href=\"//supsystic.com/categories-gallery/\" target=\"_blank\">Categories</a>"
1155
+
1156
+ msgid "What is “Post Feed” Gallery"
1157
+ msgstr "ما هو معرض \"تغذية البوست\""
1158
+
1159
+ msgid "Go to Posts tab."
1160
+ msgstr "الذهاب إلى علامة تبويب المشاركات ."
1161
+
1162
+ msgid "Select “Enable” in Posts Layout dropdown list to activate the posts option."
1163
+ msgstr "حدد \"تمكين\" في القائمة المنسدلة \"تخطيط الوظائف\" تفعيل خيار الوظائف."
1164
+
1165
+ msgid "Choose one of post layout styles."
1166
+ msgstr "اختيار واحد من مظاهر أنماط المشاركات ."
1167
+
1168
+ msgid "Add pages and posts."
1169
+ msgstr "إضافة الصفحات والمشاركات"
1170
+
1171
+ msgid "Choose what to show on posts layout in gallery."
1172
+ msgstr "اختر ما تريد أن تظهر على واجهة المشاركات في المعرض."
1173
+
1174
+ msgid ""
1175
+ "Learn more about how to do this <a href=\"//supsystic.com/plugins/photo-gallery/#faq\" "
1176
+ "target=\"_blank\">here</a>."
1177
+ msgstr ""
1178
+ "تعلم اكثر حول كيفية القيام بهذا <a href=\"//supsystic.com/plugins/photo-gallery/#faq\" "
1179
+ "target=\"_blank\">هنا</a>."
1180
+
1181
+ msgid "All other FAQs"
1182
+ msgstr "كل الأسئلة الشائعة الاخرى"
1183
+
1184
+ msgid "Let's Start!"
1185
+ msgstr "لنبدأ!"
1186
+
1187
+ msgid "Roles"
1188
+ msgstr "أدوار"
1189
+
1190
+ msgid "PRO option"
1191
+ msgstr "النسخة الاحترافية "
1192
+
1193
+ msgid "Edit image"
1194
+ msgstr "تعديل الصورة"
1195
+
1196
+ msgid "Caption"
1197
+ msgstr "عنوان"
1198
+
1199
+ msgid "SEO"
1200
+ msgstr "SEO"
1201
+
1202
+ msgid "Description"
1203
+ msgstr "شرح"
1204
+
1205
+ msgid "Alternative text"
1206
+ msgstr "نص بديل"
1207
+
1208
+ msgid "External link"
1209
+ msgstr "رابط خارجي"
1210
+
1211
+ msgid "Available in PRO version."
1212
+ msgstr "متوفر في النسخة الاحترافية "
1213
+
1214
+ msgid "Link"
1215
+ msgstr "رابط"
1216
+
1217
+ msgid "Open in new window"
1218
+ msgstr "افتح في نافذة جديدة"
1219
+
1220
+ msgid "Embeded video"
1221
+ msgstr "تضمين فيديو"
1222
+
1223
+ msgid "Video URL"
1224
+ msgstr "رابط فيديو"
1225
+
1226
+ msgid "Supports Youtube and Vimeo. URL will be converted to embed automatically."
1227
+ msgstr "يدعم يوتيوب و فيميو . وسيتم تحويل URL إلى تضمين تلقائيا ."
1228
+
1229
+ msgid "Image"
1230
+ msgstr "صورة"
1231
+
1232
+ msgid "Date"
1233
+ msgstr " التاريخ"
1234
+
1235
+ msgid "Select %s"
1236
+ msgstr "اختر %s"
1237
+
1238
+ msgid "photo"
1239
+ msgstr "صورة"
1240
+
1241
+ msgid "photos"
1242
+ msgstr "صور"
1243
+
1244
+ msgid "Caption effect"
1245
+ msgstr "تأثيرات العنوان"
1246
+
1247
+ msgid "Video"
1248
+ msgstr "فيديو"
1249
+
1250
+ msgid "Linked images"
1251
+ msgstr "صور مرتبطة"
1252
+
1253
+ msgid "http://example.com/"
1254
+ msgstr "http://example.com/"
1255
+
1256
+ msgid "Open in new window."
1257
+ msgstr "افتح في نافذة جديدة"
1258
+
1259
+ msgid "Choose images"
1260
+ msgstr "اختر صور"
1261
+
1262
+ #~ msgid ""
1263
+ #~ "To Create New Gallery select gallery template. You can change template and settings "
1264
+ #~ "later. Now here are four different templates. With PRO version you’ll get more features "
1265
+ #~ "like Categories, Load More button, Post Feed (Content) gallery, Polaroid gallery and "
1266
+ #~ "more. Enter name of the gallery and click “Save”."
1267
+ #~ msgstr ""
1268
+ #~ "لإنشاء معرض جديد حدد معرض القالب. يمكنك تغيير القالب و الإعدادات لاحقا . الآن وهنا "
1269
+ #~ "أربعة نماذج مختلفة . مع نسخة للمحترفين youâ تحصل على المزيد من الميزات مثل فئات، تحميل "
1270
+ #~ "الزر المزيد ، مشاركة الأعلاف ( المحتوى) معرض ، معرض بولارويد وأكثر من ذلك . أدخل اسم "
1271
+ #~ "المعرض و اضغط Saveâ ."
1272
+
1273
+ #~ msgid ""
1274
+ #~ "<p>Now you can see your image list. Here you can:</p><p>Change the order of images – "
1275
+ #~ "simply by dragging them manually.</p><p>Delete images</p><p>Add new images from "
1276
+ #~ "different sources to the grid gallery – click “Add Images” button and select the source "
1277
+ #~ "to import from.</p><p><b>Caption tab</b> – add caption to image – it will be displayed "
1278
+ #~ "on the caption effect of the gallery. Also here included the support of html-elements "
1279
+ #~ "inside caption effect</p><p><b>SEO tab</b> – manage image title and description</"
1280
+ #~ "p><p><b>Link tab</b> – attach links to image – it will go to the link when you click "
1281
+ #~ "the image.</p><p><b>Video tab</b> – attach video url – it will be displayed in a pop-up "
1282
+ #~ "image when you click on the image.</p><p><b>Categories tab</b> – add tags for image "
1283
+ #~ "categories.</p><p>Now follow to the gallery settings – сlick “Properties” button.</p>"
1284
+ #~ msgstr ""
1285
+ #~ "<p> و الآن يمكنك أن ترى قائمة الصورة. هنا يمكنك: < / P > <P > تغيير ترتيب الصور â "
1286
+ #~ "ببساطة عن طريق سحبها يدويا < / P > <P > حذف الصور < / P > <P > إضافة صور جديدة من مصادر "
1287
+ #~ "مختلفة إلى الشبكة.â إضافة زر فوق المعرض Imagesâ وحدد مصدر للاستيراد منه . < / P > <P > "
1288
+ #~ "< ب > توضيحية التبويب < / B> â إضافة تعليق على صورة لذلك سوف يكون ظهور تأثير التسمية "
1289
+ #~ "التوضيحية معرض . وشملت أيضا هنا بدعم من عناصر HTML داخل تأثير التوضيحية < / P > <P > < "
1290
+ #~ "ب > كبار المسئولين الاقتصاديين التبويب < / B> â إدارة عنوان الصورة والوصف < / P > <P > "
1291
+ #~ "< ب > رابط التبويب < / ب > إرفاق روابط لصورة لذلك سوف تذهب إلى الرابط عند النقر فوق "
1292
+ #~ "صورة . < / P > <P > < ب > علامة التبويب فيديو < / B> â إرفاق رابط الفيديو لذلك سيتم "
1293
+ #~ "عرضه في صورة منبثقة عند النقر على الصورة. < / P > <P > < ب > أقسام التبويب < / B> â "
1294
+ #~ "إضافة علامات لفئات صورة . < / P > <P > الآن اتبع إلى الإعدادات معرض للتطبيق اضغط زر "
1295
+ #~ "Propertiesâ زر . < / P >"
1296
+
1297
+ #~ msgid ""
1298
+ #~ "<p>Categories: Сategories option includes such capabilities:</p><p>Hide \"all\" "
1299
+ #~ "category</p><p>Enable shuffling animation of images. (If you enable posts layout on the "
1300
+ #~ "Posts tab – this feature will not be available).</p><p>Set the duration of animation.</"
1301
+ #~ "p><p>Define the position of categories – over or under the gallery.</p><p>Determine the "
1302
+ #~ "alignment of categories.</p><p>Set Categories order</p><p>To this tab become available "
1303
+ #~ "you need to buy pro-version."
1304
+ #~ msgstr ""
1305
+ #~ "<p> فئات : يتضمن خيار Сategories هذه القدرات : < / P > <P > إخفاء \"جميع\" فئة < / P > "
1306
+ #~ "<P > تمكين خلط الرسوم المتحركة من الصور. ( في حالة تمكين تخطيط المشاركات على علامة "
1307
+ #~ "تبويب المشاركات â فانّ هذه الميزة لن تكون متاحة ) . < / P > <P > حدد المدة من الرسوم "
1308
+ #~ "المتحركة . < / P > <P > تحديد موقف من فئات â على أو تحت المعرض . < / P > <P > تحديد "
1309
+ #~ "المحاذاة من الفئات. < / P > <P > تعيين فئات النظام < / P > < p> ليصبح هذا التبويب "
1310
+ #~ "متاحاً عليك شراء النسخة الكاملة."
1311
+
1312
+ #~ msgid ""
1313
+ #~ "There’re really many options of photo gallery plugin customization. So as soon as you "
1314
+ #~ "close that page, I’ll show you step-by-step tutorial of how to use plugin. Hope it will "
1315
+ #~ "be usefull for you :)"
1316
+ #~ msgstr ""
1317
+ #~ "Thereâ هنالك العديد من خيارات التخصيص لمعرض الصور . لذلك بمجرد إغلاق هذه الصفحة ، سوف "
1318
+ #~ "تظهر لك خطوة بخطوة تعليمية لكيفية استخدام البرنامج المساعد . نأمل أن تكون مفيدة بالنسبة "
1319
+ #~ "لك :)"
1320
+
1321
+ #~ msgid ""
1322
+ #~ "We love our plugin and do the best to improve all features you want and fix all issues. "
1323
+ #~ "But sometimes some issues happened or you can’t find feature you want :) Don’t worry, "
1324
+ #~ "just <a href=\"//supsystic.com/plugins/photo-gallery?"
1325
+ #~ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" target="
1326
+ #~ "\"_blank\"> contact us </a> . We’ll answer in an hour and fix all issues."
1327
+ #~ msgstr ""
1328
+ #~ "نحن نحب برنامجنا، و نبذل قصارى جهدنا لتحسين جميع الميزات التي تريدها و إصلاح كافة "
1329
+ #~ "القضايا. لكن في بعض الأحيان يحدث بعض القضايا أو أنك غير قادر على العثور على ميزة "
1330
+ #~ "تريدها :) لا تقلق ، فقط تواصل معنا < ل href=\"//supsystic.com/plugins/photo-gallery?"
1331
+ #~ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" الهدف = "
1332
+ #~ "\"_ فارغة \"> الاتصال بنا </a> ."
1333
+
1334
+ #~ msgid ""
1335
+ #~ "Activate “Available” radio button opposite the “Pagination” or “Categories” option on "
1336
+ #~ "the Categories tab."
1337
+ #~ msgstr ""
1338
+ #~ "تنشيط Availableâ زر الراديو مقابل â Paginationâ أو خيار Categoriesâ على علامة تبويب "
1339
+ #~ "فئات ."
1340
+
1341
+ #~ msgid "After configuring the settings click “Save” button."
1342
+ #~ msgstr "بعد تكوين الإعدادات انقر فوق زر Saveââ "
1343
+
1344
+ #~ msgid "What is “Post Feed” Gallery"
1345
+ #~ msgstr "ما هي “Post Feedâ معرض الصور"
1346
+
1347
+ #~ msgid "Select “Enable” in Posts Layout dropdown list to activate the posts option."
1348
+ #~ msgstr "حدد “Enableâ في المشاركات القائمة المنسدلة لتفعيل وظائف المشاركات."
app/langs/sgg-cs_CZ.mo ADDED
Binary file
app/langs/sgg-cs_CZ.po ADDED
@@ -0,0 +1,1295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
4
+ "Project-Id-Version: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Mik013\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: cs_CZ\n"
13
+ "X-Generator: Poedit 1.8.9\n"
14
+ "X-Poedit-KeywordsList: &lt;br&gt;;odradkovani pomoci <br>\n"
15
+
16
+ msgid "An error has occurred"
17
+ msgstr "Vyskytla se chyba"
18
+
19
+ msgid "Overview"
20
+ msgstr "Přehled"
21
+
22
+ msgid "New Gallery"
23
+ msgstr "Nová galerie"
24
+
25
+ msgid "Galleries"
26
+ msgstr "Galerie"
27
+
28
+ msgid "Settings"
29
+ msgstr "Nastavení"
30
+
31
+ msgid "License"
32
+ msgstr "Licence"
33
+
34
+ msgid "Images"
35
+ msgstr "Obrázky"
36
+
37
+ msgid "Instagram"
38
+ msgstr "Instagram"
39
+
40
+ msgid "Flickr"
41
+ msgstr "Flickr"
42
+
43
+ msgid "Tumblr"
44
+ msgstr "Tumblr"
45
+
46
+ msgid "Facebook"
47
+ msgstr "Facebook"
48
+
49
+ msgid "Get PRO"
50
+ msgstr "Získat Pro verzi"
51
+
52
+ msgid "Loading"
53
+ msgstr "Načítám…"
54
+
55
+ msgid "Authorization code is not specified."
56
+ msgstr "Není zadán kód autorizace."
57
+
58
+ msgid "Gallery by Supsystic"
59
+ msgstr "Galerie od Supsystic"
60
+
61
+ msgid "Import images"
62
+ msgstr "Importovat obrázky"
63
+
64
+ msgid "Facebook authorization"
65
+ msgstr "Facebook autorizace"
66
+
67
+ msgid "Upload your images from the Facebook Media Library"
68
+ msgstr "Nahrát své obrázky z mediální knihovny Facebooku"
69
+
70
+ msgid "Login with Facebook"
71
+ msgstr "Přihlásit se pomocí Facebooku"
72
+
73
+ msgid "Return to the gallery"
74
+ msgstr "Návrat do galerie"
75
+
76
+ msgid "Upload new images"
77
+ msgstr "Nahrát nové obrázky"
78
+
79
+ msgid "Logout"
80
+ msgstr "Odhlásit se"
81
+
82
+ msgid "Select/unselect all photos"
83
+ msgstr "Vybrat / odznačit všechny fotky"
84
+
85
+ msgid "Here you can specify your business pages and images will load from those pages. You can set several pages, just separate ID of pages by \",\". To get the ID of your page you need to switch to the wanted page, then click on \"About\" link right below page cover, and at the bottom of \"About\" page you will find Facebook Page ID."
86
+ msgstr "Zde je možné uvést vaše obchodní stránky a obrázky se budou načítat z těchto stránek. Můžete nastavit několik stránek, jen oddělte IDčka stránek pomocí \",\". Chcete-li získat identifikátor vaší stránky musíte přepnout na požadovanou stránku, poté klikněte na \"O\" odkaz přímo pod titulní stránku, a ve spodní části \"O stránce\" najdete Facebook Page ID."
87
+
88
+ msgid "Save"
89
+ msgstr "Uložit"
90
+
91
+ msgid "Empty user data."
92
+ msgstr "Nebyla zadána uživatelská data."
93
+
94
+ msgid "Flickr authorization"
95
+ msgstr "Autorizace Flickru"
96
+
97
+ msgid "Upload your images from the Flickr Media Library"
98
+ msgstr "Nahrát své obrázky z mediální knihovny Flickru"
99
+
100
+ msgid "Upload from Flickr"
101
+ msgstr "Nahrát z Flickru"
102
+
103
+ msgid "Images not in albums"
104
+ msgstr "V albu nejsou žádné obrázky"
105
+
106
+ msgid "Albums"
107
+ msgstr "Alba"
108
+
109
+ msgid "Fullscreen"
110
+ msgstr "Na celou obrazovku"
111
+
112
+ msgid "Load More Button"
113
+ msgstr "Načíst více tlačítek"
114
+
115
+ msgid "Enable"
116
+ msgstr "Povolit"
117
+
118
+ msgid "Disable"
119
+ msgstr "Zakázat"
120
+
121
+ msgid "Load with scroll"
122
+ msgstr "Načíst s posuvníkem"
123
+
124
+ msgid "No"
125
+ msgstr "Ne"
126
+
127
+ msgid "Yes"
128
+ msgstr "Ano"
129
+
130
+ msgid "Load more button text"
131
+ msgstr "Načíst více textu tlačítkaXxX"
132
+
133
+ msgid "Images amount"
134
+ msgstr "Počet obrázků"
135
+
136
+ msgid "Load more amount"
137
+ msgstr "Načíst více"
138
+
139
+ msgid "Custom Buttons"
140
+ msgstr "Vlastní tlačítka"
141
+
142
+ msgid "Gallery Loader"
143
+ msgstr "Načítání galerie"
144
+
145
+ msgid "Background color"
146
+ msgstr "Barva pozadí"
147
+
148
+ msgid "Choose Icon"
149
+ msgstr "Vybrat ikonu"
150
+
151
+ msgid "Disable right click"
152
+ msgstr "Zakázat kliknutí pravým tlačítkem"
153
+
154
+ msgid "Video size"
155
+ msgstr "Velikost videa"
156
+
157
+ msgid "Autoplay video"
158
+ msgstr "Přehrát video automaticky"
159
+
160
+ msgid "When video ends"
161
+ msgstr "Když video skončí"
162
+
163
+ msgid "Do nothing"
164
+ msgstr "Nedělat nic"
165
+
166
+ msgid "Open next slide"
167
+ msgstr "Otevřít následující slide"
168
+
169
+ msgid "Close popup"
170
+ msgstr "Zavřít popup"
171
+
172
+ msgid "Posts layout"
173
+ msgstr "Vzhled příspěvků"
174
+
175
+ msgid "Posts layout style"
176
+ msgstr "Styl vzhledu příspěvků"
177
+
178
+ msgid "Posts"
179
+ msgstr "Příspěvky"
180
+
181
+ msgid "Pages"
182
+ msgstr "Stránky"
183
+
184
+ msgid "Show author"
185
+ msgstr "Zobrazit autora"
186
+
187
+ msgid "Show date"
188
+ msgstr "Zobrazit datum"
189
+
190
+ msgid "Show contents"
191
+ msgstr "Zobrazit obsahy"
192
+
193
+ msgid "Show categories"
194
+ msgstr "Zobrazit rubriky"
195
+
196
+ msgid "Hide \"All\" category"
197
+ msgstr "Schovat \"Všechny\" kategorie"
198
+
199
+ msgid "Enable shuffling animation"
200
+ msgstr "Povolit náhodnou animaci"
201
+
202
+ msgid "Animation duration"
203
+ msgstr "Délka trvání animace"
204
+
205
+ msgid "Position"
206
+ msgstr "Umístění"
207
+
208
+ msgid "Over the gallery"
209
+ msgstr "Přes galerii"
210
+
211
+ msgid "Under the gallery"
212
+ msgstr "Pod galerií"
213
+
214
+ msgid "Align"
215
+ msgstr "Zarovnání"
216
+
217
+ msgid "Left"
218
+ msgstr "Vlevo"
219
+
220
+ msgid "Center"
221
+ msgstr "Na střed"
222
+
223
+ msgid "Right"
224
+ msgstr "Vpravo"
225
+
226
+ msgid "Presets"
227
+ msgstr "Nastavení"
228
+
229
+ msgid "Choose preset"
230
+ msgstr "Vybrat nastavení"
231
+
232
+ msgid "Preset Editor"
233
+ msgstr "Editor nastavení"
234
+
235
+ msgid "Categories order"
236
+ msgstr "Řazení rubrik"
237
+
238
+ msgid "All"
239
+ msgstr "Vše"
240
+
241
+ msgid "Enable pagination"
242
+ msgstr "Povolit stránkování"
243
+
244
+ msgid "Pagination"
245
+ msgstr "Stránkování"
246
+
247
+ msgid "Images per page"
248
+ msgstr "Obrázků na stránku"
249
+
250
+ msgid "Buttons position"
251
+ msgstr "Umístění tlačítek"
252
+
253
+ msgid "Top"
254
+ msgstr "Nahoře"
255
+
256
+ msgid "Bottom"
257
+ msgstr "Dole"
258
+
259
+ msgid "Container background"
260
+ msgstr "Pozadí kontejneru"
261
+
262
+ msgid "Hide container background."
263
+ msgstr "Schovat pozadí kontejneru"
264
+
265
+ msgid "Text background"
266
+ msgstr "Pozadí textu"
267
+
268
+ msgid "Hide text background."
269
+ msgstr "Schovat pozadí textu"
270
+
271
+ msgid "Text color"
272
+ msgstr "Barva textu"
273
+
274
+ msgid "Use color, based on my theme."
275
+ msgstr "Zvolit barvu podle mojí šablony"
276
+
277
+ msgid "Vertical padding"
278
+ msgstr "Vertikální odsazení"
279
+
280
+ msgid "Horizontal padding"
281
+ msgstr "Vodorovné odsazení"
282
+
283
+ msgid "Font weight"
284
+ msgstr "Tloušťka písma"
285
+
286
+ msgid "Font size"
287
+ msgstr "Velikost písma"
288
+
289
+ msgid "Border width"
290
+ msgstr "Šířka ohraničení"
291
+
292
+ msgid "Border type"
293
+ msgstr "Typ ohraničení"
294
+
295
+ msgid "Border color"
296
+ msgstr "Barva ohraničení"
297
+
298
+ msgid "Border radius"
299
+ msgstr "Kulaté ohraničení"
300
+
301
+ msgid "Buttons preset editor for Paginations, Categories and Load More buttons"
302
+ msgstr "Editor nastavení tlačítek pro Stránkování, Kategorie a Načtení více tlačítek"
303
+
304
+ msgid "Custom class"
305
+ msgstr "Vlastní třídy"
306
+
307
+ msgid "Font family"
308
+ msgstr "Styl písma"
309
+
310
+ msgid "Border style"
311
+ msgstr "Styl ohraničení"
312
+
313
+ msgid "Choose icon"
314
+ msgstr "Vybrat ikonu"
315
+
316
+ msgid "Page "
317
+ msgstr "Strana"
318
+
319
+ msgid "Activate License"
320
+ msgstr "Aktivovat licenci"
321
+
322
+ msgid "Renew License"
323
+ msgstr "Obnovit licenci"
324
+
325
+ msgid "Slider by Supsystic"
326
+ msgstr "Slider od Supsystic"
327
+
328
+ msgid "Congratulations! You have successfully installed and activated PRO version of ' ~ environment.getMenu().getMenuTitle() ~ ' plugin."
329
+ msgstr "Gratulujeme! Úspěšně jste nainstaloval a aktivoval PRO verzi ' ~ environment.getMenu().getMenuTitle() ~ ' pluginu."
330
+
331
+ msgid "Your premium support is expired in ' ~ days ~ ' days"
332
+ msgstr "Vaše prémiová podpora vyprší za ' ~ days ~ ' dní"
333
+
334
+ msgid "You will not be able to update your pro version with expired license"
335
+ msgstr "Aktualizace vaší pro verze nebude dostupná s vypršenou licencí"
336
+
337
+ msgid "Activate"
338
+ msgstr "Aktivovat"
339
+
340
+ msgid "Authorization oauth_verifier is not specified."
341
+ msgstr "Autorizační oauth_verifier není specifikován"
342
+
343
+ msgid "Tumblr authorization"
344
+ msgstr "Tumblr autorizace"
345
+
346
+ msgid "Upload your images from the Tumblr Media Library"
347
+ msgstr "Nahrát své obrázky z mediální knihovnyTumblr"
348
+
349
+ msgid "Upload from Tumblr"
350
+ msgstr "Nahrát z Tumblr"
351
+
352
+ msgid "FTP"
353
+ msgstr "FTP"
354
+
355
+ msgid "Upload your images from the FTP Server"
356
+ msgstr "Nahrát vaše obrázky z FTP serveru"
357
+
358
+ msgid "Enter images folder name, e.g. my-images"
359
+ msgstr "Zadejte název složky pro obrázky, např. moje-fotky"
360
+
361
+ msgid "Parse"
362
+ msgstr "Rozebrat"
363
+
364
+ msgid "Note: images folder must be in wp-content/uploads/directory"
365
+ msgstr "Poznámka: složka s obrázky musí být v wp-content/uploads/directory"
366
+
367
+ msgid "Host"
368
+ msgstr "Server"
369
+
370
+ msgid "Username"
371
+ msgstr "Uživatelské jméno"
372
+
373
+ msgid "Password"
374
+ msgstr "Heslo"
375
+
376
+ msgid "Port"
377
+ msgstr "Port"
378
+
379
+ msgid "Enter the full path to images folder"
380
+ msgstr "Zadejte úplnou cestu ke složce s obrázky"
381
+
382
+ msgid "Note: you need to specify the full path to images folder"
383
+ msgstr "Poznámka: Je třeba zadat úplnou cestu ke složce s obrázky"
384
+
385
+ msgid "Please fill all fields"
386
+ msgstr "Prosím vyplňte všechna pole"
387
+
388
+ msgid "Loading text"
389
+ msgstr "Načítání textu"
390
+
391
+ msgid "Loading..."
392
+ msgstr "Načítání..."
393
+
394
+ msgid "Open by link in popup"
395
+ msgstr "Otevřít odkaz v novém okně"
396
+
397
+ msgid "Gallery link"
398
+ msgstr "URL adresa galerie"
399
+
400
+ msgid "Auto posts"
401
+ msgstr "Automatické příspěvky"
402
+
403
+ msgid "Number of posts"
404
+ msgstr "Počet příspěvků"
405
+
406
+ msgid "Auto Posts Categories"
407
+ msgstr "Rubriky automatických příspěvků"
408
+
409
+ msgid "Select categories"
410
+ msgstr "Vybrat rubriky"
411
+
412
+ msgid "Google Drive authorization"
413
+ msgstr "Autorizace Google Drive"
414
+
415
+ msgid "Upload your images from Google Drive CDN"
416
+ msgstr "Nahrajte vaše obrázky z Google Drive CDN"
417
+
418
+ msgid "Upload from Google Drive"
419
+ msgstr "Nahrát z Google Drive"
420
+
421
+ msgid "Google Drive"
422
+ msgstr "Google Drive"
423
+
424
+ msgid "New gallery successfully created"
425
+ msgstr "Nová galerie byla úspěšně vytvořena"
426
+
427
+ msgid "Title successfully updated"
428
+ msgstr "Titulek úspěšně aktualizován"
429
+
430
+ msgid "Not enough data."
431
+ msgstr "Žádná data."
432
+
433
+ msgid "Preset successfully saved."
434
+ msgstr "Nastavení úspěšně uloženo."
435
+
436
+ msgid "The preset ID is not specified."
437
+ msgstr "Nastavené ID není specifikováno."
438
+
439
+ msgid "Preset successfully removed."
440
+ msgstr "Nastavení úspěšně smazáno."
441
+
442
+ msgid "Failed to find the preset."
443
+ msgstr "Nastavení nenalezeno."
444
+
445
+ msgid "Preset successfully applied to the gallery."
446
+ msgstr "Nastavení úspěšně aplikováno na galerii."
447
+
448
+ msgid "Unnamed gallery"
449
+ msgstr "Nepojmenovaná galerie"
450
+
451
+ msgid "The identifier of the gallery is invalid"
452
+ msgstr "Identifikátor galerie je chybný"
453
+
454
+ msgid "Title is empty"
455
+ msgstr "Prázdný titulek"
456
+
457
+ msgid "Failed to rename the gallery"
458
+ msgstr "Přejmenování galerie selhalo"
459
+
460
+ msgid "Invalid gallery identifier specified"
461
+ msgstr "Byl nastaven chybný identifikátor galerie"
462
+
463
+ msgid "Failed to delete the gallery"
464
+ msgstr "Smazání galerie selhalo"
465
+
466
+ msgid "Resources are does not exists"
467
+ msgstr "Zdroj nenalezen"
468
+
469
+ msgid "The identifier of the Gallery is not specified"
470
+ msgstr "Identifikátor galerie nebyl nastaven"
471
+
472
+ msgid "New gallery"
473
+ msgstr "Nová galerie"
474
+
475
+ msgid "Add Images"
476
+ msgstr "Přidat obrázky"
477
+
478
+ msgid "Add selected items"
479
+ msgstr "Přidat vybrané položky"
480
+
481
+ msgid "Cancel"
482
+ msgstr "Zrušit"
483
+
484
+ msgid "You need to import images to your gallery before you can start using galleries"
485
+ msgstr "Před použitím galerie je potřeba nahrát obrázky"
486
+
487
+ msgid "Selected"
488
+ msgstr "Vybráno"
489
+
490
+ msgid "Create new gallery"
491
+ msgstr "Vytváření nové galerie"
492
+
493
+ msgid "Choose Gallery Template.You can change template and settings on the next step."
494
+ msgstr "Vyberte šablonu galerie. Šablonu a nastavení můžete změnit v dalším kroku."
495
+
496
+ msgid "Gallery Name:"
497
+ msgstr "Název galerie:"
498
+
499
+ msgid "Choose Gallery Template."
500
+ msgstr "Vyber šablonu galerie"
501
+
502
+ msgid "Remove selected"
503
+ msgstr "Smazat vybrané"
504
+
505
+ msgid "Select/unselect all posts"
506
+ msgstr "Vybrat/odznačit všechny příspěvky"
507
+
508
+ msgid "Images list"
509
+ msgstr "Seznam obrázků"
510
+
511
+ msgid "Preview"
512
+ msgstr "Náhled"
513
+
514
+ msgid "Total Images: "
515
+ msgstr "Počet obrázků"
516
+
517
+ msgid "There are %s photos in the gallery %s"
518
+ msgstr "Je %s fotografií v galerii %s"
519
+
520
+ msgid "Are you sure you want to delete this gallery?"
521
+ msgstr "Opravdu chcete smazat tuto galerii?"
522
+
523
+ msgid "Delete gallery"
524
+ msgstr "Smazat galerii"
525
+
526
+ msgid "Shortcode:"
527
+ msgstr "Zkrácený kód:"
528
+
529
+ msgid "PHPCode:"
530
+ msgstr "PHP kód:"
531
+
532
+ msgid "You have no galleries"
533
+ msgstr "Nemáte žádnou galerii"
534
+
535
+ msgid "You don't have any galleries yet."
536
+ msgstr "Dosud jste nevytvořil žádnou galerii"
537
+
538
+ msgid "Want to create one right now?"
539
+ msgstr "Chcete ji vytvořit právě teď?"
540
+
541
+ msgid "What is a gallery"
542
+ msgstr "Co je galerie?"
543
+
544
+ msgid "<strong>Gallery</strong> &mdash; the highest type of entity in the Gallery by Supsystic."
545
+ msgstr "<strong>Galerie</strong> &mdash; nejvyšší typ objektu v Gallery by Supsystic."
546
+
547
+ msgid "You can have an unlimited number of galleries, to which you can attach the preloaded pictures."
548
+ msgstr "Můžete mít neomezené množství galerií, do kterých vložíte své nahrané obrázky."
549
+
550
+ msgid "Each gallery has a number of display settings and behaviors that you can save to presets and apply to other galleries."
551
+ msgstr "Každá galerie má několik nastavení a funkcí zobrazení, které si můžete uložit do předvoleb a aplikovat je na ostatní galerie."
552
+
553
+ msgid "Gallery title can't be empty!"
554
+ msgstr "Titulek galerie nemůže být prázdný!"
555
+
556
+ msgid "Gallery title:"
557
+ msgstr "Titulek galerie:"
558
+
559
+ msgid "Select source to import from"
560
+ msgstr "Vybrat zdroj pro import"
561
+
562
+ msgid "Back to the gallery"
563
+ msgstr "Zpět do galerie"
564
+
565
+ msgid "Main"
566
+ msgstr "Hlavní"
567
+
568
+ msgid "Captions"
569
+ msgstr "Nápis"
570
+
571
+ msgid "Categories"
572
+ msgstr "Rubriky"
573
+
574
+ msgid "Add images"
575
+ msgstr "Přidat obrázky"
576
+
577
+ msgid "Import settings"
578
+ msgstr "Importovat nastavení"
579
+
580
+ msgid "Your changes not saved. You really want to leave without saving?"
581
+ msgstr "Vaše změny nebyly uloženy. Opravdu chcete odejít bez uložení?"
582
+
583
+ msgid "Gallery Type"
584
+ msgstr "Typ galerie"
585
+
586
+ msgid "Number of Columns"
587
+ msgstr "Počet sloupců"
588
+
589
+ msgid "Responsive columns"
590
+ msgstr "Responzivní sloupce"
591
+
592
+ msgid "Gallery Position"
593
+ msgstr "Umístění galerie"
594
+
595
+ msgid "Images distance"
596
+ msgstr "Mezera mezi obrázky"
597
+
598
+ msgid "Gallery width"
599
+ msgstr "Šířka galerie"
600
+
601
+ msgid "Full screen width"
602
+ msgstr "Šířka celé obrazovky"
603
+
604
+ msgid "Gallery padding"
605
+ msgstr "Odsazení galerie"
606
+
607
+ msgid "Gallery height"
608
+ msgstr "Výška galerie"
609
+
610
+ msgid "Image width"
611
+ msgstr "Šířka obrázku"
612
+
613
+ msgid "Image height"
614
+ msgstr "Výška obrázku"
615
+
616
+ msgid "Image radius"
617
+ msgstr "Zakulacení obrázku"
618
+
619
+ msgid "Image crop quality"
620
+ msgstr "Kvalita oříznutí obrázku"
621
+
622
+ msgid "Display only first image"
623
+ msgstr "Zobrazit pouze první obrázek"
624
+
625
+ msgid "Social Sharing"
626
+ msgstr "Sociální sdílení"
627
+
628
+ msgid "Social Buttons Project"
629
+ msgstr "Tlačítka projektu sociálních sítí"
630
+
631
+ msgid "Gallery Sharing"
632
+ msgstr "Sdílení galerie"
633
+
634
+ msgid "Image Sharing"
635
+ msgstr "Sdílení obrázku"
636
+
637
+ msgid "Buttons align"
638
+ msgstr "Zarovnání tlačítek"
639
+
640
+ msgid "Popup Image Sharing"
641
+ msgstr "Sdílení vyskakovacího obrázku"
642
+
643
+ msgid "You have no Social Sharing projects for now."
644
+ msgstr "Zatím nesdílíte žádné sociální projekty"
645
+
646
+ msgid "Create your first project"
647
+ msgstr "Vytvořte váš první projekt"
648
+
649
+ msgid "then just reload page with your Gallery settings, and you will see list with available Social Projects for your Gallery."
650
+ msgstr "poté stačí znovu načíst stránku s nastavením galerie, a uvidíte seznam dostupných sociálních projektů pro vaši galerie."
651
+
652
+ msgid "You need to install Social Share Buttons by Supsystic to use this feature."
653
+ msgstr "Pro používání této funkce je třeba nainstalovat Social Share Buttons od Supsystic "
654
+
655
+ msgid "Install plugin"
656
+ msgstr "Instalovat plugin"
657
+
658
+ msgid "here."
659
+ msgstr "zde."
660
+
661
+ msgid "Horizontal Scroll"
662
+ msgstr "Vodorovný posuvník"
663
+
664
+ msgid "Scroll Bar Color"
665
+ msgstr "Barva posuvníku"
666
+
667
+ msgid "Scroll Bar Transparency"
668
+ msgstr "Průhlednost posuvníku"
669
+
670
+ msgid "Border"
671
+ msgstr "Ohraničení"
672
+
673
+ msgid "Available"
674
+ msgstr "Dostupnost"
675
+
676
+ msgid "Border Type"
677
+ msgstr "Typ ohraničení"
678
+
679
+ msgid "Shadow"
680
+ msgstr "Stínování"
681
+
682
+ msgid "Shadow preset"
683
+ msgstr "Nastavení stínování"
684
+
685
+ msgid "When mouse is over"
686
+ msgstr "Při přejetí myší"
687
+
688
+ msgid "Off"
689
+ msgstr "Vypnuto"
690
+
691
+ msgid "Show mouse on"
692
+ msgstr "Zobrazit myš"
693
+
694
+ msgid "Hide mouse on"
695
+ msgstr "Skrýt myš"
696
+
697
+ msgid "Overlay image with shadow"
698
+ msgstr "Překrýt obrázek stínem"
699
+
700
+ msgid "Shadow color"
701
+ msgstr "Barva stínu"
702
+
703
+ msgid "Shadow blur"
704
+ msgstr "Rozmazání stínu"
705
+
706
+ msgid "Shadow X"
707
+ msgstr "Stín X"
708
+
709
+ msgid "Shadow Y"
710
+ msgstr "Stín Y"
711
+
712
+ msgid "Pop-up Image"
713
+ msgstr "Vyskakovací obrázek"
714
+
715
+ msgid "Popup box theme"
716
+ msgstr "Šablona vyskakovacího okna"
717
+
718
+ msgid "Choose theme"
719
+ msgstr "Vybrat šablonu"
720
+
721
+ msgid "Disable on mobile"
722
+ msgstr "Zakázat na mobilním zařízení"
723
+
724
+ msgid "Popup Image Text"
725
+ msgstr "Text vyskakovacího obrázku"
726
+
727
+ msgid "Caption"
728
+ msgstr "Nápis"
729
+
730
+ msgid "Title"
731
+ msgstr "Titulek"
732
+
733
+ msgid "Alt text"
734
+ msgstr "Alt text"
735
+
736
+ msgid "Description"
737
+ msgstr "Popis"
738
+
739
+ msgid "Hide Popup Captions"
740
+ msgstr "Skrýt vyskakovací nápisy"
741
+
742
+ msgid "Transparency"
743
+ msgstr "Průhlednost"
744
+
745
+ msgid "Slideshow"
746
+ msgstr "Prezentace"
747
+
748
+ msgid "Slideshow speed"
749
+ msgstr "Rychlost prezentace"
750
+
751
+ msgid "Slideshow pause on hover"
752
+ msgstr "Zastavit prezentaci při najetí myší"
753
+
754
+ msgid "Slideshow autostart"
755
+ msgstr "Automatické zapnutí prezentace"
756
+
757
+ msgid "Popup Image size"
758
+ msgstr "Velikost vyskakovacího obrázku"
759
+
760
+ msgid "Effect"
761
+ msgstr "Efekt"
762
+
763
+ msgid "Choose effect"
764
+ msgstr "Vybrat efekt"
765
+
766
+ msgid "Personal captions"
767
+ msgstr "Vlastní nápis"
768
+
769
+ msgid "Polaroid Style"
770
+ msgstr "Polaroidový styl"
771
+
772
+ msgid "Polaroid Image Animation"
773
+ msgstr "Animace polaroidového obrázku"
774
+
775
+ msgid "Polaroid Image Scattering "
776
+ msgstr "Rozptýlení polaroidového snímku"
777
+
778
+ msgid "Polaroid Frame Width"
779
+ msgstr "Šířka rámu Polaroid"
780
+
781
+ msgid "Text size"
782
+ msgstr "Velikost textu"
783
+
784
+ msgid "Text horizontal align"
785
+ msgstr "Vodorovné zarovnání textu"
786
+
787
+ msgid "Text vertical align"
788
+ msgstr "Vertikální zarovnání textu"
789
+
790
+ msgid "Hide image title tooltip"
791
+ msgstr "Schovat popisek obrázku"
792
+
793
+ msgid "Mobile - show always caption"
794
+ msgstr "Mobilní - zobrazit titulek vždy "
795
+
796
+ msgid "Show icons"
797
+ msgstr "Zobrazit ikony"
798
+
799
+ msgid "Select effect"
800
+ msgstr "Vybrat efekt"
801
+
802
+ msgid "Animation"
803
+ msgstr "Animace"
804
+
805
+ msgid "Icons color"
806
+ msgstr "Barva ikon"
807
+
808
+ msgid "Icons hover color"
809
+ msgstr "Barva ikon při najetí myší"
810
+
811
+ msgid "Background hover color"
812
+ msgstr "Barva pozadí při najetí myší"
813
+
814
+ msgid "Icons size"
815
+ msgstr "Velikost ikon"
816
+
817
+ msgid "Distance between icons"
818
+ msgstr "Vzdálenost mezi ikonami"
819
+
820
+ msgid "Show overlay"
821
+ msgstr "Zobrazit překrytí"
822
+
823
+ msgid "Overlay color"
824
+ msgstr "Barva překrytí"
825
+
826
+ msgid "Overlay transparency"
827
+ msgstr "Průhlednost překrytí"
828
+
829
+ msgid "Categorize images in the gallery"
830
+ msgstr "Kategorizovat obrázky v galerii"
831
+
832
+ msgid "Let user switch gallery pages"
833
+ msgstr "Povolit uživateli přepínat mezi stránkami galerie"
834
+
835
+ msgid "Save settings as preset"
836
+ msgstr "Uložit nastavení do předvoleb"
837
+
838
+ msgid "Preset title:"
839
+ msgstr "Název předvolby:"
840
+
841
+ msgid "Delete preset"
842
+ msgstr "Smazat předvolbu"
843
+
844
+ msgid "Are you really want to delete preset \"%s\"?"
845
+ msgstr "Opravdu chcete smazat předvolbu \"%s\"?"
846
+
847
+ msgid "Load settings from presets"
848
+ msgstr "Načíst nastavení z předvoleb"
849
+
850
+ msgid "Select preset:"
851
+ msgstr "Vybrat předvolbu:"
852
+
853
+ msgid "Failed to load the presets."
854
+ msgstr "Načtení předvolby se nepodařilo."
855
+
856
+ msgid "Currently you have no presets."
857
+ msgstr "Momentálně nemáte žádné předvolby."
858
+
859
+ msgid "Select \"Big image\" theme"
860
+ msgstr "Vybrat šablonu \"Velkého obrázku\""
861
+
862
+ msgid "Select a theme"
863
+ msgstr "Vybrat šablonu"
864
+
865
+ msgid "Select"
866
+ msgstr "Vybrat"
867
+
868
+ msgid "Select overlay effect"
869
+ msgstr "Vybrat efekt překrytí"
870
+
871
+ msgid "This effect requires icons be enabled. Enable Icons?"
872
+ msgstr "Tento efekt vyžaduje povolení ikon. Povolit ikony?"
873
+
874
+ msgid "Select shadow preset"
875
+ msgstr "Vybrat předvolbu stínování"
876
+
877
+ msgid "Select shadow"
878
+ msgstr "Vybrat stínování"
879
+
880
+ msgid "Import settings from gallery"
881
+ msgstr "Importovat nastavení z galerie"
882
+
883
+ msgid "Here you can import settings from other galleries, but right now, you have only one gallery, create more - and see how it works"
884
+ msgstr "Tady můžete importovat nastavení z jiných galerií, ale momentálně máte jen jednu galerii, vytvořte jich více a vyzkoušejte, jak to funguje "
885
+
886
+ msgid "Improve free version"
887
+ msgstr "Zlepšit bezplatnou verzi"
888
+
889
+ msgid "Select icons effects"
890
+ msgstr "Zvolit efekty ikon"
891
+
892
+ msgid "Click on the icon to select effect"
893
+ msgstr "Pro výběr efektu klikněte na ikonu"
894
+
895
+ msgid "close"
896
+ msgstr "zavřít"
897
+
898
+ msgid "next"
899
+ msgstr "další"
900
+
901
+ msgid "previous"
902
+ msgstr "předchozí"
903
+
904
+ msgid "start slideshow"
905
+ msgstr "spustit prezentaci"
906
+
907
+ msgid "stop slideshow"
908
+ msgstr "zastavit prezentaci"
909
+
910
+ msgid "image"
911
+ msgstr "obrázek"
912
+
913
+ msgid "of"
914
+ msgstr "z"
915
+
916
+ msgid "Choose source"
917
+ msgstr "Vybrat zdroj"
918
+
919
+ msgid "Import from WordPress Media Library"
920
+ msgstr "Importovat z Knihovny médií WordPressu"
921
+
922
+ msgid "Import from social networks"
923
+ msgstr "Importovat ze sociálních sítí"
924
+
925
+ msgid "Import from your Instagram account"
926
+ msgstr "Importovat z Instagramu"
927
+
928
+ msgid "Import from your Flickr account"
929
+ msgstr "Importovat z Flickru"
930
+
931
+ msgid "Import from your Tumblr account"
932
+ msgstr "Importovat z Tumblr"
933
+
934
+ msgid "Import from your Facebook account"
935
+ msgstr "Importovat z Facebooku"
936
+
937
+ msgid "Import from cloud services"
938
+ msgstr "Importovat z cloud služeb"
939
+
940
+ msgid "Import from your FTP server"
941
+ msgstr "Importovat z vašeho FTP serveru"
942
+
943
+ msgid "Import from your Google Drive account"
944
+ msgstr "Importovat z vašeho Google Drive účtu"
945
+
946
+ msgid "Get Pro to enable import"
947
+ msgstr "Získat Pro verzi ke zpřístupnění importu"
948
+
949
+ msgid "Properties"
950
+ msgstr "Vlastnosti"
951
+
952
+ msgid "Delete Image"
953
+ msgstr "Smazat obrázek"
954
+
955
+ msgid "Sort To: "
956
+ msgstr "Třídění:"
957
+
958
+ msgid "Sort By: "
959
+ msgstr "Seřazeno podle:"
960
+
961
+ msgid "Switch to the list view"
962
+ msgstr "Přepnout do seznamového zobrazení"
963
+
964
+ msgid "Switch to the block view"
965
+ msgstr "Přepnout do blokového zobrazení"
966
+
967
+ msgid "Apply"
968
+ msgstr "Použít"
969
+
970
+ msgid "Search"
971
+ msgstr "Hledat"
972
+
973
+ msgid "The gallery is does not exists"
974
+ msgstr "Galerie neexistuje"
975
+
976
+ msgid "Currently this gallery has no images"
977
+ msgstr "Tato galerie aktuálně neobsahuje obrázky"
978
+
979
+ msgid "Linked Images"
980
+ msgstr "Odkazované obrázky"
981
+
982
+ msgid "Instagram authorization"
983
+ msgstr "Autorizovat Instagram"
984
+
985
+ msgid "Upload your images from the Instagram Media Library"
986
+ msgstr "Nahrát obrázky z knihovny médií Instagramu"
987
+
988
+ msgid "Upload from Instagram"
989
+ msgstr "Nahrát z Instagramu"
990
+
991
+ msgid "Your message successfully send. We contact you soon."
992
+ msgstr "Vaše zpráva byla úspěšně odeslána. Brzy se vám ozveme."
993
+
994
+ msgid "Step-by-step Tutorial"
995
+ msgstr "Návod krok za krokem"
996
+
997
+ msgid "Begin Step-by-step Tutorial"
998
+ msgstr "Spustit návod Krok za krokem"
999
+
1000
+ msgid "Name"
1001
+ msgstr "Jméno"
1002
+
1003
+ msgid "Email"
1004
+ msgstr "E-mail:"
1005
+
1006
+ msgid "Website"
1007
+ msgstr "WWW stránka"
1008
+
1009
+ msgid "Subject"
1010
+ msgstr "Předmět"
1011
+
1012
+ msgid "Topic"
1013
+ msgstr "Téma"
1014
+
1015
+ msgid "Plugin options"
1016
+ msgstr "Možnosti voleb pluginu"
1017
+
1018
+ msgid "Report a bug"
1019
+ msgstr "Nahlásit chybu"
1020
+
1021
+ msgid "Require a new functionallity"
1022
+ msgstr "Požadavek na novou funkci"
1023
+
1024
+ msgid "Other"
1025
+ msgstr "Ostatní"
1026
+
1027
+ msgid "Message"
1028
+ msgstr "Zpráva"
1029
+
1030
+ msgid "Hello Supsystic Team!"
1031
+ msgstr "Hello Supsystic Team! Zpráva v anglickém jazyce."
1032
+
1033
+ msgid "Some errors occurred while sending mail please send your message trough this contact form:"
1034
+ msgstr "Vyskytly se nějaké chyby, prosím zašlete vaši zprávu pomocí tohoto kontaktního formuláře:"
1035
+
1036
+ msgid "Unable to save chosen photo %s: %s"
1037
+ msgstr "Nepodařilo se uložit zvolenou fotku %s: %s"
1038
+
1039
+ msgid "New Folder"
1040
+ msgstr "Nový adresář"
1041
+
1042
+ msgid "The title can't be empty"
1043
+ msgstr "Titulek nemůže být prázdný"
1044
+
1045
+ msgid "Failed to update position."
1046
+ msgstr "Nepodařilo se aktualizovat umístění."
1047
+
1048
+ msgid "Position updated successfully!"
1049
+ msgstr "Umístění úspěšně aktualizováno!"
1050
+
1051
+ msgid "Rename folder"
1052
+ msgstr "Přejmenovat adresář"
1053
+
1054
+ msgid "Folder name:"
1055
+ msgstr "Název adresáře:"
1056
+
1057
+ msgid "Add images to the gallery"
1058
+ msgstr "Přidat obrázek do galerie"
1059
+
1060
+ msgid "Please wait while the plugin to get the list of galleries..."
1061
+ msgstr "Prosím vydržte než plugin načte seznam galerií..."
1062
+
1063
+ msgid "Select the gallery:"
1064
+ msgstr "Vybrat galerii:"
1065
+
1066
+ msgid "New folder"
1067
+ msgstr "Nový adresář"
1068
+
1069
+ msgid "Add images to the new gallery"
1070
+ msgstr "Přidat obrázky do nové galerie"
1071
+
1072
+ msgid "Create new folder"
1073
+ msgstr "Vytvořit nový adresář"
1074
+
1075
+ msgid "Edit selected item"
1076
+ msgstr "Upravit zvolenou položku"
1077
+
1078
+ msgid "Delete selected items"
1079
+ msgstr "Smazat zvolené položky"
1080
+
1081
+ msgid "Create new gallery from the selected items"
1082
+ msgstr "Vytvořit novou galerii ze zvolených položek"
1083
+
1084
+ msgid "New gallery from selected"
1085
+ msgstr "Nová galerie z vybraných"
1086
+
1087
+ msgid "Add the selected items to the existing gallery"
1088
+ msgstr "Přidat zvolené položky k existující galerii"
1089
+
1090
+ msgid "Add selected to the gallery"
1091
+ msgstr "Přidat vybrané do galerie"
1092
+
1093
+ msgid "Upload your images from the WordPress Media Library"
1094
+ msgstr "Nahrát obrázky z Knihovny médií Wordpressu"
1095
+
1096
+ msgid "All photos"
1097
+ msgstr "Všechny fotky"
1098
+
1099
+ msgid "Drop photos here to move them from the folder"
1100
+ msgstr "Pro přesunutí fotek z adresáře je zde upusťte. "
1101
+
1102
+ msgid "Next"
1103
+ msgstr "Další"
1104
+
1105
+ msgid "Close Tutorial"
1106
+ msgstr "Ukončit návod"
1107
+
1108
+ msgid "Welcome to Photo Gallery plugin by Supsystic!"
1109
+ msgstr "Vítejte ve Photo Gallery od Supsystic!"
1110
+
1111
+ msgid "Thank you for choosing our Gallery plugin. Just click here to start using it - and we will show you it's possibilities and powerfull features."
1112
+ msgstr "Děkujeme, že jste si vybrali náš Gallery plugin. Kliknete zde aby jste ho mohli začít používat - a my vám předvedeme jeho možnosti a silné stránky."
1113
+
1114
+ msgid "Hello! This is the Gallery by Supsystic Overview."
1115
+ msgstr "Dobrý den! Tohle je Gallery by Supsystic."
1116
+
1117
+ msgid "Here you can get help: watch the video tutorial or read FAQ and Documentation, make use of contact form. Also here requirements for server - Server Settings."
1118
+ msgstr "Tady můžete získat nápovědu: shlédněte video návod, nebo si přečtěte FAQ a dokumentaci. Případně použijte kontaktní formulář. Také zde naleznete požadavky na server - Nastavení serveru."
1119
+
1120
+ msgid "Create your first Gallery"
1121
+ msgstr "Vytvořte vaši první galerii"
1122
+
1123
+ msgid "To Create New Gallery select gallery template. You can change template and settings later. Now here are four different templates. With PRO version you’ll get more features like Categories, Load More button, Post Feed (Content) gallery, Polaroid gallery and more. Enter name of the gallery and click “Save”."
1124
+ msgstr "Pro vytvoření nové galerie nejprve zvolte její šablonu. Šablonu a další nastavení můžete změnit i později. Momentálně jsou dostupné pouze 4 různé šablony. V PRO verzi získáte více funkcí, jako třeba kategorie, načtení více tlačítek, Post feed (Obsahová) galerie, polaroidová galerie a další. Vložte jméno galerie a klikněte na Uložit. "
1125
+
1126
+ msgid "Add images to your Gallery"
1127
+ msgstr "Přidejte obrázky do vaší galerie"
1128
+
1129
+ msgid "Now you are in the edit menu of your gallery. And the first thing you need to do are add media to the gallery. Click \"Add Images\" button."
1130
+ msgstr "Nyní jste v menu úprav galerie. První věc, kterou musíte udělat, je přidání obrázků do galerie. Klikněte na \"Přidat obrázky\"."
1131
+
1132
+ msgid "Images Import Options"
1133
+ msgstr "Možnosti importu obrázků"
1134
+
1135
+ msgid "<p>Import images in several ways:</p><p>Import from Wordpress Media Library/Upload files from your computer</p><p>Import from social networks</p><p>Instagram (in the Free version)</p><p>With PRO-version also will be available import from Flickr, Tumblr and Facebook.</p><p>Besides with Gallery PRO version you can import images from such cloud services - FTP server, Google Drive.</p>"
1136
+ msgstr "<p>Import obrázků v několika způsoby:</p><p>Import z knihovny médií Wordpress/Nahrávání souborů z vašeho počítače</p><p>Import ze sociálních sítí</p><p>Instagram (ve verzi zdarma)</p><p>S PRO-verzí bude import dostupný také z Flickru, Tumblr a Facebooku.</p><p>Navíc s Gallery PRO verzí můžete importovat obrázky z těchto cloudových služeb - FTP server, Google Drive.</p>"
1137
+
1138
+ msgid "Image List"
1139
+ msgstr "Seznam obrázků"
1140
+
1141
+ msgid "<p>Now you can see your image list. Here you can:</p><p>Change the order of images – simply by dragging them manually.</p><p>Delete images.</p><p>Add new images from different sources to the grid gallery – click “Add Images” button and select the source to import from.</p><p><b>Caption tab</b> – add caption to image – it will be displayed on the caption effect of the gallery. Also here included the support of html-elements inside caption effect</p><p><b>SEO tab</b> – manage image title and description</p><p><b>Link tab</b> – attach links to image – it will go to the link when you click the image.</p><p><b>Video tab</b> – attach video url – it will be displayed in a pop-up image when you click on the image.</p><p><b>Categories tab</b> – add tags for image categories.</p><p><b>Linked images tab</b> – add linked images to the chosen image.</p><p><b>Crop tab</b> – choose image crop position.</p><p><b>Replace image tab</b> – replace image without losing image settings.</p><p>Now follow to the gallery settings – сlick “Properties” button.</p>"
1142
+ msgstr "<p>Nyní vidíte seznam obrázků. Zde můžete:</p><p>Změnit pořadí obrázků pouhým jejich přetažením.</p><p>Smazat obrázky.</p><p>Přidat do galerie nové obrázky z různých zdrojů. Klepněte na tlačítko Přidat obrázky a vyberte zdroj ze kterého chcete importovat.</p><p><b>Záložka Nápisy</b>přidat nápis k obrázku, který bude zobrazen při zapnutí efektu galerie nápisy. Je zde také zahrnuta podpora HTML prvků uvnitř nápisů</p><p><b>SEO záložka</b> spravovat název obrazu a popis</p><p><b>záložka odkazůb</b> přidat odkaz k obrázku na který návštěvník přejde při kliknutí na obrázek.</p><p><b>Video záložka</b> Připojit url videa, které bude zobrazeno v pop-up, po kliknutí na obrázek.</p><p><b>Záložka rubriky</b> přidat štítky pro rubriky obrázků.</p><p><b>záložka Odkazovaných obrázků</b> přidat související obrázky k vybranému obrázku.</p><p><b>záložka oříznutí</b> zvolit pozici ořezávaného obrázku.</p><p><b>záložka nahradit obrázek</b> vyměnit obrázek bez ztráty nastavení obrázku.</p><p>Nyní sledovat nastavení galerie klik na tlačítko vlastnosti.</p>"
1143
+
1144
+ msgid "Preview of Gallery settings"
1145
+ msgstr "Ukázka nastavení galerie"
1146
+
1147
+ msgid "At the left side of the monitor you see a preview image in which will be seen changes made to the settings. This window for the settings of your gallery."
1148
+ msgstr "Na levé straně monitoru vidíte náhled obrázku, ve kterém budou vidět změny provedené v nastavení. Toto okno je pro nastavení vaší galerie."
1149
+
1150
+ msgid "Main Settings"
1151
+ msgstr "Hlavní nastavení"
1152
+
1153
+ msgid "<p>Here you can set main settings of gallery - choose Gallery Type, for more information check this <a href=\"//supsystic.com/gallery-order-types/\" target=\"_blank\">article</a>.</p><p>Social Sharing: add social share buttons to your gallery. Or showcase images in a Horizontal Scroll view.</p><p>Load More: adds \"load more\" button to your gallery. And with Custom Buttons: you can make your button better.</p><p>Add to images border and shadow with Border Type and Shadow settings.</p><p>In the Pop-up Image section customize lightbox of your gallery.</p>"
1154
+ msgstr "<p>Zde můžete upravit hlavní nastavení galerie - vyberte typ galerie, více informací najdete v tomto <a href=\"//supsystic.com/gallery-order-types/\" target=\"_blank\">článku</a>.</p><p>Sociální sdílení: přidejte do vaší galerie tlačítka sociálního sdílení. Nebo předveďte snímky v horizontálním zobrazení.</p><p>Načíst další: přidá do vaší galerie tlačítko \"Načíst další\". A s vlastními tlačítky můžete vytvořit své tlačítko ještě lépe.</p><p>Přidejte ohraničení k obrázku pomocí typu ohraničení a stínování pomocí Stínování.</p><p>Nastavení zobrazení zvětšeného obrázku se nachází v sekci Vyskakovací obrázek.</p>\""
1155
+
1156
+ msgid "Captions and Icons"
1157
+ msgstr "Nápisy a ikony"
1158
+
1159
+ msgid "<p>On Captions tab you can manage the Captions and Icons, and make them your style.</p>"
1160
+ msgstr "<p>Na záložce Nápisy můžete spravovat nápisy a ikony, a vytvořit je vaším stylem.</p>"
1161
+
1162
+ msgid "Categories and Pagination"
1163
+ msgstr "Rubriky a stránkování"
1164
+
1165
+ msgid "<p>Categories tab: here you can enable Categories and Pagination options.</p><p>To this tab become available you need to buy PRO version."
1166
+ msgstr "<p>Záložka rubriky: zde můžete povolit kategorie a možnosti stránkování.</p><p>Tato záložka je k dispozici po zakoupení PRO verze."
1167
+
1168
+ msgid "<p>Posts tab: here you can add posts and pages to your gallery and also manage them. Posts of gallery included in the PRO version of Gallery by Supsystic.</p>"
1169
+ msgstr "<p>Záložka příspěvků: Zde můžete přidat příspěvky a stránky do galerie a také je spravovat. Příspěvky z galerie součástí PRO verze Galerie od Supsystic.</p>"
1170
+
1171
+ msgid "Well done!"
1172
+ msgstr "Výborně!"
1173
+
1174
+ msgid "<p><b>Upgrading</b></p><p>Once you have purchased Premium version of plugin - you’ll have to enter license key (you can find it in your personal account on our site). Go to the License tab and enter your email and license key. Once you have activated your PRO license - you can use all its advanced options.</p><p>That’s all. From this moment you can use your Gallery without any doubt. But if you still have some question - do not hesitate to contact us through our <a href=\"https://supsystic.com/contact-us/\">internal support</a> or on our <a href=\"http://supsystic.com/forum/photo-gallery-plugin/\">Supsystic Forum.</a> Besides you can always describe your questions on <a href=\"https://wordpress.org/support/plugin/gallery-by-supsystic\">WordPress Ultimate Forum.</a></p><p><b>Enjoy this plugin?</b></p><p>It will be nice if you`ll help us and boost plugin with <a href=\"https://wordpress.org/support/view/plugin-reviews/gallery-by-supsystic?rate=5#postform/\">Five Stars rating on WordPress.org.</a></p><p>We hope that you like this plugin and wish you all the best! Good luck!</p>"
1175
+ msgstr "<p><b>Aktualizace</b></p><p>Po zakoupení PRO verze pluginu budete muset zadat licenční klíč (najdete jej ve svém osobním účtu na našich stránkách). Přejděte na záložku Licence a zadejte svůj e-mail a licenční klíč. Po aktivaci PRO licence - můžete používat všechny jeho pokročilé možnosti.</p><p>To je vše. Od té chvíle můžete použít vaši galerii bez jakýchkoli pochybností. Ale pokud máte stále nějaký dotaz - neváhejte nás kontaktovat prostřednictvím naší <a href=\"https://supsystic.com/contact-us/\">interní podpory</a> nebo na nšem <a href=\"http://supsystic.com/forum/photo-gallery-plugin/\">Supsystic fóru.</a> Kromě toho můžete vždy popsat vaše otázky na <a href=\"https://wordpress.org/support/plugin/gallery-by-supsystic\">WordPress Ultimate Fóru.</a></p><p><b>Vzužíváte tento plugin?</b></p><p>Bude hezké, když nám pomůžete plugin podpořit <a href=\"https://wordpress.org/support/view/plugin-reviews/gallery-by-supsystic?rate=5#postform/\">pětihvězdičkovým hodnocením na WordPress.org.</a></p><p>Doufáme, že se vám tento plugin líbí a přejeme Vám hodně štěstí! Hodně štěstí!</p>"
1176
+
1177
+ msgid "Welcome to the"
1178
+ msgstr "Vítejte ve"
1179
+
1180
+ msgid "Photo Gallery plugin is created for people who would like to show their photos in a marvelous way. Perform your best ideas, making delightful presentations or galleries from videos and photos."
1181
+ msgstr "Photo Gallery plugin byl vytvořen pro lidi, kteří chtějí své fotografie ukázat v úžasných podobách. Naplňte své nejlepší nápady, vytvořte nádherné prezentace nebo galerie z videí a fotografií."
1182
+
1183
+ msgid "Step-by-step tutorial"
1184
+ msgstr "Návod krok za krokem"
1185
+
1186
+ msgid "There’re really many options of photo gallery plugin customization. So as soon as you close that page, I’ll show you step-by-step tutorial of how to use plugin. Hope it will be usefull for you :)"
1187
+ msgstr "Plugin obsahuje spoustu různých možností nastavení. Tak dříve než zavřete tuhle stránku, ukážeme vám návod krok za krokem, jak používat tento plugin. Snad vám to pomůže :)"
1188
+
1189
+ msgid "Support"
1190
+ msgstr "Podpora"
1191
+
1192
+ msgid "We love our plugin and do the best to improve all features you want and fix all issues. But sometimes some issues happened or you can’t find feature you want :) Don’t worry, just <a href=\"//supsystic.com/plugins/photo-gallery?utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" target=\"_blank\"> contact us </a> . We’ll answer in an hour and fix all issues."
1193
+ msgstr "Milujeme náš plugin a snažíme se vylepšovat všechny vlastnosti, které máte rádi a opravujeme chyby. Ale semtam se něco přihodí, nebo nemůžete najít funkci, kterou byste chtěli. Neostýchejte se a prostě nás <a href=\"//supsystic.com/plugins/photo-gallery?utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" target=\"_blank\"> kontaktujte </a>. Odpovíme do hodiny a chybu opravíme. "
1194
+
1195
+ msgid "Video Tutorial"
1196
+ msgstr "Video návod"
1197
+
1198
+ msgid "Frequently Asked Questions"
1199
+ msgstr "Často kladené otázky (FAQ)"
1200
+
1201
+ msgid "Gallery doesn’t load on the front end. If the loading gallery icon just keeps playing but never loads the gallery."
1202
+ msgstr "Galerie se na front endu nenačítá. V případě, že ikona načítání galerie neustále signalizuje načítání, ale nikdy ji nenačte."
1203
+
1204
+ msgid "How to change the position of photos in gallery?"
1205
+ msgstr "Jak změnit umístění fotografií v galerii?"
1206
+
1207
+ msgid "How to insert gallery into widget?"
1208
+ msgstr "Jak vložit galerii do widgetu?"
1209
+
1210
+ msgid "Go to Appearance -> Widgets."
1211
+ msgstr "Přejděte na: Vzhled -> Widgety."
1212
+
1213
+ msgid "You’ll see Gallery by Supsystic Widget on the left. Drag it to the area, where you want it to appear."
1214
+ msgstr "Widget Galerie od Supsystic najdete vlevo. Přetáhněte jej do místa, kde chcete, aby se zobrazil."
1215
+
1216
+ msgid "Then choose what gallery you want to display. And press save."
1217
+ msgstr "Poté vyberte kterou galerii chcete zobrazit. A stiskněte tlačítko uložit."
1218
+
1219
+ msgid "Check all other FAQs"
1220
+ msgstr "Zkontrolujte všechny ostatní FAQ (nejčastější dotazy)"
1221
+
1222
+ msgid "Roles"
1223
+ msgstr "Role"
1224
+
1225
+ msgid "PRO option"
1226
+ msgstr "Nastavení ve verzi PRO"
1227
+
1228
+ msgid "Edit image"
1229
+ msgstr "Upravit obrázek"
1230
+
1231
+ msgid "SEO"
1232
+ msgstr "SEO"
1233
+
1234
+ msgid "Alternative text"
1235
+ msgstr "Alternativní text"
1236
+
1237
+ msgid "External link"
1238
+ msgstr "Externí odkaz"
1239
+
1240
+ msgid "Available in PRO version."
1241
+ msgstr "Dostupné pouze v PRO verzi"
1242
+
1243
+ msgid "Link"
1244
+ msgstr "Odkaz"
1245
+
1246
+ msgid "Open in new window"
1247
+ msgstr "Otevřít v novém okně"
1248
+
1249
+ msgid "Embeded video"
1250
+ msgstr "Vložené video"
1251
+
1252
+ msgid "Video URL"
1253
+ msgstr "URL adresa videa"
1254
+
1255
+ msgid "Supports Youtube and Vimeo. URL will be converted to embed automatically."
1256
+ msgstr "Podporuje Youtube a Vimeo. URL bude automaticky převedena do embed verze."
1257
+
1258
+ msgid "Image"
1259
+ msgstr "Obrázek"
1260
+
1261
+ msgid "Date"
1262
+ msgstr "Datum"
1263
+
1264
+ msgid "Select %s"
1265
+ msgstr "Vybrat %s"
1266
+
1267
+ msgid "photo"
1268
+ msgstr "fotografie"
1269
+
1270
+ msgid "photos"
1271
+ msgstr "fotografií"
1272
+
1273
+ msgid "Caption effect"
1274
+ msgstr "Efekt nápisu"
1275
+
1276
+ msgid "Video"
1277
+ msgstr "Video"
1278
+
1279
+ msgid "Linked images"
1280
+ msgstr "Odkazované obrázky"
1281
+
1282
+ msgid "Crop"
1283
+ msgstr "Oříznout"
1284
+
1285
+ msgid "Replace image"
1286
+ msgstr "Nahradit obrázek"
1287
+
1288
+ msgid "http://example.com/"
1289
+ msgstr "http://example.com/"
1290
+
1291
+ msgid "Add nofollow attribute"
1292
+ msgstr "Přidat atribut nofollow"
1293
+
1294
+ msgid "Choose images"
1295
+ msgstr "Vybrat obrázky"
app/langs/sgg-de_DE.mo ADDED
Binary file
app/langs/sgg-de_DE.po ADDED
@@ -0,0 +1,1155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid "An error has occurred"
2
+ msgstr "Ein Fehler ist aufgetreten"
3
+
4
+ msgid "Overview"
5
+ msgstr "Übersicht"
6
+
7
+ msgid "New Gallery"
8
+ msgstr "Neue Galerie"
9
+
10
+ msgid "Galleries"
11
+ msgstr "Galerien"
12
+
13
+ msgid "Settings"
14
+ msgstr "Einstellungen"
15
+
16
+ msgid "License"
17
+ msgstr "Lizenz"
18
+
19
+ msgid "Images"
20
+ msgstr "Bilder"
21
+
22
+ msgid "Instagram"
23
+ msgstr "Instagram"
24
+
25
+ msgid "Flickr"
26
+ msgstr "Flickr"
27
+
28
+ msgid "Tumblr"
29
+ msgstr "Tumblr"
30
+
31
+ msgid "Facebook"
32
+ msgid "Facebook"
33
+
34
+ msgid "Get PRO"
35
+ msgstr "ProVersion bekommen"
36
+
37
+ msgid "Loading"
38
+ msgstr "Laden"
39
+
40
+ msgid "Authorization code is not specified."
41
+ msgstr "Autorisierungscode ist nicht angegeben"
42
+
43
+ msgid "Gallery by Supsystic"
44
+ msgstr "Gallery by Supsystic"
45
+
46
+ msgid "Import images"
47
+ msgstr "Bildimport"
48
+
49
+ msgid "Facebook authorization"
50
+ msgstr "Facebook autorisierung"
51
+
52
+ msgid "Upload your images from the Facebook Media Library"
53
+ msgstr "Lade Deine Bilder aus Deiner Facebook Galerie"
54
+
55
+ msgid "Login with Facebook"
56
+ msgstr "Mit Facebook einloggen"
57
+
58
+ msgid "Return to the gallery"
59
+ msgstr "Zurück zur Galerie"
60
+
61
+ msgid "Upload new images"
62
+ msgstr "Neue Bilder hochladen"
63
+
64
+ msgid "Logout"
65
+ msgstr "Logout"
66
+
67
+ msgid "Select/unselect all photos"
68
+ msgstr "Alle/Keine Fotos auswählen"
69
+
70
+ msgid "Save"
71
+ msgstr "Speichern"
72
+
73
+ msgid "Empty user data."
74
+ msgstr "Leere Anwenderdaten"
75
+
76
+ msgid "Flickr authorization"
77
+ msgstr "Flickr autorisierung"
78
+
79
+ msgid "Upload your images from the Flickr Media Library"
80
+ msgstr "Lade Deine Bilder aus Deiner Flickrsammlung"
81
+
82
+ msgid "Upload from Flickr"
83
+ msgstr "Hochladen von Flickr"
84
+
85
+ msgid "Images not in albums"
86
+ msgstr "Bilder ohne Alben"
87
+
88
+ msgid "Albums"
89
+ msgstr "Alben"
90
+
91
+ msgid "Fullscreen"
92
+ msgstr "Fullscreen"
93
+
94
+ msgid "Load More Button"
95
+ msgstr "Mehr laden Schalter"
96
+
97
+ msgid "Enable"
98
+ msgstr "Einschalten"
99
+
100
+ msgid "Disable"
101
+ msgstr "Abschalten"
102
+
103
+ msgid "Load with scroll"
104
+ msgstr "Mit scrollen laden"
105
+
106
+ msgid "No"
107
+ msgstr "Nein"
108
+
109
+ msgid "Yes"
110
+ msgstr "Ja"
111
+
112
+ msgid "Load more button text"
113
+ msgstr "Lade mehr Button Text"
114
+
115
+ msgid "Images amount"
116
+ msgstr "Anzahl Bilder"
117
+
118
+ msgid "Custom Buttons"
119
+ msgstr "eigene Buttons"
120
+
121
+ msgid "Gallery Loader"
122
+ msgstr "Galerie Lader"
123
+
124
+ msgid "Background color"
125
+ msgstr "Hintergrundfarbe"
126
+
127
+ msgid "Choose Icon"
128
+ msgstr "Wähle Icon"
129
+
130
+ msgid "Disable right click"
131
+ msgstr "Schalte Rechtsklick ab"
132
+
133
+ msgid "Video size"
134
+ msgstr "Videogröße"
135
+
136
+ msgid "Autoplay video"
137
+ msgstr "Autoplay Video"
138
+
139
+ msgid "When video ends"
140
+ msgstr "wenn das Video zu Ende ist"
141
+
142
+ msgid "Do nothing"
143
+ msgstr "Tur nichts"
144
+
145
+ msgid "Open next slide"
146
+ msgstr "Öffne nächsten Slide"
147
+
148
+ msgid "Close popup"
149
+ msgstr "Schließe Popup"
150
+
151
+ msgid "Posts layout"
152
+ msgstr "Layout der Postings"
153
+
154
+ msgid "Posts layout style"
155
+ msgstr "Beiträge Layout Aussehen"
156
+
157
+ msgid "Posts"
158
+ msgstr "Beiträge"
159
+
160
+ msgid "Pages"
161
+ msgstr "Seiten"
162
+
163
+ msgid "Show author"
164
+ msgstr "Zeige Autor"
165
+
166
+ msgid "Show date"
167
+ msgstr "Zeige Datum"
168
+
169
+ msgid "Show contents"
170
+ msgstr "Zeige Inhalt"
171
+
172
+ msgid "Show categories"
173
+ msgstr "Zeige Kategorien"
174
+
175
+ msgid "Hide \"All\" category"
176
+ msgstr "Verstecke "ALLE" Kategorien"
177
+
178
+ msgid "Animation duration"
179
+ msgstr "Animation Dauer"
180
+
181
+ msgid "Position"
182
+ msgstr "Position"
183
+
184
+ msgid "Over the gallery"
185
+ msgstr "Über der Galerie"
186
+
187
+ msgid "Under the gallery"
188
+ msgstr "Unter der Galerie"
189
+
190
+ msgid "Align"
191
+ msgstr "Ausrichtung"
192
+
193
+ msgid "Left"
194
+ msgstr "Links"
195
+
196
+ msgid "Center"
197
+ msgstr "Zentriert"
198
+
199
+ msgid "Right"
200
+ msgstr "Rechts"
201
+
202
+ msgid "Presets"
203
+ msgstr "Voreinstellungen"
204
+
205
+ msgid "Choose preset"
206
+ msgstr "Wähle Voreinstellungen"
207
+
208
+ msgid "Preset Editor"
209
+ msgstr "Voreinstellungseditor"
210
+
211
+ msgid "Categories order"
212
+ msgstr "Kategorierenanordnung"
213
+
214
+ msgid "All"
215
+ msgstr "Alle"
216
+
217
+ msgid "Enable pagination"
218
+ msgstr "Nummerierung einschalten"
219
+
220
+ msgid "Pagination"
221
+ msgstr "Nummerierung"
222
+
223
+ msgid "Images per page"
224
+ msgstr "Bilder pro Seite"
225
+
226
+ msgid "Buttons position"
227
+ msgstr "Button Position"
228
+
229
+ msgid "Top"
230
+ msgstr "Oben"
231
+
232
+ msgid "Bottom"
233
+ msgstr "Unten"
234
+
235
+ msgid "Container background"
236
+ msgstr "Container Hintergrund"
237
+
238
+ msgid "Hide container background."
239
+ msgstr "Verstecke Container Hintergrund"
240
+
241
+ msgid "Text background"
242
+ msgstr "Texthintergrund"
243
+
244
+ msgid "Hide text background."
245
+ msgstr "verstecke Texthintergrund"
246
+
247
+ msgid "Text color"
248
+ msgstr "Textfarbe"
249
+
250
+ msgid "Use color, based on my theme."
251
+ msgstr "Benutze Farbe aus meinem Theme"
252
+
253
+ msgid "Font weight"
254
+ msgstr "Text fett"
255
+
256
+ msgid "Font size"
257
+ msgstr "Textgrösse"
258
+
259
+ msgid "Border width"
260
+ msgstr "Rahmendicke"
261
+
262
+ msgid "Border type"
263
+ msgstr "Rahmentyp"
264
+
265
+ msgid "Border color"
266
+ msgstr "Rahmenfarbe"
267
+
268
+ msgid "Border radius"
269
+ msgstr "Rahmenradius"
270
+
271
+ msgid "Custom class"
272
+ msgstr "eigene Klassen"
273
+
274
+ msgid "Font family"
275
+ msgstr "Textart"
276
+
277
+ msgid "Border style"
278
+ msgstr "Rahmenstyle"
279
+
280
+ msgid "Choose icon"
281
+ msgstr "Wähle Icon"
282
+
283
+ msgid "Page "
284
+ msgstr "Seite "
285
+
286
+ msgid "Activate License"
287
+ msgstr "Aktiviere Lizenz"
288
+
289
+ msgid "Renew License"
290
+ msgstr "Erneuere Lizenz"
291
+
292
+ msgid "Congratulations! You have successfully installed and activated PRO version of ' ~ environment.getMenu().getMenuTitle() ~ ' plugin."
293
+ msgstr "Herzlichen Glückwunsch. Du hast die Pro Version von ' ~ environment.getMenu().getMenuTitle() ~ ' aktiviert"
294
+
295
+ msgid "Your premium support is expired in ' ~ days ~ ' days"
296
+ msgstr "Dein Premium Support enden in ' ~ days ~ ' Tagen"
297
+
298
+ msgid "You will not be able to update your pro version with expired license"
299
+ msgstr "Mit abgelaufener Lizenz kann nicht erneuert werden"
300
+
301
+ msgid "Activate"
302
+ msgstr "Aktiviere"
303
+
304
+ msgid "Authorization oauth_verifier is not specified."
305
+ msgstr "Autorisierung oauth_verifier ist nicht angegeben"
306
+
307
+ msgid "Tumblr authorization"
308
+ msgstr "Tumblrauthorisierung"
309
+
310
+ msgid "Upload your images from the Tumblr Media Library"
311
+ msgstr "Laden Deine Bilder aus Deiner Tumbl Galerie"
312
+
313
+ msgid "Upload from Tumblr"
314
+ msgstr "Hochladen von Tumblr"
315
+
316
+ msgid "FTP"
317
+ msgstr "FTP"
318
+
319
+ msgid "Upload your images from the FTP Server"
320
+ msgstr "Hochladen vom FTP Server"
321
+
322
+ msgid "Enter images folder name, e.g. my-images"
323
+ msgstr "Eingabe des Ordnernamen mit den Bildern - z.B. "meien Bilder""
324
+
325
+ msgid "Parse"
326
+ msgstr "Erfassen"
327
+
328
+ msgid "Note: images folder must be in wp-content/uploads/directory"
329
+ msgstr "Hinweis: Bilder müssen in wp-content/uploads/directory sein"
330
+
331
+ msgid "Host"
332
+ msgstr "Host"
333
+
334
+ msgid "Username"
335
+ msgstr "Usernamen"
336
+
337
+ msgid "Password"
338
+ msgstr "Passwordt"
339
+
340
+ msgid "Port"
341
+ msgstr "Port"
342
+
343
+ msgid "Enter the full path to images folder"
344
+ msgstr "Eingabe des Pfades zum Bilderordner"
345
+
346
+ msgid "Note: you need to specify the full path to images folder"
347
+ msgstr "Hinweis: Der ganze Pfad zum Bilderordner muss angegeben werden"
348
+
349
+ msgid "Please fill all fields"
350
+ msgstr "Bitte alle Felder ausfüllen"
351
+
352
+ msgid "Auto posts"
353
+ msgstr "Automatische Postings"
354
+
355
+ msgid "Number of posts"
356
+ msgstr "Anzahl Postings"
357
+
358
+ msgid "Select categories"
359
+ msgstr "Auswahl Kategorien"
360
+
361
+ msgid "New gallery successfully created"
362
+ msgstr "Neue Galerie erstellt"
363
+
364
+ msgid "Title successfully updated"
365
+ msgstr "Titel erfolgreich geändert"
366
+
367
+ msgid "Not enough data."
368
+ msgstr "Nicht genügen daten"
369
+
370
+ msgid "Preset successfully saved."
371
+ msgstr "Voreinstellung erfolgreich gespeichert"
372
+
373
+ msgid "The preset ID is not specified."
374
+ msgstr "Die IP der Voreinstellung ist nicht angegeben"
375
+
376
+ msgid "Preset successfully removed."
377
+ msgstr "Voreinstellung erfolgreich gelöscht"
378
+
379
+ msgid "Failed to find the preset."
380
+ msgstr "Keine Voreinstellung gefunden"
381
+
382
+ msgid "Preset successfully applied to the gallery."
383
+ msgstr "Voreinstellung erfolgreich auf die galerie angewandt"
384
+
385
+ msgid "Unnamed gallery"
386
+ msgstr "Unbenamte Galerie"
387
+
388
+ msgid "The identifier of the gallery is invalid"
389
+ msgstr "Der Identifiere der Galerie ist ungültig"
390
+
391
+ msgid "Title is empty"
392
+ msgstr "Titel ist leer"
393
+
394
+ msgid "Failed to rename the gallery"
395
+ msgstr "Kann Galerie nicht umbenennen"
396
+
397
+ msgid "Invalid gallery identifier specified"
398
+ msgstr "Ungültige Galery angegeben"
399
+
400
+ msgid "Failed to delete the gallery"
401
+ msgstr "Fehler beim löschen der Galerie"
402
+
403
+ msgid "Resources are does not exists"
404
+ msgstr "Ressourcen existieren nicht"
405
+
406
+ msgid "The identifier of the Gallery is not specified"
407
+ msgstr "Ungültige Galery angegeben"
408
+
409
+ msgid "New gallery"
410
+ msgstr "Neue Galerie"
411
+
412
+ msgid "Add Images"
413
+ msgstr "Bilder hinzufügen"
414
+
415
+ msgid "Add selected items"
416
+ msgstr "Markierte Dateien hinzufügen"
417
+
418
+ msgid "Cancel"
419
+ msgstr "Cancel"
420
+
421
+ msgid "You need to import images to your gallery before you can start using galleries"
422
+ msgstr "Bevor Du beginnst Galerien zu nutzen musst Du Bilder importieren"
423
+
424
+ msgid "Selected"
425
+ msgstr "Ausgewählt"
426
+
427
+ msgid "Create new gallery"
428
+ msgstr "Erstelle neue Galerie"
429
+
430
+ msgid "Choose Gallery Template.You can change template and settings on the next step."
431
+ msgstr "Wähle Galerievorlage. Du kannst die Vorgabe und Einstellungen im nächsten Schritt ändern"
432
+
433
+ msgid "Gallery Name:"
434
+ msgstr "Name der Galerie"
435
+
436
+ msgid "Choose Gallery Template."
437
+ msgstr "Wähle Vorlage für die Galerie"
438
+
439
+ msgid "Remove selected"
440
+ msgstr "Entferne ausgewähltes"
441
+
442
+ msgid "Select/unselect all posts"
443
+ msgstr "Wähle alles/nichts aus"
444
+
445
+ msgid "Images list"
446
+ msgstr "Bilderliste"
447
+
448
+ msgid "Preview"
449
+ msgstr "Vorschau"
450
+
451
+ msgid "Total Images: "
452
+ msgstr "Gesamtanzahl Bilder: "
453
+
454
+ msgid "There are %s photos in the gallery %s"
455
+ msgstr "Es sind %s Photos in der Galerie %s"
456
+
457
+ msgid "Are you sure you want to delete this gallery?"
458
+ msgstr "Bist Du wirklich sicher das diese Galerie gelöscht werden soll?"
459
+
460
+ msgid "Delete gallery"
461
+ msgstr "Lösche Galerie"
462
+
463
+ msgid "Shortcode:"
464
+ msgstr "Shortcode:"
465
+
466
+ msgid "PHPCode:"
467
+ msgstr "PHPCode:"
468
+
469
+ msgid "You have no galleries"
470
+ msgstr "Keiner Galerien vorhanden"
471
+
472
+ msgid "You don\'t have any galleries yet."
473
+ msgstr "Bis jetzt hast Du keine Galerie"
474
+
475
+ msgid "Want to create one right now?"
476
+ msgstr "Willst Du jetzt eine erstellen?"
477
+
478
+ msgid "What is a gallery"
479
+ msgstr "Was ist eine Galerie"
480
+
481
+ msgid "You can have an unlimited number of galleries, to which you can attach the preloaded pictures."
482
+ msgstr "Du kannst unzählige Galerien benutzen um das angehängte Bild einzuordnen."
483
+
484
+ msgid "Each gallery has a number of display settings and behaviors that you can save to presets and apply to other galleries."
485
+ msgstr "Jede Galerie hat Einstellmöglichkeiten die die auf andere übertragen kannst."
486
+
487
+ msgid "Gallery title can\'t be empty!"
488
+ msgstr "Gallerietitel darf nicht leer sein"
489
+
490
+ msgid "Gallery title:"
491
+ msgstr "Titel der Galerie:"
492
+
493
+ msgid "Select source to import from"
494
+ msgstr "Quelle zum Import auswählen"
495
+
496
+ msgid "Back to the gallery"
497
+ msgstr "Zurück zur Galerie"
498
+
499
+ msgid "Main"
500
+ msgstr "Haupt"
501
+
502
+ msgid "Captions"
503
+ msgstr "Bildunterschrift"
504
+
505
+ msgid "Categories"
506
+ msgstr "Kategorie"
507
+
508
+ msgid "Add images"
509
+ msgstr "Bild hinzufügen"
510
+
511
+ msgid "Import settings"
512
+ msgstr "Import Voreinstellung"
513
+
514
+ msgid "Your changes not saved. You really want to leave without saving?"
515
+ msgstr "Deine Änderungen wurden nichtgespeichert. Wechseln ohne zu sichern?"
516
+
517
+ msgid "Gallery Type"
518
+ msgstr "Galerie - Typ"
519
+
520
+ msgid "Number of Columns"
521
+ msgstr "Anzahl Spalten"
522
+
523
+ msgid "Responsive columns"
524
+ msgstr "Spalten Responsive"
525
+
526
+ msgid "Gallery Position"
527
+ msgstr "Galerie Position"
528
+
529
+ msgid "Images distance"
530
+ msgstr "Raum zwischen den Bildern"
531
+
532
+ msgid "Gallery width"
533
+ msgstr "Galerie - Weite"
534
+
535
+ msgid "Full screen width"
536
+ msgstr "Fullscreen - Weite"
537
+
538
+ msgid "Gallery height"
539
+ msgstr "Gallerie - Höhe"
540
+
541
+ msgid "Image width"
542
+ msgstr "Bild - Breite"
543
+
544
+ msgid "Image height"
545
+ msgstr "Bild - Höhe"
546
+
547
+ msgid "Image radius"
548
+ msgstr "Bild - Radius"
549
+
550
+ msgid "Image crop quality"
551
+ msgstr "Ausschnitt - Qualität"
552
+
553
+ msgid "Scroll Bar Color"
554
+ msgstr "Farbe der Scrollbar"
555
+
556
+ msgid "Scroll Bar Transparency"
557
+ msgstr "Transparenz der Scrollbar"
558
+
559
+ msgid "Border"
560
+ msgstr "Rand"
561
+
562
+ msgid "Available"
563
+ msgstr "Verfügbar"
564
+
565
+ msgid "Border Type"
566
+ msgstr "Tand - Typ"
567
+
568
+ msgid "Shadow"
569
+ msgstr "Schatten"
570
+
571
+ msgid "Shadow preset"
572
+ msgstr "Schatten - Voreinstellung"
573
+
574
+ msgid "When mouse is over"
575
+ msgstr "Mouseovereffekt"
576
+
577
+ msgid "Off"
578
+ msgstr "Aus"
579
+
580
+ msgid "Show mouse on"
581
+ msgstr "Zeige Mauszeiger auf"
582
+
583
+ msgid "Hide mouse on"
584
+ msgstr "Verstecke Mauszeiger auf"
585
+
586
+ msgid "Overlay image with shadow"
587
+ msgstr "Overlay image mit Schatten"
588
+
589
+ msgid "Shadow color"
590
+ msgstr "Schattenfarbe"
591
+
592
+ msgid "Shadow blur"
593
+ msgstr "Schatten - Blur"
594
+
595
+ msgid "Shadow X"
596
+ msgstr "Schatten X"
597
+
598
+ msgid "Shadow Y"
599
+ msgstr "Schatten Y"
600
+
601
+ msgid "Pop-up Image"
602
+ msgstr "Pop-Up Bild"
603
+
604
+ msgid "Popup box theme"
605
+ msgstr "Popup Thema"
606
+
607
+ msgid "Choose theme"
608
+ msgstr "Wähle Thema"
609
+
610
+ msgid "Disable on mobile"
611
+ msgstr "Abschalten auf Mobile (Handy usw)"
612
+
613
+ msgid "Popup Image Text"
614
+ msgstr "Popup - Text"
615
+
616
+ msgid "Caption"
617
+ msgstr "Beschriftung"
618
+
619
+ msgid "Title"
620
+ msgstr "Titel"
621
+
622
+ msgid "Alt text"
623
+ msgstr "Alt-Text"
624
+
625
+ msgid "Description"
626
+ msgstr "Beschreibung"
627
+
628
+ msgid "Hide Popup Captions"
629
+ msgstr "Verstecke Popupbeschriftung"
630
+
631
+ msgid "Transparency"
632
+ msgstr "Transparenz"
633
+
634
+ msgid "Slideshow"
635
+ msgstr "Slideshow"
636
+
637
+ msgid "Slideshow speed"
638
+ msgstr "Sliedeshow Geschwindigkeit"
639
+
640
+ msgid "Slideshow pause on hover"
641
+ msgstr "Pause wenn Mauszeiger über der Slideshow"
642
+
643
+ msgid "Slideshow autostart"
644
+ msgstr "Slideshow Autostart"
645
+
646
+ msgid "Popup Image size"
647
+ msgstr "Popup Bildgröße"
648
+
649
+ msgid "Effect"
650
+ msgstr "Effekt"
651
+
652
+ msgid "Choose effect"
653
+ msgstr "Wähle Effekt"
654
+
655
+ msgid "Personal captions"
656
+ msgstr "persönliche beschriftung"
657
+
658
+ msgid "Polaroid Style"
659
+ msgstr "Polaroid Stil"
660
+
661
+ msgid "Polaroid Image Animation"
662
+ msgstr "Polaroid Bildanimation"
663
+
664
+ msgid "Polaroid Frame Width"
665
+ msgstr "Polaroid Bild-Weite"
666
+
667
+ msgid "Text size"
668
+ msgstr "Textgröße"
669
+
670
+ msgid "Text horizontal align"
671
+ msgstr "text horizontale Lage"
672
+
673
+ msgid "Text vertical align"
674
+ msgstr "text vertikale Lage"
675
+
676
+ msgid "Mobile - show always caption"
677
+ msgstr "Mobile (Handy usw) - zeige Beschreibung immer"
678
+
679
+ msgid "Show icons"
680
+ msgstr "Zeige Icons"
681
+
682
+ msgid "Select effect"
683
+ msgstr "Wähle Effekt"
684
+
685
+ msgid "Animation"
686
+ msgstr "Animation"
687
+
688
+ msgid "Icons color"
689
+ msgstr "iconfarbe"
690
+
691
+ msgid "Icons hover color"
692
+ msgstr "Icon hover Farbe"
693
+
694
+ msgid "Background hover color"
695
+ msgstr "Hintergrund hover Farbe"
696
+
697
+ msgid "Icons size"
698
+ msgstr "Icongröße"
699
+
700
+ msgid "Distance between icons"
701
+ msgstr "Iconabstand"
702
+
703
+ msgid "Show overlay"
704
+ msgstr "Zeige Overlay"
705
+
706
+ msgid "Overlay color"
707
+ msgstr "Overlayfarbe"
708
+
709
+ msgid "Overlay transparency"
710
+ msgstr "Trasparenz Overlay"
711
+
712
+ msgid "Categorize images in the gallery"
713
+ msgstr "Kategorisiere Bilder in der Galerie"
714
+
715
+ msgid "Let user switch gallery pages"
716
+ msgstr "User darf die Galerieseiten umschalten"
717
+
718
+ msgid "Save settings as preset"
719
+ msgstr "Save als Vorlage"
720
+
721
+ msgid "Preset title:"
722
+ msgstr "Vorlage - Titel"
723
+
724
+ msgid "Delete preset"
725
+ msgstr "Lösche Vorlage"
726
+
727
+ msgid "Are you really want to delete preset \"%s\"?"
728
+ msgstr "Bist Du sicher das Du Vorlage \"%s\" löschen willst?"
729
+
730
+ msgid "Load settings from presets"
731
+ msgstr "Lade Einstellung von Vorlage"
732
+
733
+ msgid "Select preset:"
734
+ msgstr "Wähle Vorlage"
735
+
736
+ msgid "Failed to load the presets."
737
+ msgstr "Fehler bein Laden der Vorlage."
738
+
739
+ msgid "Currently you have no presets."
740
+ msgstr "Aktuell keine Vorlagen vorhanden."
741
+
742
+ msgid "Select \"Big image\" theme"
743
+ msgstr "Auswahl \"Big image\" Thema"
744
+
745
+ msgid "Select a theme"
746
+ msgstr "Wähle ein Thema"
747
+
748
+ msgid "Select"
749
+ msgstr "Auswahl"
750
+
751
+ msgid "Select overlay effect"
752
+ msgstr "Auswahl Overlay Effekt"
753
+
754
+ msgid "This effect requires icons be enabled. Enable Icons?"
755
+ msgstr "Dies erfordert eingeschaltete Icons. Icons einschalten?"
756
+
757
+ msgid "Select shadow preset"
758
+ msgstr "Wähle Schattenvorlage"
759
+
760
+ msgid "Select shadow"
761
+ msgstr "Wähle Schatten"
762
+
763
+ msgid "Import settings from gallery"
764
+ msgstr "Importiere Einstellungen aus Galerie?"
765
+
766
+ msgid "Here you can import settings from other galleries, but right now, you have only one gallery, create more - and see how it works"
767
+ msgstr "Hier kannst Du Einstellungen aus anderen Galerien importieren. Du hast derzeit aber nur eine. Erzeuge neue - und schau wie es geht"
768
+
769
+ msgid "Improve free version"
770
+ msgstr "Verbesser die Free-Version"
771
+
772
+ msgid "Select icons effects"
773
+ msgstr "Auswahl Icon Effekte"
774
+
775
+ msgid "Click on the icon to select effect"
776
+ msgstr "Klicke auf die Icons um effekt auszuwählen"
777
+
778
+ msgid "close"
779
+ msgstr "schließen"
780
+
781
+ msgid "next"
782
+ msgstr "nächste"
783
+
784
+ msgid "previous"
785
+ msgstr "vorherige"
786
+
787
+ msgid "start slideshow"
788
+ msgstr "Starte Slideshow"
789
+
790
+ msgid "stop slideshow"
791
+ msgstr "Stoppe Slideshow"
792
+
793
+ msgid "image"
794
+ msgstr "Bild"
795
+
796
+ msgid "of"
797
+ msgstr "von"
798
+
799
+ msgid "Choose source"
800
+ msgstr "Wähle Quelle"
801
+
802
+ msgid "Import from WordPress Media Library"
803
+ msgstr "Importiere aus Deiner Wordpress Galerie"
804
+
805
+ msgid "Import from social networks"
806
+ msgstr "Import aus sozialen Netzwerken"
807
+
808
+ msgid "Import from your Instagram account"
809
+ msgstr "Import von Deinem Instagram Account"
810
+
811
+ msgid "Import from your Flickr account"
812
+ msgstr "Import von Deinem Flickr Account"
813
+
814
+ msgid "Import from your Tumblr account"
815
+ msgstr "Import von Deinem Tumblr Account"
816
+
817
+ msgid "Import from your Facebook account"
818
+ msgstr "Import von Deinem Facebook Account"
819
+
820
+ msgid "Import from your FTP server"
821
+ msgstr "Import von Deinem FTP Server"
822
+
823
+ msgid "Get Pro to enable import"
824
+ msgstr "Kaufe Pro Version um den Import einzuschalten"
825
+
826
+ msgid "Properties"
827
+ msgstr "Eigenschaften"
828
+
829
+ msgid "Delete Image"
830
+ msgstr "Lösche Bild"
831
+
832
+ msgid "Sort To: "
833
+ msgstr "Sortiere Zu: "
834
+
835
+ msgid "Sort By: "
836
+ msgstr "Sortiere bei: "
837
+
838
+ msgid "Switch to the list view"
839
+ msgstr "zur Listenansicht wechseln"
840
+
841
+ msgid "Switch to the block view"
842
+ msgstr "Zur Albumansicht wechseln"
843
+
844
+ msgid "Apply"
845
+ msgstr "Anwenden"
846
+
847
+ msgid "The gallery is does not exists"
848
+ msgstr "Diese Galerie existiert nicht"
849
+
850
+ msgid "Currently this gallery has no images"
851
+ msgstr "Aktuell ist kein Bild in dieser Galerie"
852
+
853
+ msgid "Linked Images"
854
+ msgstr "gelinkte Bilder"
855
+
856
+ msgid "Instagram authorization"
857
+ msgstr "Instagramm Autorisierung"
858
+
859
+ msgid "Upload your images from the Instagram Media Library"
860
+ msgstr "Upload aus Deiner Instagram Galerie"
861
+
862
+ msgid "Upload from Instagram"
863
+ msgstr "Hochladen von Instagram"
864
+
865
+ msgid "Your message successfully send. We contact you soon."
866
+ msgstr "Message erfolgreich versendet. Wir melden uns bald."
867
+
868
+ msgid "Step-by-step Tutorial"
869
+ msgstr "Step-by-Step Anleitung"
870
+
871
+ msgid "Begin Step-by-step Tutorial"
872
+ msgstr "Starte Step-by-Step Anleitung"
873
+
874
+ msgid "Name"
875
+ msgstr "Name"
876
+
877
+ msgid "Email"
878
+ msgstr "Email"
879
+
880
+ msgid "Website"
881
+ msgstr "Webseite"
882
+
883
+ msgid "Subject"
884
+ msgstr "Betreff"
885
+
886
+ msgid "Topic"
887
+ msgstr "Überschrift"
888
+
889
+ msgid "Plugin options"
890
+ msgstr "Pluginoptionen"
891
+
892
+ msgid "Report a bug"
893
+ msgstr "Fehler melden"
894
+
895
+ msgid "Require a new functionallity"
896
+ msgstr "Neue Programmfunktion erfragen"
897
+
898
+ msgid "Other"
899
+ msgstr "Anderes"
900
+
901
+ msgid "Message"
902
+ msgstr "Message"
903
+
904
+ msgid "Hello Supsystic Team!"
905
+ msgstr "Hi Supsystic Team!"
906
+
907
+ msgid "Some errors occurred while sending mail please send your message trough this contact form:"
908
+ msgstr "Da ist was schief gelaufen beim absenden der Nachricht. Bitte kontaktiere uns über das folgende Kontaktformular"
909
+
910
+ msgid "Unable to save chosen photo %s: %s"
911
+ msgstr "Das ausgwählte Foto kann nicht gespeichert werden %s: %s"
912
+
913
+ msgid "New Folder"
914
+ msgstr "Neuer ordner"
915
+
916
+ msgid "The title can\'t be empty"
917
+ msgstr "Der Titel darf nicht leer sein"
918
+
919
+ msgid "Failed to update position."
920
+ msgstr "Fehler beim Update der Position."
921
+
922
+ msgid "Position updated successfully!"
923
+ msgstr "Position erfolgreich upgedatet!"
924
+
925
+ msgid "Rename folder"
926
+ msgstr "Ordner umbenennen"
927
+
928
+ msgid "Folder name:"
929
+ msgstr "Ordnername:"
930
+
931
+ msgid "Add images to the gallery"
932
+ msgstr "Bilder zur Galerie hinzufügen"
933
+
934
+ msgid "Select the gallery:"
935
+ msgstr "Auswahl der Galerie:"
936
+
937
+ msgid "New folder"
938
+ msgstr "Neuer Ordner"
939
+
940
+ msgid "Add images to the new gallery"
941
+ msgstr "Bilder zur neuen Galerie hinzufügen"
942
+
943
+ msgid "Create new folder"
944
+ msgstr "Erstelle neuen Ordner"
945
+
946
+ msgid "Edit selected item"
947
+ msgstr "Editiere ausgewählte Datei"
948
+
949
+ msgid "Delete selected items"
950
+ msgstr "Lösche ausgewählte Datei"
951
+
952
+ msgid "Create new gallery from the selected items"
953
+ msgstr "Erstelle neue Galerie aus den gewählten Dateien"
954
+
955
+ msgid "New gallery from selected"
956
+ msgstr "Neue Galerie aus der Auswahl"
957
+
958
+ msgid "Add the selected items to the existing gallery"
959
+ msgstr "Hinzufügen zu bestehender Galerie"
960
+
961
+ msgid "Add selected to the gallery"
962
+ msgstr "Hinzuügen zu Galerie"
963
+
964
+ msgid "Upload your images from the WordPress Media Library"
965
+ msgstr "Hochladen aus der Wordpress Galerie"
966
+
967
+ msgid "All photos"
968
+ msgstr "Alle Fotos"
969
+
970
+ msgid "Drop photos here to move them from the folder"
971
+ msgstr "Hier her ziehen um sie aus dem Ordner zu bewegen"
972
+
973
+ msgid "Next"
974
+ msgstr "Nächste"
975
+
976
+ msgid "Close Tutorial"
977
+ msgstr "Schließe Tutorial"
978
+
979
+ msgid "Hello! This is the Gallery by Supsystic. "
980
+ msgstr "Hi! Hier ist die Gallery by Supsystic."
981
+
982
+ msgid "Here you can get help: watch the video tutorial or read FAQ and Documentation, make use of contact form. Also here requirements for server - Server Settings."
983
+ msgstr "Hier bekommst Du Hilfe. schau das Video oder lies die FAQ und Dokumentation, nutze das Kontaktformular. Hier sind die Server Anforderungen. Server"
984
+
985
+ msgid "First Step"
986
+ msgstr "erster Schritt"
987
+
988
+ msgid "To Create New Gallery select gallery template. You can change template and settings later. Now here are four different templates. With PRO version you’ll get more features like Categories, Load More button, Post Feed (Content) gallery, Polaroid gallery and more. Enter name of the gallery and click “Save”."
989
+ msgstr "Zum erstellen einer neuen Galerie wähle eine Vorlage. Du kannst die Settings des Templates später ändern. Hier sind 4 verschiedene Templates. Mit der PRO Version bekommst Du mehr Möglichkeiten wie z.B. Kategorieren, mehr Buttons, die Polaroid Galerie usw."
990
+
991
+ msgid "Second Step"
992
+ msgstr "Zweiter Schritt"
993
+
994
+ msgid "Now you are in the edit menu of your gallery. And the first thing you need to do are add media to the gallery. Click \"Add Images\" button."
995
+ msgstr "Dies ist das Editiermenü Deiner Galerie. Als erstes brauchst Du Inhalte. Klicke auf "Bilder hinzufügen""
996
+
997
+ msgid "Second Step-2"
998
+ msgstr "Zweiter Schritt-2"
999
+
1000
+ msgid "<p>Import images in several ways:</p><p>Import from Wordpress Media Library/Upload files from your computer</p><p>Import from social networks</p><p>Instagram (in the Free version)</p><p>With PRO-version also will be available import from Flickr, Tumblr and Facebook.</p>"
1001
+ msgstr "<p>Verschiedene Importwege:</p><p>Import aus Wordpress/Upload vom Rechner</p><p>Import aus sozialen Netzwerken</p><p>Instagram (in der Free Version)</p><p>In der pro version ist zusätzlich der Import ais Flickr, Tumblr und Facebook möglich.</p>"
1002
+
1003
+ msgid "Third Step"
1004
+ msgstr "Dritter Schritt"
1005
+
1006
+ msgid "<p>Now you can see your image list. Here you can:</p><p>Change the order of images – simply by dragging them manually.</p><p>Delete images</p><p>Add new images from different sources to the grid gallery – click “Add Images” button and select the source to import from.</p><p><b>Caption tab</b> – add caption to image – it will be displayed on the caption effect of the gallery. Also here included the support of html-elements inside caption effect</p><p><b>SEO tab</b> – manage image title and description</p><p><b>Link tab</b> – attach links to image – it will go to the link when you click the image.</p><p><b>Video tab</b> – attach video url – it will be displayed in a pop-up image when you click on the image.</p><p><b>Categories tab</b> – add tags for image categories.</p><p>Now follow to the gallery settings – сlick “Properties” button.</p>"
1007
+ msgstr "<p>Jetzt siehst Du Deine Bilder. Jetzt kannst Du:</p><p>Die Bilder anders anordnen. Einfach manuel mit der Maus ziehen.</p><p>Bilder löschen</p><p>Neue Bilder aus anderen Quellen hinzufügen. Klicke auf dem "Bilder hinzufügen" Button und wähle die Quelle des Imports.</p><p><b>Beschreibungs Tab</b> Füge eine Beschreibung zum Bild hinzu. Diese wird als Effekt in der Galerie angezeigt. Hier ist ebenfalls die Nutzung von HTML-Elementen in der Beschreibung möglich</p><p><b>SEO Tab</b>Manage Bilditel und Beschreibungen</p><p><b>Link Tab</b> Füge Linsk zu Bildern hinzu. Es wird geöffnet wenn man darauf klickt.</p><p><b>Video Tab</b> Video URL hinzufügen. Diese wird als Popup zu sehen sein wenn man auf das Bild klickt.</p><p><b>Kategorieren Tab</b> Tagge Deine Bilderkategorieren</p><p>gehen wir zu den GalerieSettings. Klicke bitte auf "Eigenschaften.</p>"
1008
+
1009
+ msgid "Fourth Step"
1010
+ msgstr "Vierter schritt"
1011
+
1012
+ msgid "Gallery Properties: At the left side of the monitor you see a preview image in which will be seen changes made to the settings. This window for the settings of your gallery."
1013
+ msgstr "Galerie Eigenschaften: Auf der linken seite siehst Du eine Bildvorschau in welcher man die Änderungen an den Bildeigenscaften sieht. Jetzt sind die settings der Galerie zu sehen."
1014
+
1015
+ msgid "Fourth Step-1"
1016
+ msgstr "Vierter Schritt-1"
1017
+
1018
+ msgid "Five Step"
1019
+ msgstr "Fünfter Schritt"
1020
+
1021
+ msgid "<p>Captions: In this tab you can manage the captions and make them your style.</p>"
1022
+ msgstr "<p>Bildunterschriften. Hier kannst Du Deine Bildunterschrieften managen und zu Deinem Stil machen.</p>"
1023
+
1024
+ msgid "Six Step"
1025
+ msgstr "Sechster Schritt"
1026
+
1027
+ msgid "Seven Step"
1028
+ msgstr "Siebter Schritt"
1029
+
1030
+ msgid "<p>Posts: Here you can add posts and pages to your gallery and also manage them. Posts of gallery included in the PRO version of Gallery by Supsystic.</p>"
1031
+ msgstr "<p>Artikel: Hier kannst Du Artikel oder Texte zu Deine Galerie hinzufügen und managen. Postings sind mit der PRO Version von Supsystic möglich "
1032
+
1033
+ msgid "Welcome to the"
1034
+ msgstr "Willkommene in der "
1035
+
1036
+ msgid "Step-by-step tutorial"
1037
+ msgstr "Step-by-Step Anleitung"
1038
+
1039
+ msgid "There’re really many options of photo gallery plugin customization. So as soon as you close that page, I’ll show you step-by-step tutorial of how to use plugin. Hope it will be usefull for you :)"
1040
+ msgstr "Es gibt wirklich viele Optionen die Galerie an Deine Wünsche anzupassen. Schließet Du diese Seite bekommst Du eine Step-by-Step Anleitung wie dieses Plugin zu nutzen ist. Hoffentlich ist es nützlich."
1041
+
1042
+ msgid "Support"
1043
+ msgstr "Support"
1044
+
1045
+ msgid "We love our plugin and do the best to improve all features you want and fix all issues. But sometimes some issues happened or you can’t find feature you want :) Don’t worry, just <a href=\"//supsystic.com/plugins/photo-gallery?utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" target=\"_blank\"> contact us </a> . We’ll answer in an hour and fix all issues."
1046
+ msgstr "Wir lieben unser plugin und tun unser bestes um es zu Erweitern und zu warten. Aber machnmal passieren Fehler oder Du vermisst etwas. Dont worry, kontaktiere uns <a href=\"//supsystic.com/plugins/photo-gallery?utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" target=\"_blank\"> "
1047
+
1048
+ msgid "Video Tutorial"
1049
+ msgstr "Video Anleitung"
1050
+
1051
+ msgid "Frequently Asked Questions"
1052
+ msgstr "Frequently Asked Questions"
1053
+
1054
+ msgid "Set the number of images per page."
1055
+ msgstr "Wieviel Bilder pro Seite?"
1056
+
1057
+ msgid "Choose one of the default presets or create your own."
1058
+ msgstr "Wähle eine Voreinstellung oder erstelle Deine eigene."
1059
+
1060
+ msgid "After configuring the settings click “Save” button."
1061
+ msgstr "Wenn Du fertig bist klicke den Speichern-Button."
1062
+
1063
+ msgid "For more information for <a href=\"//supsystic.com/pagination/\" target=\"_blank\">Pagination</a> and for <a href=\"//supsystic.com/categories-gallery/\" target=\"_blank\">Categories</a>"
1064
+ msgstr "Fü rmehr Informationen (eng) <a href=\"//supsystic.com/pagination/\" target=\"_blank\">Pagination</a> and for <a href=\"//supsystic.com/categories-gallery/\" target=\"_blank\">Categories</a> "
1065
+
1066
+ msgid "Go to Posts tab."
1067
+ msgstr "Gehe zum Artikel Tab"
1068
+
1069
+ msgid "Choose one of post layout styles."
1070
+ msgstr "Wähle einen Artikel-Style"
1071
+
1072
+ msgid "Add pages and posts."
1073
+ msgstr "Füge Seiten und Artikel zu."
1074
+
1075
+ msgid "Choose what to show on posts layout in gallery."
1076
+ msgstr "Wähle was auf Seiten und dargestellt werden soll"
1077
+
1078
+ msgid "Learn more about how to do this <a href=\"//supsystic.com/plugins/photo-gallery/#faq\" target=\"_blank\">here</a>."
1079
+ msgstr "Lerne wie das geht <a href=\"//supsystic.com/plugins/photo-gallery/#faq\" target=\"_blank\">here</a>. "
1080
+
1081
+ msgid "All other FAQs"
1082
+ msgstr "Alle anderen FAQs"
1083
+
1084
+ msgid "Let\'s Start!"
1085
+ msgstr "Los gehts"
1086
+
1087
+ msgid "Roles"
1088
+ msgstr "Rollen"
1089
+
1090
+ msgid "PRO option"
1091
+ msgstr "Pro Option"
1092
+
1093
+ msgid "Edit image"
1094
+ msgstr "Editiere Bild"
1095
+
1096
+ msgid "SEO"
1097
+ msgstr "SEO"
1098
+
1099
+ msgid "Alternative text"
1100
+ msgstr "Alternativer Text"
1101
+
1102
+ msgid "External link"
1103
+ msgstr "externer Link"
1104
+
1105
+ msgid "Available in PRO version."
1106
+ msgstr "In der PRO Version erhätlich"
1107
+
1108
+ msgid "Link"
1109
+ msgstr "Link"
1110
+
1111
+ msgid "Open in new window"
1112
+ msgstr "Öffne in neuem Fenster"
1113
+
1114
+ msgid "Embeded video"
1115
+ msgstr "eingebettetes Video"
1116
+
1117
+ msgid "Video URL"
1118
+ msgstr "Video URL"
1119
+
1120
+ msgid "Supports Youtube and Vimeo. URL will be converted to embed automatically."
1121
+ msgstr "Unterstützt Youtube und Vimeo. URL wird automatisch umgesetzt."
1122
+
1123
+ msgid "Image"
1124
+ msgstr "Bild"
1125
+
1126
+ msgid "Date"
1127
+ msgstr "Datum"
1128
+
1129
+ msgid "Select %s"
1130
+ msgstr "Wähle %s"
1131
+
1132
+ msgid "photo"
1133
+ msgstr "Foto"
1134
+
1135
+ msgid "photos"
1136
+ msgstr "Fotos"
1137
+
1138
+ msgid "Caption effect"
1139
+ msgstr "Bildunterschrift Effekt"
1140
+
1141
+ msgid "Video"
1142
+ msgstr "Video"
1143
+
1144
+ msgid "Linked images"
1145
+ msgstr "gelinkte Bilder"
1146
+
1147
+ msgid "Crop"
1148
+ msgstr "Ausschneiden"
1149
+
1150
+ msgid "Add nofollow attribute"
1151
+ msgstr "Setze nofollow Attribut"
1152
+
1153
+ msgid "Choose images"
1154
+ msgstr "Wähle Bild"
1155
+
app/langs/sgg-el.mo ADDED
Binary file
app/langs/sgg-el.po ADDED
@@ -0,0 +1,2637 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: gird-gallery-el\n"
4
+ "POT-Creation-Date: \n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: el\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
+ "X-Generator: Poedit 2.0.5\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+
16
+ msgid "An error has occurred"
17
+ msgstr "Παρουσιάστηκε σφάλμα"
18
+
19
+ msgid "Overview"
20
+ msgstr "Επισκόπηση"
21
+
22
+ msgid "New Gallery"
23
+ msgstr "Νέα Γκαλερί"
24
+
25
+ msgid "Galleries"
26
+ msgstr "Γκαλερί"
27
+
28
+ msgid "Image Optimize"
29
+ msgstr ""
30
+
31
+ msgid "Settings"
32
+ msgstr "Ρυθμίσεις"
33
+
34
+ msgid "License"
35
+ msgstr "Άδεια"
36
+
37
+ msgid "Featured Plugins"
38
+ msgstr ""
39
+
40
+ msgid "Images"
41
+ msgstr "Εικόνες"
42
+
43
+ msgid "Instagram"
44
+ msgstr "Instagram"
45
+
46
+ msgid "Flickr"
47
+ msgstr "Flickr"
48
+
49
+ msgid "Tumblr"
50
+ msgstr "Tumblr"
51
+
52
+ msgid "Facebook"
53
+ msgstr "Facebook"
54
+
55
+ msgid "Get PRO"
56
+ msgstr "Αγοράστε την PRO έκδοση"
57
+
58
+ msgid "Loading"
59
+ msgstr "Φόρτωση"
60
+
61
+ msgid "Authorization code is not specified."
62
+ msgstr "Ο κωδικός έγκρισης δεν έχει καθοριστεί."
63
+
64
+ msgid "Gallery by Supsystic"
65
+ msgstr "Gallery by Supsystic"
66
+
67
+ msgid "Import images"
68
+ msgstr "Εισαγωγή εικόνων"
69
+
70
+ msgid "Facebook authorization"
71
+ msgstr ""
72
+
73
+ msgid "Upload your images from the Facebook Media Library"
74
+ msgstr "Ανεβάστε τις φωτογραφίες σας από το Facebook Media Library"
75
+
76
+ msgid "Login with Facebook"
77
+ msgstr "Σύνδεση με το Facebook"
78
+
79
+ msgid "Return to the gallery"
80
+ msgstr ""
81
+
82
+ msgid "Upload new images"
83
+ msgstr "Ανεβάστε νέες εικόνες"
84
+
85
+ msgid "Logout"
86
+ msgstr "Αποσύνδεση"
87
+
88
+ msgid "Select/unselect all photos"
89
+ msgstr "Επιλέξτε / απεπιλέξτε όλες τις φωτογραφίες"
90
+
91
+ msgid ""
92
+ "Here you can specify your business pages and images will load from those "
93
+ "pages. You can set several pages, just separate ID of pages by \",\". To get "
94
+ "the ID of your page you need to switch to the wanted page, then click on "
95
+ "\"About\" link right below page cover, and at the bottom of \"About\" page "
96
+ "you will find Facebook Page ID."
97
+ msgstr ""
98
+
99
+ msgid "Save"
100
+ msgstr "Αποθήκευση"
101
+
102
+ msgid "Empty user data."
103
+ msgstr "Αδειάστε τα δεδομένα του χρήστη."
104
+
105
+ msgid "Flickr authorization"
106
+ msgstr ""
107
+
108
+ msgid "Upload your images from the Flickr Media Library"
109
+ msgstr "Ανεβάστε τις φωτογραφίες σας από το Flickr Media Library"
110
+
111
+ msgid "Upload from Flickr"
112
+ msgstr "Μεταφόρτωση από το Flickr"
113
+
114
+ msgid "Images not in albums"
115
+ msgstr ""
116
+
117
+ msgid "Albums"
118
+ msgstr ""
119
+
120
+ msgid "Fullscreen"
121
+ msgstr ""
122
+
123
+ msgid "Load More Button"
124
+ msgstr ""
125
+
126
+ msgid "Enable"
127
+ msgstr ""
128
+
129
+ msgid "Disable"
130
+ msgstr "Απενεργοποίηση"
131
+
132
+ msgid "Load with scroll"
133
+ msgstr ""
134
+
135
+ msgid "No"
136
+ msgstr "Όχι"
137
+
138
+ msgid "Yes"
139
+ msgstr "Ναι"
140
+
141
+ msgid "Load more button text"
142
+ msgstr ""
143
+
144
+ msgid "Loading text"
145
+ msgstr ""
146
+
147
+ msgid "Loading..."
148
+ msgstr ""
149
+
150
+ msgid "Images amount"
151
+ msgstr ""
152
+
153
+ msgid "Load more amount"
154
+ msgstr ""
155
+
156
+ msgid "Custom Buttons"
157
+ msgstr ""
158
+
159
+ msgid "Gallery Loader"
160
+ msgstr ""
161
+
162
+ msgid "Background color"
163
+ msgstr "Χρώμα φόντου"
164
+
165
+ msgid "Choose Icon"
166
+ msgstr ""
167
+
168
+ msgid "Open by link in popup"
169
+ msgstr ""
170
+
171
+ msgid "Gallery link"
172
+ msgstr ""
173
+
174
+ msgid "Disable right click"
175
+ msgstr ""
176
+
177
+ msgid "Video size"
178
+ msgstr ""
179
+
180
+ msgid "Autoplay video"
181
+ msgstr ""
182
+
183
+ msgid "When video ends"
184
+ msgstr ""
185
+
186
+ msgid "Do nothing"
187
+ msgstr ""
188
+
189
+ msgid "Open next slide"
190
+ msgstr ""
191
+
192
+ msgid "Close popup"
193
+ msgstr ""
194
+
195
+ msgid "Posts layout"
196
+ msgstr "Διάταξη δημοσιεύσεων"
197
+
198
+ msgid "Posts layout style"
199
+ msgstr "Στυλ διάταξη δημοσιεύσεων"
200
+
201
+ msgid "Auto posts"
202
+ msgstr ""
203
+
204
+ msgid "Number of posts"
205
+ msgstr ""
206
+
207
+ msgid "Auto Posts Categories"
208
+ msgstr ""
209
+
210
+ msgid "Select categories"
211
+ msgstr ""
212
+
213
+ msgid "All"
214
+ msgstr ""
215
+
216
+ msgid "Posts"
217
+ msgstr "Δημοσιεύσεις"
218
+
219
+ msgid "Pages"
220
+ msgstr "Σελίδες"
221
+
222
+ msgid "Show author"
223
+ msgstr "Εμφάνιση συγγραφέα"
224
+
225
+ msgid "Show date"
226
+ msgstr "Εμφάνιση ημερομηνίας"
227
+
228
+ msgid "Show contents"
229
+ msgstr "Εμφάνιση περιεχομένων"
230
+
231
+ msgid "Show categories"
232
+ msgstr "Εμφάνιση κατηγοριών"
233
+
234
+ msgid "Hide \"All\" category"
235
+ msgstr ""
236
+
237
+ msgid "Enable shuffling animation"
238
+ msgstr "Ενεργοποίηση κίνησης shuffle"
239
+
240
+ msgid "Animation duration"
241
+ msgstr "Διάρκεια κίνησης"
242
+
243
+ msgid "Position"
244
+ msgstr "Θέση"
245
+
246
+ msgid "Over the gallery"
247
+ msgstr "Πάνω από την γκαλερί"
248
+
249
+ msgid "Under the gallery"
250
+ msgstr "Κάτω από την γκαλερί"
251
+
252
+ msgid "Align"
253
+ msgstr "Ευθυγράμμιση"
254
+
255
+ msgid "Left"
256
+ msgstr "Αριστερά"
257
+
258
+ msgid "Center"
259
+ msgstr "Κέντρο"
260
+
261
+ msgid "Right"
262
+ msgstr "Δεξιά"
263
+
264
+ msgid "Presets"
265
+ msgstr "Προεπιλογές"
266
+
267
+ msgid "Choose preset"
268
+ msgstr "Επιλέξτε προεπιλογή"
269
+
270
+ msgid "Preset Editor"
271
+ msgstr "Επεξεργασία προεπιλογών"
272
+
273
+ msgid "Categories order"
274
+ msgstr ""
275
+
276
+ msgid "Enable pagination"
277
+ msgstr "Ενεργοποίηση σελιδοποίησης"
278
+
279
+ msgid "Pagination"
280
+ msgstr "Σελιδοποίηση"
281
+
282
+ msgid "Images per page"
283
+ msgstr "Εικόνες ανά σελίδα"
284
+
285
+ msgid "Buttons position"
286
+ msgstr "Θέση κουμπιών"
287
+
288
+ msgid "Top"
289
+ msgstr "Κορυφή"
290
+
291
+ msgid "Bottom"
292
+ msgstr "Κάτω μέρος"
293
+
294
+ msgid "Container background"
295
+ msgstr "Φόντο πλαισίου"
296
+
297
+ msgid "Hide container background."
298
+ msgstr "Απόκρυψη φόντο πλαισίου."
299
+
300
+ msgid "Text background"
301
+ msgstr "Κείμενο φόντου"
302
+
303
+ msgid "Hide text background."
304
+ msgstr "Απόκρυψη κειμένου φόντου."
305
+
306
+ msgid "Text color"
307
+ msgstr "Χρώμα κειμένου"
308
+
309
+ msgid "Use color, based on my theme."
310
+ msgstr "Χρησιμοποιήστε χρώμα, με βάση το θέμα μου."
311
+
312
+ msgid "Vertical padding"
313
+ msgstr "Κάθετο διάστημα"
314
+
315
+ msgid "Horizontal padding"
316
+ msgstr "Οριζόντιο διάστημα"
317
+
318
+ msgid "Font weight"
319
+ msgstr "Βάρος γραμματοσειράς"
320
+
321
+ msgid "Font size"
322
+ msgstr "Μέγεθος γραμματοσειράς"
323
+
324
+ msgid "Border width"
325
+ msgstr "Πλάτος περιγράμματος"
326
+
327
+ msgid "Border type"
328
+ msgstr "Τύπος περιγράμματος"
329
+
330
+ msgid "Border color"
331
+ msgstr "Χρώμα επικάλυψης"
332
+
333
+ msgid "Border radius"
334
+ msgstr "Ακτίνα των συνόρων"
335
+
336
+ msgid "Buttons preset editor for Paginations, Categories and Load More buttons"
337
+ msgstr ""
338
+
339
+ msgid "Custom class"
340
+ msgstr ""
341
+
342
+ msgid "Font family"
343
+ msgstr "Οικογένεια γραμματοσειρών"
344
+
345
+ msgid "Border style"
346
+ msgstr ""
347
+
348
+ msgid "Choose icon"
349
+ msgstr ""
350
+
351
+ msgid "Page "
352
+ msgstr "Σελίδα"
353
+
354
+ msgid "Activate License"
355
+ msgstr ""
356
+
357
+ msgid "Renew License"
358
+ msgstr ""
359
+
360
+ msgid "Slider by Supsystic"
361
+ msgstr ""
362
+
363
+ msgid ""
364
+ "Congratulations! You have successfully installed and activated PRO version "
365
+ "of ' ~ environment.getMenu().getMenuTitle() ~ ' plugin."
366
+ msgstr ""
367
+
368
+ msgid "Your premium support is expired in ' ~ days ~ ' days"
369
+ msgstr ""
370
+
371
+ msgid "You will not be able to update your pro version with expired license"
372
+ msgstr ""
373
+
374
+ msgid "Activate"
375
+ msgstr ""
376
+
377
+ msgid "Authorization oauth_verifier is not specified."
378
+ msgstr "Η Oauth_verifier άδεια δεν έχει καθοριστεί."
379
+
380
+ msgid "Tumblr authorization"
381
+ msgstr ""
382
+
383
+ msgid "Upload your images from the Tumblr Media Library"
384
+ msgstr "Ανεβάστε τις φωτογραφίες σας από τη βιβλιοθήκη πολυμέσων Tumblr"
385
+
386
+ msgid "Upload from Tumblr"
387
+ msgstr "Ανεβάσετε από Tumblr"
388
+
389
+ msgid "FTP"
390
+ msgstr ""
391
+
392
+ msgid "Upload your images from the FTP Server"
393
+ msgstr ""
394
+
395
+ msgid "Enter images folder name, e.g. my-images"
396
+ msgstr ""
397
+
398
+ msgid "Upload"
399
+ msgstr ""
400
+
401
+ msgid "Note: images folder must be in wp-content/uploads/directory"
402
+ msgstr ""
403
+
404
+ msgid "Host"
405
+ msgstr ""
406
+
407
+ msgid "Username"
408
+ msgstr ""
409
+
410
+ msgid "Password"
411
+ msgstr ""
412
+
413
+ msgid "Port"
414
+ msgstr ""
415
+
416
+ msgid "Enter the full path to images folder"
417
+ msgstr ""
418
+
419
+ msgid "Note: you need to specify the full path to images folder"
420
+ msgstr ""
421
+
422
+ msgid "Please fill all fields"
423
+ msgstr ""
424
+
425
+ msgid "Pro plugin params Error!"
426
+ msgstr ""
427
+
428
+ msgid "Gallery Type"
429
+ msgstr "Τύπος Γκαλερί"
430
+
431
+ #, fuzzy
432
+ #| msgid "Image width"
433
+ msgid "Image Count"
434
+ msgstr "Πλάτος εικόνας"
435
+
436
+ #, fuzzy
437
+ #| msgid "Upload new images"
438
+ msgid "Display all images"
439
+ msgstr "Ανεβάστε νέες εικόνες"
440
+
441
+ #, fuzzy
442
+ #| msgid "Images list"
443
+ msgid "Images count"
444
+ msgstr "Λίστα με εικόνες"
445
+
446
+ msgid "Show hidden images by click"
447
+ msgstr ""
448
+
449
+ msgid "Use Caption Builder"
450
+ msgstr ""
451
+
452
+ msgid "Template: SuperMega"
453
+ msgstr ""
454
+
455
+ #, fuzzy
456
+ #| msgid "Background color"
457
+ msgid "Background"
458
+ msgstr "Χρώμα φόντου"
459
+
460
+ msgid "Color"
461
+ msgstr ""
462
+
463
+ msgid "Transparency"
464
+ msgstr "Διαφάνεια"
465
+
466
+ #, fuzzy
467
+ #| msgid "Animation"
468
+ msgid "Animation Effect"
469
+ msgstr "Κίνηση"
470
+
471
+ msgid "Choose effect"
472
+ msgstr "Επιλέξτε εφφέ"
473
+
474
+ #, fuzzy
475
+ #| msgid "Image height"
476
+ msgid "Image on hover"
477
+ msgstr "Ύψος εικόνας"
478
+
479
+ #, fuzzy
480
+ #| msgid "Select \"Big image\" theme"
481
+ msgid "Select image on hover"
482
+ msgstr "Επιλέξτε το θέμα «Μεγάλη εικόνα»"
483
+
484
+ #, fuzzy
485
+ #| msgid "Upload new images"
486
+ msgid "Upload Image"
487
+ msgstr "Ανεβάστε νέες εικόνες"
488
+
489
+ #, fuzzy
490
+ #| msgid "Background color"
491
+ msgid "Background color for \"Show on hover\""
492
+ msgstr "Χρώμα φόντου"
493
+
494
+ msgid "Personal captions"
495
+ msgstr ""
496
+
497
+ msgid "Polaroid Style"
498
+ msgstr ""
499
+
500
+ msgid "Polaroid Image Animation"
501
+ msgstr ""
502
+
503
+ msgid "Polaroid Image Scattering "
504
+ msgstr ""
505
+
506
+ msgid "Polaroid Frame Width"
507
+ msgstr ""
508
+
509
+ msgid "Hide image title tooltip"
510
+ msgstr ""
511
+
512
+ msgid "Mobile - show always caption"
513
+ msgstr ""
514
+
515
+ #, fuzzy
516
+ #| msgid "Disable on mobile"
517
+ msgid "Disable captions on mobile"
518
+ msgstr "Θέστε εκτός λειτουργίας στο κινητό"
519
+
520
+ msgid "Caption"
521
+ msgstr "Λεζάντα"
522
+
523
+ #, fuzzy
524
+ #| msgid "Left"
525
+ msgid "Top Left"
526
+ msgstr "Αριστερά"
527
+
528
+ #, fuzzy
529
+ #| msgid "Center"
530
+ msgid "Top Center"
531
+ msgstr "Κέντρο"
532
+
533
+ #, fuzzy
534
+ #| msgid "Right"
535
+ msgid "Top Right"
536
+ msgstr "Δεξιά"
537
+
538
+ msgid "Middle Left"
539
+ msgstr ""
540
+
541
+ #, fuzzy
542
+ #| msgid "Center"
543
+ msgid "Middle Center"
544
+ msgstr "Κέντρο"
545
+
546
+ msgid "Middle Right"
547
+ msgstr ""
548
+
549
+ #, fuzzy
550
+ #| msgid "Bottom"
551
+ msgid "Bottom Left"
552
+ msgstr "Κάτω μέρος"
553
+
554
+ #, fuzzy
555
+ #| msgid "Center"
556
+ msgid "Bottom Center"
557
+ msgstr "Κέντρο"
558
+
559
+ #, fuzzy
560
+ #| msgid "Bottom"
561
+ msgid "Bottom Right"
562
+ msgstr "Κάτω μέρος"
563
+
564
+ #, fuzzy
565
+ #| msgid "Loading"
566
+ msgid "Paddings"
567
+ msgstr "Φόρτωση"
568
+
569
+ #, fuzzy
570
+ #| msgid "Font size"
571
+ msgid "Font"
572
+ msgstr "Μέγεθος γραμματοσειράς"
573
+
574
+ #, fuzzy
575
+ #| msgid "Font size"
576
+ msgid "Font style"
577
+ msgstr "Μέγεθος γραμματοσειράς"
578
+
579
+ msgid "Bold"
580
+ msgstr "Bold"
581
+
582
+ msgid "Italic"
583
+ msgstr ""
584
+
585
+ msgid "Line"
586
+ msgstr ""
587
+
588
+ #, fuzzy
589
+ #| msgid "Text color"
590
+ msgid "Text Highlight Color"
591
+ msgstr "Χρώμα κειμένου"
592
+
593
+ msgid "Text Highlight Color Transparency"
594
+ msgstr ""
595
+
596
+ #, fuzzy
597
+ #| msgid "Animation"
598
+ msgid "Animation start"
599
+ msgstr "Κίνηση"
600
+
601
+ #, fuzzy
602
+ #| msgid "Image radius"
603
+ msgid "Image Load"
604
+ msgstr "Ακτίνα εικόνας"
605
+
606
+ msgid "Mouser Over"
607
+ msgstr ""
608
+
609
+ #, fuzzy
610
+ #| msgid "Overlay color"
611
+ msgid "Delay for"
612
+ msgstr "Χρώμα επικάλυψης"
613
+
614
+ msgid "Description"
615
+ msgstr "Περιγραφή"
616
+
617
+ #, fuzzy
618
+ #| msgid "Icons size"
619
+ msgid "Icons"
620
+ msgstr "Μέγεθος εικονιδίων"
621
+
622
+ #, fuzzy
623
+ #| msgid "Border type"
624
+ msgid "Icon entry type"
625
+ msgstr "Τύπος περιγράμματος"
626
+
627
+ msgid "Video, Link, LightBox"
628
+ msgstr ""
629
+
630
+ msgid "Social"
631
+ msgstr ""
632
+
633
+ msgid "Use old icons and overlay"
634
+ msgstr ""
635
+
636
+ #, fuzzy
637
+ #| msgid "Pop-up Image"
638
+ msgid "Popup image icon"
639
+ msgstr "Pop-up εικόνα"
640
+
641
+ #, fuzzy
642
+ #| msgid "Video"
643
+ msgid "Video icon"
644
+ msgstr "Βίντεο"
645
+
646
+ #, fuzzy
647
+ #| msgid "Link"
648
+ msgid "Link icon"
649
+ msgstr "Σύνδεσμος"
650
+
651
+ msgid "Icons size"
652
+ msgstr "Μέγεθος εικονιδίων"
653
+
654
+ msgid "Icons color"
655
+ msgstr "Χρώμα εικονιδίων"
656
+
657
+ msgid "Icons hover color"
658
+ msgstr "Χρώμα αιωρούντων εικονιδίων"
659
+
660
+ #, fuzzy
661
+ #| msgid "Transparency"
662
+ msgid "Icons Transparency"
663
+ msgstr "Διαφάνεια"
664
+
665
+ msgid "Background hover color"
666
+ msgstr "Χρώμα φόντου που αιωρείται"
667
+
668
+ #, fuzzy
669
+ #| msgid "Transparency"
670
+ msgid "Background Transparency"
671
+ msgstr "Διαφάνεια"
672
+
673
+ msgid "Distance between icons"
674
+ msgstr "Απόσταση μεταξύ των εικονιδίων"
675
+
676
+ #, fuzzy
677
+ #| msgid "Animation"
678
+ msgid "Animation Effects"
679
+ msgstr "Κίνηση"
680
+
681
+ #, fuzzy
682
+ #| msgid "Choose theme"
683
+ msgid "Choose"
684
+ msgstr "Επιλέξτε το θέμα"
685
+
686
+ msgid "Hide browser url tooltip on image hover"
687
+ msgstr ""
688
+
689
+ #, fuzzy
690
+ #| msgid "Pop-up Image"
691
+ msgid "Popup Linked Image Text"
692
+ msgstr "Pop-up εικόνα"
693
+
694
+ msgid "Title"
695
+ msgstr ""
696
+
697
+ msgid "Alt text"
698
+ msgstr ""
699
+
700
+ msgid "Disable source image for Linked Images"
701
+ msgstr ""
702
+
703
+ #, fuzzy
704
+ #| msgid "Disable on mobile"
705
+ msgid "Disable title optimize"
706
+ msgstr "Θέστε εκτός λειτουργίας στο κινητό"
707
+
708
+ msgid "Show Previous/Next Arrows"
709
+ msgstr ""
710
+
711
+ msgid "Text for Previous Arrow"
712
+ msgstr ""
713
+
714
+ msgid "prev"
715
+ msgstr ""
716
+
717
+ msgid "Text for Next Arrow"
718
+ msgstr ""
719
+
720
+ msgid "next"
721
+ msgstr ""
722
+
723
+ msgid "Social setup"
724
+ msgstr ""
725
+
726
+ #, fuzzy
727
+ #| msgid "Select transition"
728
+ msgid "Select one icon"
729
+ msgstr "Επιλέξτε Μετάβαση"
730
+
731
+ #, fuzzy
732
+ #| msgid "Show date"
733
+ msgid "Show Watermark"
734
+ msgstr "Εμφάνιση ημερομηνίας"
735
+
736
+ #, fuzzy
737
+ #| msgid "Show author"
738
+ msgid "Show Watermark for"
739
+ msgstr "Εμφάνιση συγγραφέα"
740
+
741
+ msgid "Thumbnails"
742
+ msgstr ""
743
+
744
+ #, fuzzy
745
+ #| msgid "Pop-up Image"
746
+ msgid "Popup Images"
747
+ msgstr "Pop-up εικόνα"
748
+
749
+ msgid "Thumbnail and Popup Images"
750
+ msgstr ""
751
+
752
+ #, fuzzy
753
+ #| msgid "Upload new images"
754
+ msgid "Apply to all images"
755
+ msgstr "Ανεβάστε νέες εικόνες"
756
+
757
+ msgid "Save source images"
758
+ msgstr ""
759
+
760
+ msgid "Type"
761
+ msgstr ""
762
+
763
+ msgid "Image"
764
+ msgstr "Εικόνα"
765
+
766
+ #, fuzzy
767
+ #| msgid "Text size"
768
+ msgid "Text"
769
+ msgstr "Μέγεθος κειμένου"
770
+
771
+ msgid "Watermark Image"
772
+ msgstr ""
773
+
774
+ msgid "Margin"
775
+ msgstr ""
776
+
777
+ #, fuzzy
778
+ #| msgid "Left"
779
+ msgid "Left Top"
780
+ msgstr "Αριστερά"
781
+
782
+ #, fuzzy
783
+ #| msgid "Center"
784
+ msgid "Left Center"
785
+ msgstr "Κέντρο"
786
+
787
+ #, fuzzy
788
+ #| msgid "Bottom"
789
+ msgid "Left Bottom"
790
+ msgstr "Κάτω μέρος"
791
+
792
+ #, fuzzy
793
+ #| msgid "Center"
794
+ msgid "Center Center"
795
+ msgstr "Κέντρο"
796
+
797
+ #, fuzzy
798
+ #| msgid "Right"
799
+ msgid "Right Top"
800
+ msgstr "Δεξιά"
801
+
802
+ #, fuzzy
803
+ #| msgid "Center"
804
+ msgid "Right Center"
805
+ msgstr "Κέντρο"
806
+
807
+ #, fuzzy
808
+ #| msgid "Bottom"
809
+ msgid "Right Bottom"
810
+ msgstr "Κάτω μέρος"
811
+
812
+ msgid ""
813
+ "To use this option, you must install php-extension GD. The list of functions "
814
+ "that are used in the plugin can be seen in readme.txt file."
815
+ msgstr ""
816
+
817
+ msgid "Watermark saved succesfully"
818
+ msgstr ""
819
+
820
+ msgid "Select"
821
+ msgstr "Επιλογή"
822
+
823
+ msgid "Image Count Text"
824
+ msgstr ""
825
+
826
+ #, fuzzy
827
+ #| msgid "Overlay transparency"
828
+ msgid "Background transparency"
829
+ msgstr "Διαφάνεια επικάλυψης"
830
+
831
+ #, fuzzy
832
+ #| msgid "Show date"
833
+ msgid "Show EXIF data"
834
+ msgstr "Εμφάνιση ημερομηνίας"
835
+
836
+ #, fuzzy
837
+ #| msgid "An error has occurred"
838
+ msgid "Error occurred!"
839
+ msgstr "Παρουσιάστηκε σφάλμα"
840
+
841
+ msgid "Please, wait while reading images info..."
842
+ msgstr ""
843
+
844
+ msgid "Please wait until Exif data has been recollected"
845
+ msgstr ""
846
+
847
+ #, fuzzy
848
+ #| msgid "Preset successfully removed."
849
+ msgid "Image reccollected successfully. Processed "
850
+ msgstr "Ο προκαθορισμός διαγράφτηκε με επιτυχία."
851
+
852
+ msgid " of "
853
+ msgstr ""
854
+
855
+ msgid "Recollect image error!. Processed "
856
+ msgstr ""
857
+
858
+ #, fuzzy
859
+ #| msgid "Add images"
860
+ msgid " image "
861
+ msgstr "Προσθήκη εικόνων"
862
+
863
+ msgid "Recollect EXIF"
864
+ msgstr ""
865
+
866
+ #, fuzzy
867
+ #| msgid "Show caption"
868
+ msgid "Show EXIF as caption"
869
+ msgstr "Εμφάνιση λεζάντας"
870
+
871
+ #, fuzzy
872
+ #| msgid "Show caption"
873
+ msgid "Show EXIF as description"
874
+ msgstr "Εμφάνιση λεζάντας"
875
+
876
+ msgid "Show EXIF on Lightobox image"
877
+ msgstr ""
878
+
879
+ #, fuzzy
880
+ #| msgid "Show caption"
881
+ msgid "Show options"
882
+ msgstr "Εμφάνιση λεζάντας"
883
+
884
+ msgid "Camera"
885
+ msgstr ""
886
+
887
+ msgid "Camera model"
888
+ msgstr ""
889
+
890
+ msgid "Aperture"
891
+ msgstr ""
892
+
893
+ msgid "Exposure Bias"
894
+ msgstr ""
895
+
896
+ msgid "Flash"
897
+ msgstr ""
898
+
899
+ msgid "Focal Length"
900
+ msgstr ""
901
+
902
+ #, fuzzy
903
+ #| msgid "SEO"
904
+ msgid "ISO"
905
+ msgstr "SEO"
906
+
907
+ msgid "Shutter Speed"
908
+ msgstr ""
909
+
910
+ #, fuzzy
911
+ #| msgid "Show caption"
912
+ msgid "Location"
913
+ msgstr "Εμφάνιση λεζάντας"
914
+
915
+ msgid "Show the previous page of the grid"
916
+ msgstr ""
917
+
918
+ msgid "Show the next page of the grid"
919
+ msgstr ""
920
+
921
+ msgid "Google Drive authorization"
922
+ msgstr ""
923
+
924
+ msgid "Upload your images from Google Drive CDN"
925
+ msgstr ""
926
+
927
+ msgid "Upload from Google Drive"
928
+ msgstr ""
929
+
930
+ msgid "Google Drive"
931
+ msgstr ""
932
+
933
+ #, fuzzy
934
+ #| msgid "Horizontal padding"
935
+ msgid "Horizontal (normal)"
936
+ msgstr "Οριζόντιο διάστημα"
937
+
938
+ msgid "Mirror horizontal"
939
+ msgstr ""
940
+
941
+ msgid "Rotate 180"
942
+ msgstr ""
943
+
944
+ msgid "Mirror vertical"
945
+ msgstr ""
946
+
947
+ msgid "Mirror horizontal and rotate 270 CW"
948
+ msgstr ""
949
+
950
+ msgid "Rotate 90 CW"
951
+ msgstr ""
952
+
953
+ msgid "Mirror horizontal and rotate 90 CW"
954
+ msgstr ""
955
+
956
+ msgid "Rotate 270 CW"
957
+ msgstr ""
958
+
959
+ msgid "Popup Plugin"
960
+ msgstr ""
961
+
962
+ msgid ""
963
+ "The Best WordPress PopUp option plugin to help you gain more subscribers, "
964
+ "social followers or advertisement. Responsive pop-ups with friendly options."
965
+ msgstr ""
966
+
967
+ msgid "Slider Plugin"
968
+ msgstr ""
969
+
970
+ msgid ""
971
+ "Creating slideshows with Slider plugin is fast and easy. Simply select "
972
+ "images from your WordPress Media Library, Flickr, Instagram or Facebook, set "
973
+ "slide captions, links and SEO fields all from one page."
974
+ msgstr ""
975
+
976
+ msgid "Photo Gallery Plugin"
977
+ msgstr ""
978
+
979
+ msgid ""
980
+ "Photo Gallery Plugin with a great number of layouts will help you to create "
981
+ "quality respectable portfolios and image galleries."
982
+ msgstr ""
983
+
984
+ msgid "Data Tables Generator"
985
+ msgstr ""
986
+
987
+ msgid ""
988
+ "Create and manage beautiful data tables with custom design. No HTML "
989
+ "knowledge is required."
990
+ msgstr ""
991
+
992
+ msgid "Social Share Buttons"
993
+ msgstr ""
994
+
995
+ msgid ""
996
+ "Social share buttons to increase social traffic and popularity. Social "
997
+ "sharing to Facebook, Twitter and other social networks."
998
+ msgstr ""
999
+
1000
+ msgid "Live Chat Plugin"
1001
+ msgstr ""
1002
+
1003
+ msgid ""
1004
+ "Be closer to your visitors and customers with Live Chat Support by "
1005
+ "Supsystic. Help you visitors, support them in real-time with exceptional "
1006
+ "Live Chat WordPress plugin by Supsystic."
1007
+ msgstr ""
1008
+
1009
+ msgid "Pricing Table"
1010
+ msgstr ""
1011
+
1012
+ msgid ""
1013
+ "It’s never been so easy to create and manage pricing and comparison tables "
1014
+ "with table builder. Any element of the table can be customise with mouse "
1015
+ "click."
1016
+ msgstr ""
1017
+
1018
+ msgid "Coming Soon Plugin"
1019
+ msgstr ""
1020
+
1021
+ msgid ""
1022
+ "Coming soon page with drag-and-drop builder or under construction | "
1023
+ "maintenance mode to notify visitors and collects emails."
1024
+ msgstr ""
1025
+
1026
+ msgid "Backup Plugin"
1027
+ msgstr ""
1028
+
1029
+ msgid ""
1030
+ "Backup and Restore WordPress Plugin by Supsystic provides quick and "
1031
+ "unhitched DropBox, FTP, Amazon S3, Google Drive backup for your WordPress "
1032
+ "website."
1033
+ msgstr ""
1034
+
1035
+ msgid "Google Maps Easy"
1036
+ msgstr ""
1037
+
1038
+ msgid ""
1039
+ "Display custom Google Maps. Set markers and locations with text, images, "
1040
+ "categories and links. Customize google map in a simple and intuitive way."
1041
+ msgstr ""
1042
+
1043
+ msgid "Digital Publication Plugin"
1044
+ msgstr ""
1045
+
1046
+ msgid ""
1047
+ "Digital Publication WordPress Plugin by Supsystic for Magazines, Catalogs, "
1048
+ "Portfolios. Convert images, posts, PDF to the page flip book."
1049
+ msgstr ""
1050
+
1051
+ msgid "Contact Form Plugin"
1052
+ msgstr ""
1053
+
1054
+ msgid ""
1055
+ "One of the best plugin for creating Contact Forms on your WordPress site. "
1056
+ "Changeable fonts, backgrounds, an option for adding fields etc."
1057
+ msgstr ""
1058
+
1059
+ msgid "Newsletter Plugin"
1060
+ msgstr ""
1061
+
1062
+ msgid ""
1063
+ "Supsystic Newsletter plugin for automatic mailing of your letters. You will "
1064
+ "have no need to control it or send them manually. No coding, hard skills or "
1065
+ "long hours of customizing are required."
1066
+ msgstr ""
1067
+
1068
+ #, fuzzy
1069
+ #| msgid "Gallery by Supsystic"
1070
+ msgid "Membership by Supsystic"
1071
+ msgstr "Gallery by Supsystic"
1072
+
1073
+ msgid ""
1074
+ "Create online membership community with custom user profiles, roles, "
1075
+ "FrontEnd registration and login. Members Directory, activity, groups, "
1076
+ "messages."
1077
+ msgstr ""
1078
+
1079
+ msgid "New gallery successfully created"
1080
+ msgstr "Η νέα συλλογή δημιουργήθηκε με επιτυχία"
1081
+
1082
+ msgid "Title successfully updated"
1083
+ msgstr "Ο Τίτλος ενημερώθηκε με επιτυχία"
1084
+
1085
+ msgid "Not enough data."
1086
+ msgstr "Δεν υπάρχουν επαρκή δεδομένα."
1087
+
1088
+ msgid "Preset successfully saved."
1089
+ msgstr "Ο προκαθορισμός αποθηκεύτηκε με επιτυχία."
1090
+
1091
+ msgid "The preset ID is not specified."
1092
+ msgstr "Το προκαθορισμένο ID δεν προσδιορίζεται."
1093
+
1094
+ msgid "Preset successfully removed."
1095
+ msgstr "Ο προκαθορισμός διαγράφτηκε με επιτυχία."
1096
+
1097
+ msgid "Failed to find the preset."
1098
+ msgstr "Αποτυχία εύρεσης προκαθορισμού."
1099
+
1100
+ msgid "Preset successfully applied to the gallery."
1101
+ msgstr "Ο προκαθορισμός προστέθηκε στην γκαλερί με επιτυχία."
1102
+
1103
+ #, fuzzy
1104
+ #| msgid "Gallery title:"
1105
+ msgid "Gallery clone error"
1106
+ msgstr "Τίτλος συλλογής:"
1107
+
1108
+ msgid "Unnamed gallery"
1109
+ msgstr "Απροσδιόριστη γκαλερί"
1110
+
1111
+ msgid "The identifier of the gallery is invalid"
1112
+ msgstr "Το αναγνωριστικό της γκαλερί δεν είναι έγκυρο"
1113
+
1114
+ msgid "Title is empty"
1115
+ msgstr "Τίτλος είναι άδειο"
1116
+
1117
+ msgid "Failed to rename the gallery"
1118
+ msgstr "Απέτυχε η μετονομασία της γκαλερί"
1119
+
1120
+ msgid "Invalid gallery identifier specified"
1121
+ msgstr "Μη έγκυρο αναγνωριστικό γκαλερί"
1122
+
1123
+ msgid "Failed to delete the gallery"
1124
+ msgstr "Απέτυχε η διαγραφή της γκαλερί"
1125
+
1126
+ msgid "Source gallery incorrect id"
1127
+ msgstr ""
1128
+
1129
+ msgid "Clone type parameter is incorrect"
1130
+ msgstr ""
1131
+
1132
+ msgid "Cloned "
1133
+ msgstr ""
1134
+
1135
+ #, fuzzy
1136
+ #| msgid "Create new gallery"
1137
+ msgid "Can't create new gallery!"
1138
+ msgstr "Δημιουργήσετε νέα γκαλερί"
1139
+
1140
+ #, fuzzy
1141
+ #| msgid "Create new gallery"
1142
+ msgid "Can't create resources for gallery!"
1143
+ msgstr "Δημιουργήσετε νέα γκαλερί"
1144
+
1145
+ #, fuzzy
1146
+ #| msgid "Categorize images in the gallery"
1147
+ msgid "Can't create image position for gallery!"
1148
+ msgstr "Ταξινομήση εικόνων στη συλλογή"
1149
+
1150
+ #, fuzzy
1151
+ #| msgid "Create new gallery"
1152
+ msgid "Can't create settings for gallery!"
1153
+ msgstr "Δημιουργήσετε νέα γκαλερί"
1154
+
1155
+ msgid "Can't create membership params for gallery!"
1156
+ msgstr ""
1157
+
1158
+ msgid "Resources are does not exists"
1159
+ msgstr "Δεν υπάρχει πόροι "
1160
+
1161
+ msgid "The identifier of the Gallery is not specified"
1162
+ msgstr "Δεν καθορίζεται το αναγνωριστικό της γκαλερί"
1163
+
1164
+ msgid "New gallery"
1165
+ msgstr "Νέα Γκαλερί"
1166
+
1167
+ msgid "Add Images"
1168
+ msgstr "Προσθήκη εικόνων"
1169
+
1170
+ msgid "Add selected items"
1171
+ msgstr "Προσθήκη επιλεγμένων στοιχείων"
1172
+
1173
+ msgid "Cancel"
1174
+ msgstr "Ακύρωση"
1175
+
1176
+ msgid ""
1177
+ "You need to import images to your gallery before you can start using "
1178
+ "galleries"
1179
+ msgstr ""
1180
+ "Θα πρέπει να εισαγάγετε εικόνες στην γκαλερί σας για να μπορέσετε να "
1181
+ "αρχίσετε να την χρησιμοποιείτε"
1182
+
1183
+ msgid "Selected"
1184
+ msgstr ""
1185
+
1186
+ msgid "Create new gallery"
1187
+ msgstr "Δημιουργήσετε νέα γκαλερί"
1188
+
1189
+ #, fuzzy
1190
+ #| msgid ""
1191
+ #| "Choose Gallery Template.You can change template and settings on the next "
1192
+ #| "step."
1193
+ msgid ""
1194
+ "Choose Gallery Template. You can change template and settings on the next "
1195
+ "step."
1196
+ msgstr ""
1197
+ "Επιλέξτε Προσχέδιο Γκαλερί. Μπορείτε να αλλάξετε το προσχέδιο και τις "
1198
+ "ρυθμίσεις στο επόμενο βήμα."
1199
+
1200
+ msgid "Gallery Name:"
1201
+ msgstr "Όνομα γκαλερί:"
1202
+
1203
+ msgid "Choose Gallery Template."
1204
+ msgstr "Επιλέξτε το πρότυπο της γκαλερί."
1205
+
1206
+ #, fuzzy
1207
+ #| msgid "Images per page"
1208
+ msgid "Select images per page"
1209
+ msgstr "Εικόνες ανά σελίδα"
1210
+
1211
+ msgid "First"
1212
+ msgstr ""
1213
+
1214
+ #, fuzzy
1215
+ #| msgid "Preview"
1216
+ msgid "Previous"
1217
+ msgstr "Προεπισκόπηση"
1218
+
1219
+ msgid "Next"
1220
+ msgstr ""
1221
+
1222
+ msgid "Last"
1223
+ msgstr ""
1224
+
1225
+ msgid "Remove selected"
1226
+ msgstr "Αφαίρεση επιλεγμένων"
1227
+
1228
+ msgid "Select/unselect all posts"
1229
+ msgstr "Επιλογή/Κατάργηση όλων των μηνυμάτων"
1230
+
1231
+ #, fuzzy
1232
+ #| msgid "Images"
1233
+ msgid "Images: "
1234
+ msgstr "Εικόνες"
1235
+
1236
+ msgid "There are %s photos in the gallery %s"
1237
+ msgstr "Υπάρχουν %s φωτογραφίες στην γκαλερί %s"
1238
+
1239
+ msgid " Size: "
1240
+ msgstr ""
1241
+
1242
+ msgid " Mb "
1243
+ msgstr ""
1244
+
1245
+ msgid "Images list"
1246
+ msgstr "Λίστα με εικόνες"
1247
+
1248
+ msgid "Preview"
1249
+ msgstr "Προεπισκόπηση"
1250
+
1251
+ #, fuzzy
1252
+ #| msgid "Images list"
1253
+ msgid "Images Optimization"
1254
+ msgstr "Λίστα με εικόνες"
1255
+
1256
+ msgid "Are you sure you want to delete this gallery?"
1257
+ msgstr ""
1258
+
1259
+ msgid "Delete gallery"
1260
+ msgstr "Διαγραφή γκαλερί"
1261
+
1262
+ msgid "Shortcode:"
1263
+ msgstr "Σύντομία:"
1264
+
1265
+ msgid "PHPCode:"
1266
+ msgstr ""
1267
+
1268
+ msgid "You have no galleries"
1269
+ msgstr ""
1270
+
1271
+ msgid "You don't have any galleries yet."
1272
+ msgstr "Δεν έχετε ακόμα κάποια γκαλερί."
1273
+
1274
+ msgid "Want to create one right now?"
1275
+ msgstr "Θέλετε να δημιουργήσετε μία αυτή τη στιγμή;"
1276
+
1277
+ msgid "What is a gallery"
1278
+ msgstr "Τι είναι μια γκαλερί"
1279
+
1280
+ msgid ""
1281
+ "<strong>Gallery</strong> &mdash; the highest type of entity in the Gallery "
1282
+ "by Supsystic."
1283
+ msgstr ""
1284
+
1285
+ msgid ""
1286
+ "You can have an unlimited number of galleries, to which you can attach the "
1287
+ "preloaded pictures."
1288
+ msgstr ""
1289
+ "Μπορείτε να έχετε έναν απεριόριστο αριθμό γκαλερί, στις οποία μπορείτε να "
1290
+ "επισυνάψετε εικόνες εκ των προτέρων."
1291
+
1292
+ msgid ""
1293
+ "Each gallery has a number of display settings and behaviors that you can "
1294
+ "save to presets and apply to other galleries."
1295
+ msgstr ""
1296
+ "Κάθε γκαλερί έχει μια σειρά από ρυθμίσεις οθόνης και συμπεριφορές που "
1297
+ "μπορείτε να αποθηκεύσετε σε προεπιλογές και να εφαρμόζονται σε άλλες γκαλερί."
1298
+
1299
+ msgid "Gallery title can't be empty!"
1300
+ msgstr "Ο τίτλος της γκαλερί δεν μπορεί να είναι άδειος!"
1301
+
1302
+ msgid "Gallery title:"
1303
+ msgstr "Τίτλος συλλογής:"
1304
+
1305
+ msgid "Select source to import from"
1306
+ msgstr "Επιλέξτε την πηγή για την εισαγωγή από"
1307
+
1308
+ msgid "Back to the gallery"
1309
+ msgstr "Πίσω στη συλλογή"
1310
+
1311
+ msgid "Main"
1312
+ msgstr "Αρχική"
1313
+
1314
+ msgid "Captions"
1315
+ msgstr "Λεζάντες"
1316
+
1317
+ msgid "Categories"
1318
+ msgstr "Κατηγορίες"
1319
+
1320
+ msgid "Watermark"
1321
+ msgstr ""
1322
+
1323
+ msgid "Add images"
1324
+ msgstr "Προσθήκη εικόνων"
1325
+
1326
+ msgid "Import settings"
1327
+ msgstr ""
1328
+
1329
+ msgid "Clone"
1330
+ msgstr ""
1331
+
1332
+ msgid "Enable for Membership:"
1333
+ msgstr ""
1334
+
1335
+ msgid "You need to install Membership by Supsystic to use this feature. "
1336
+ msgstr ""
1337
+
1338
+ msgid ""
1339
+ " plugin from your admin area, or visit it's official page on Wordpress.org "
1340
+ msgstr ""
1341
+
1342
+ #, fuzzy
1343
+ #| msgid "Unnamed gallery"
1344
+ msgid "Cloning gallery..."
1345
+ msgstr "Απροσδιόριστη γκαλερί"
1346
+
1347
+ msgid "Server internal error"
1348
+ msgstr ""
1349
+
1350
+ msgid "Gallery image optimization error ocured."
1351
+ msgstr ""
1352
+
1353
+ msgid "Tranfer images to CDN"
1354
+ msgstr ""
1355
+
1356
+ #, fuzzy
1357
+ #| msgid "Select icons effects"
1358
+ msgid "Select clone type:"
1359
+ msgstr "Επιλέξτε εφέ εικονιδίων"
1360
+
1361
+ #, fuzzy
1362
+ #| msgid "Select icons effects"
1363
+ msgid "Select clone type"
1364
+ msgstr "Επιλέξτε εφέ εικονιδίων"
1365
+
1366
+ #, fuzzy
1367
+ #| msgid "Upload new images"
1368
+ msgid "Clone with images"
1369
+ msgstr "Ανεβάστε νέες εικόνες"
1370
+
1371
+ #, fuzzy
1372
+ #| msgid "Upload new images"
1373
+ msgid "Clone without images"
1374
+ msgstr "Ανεβάστε νέες εικόνες"
1375
+
1376
+ msgid "Load More"
1377
+ msgstr ""
1378
+
1379
+ #, fuzzy
1380
+ #| msgid "Buttons position"
1381
+ msgid "Buttons"
1382
+ msgstr "Θέση κουμπιών"
1383
+
1384
+ msgid "Scroll"
1385
+ msgstr ""
1386
+
1387
+ msgid "Border"
1388
+ msgstr "περίγραμμα"
1389
+
1390
+ msgid "Shadow"
1391
+ msgstr "Σκιά"
1392
+
1393
+ #, fuzzy
1394
+ #| msgid "Right"
1395
+ msgid "Lightbox"
1396
+ msgstr "Δεξιά"
1397
+
1398
+ msgid "LazyLoad"
1399
+ msgstr ""
1400
+
1401
+ #, fuzzy
1402
+ #| msgid "Loading"
1403
+ msgid "Loader"
1404
+ msgstr "Φόρτωση"
1405
+
1406
+ msgid "Your changes not saved. You really want to leave without saving?"
1407
+ msgstr ""
1408
+
1409
+ #, fuzzy
1410
+ #| msgid "Available in PRO version."
1411
+ msgid "Available in Pro"
1412
+ msgstr "Διατίθεται στην PRO έκδοση."
1413
+
1414
+ msgid "Number of Columns"
1415
+ msgstr "Αριθμός στηλών"
1416
+
1417
+ msgid "Responsive columns"
1418
+ msgstr ""
1419
+
1420
+ msgid "Gallery Position"
1421
+ msgstr ""
1422
+
1423
+ msgid "Images distance"
1424
+ msgstr "Απόσταση μεταξύ των εικόνων"
1425
+
1426
+ msgid "Gallery width"
1427
+ msgstr "Γκαλερί πλάτος"
1428
+
1429
+ msgid "Full screen width"
1430
+ msgstr ""
1431
+
1432
+ msgid "Gallery padding"
1433
+ msgstr ""
1434
+
1435
+ msgid "Gallery height"
1436
+ msgstr "Γκαλερί ύψος"
1437
+
1438
+ msgid "Image width"
1439
+ msgstr "Πλάτος εικόνας"
1440
+
1441
+ msgid "Image height"
1442
+ msgstr "Ύψος εικόνας"
1443
+
1444
+ msgid "Image radius"
1445
+ msgstr "Ακτίνα εικόνας"
1446
+
1447
+ msgid "Image crop quality"
1448
+ msgstr ""
1449
+
1450
+ msgid "Display only first image"
1451
+ msgstr ""
1452
+
1453
+ msgid "Make this settings - default"
1454
+ msgstr ""
1455
+
1456
+ msgid "Social Sharing"
1457
+ msgstr ""
1458
+
1459
+ msgid "Social Buttons Project"
1460
+ msgstr ""
1461
+
1462
+ msgid "Gallery Sharing"
1463
+ msgstr ""
1464
+
1465
+ msgid "Image Sharing"
1466
+ msgstr ""
1467
+
1468
+ msgid "Buttons align"
1469
+ msgstr ""
1470
+
1471
+ msgid "Popup Image Sharing"
1472
+ msgstr ""
1473
+
1474
+ msgid "You have no Social Sharing projects for now."
1475
+ msgstr ""
1476
+
1477
+ msgid "Create your first project"
1478
+ msgstr ""
1479
+
1480
+ msgid ""
1481
+ "then just reload page with your Gallery settings, and you will see list with "
1482
+ "available Social Projects for your Gallery."
1483
+ msgstr ""
1484
+
1485
+ msgid ""
1486
+ "You need to install Social Share Buttons by Supsystic to use this feature."
1487
+ msgstr ""
1488
+
1489
+ msgid "Install plugin"
1490
+ msgstr ""
1491
+
1492
+ msgid "here."
1493
+ msgstr ""
1494
+
1495
+ msgid "Horizontal Scroll"
1496
+ msgstr ""
1497
+
1498
+ msgid "Scroll Bar Color"
1499
+ msgstr ""
1500
+
1501
+ msgid "Scroll Bar Transparency"
1502
+ msgstr ""
1503
+
1504
+ msgid "Mouse Wheel Scroll Step"
1505
+ msgstr ""
1506
+
1507
+ msgid "Touch Scroll Step"
1508
+ msgstr ""
1509
+
1510
+ msgid "Available"
1511
+ msgstr "Διαθέσιμο"
1512
+
1513
+ msgid "Border Type"
1514
+ msgstr "Τύπου περιγράμματος"
1515
+
1516
+ msgid "Shadow preset"
1517
+ msgstr "Σκιά προκαθορισμένο"
1518
+
1519
+ msgid "When mouse is over"
1520
+ msgstr "Όταν το ποντίκι είναι πάνω από"
1521
+
1522
+ msgid "Off"
1523
+ msgstr "Ανενεργό"
1524
+
1525
+ msgid "Show mouse on"
1526
+ msgstr "Εμφάνιση ποντίκι για"
1527
+
1528
+ msgid "Hide mouse on"
1529
+ msgstr "Απόκρυψη ποντίκι στις"
1530
+
1531
+ msgid "Overlay image with shadow"
1532
+ msgstr "Εικόνα επικάλυψης με σκιά"
1533
+
1534
+ msgid "Shadow color"
1535
+ msgstr "Χρώμα Σκιάς"
1536
+
1537
+ msgid "Shadow blur"
1538
+ msgstr "Σκιά, θαμπάδα"
1539
+
1540
+ msgid "Shadow X"
1541
+ msgstr "Σκιά X"
1542
+
1543
+ msgid "Shadow Y"
1544
+ msgstr "Σκιά Y"
1545
+
1546
+ msgid "Pop-up Image"
1547
+ msgstr "Pop-up εικόνα"
1548
+
1549
+ msgid "Popup box theme"
1550
+ msgstr ""
1551
+
1552
+ msgid "Choose theme"
1553
+ msgstr "Επιλέξτε το θέμα"
1554
+
1555
+ msgid "Disable on mobile"
1556
+ msgstr "Θέστε εκτός λειτουργίας στο κινητό"
1557
+
1558
+ msgid "Popup Image Text"
1559
+ msgstr ""
1560
+
1561
+ msgid "Hide Popup Captions"
1562
+ msgstr "Απόκρυψη λεζαντών Popup"
1563
+
1564
+ msgid "Hide long titles"
1565
+ msgstr ""
1566
+
1567
+ msgid "Slideshow"
1568
+ msgstr "Slideshow"
1569
+
1570
+ msgid "Slideshow speed"
1571
+ msgstr "Ταχύτητα της παρουσίασης"
1572
+
1573
+ msgid "Slideshow pause on hover"
1574
+ msgstr ""
1575
+
1576
+ msgid "Slideshow autostart"
1577
+ msgstr "Εκκίνηση της παρουσίασης"
1578
+
1579
+ msgid "Popup Image size"
1580
+ msgstr ""
1581
+
1582
+ msgid "Disable browser history"
1583
+ msgstr ""
1584
+
1585
+ msgid "Lazy Load"
1586
+ msgstr ""
1587
+
1588
+ msgid "Effect"
1589
+ msgstr "Επιλέξτε εφφέ"
1590
+
1591
+ msgid "Text size"
1592
+ msgstr "Μέγεθος κειμένου"
1593
+
1594
+ msgid "Text horizontal align"
1595
+ msgstr ""
1596
+
1597
+ msgid "Text vertical align"
1598
+ msgstr ""
1599
+
1600
+ msgid "Show icons"
1601
+ msgstr "Εμφάνιση εικονιδίων"
1602
+
1603
+ msgid "Select effect"
1604
+ msgstr "Επιλέξτε εφφέ"
1605
+
1606
+ msgid "Animation"
1607
+ msgstr "Κίνηση"
1608
+
1609
+ msgid "Show overlay"
1610
+ msgstr "Εμφάνιση επικάλυψης"
1611
+
1612
+ msgid "Overlay color"
1613
+ msgstr "Χρώμα επικάλυψης"
1614
+
1615
+ msgid "Overlay transparency"
1616
+ msgstr "Διαφάνεια επικάλυψης"
1617
+
1618
+ msgid "GetPRO for 29$"
1619
+ msgstr ""
1620
+
1621
+ msgid "Categorize images in the gallery"
1622
+ msgstr "Ταξινομήση εικόνων στη συλλογή"
1623
+
1624
+ msgid "Let user switch gallery pages"
1625
+ msgstr "Επιτρέψτε τον χρήστη να μπορεί να αλλάξει τις σελίδες"
1626
+
1627
+ msgid "Add watermarks to your photos"
1628
+ msgstr ""
1629
+
1630
+ msgid "Save settings as preset"
1631
+ msgstr "Αποθήκευση ρυθμίσεων ως πρωτότυπο"
1632
+
1633
+ msgid "Preset title:"
1634
+ msgstr "Τίτλος πρωτότυπου:"
1635
+
1636
+ msgid "Delete preset"
1637
+ msgstr "Διαγράψετε το πρωτότυπου "
1638
+
1639
+ msgid "Are you really want to delete preset \"%s\"?"
1640
+ msgstr "Θέλετε να διαγράψετε το πρωτότυπο \"%s\";"
1641
+
1642
+ msgid "Load settings from presets"
1643
+ msgstr "Φόρτωση ρυθμίσεων από πρωτότυπα"
1644
+
1645
+ msgid "Select preset:"
1646
+ msgstr "Επιλέξτε πρωτότυπο:"
1647
+
1648
+ msgid "Failed to load the presets."
1649
+ msgstr "Αποτυχία φόρτωσης πρωτότυπο."
1650
+
1651
+ msgid "Currently you have no presets."
1652
+ msgstr "Αυτή τη στιγμή έχετε κάποιο πρωτότυπο."
1653
+
1654
+ msgid "Select \"Big image\" theme"
1655
+ msgstr "Επιλέξτε το θέμα «Μεγάλη εικόνα»"
1656
+
1657
+ msgid "Select a theme"
1658
+ msgstr "Επιλέξτε ένα θέμα"
1659
+
1660
+ msgid "How to fit image in lightbox"
1661
+ msgstr ""
1662
+
1663
+ msgid "Fit To Screen"
1664
+ msgstr ""
1665
+
1666
+ msgid "Fit Width"
1667
+ msgstr ""
1668
+
1669
+ #, fuzzy
1670
+ #| msgid "Show icons"
1671
+ msgid "Show Original"
1672
+ msgstr "Εμφάνιση εικονιδίων"
1673
+
1674
+ msgid "Select overlay effect"
1675
+ msgstr "Επιλέξτε το εφέ υπέρθεσης"
1676
+
1677
+ msgid "Pro Feature"
1678
+ msgstr ""
1679
+
1680
+ msgid "This effect requires icons be enabled. Enable Icons?"
1681
+ msgstr ""
1682
+
1683
+ msgid "Select shadow preset"
1684
+ msgstr "Επιλέξτε σκιά προκαθορισμένο"
1685
+
1686
+ msgid "Select shadow"
1687
+ msgstr "Επιλέξτε σκιά"
1688
+
1689
+ msgid "Import settings from gallery"
1690
+ msgstr ""
1691
+
1692
+ msgid ""
1693
+ "Here you can import settings from other galleries, but right now, you have "
1694
+ "only one gallery, create more - and see how it works"
1695
+ msgstr ""
1696
+
1697
+ msgid "Improve free version"
1698
+ msgstr ""
1699
+
1700
+ msgid "Select icons effects"
1701
+ msgstr "Επιλέξτε εφέ εικονιδίων"
1702
+
1703
+ msgid "Click on the icon to select effect"
1704
+ msgstr "Κάντε κλικ στο εικονίδιο για να επιλέξετε την επίδραση"
1705
+
1706
+ msgid "close"
1707
+ msgstr ""
1708
+
1709
+ msgid "previous"
1710
+ msgstr ""
1711
+
1712
+ msgid "start slideshow"
1713
+ msgstr ""
1714
+
1715
+ msgid "stop slideshow"
1716
+ msgstr ""
1717
+
1718
+ msgid "image"
1719
+ msgstr ""
1720
+
1721
+ msgid "of"
1722
+ msgstr ""
1723
+
1724
+ msgid "Expand"
1725
+ msgstr ""
1726
+
1727
+ #, fuzzy
1728
+ #| msgid "Edit image"
1729
+ msgid "Expand the image"
1730
+ msgstr "Επεξεργασία εικόνας"
1731
+
1732
+ msgid "Import EXIF data"
1733
+ msgstr ""
1734
+
1735
+ msgid "Choose source"
1736
+ msgstr "Επιλέξτε την πηγή"
1737
+
1738
+ msgid "Import from WordPress Media Library"
1739
+ msgstr "Εισαγωγή από τη βιβλιοθήκη πολυμέσων WordPress"
1740
+
1741
+ msgid "Import from social networks"
1742
+ msgstr "Εισαγωγή από κοινωνικά δίκτυα"
1743
+
1744
+ msgid "Import from your Instagram account"
1745
+ msgstr "Εισαγωγής από το λογαριασμό σας Instagram"
1746
+
1747
+ msgid "Import from your Flickr account"
1748
+ msgstr "Εισαγωγή από το Flickr λογαριασμό σας"
1749
+
1750
+ msgid "Import from your Tumblr account"
1751
+ msgstr "Εισαγωγή από σας λογαριασμό Tumblr"
1752
+
1753
+ msgid "Import from your Facebook account"
1754
+ msgstr "Εισαγωγή από το λογαριασμό σας στο Facebook"
1755
+
1756
+ msgid "Import from cloud services"
1757
+ msgstr ""
1758
+
1759
+ msgid "Import from your FTP server"
1760
+ msgstr ""
1761
+
1762
+ msgid "Import from your Google Drive account"
1763
+ msgstr ""
1764
+
1765
+ msgid "Get Pro to enable import"
1766
+ msgstr "Αγοράστε το Pro για να σας επιτραπεί η εισαγωγή"
1767
+
1768
+ msgid "Properties"
1769
+ msgstr "Ιδιότητες"
1770
+
1771
+ msgid "Delete Image"
1772
+ msgstr "Διαγραφή Εικόνας;"
1773
+
1774
+ msgid "Search"
1775
+ msgstr ""
1776
+
1777
+ msgid "Sort By: "
1778
+ msgstr ""
1779
+
1780
+ msgid "Sort To: "
1781
+ msgstr ""
1782
+
1783
+ msgid "Apply"
1784
+ msgstr ""
1785
+
1786
+ msgid "The gallery is does not exists"
1787
+ msgstr "Η γκαλερί δεν υπάρχει"
1788
+
1789
+ msgid "Currently this gallery has no images"
1790
+ msgstr "Αυτή η συλλογή φωτογραφιών δεν έχει εικόνες"
1791
+
1792
+ msgid "Linked Images"
1793
+ msgstr ""
1794
+
1795
+ msgid "Instagram authorization"
1796
+ msgstr ""
1797
+
1798
+ msgid "Upload your images from the Instagram Media Library"
1799
+ msgstr "Ανεβάστε τις φωτογραφίες σας από το Instagram βιβλιοθήκη πολυμέσων"
1800
+
1801
+ msgid "Upload from Instagram"
1802
+ msgstr "Ανεβάσετε από Instagram"
1803
+
1804
+ #, fuzzy
1805
+ #| msgid "An error has occurred"
1806
+ msgid "Error occurred"
1807
+ msgstr "Παρουσιάστηκε σφάλμα"
1808
+
1809
+ msgid "Auth key saved!"
1810
+ msgstr ""
1811
+
1812
+ msgid "Service data was saved!"
1813
+ msgstr ""
1814
+
1815
+ msgid "Error! Incorrect service params!"
1816
+ msgstr ""
1817
+
1818
+ msgid "Error! Incorrect selected service!"
1819
+ msgstr ""
1820
+
1821
+ msgid "Error! Incorrect params!"
1822
+ msgstr ""
1823
+
1824
+ msgid "Table ' . $this->table. ' not exists! Please reactivate this plugin!"
1825
+ msgstr ""
1826
+
1827
+ msgid "Minimal version of php = 5.3.0"
1828
+ msgstr ""
1829
+
1830
+ msgid "Enable cUrl extension"
1831
+ msgstr ""
1832
+
1833
+ msgid "Can't check current version of cUrl extension"
1834
+ msgstr ""
1835
+
1836
+ msgid "Minimal cUrl extension version 7.20.0"
1837
+ msgstr ""
1838
+
1839
+ #, fuzzy
1840
+ #| msgid "Animation"
1841
+ msgid "Optimization"
1842
+ msgstr "Κίνηση"
1843
+
1844
+ msgid "Image Optimization"
1845
+ msgstr ""
1846
+
1847
+ msgid "Your host does not support the minimum requirements:"
1848
+ msgstr ""
1849
+
1850
+ msgid "Transfer to CDN"
1851
+ msgstr ""
1852
+
1853
+ msgid "KeyCDN"
1854
+ msgstr ""
1855
+
1856
+ msgid "Change Details"
1857
+ msgstr ""
1858
+
1859
+ msgid "Setup"
1860
+ msgstr ""
1861
+
1862
+ #, fuzzy
1863
+ #| msgid "Remove selected"
1864
+ msgid "Transfer selected"
1865
+ msgstr "Αφαίρεση επιλεγμένων"
1866
+
1867
+ #, fuzzy
1868
+ #| msgid "Gallery Name:"
1869
+ msgid "Gallery Name"
1870
+ msgstr "Όνομα γκαλερί:"
1871
+
1872
+ #, fuzzy
1873
+ #| msgid "Total Images: "
1874
+ msgid "Total Images"
1875
+ msgstr "Συνολικές εικόνες:"
1876
+
1877
+ msgid "Total Size"
1878
+ msgstr ""
1879
+
1880
+ msgid "Mb"
1881
+ msgstr ""
1882
+
1883
+ #, fuzzy
1884
+ #| msgid "Website"
1885
+ msgid "website"
1886
+ msgstr "Ιστότοπος"
1887
+
1888
+ #, fuzzy
1889
+ #| msgid "Transition"
1890
+ msgid "Transfer to"
1891
+ msgstr "Μετάβαση"
1892
+
1893
+ #, fuzzy
1894
+ #| msgid "New Gallery"
1895
+ msgid "Transfer Gallery to"
1896
+ msgstr "Νέα Γκαλερί"
1897
+
1898
+ msgid "Servicename"
1899
+ msgstr ""
1900
+
1901
+ #, fuzzy
1902
+ #| msgid "Total Images: "
1903
+ msgid "Total images"
1904
+ msgstr "Συνολικές εικόνες:"
1905
+
1906
+ #, fuzzy
1907
+ #| msgid "Font size"
1908
+ msgid "Total size"
1909
+ msgstr "Μέγεθος γραμματοσειράς"
1910
+
1911
+ msgid "Delete source image after transfer"
1912
+ msgstr ""
1913
+
1914
+ msgid "Start Transfer"
1915
+ msgstr ""
1916
+
1917
+ msgid "Connected to"
1918
+ msgstr ""
1919
+
1920
+ #, fuzzy
1921
+ #| msgid "Overview"
1922
+ msgid "service"
1923
+ msgstr "Επισκόπηση"
1924
+
1925
+ #, fuzzy
1926
+ #| msgid "Transition"
1927
+ msgid "Transfer information:"
1928
+ msgstr "Μετάβαση"
1929
+
1930
+ #, fuzzy
1931
+ #| msgid "Galleries"
1932
+ msgid "galleries"
1933
+ msgstr "Γκαλερί"
1934
+
1935
+ #, fuzzy
1936
+ #| msgid "Images"
1937
+ msgid "images"
1938
+ msgstr "Εικόνες"
1939
+
1940
+ msgid "Transfer ending with errors!"
1941
+ msgstr ""
1942
+
1943
+ #, fuzzy
1944
+ #| msgid "Position updated successfully!"
1945
+ msgid "Transfer completed successfully!"
1946
+ msgstr "Η θέση ενημερώθηκε με επιτυχία!"
1947
+
1948
+ msgid "Image optimization"
1949
+ msgstr ""
1950
+
1951
+ msgid "Start Optimization"
1952
+ msgstr ""
1953
+
1954
+ #, fuzzy
1955
+ #| msgid "Overview"
1956
+ msgid "Service"
1957
+ msgstr "Επισκόπηση"
1958
+
1959
+ msgid "Setup Service"
1960
+ msgstr ""
1961
+
1962
+ msgid "Backup Images Source"
1963
+ msgstr ""
1964
+
1965
+ msgid "Optimize Preview images"
1966
+ msgstr ""
1967
+
1968
+ msgid "Optimization in process..."
1969
+ msgstr ""
1970
+
1971
+ msgid "Optimize:"
1972
+ msgstr ""
1973
+
1974
+ msgid "images (preview and original images)"
1975
+ msgstr ""
1976
+
1977
+ msgid "Error ocured. Optimize process stopped!"
1978
+ msgstr ""
1979
+
1980
+ msgid "Optimization complete"
1981
+ msgstr ""
1982
+
1983
+ msgid "Images size before:"
1984
+ msgstr ""
1985
+
1986
+ #, fuzzy
1987
+ #| msgid "Images per page"
1988
+ msgid "Images size after:"
1989
+ msgstr "Εικόνες ανά σελίδα"
1990
+
1991
+ #, fuzzy
1992
+ #| msgid "Total Images: "
1993
+ msgid "Total Saving:"
1994
+ msgstr "Συνολικές εικόνες:"
1995
+
1996
+ msgid "Optimize one more time"
1997
+ msgstr ""
1998
+
1999
+ msgid "Show image comparision"
2000
+ msgstr ""
2001
+
2002
+ msgid "TinyPNG"
2003
+ msgstr ""
2004
+
2005
+ msgid "Another Service"
2006
+ msgstr ""
2007
+
2008
+ #, fuzzy
2009
+ #| msgid "Remove selected"
2010
+ msgid "Optimize selected"
2011
+ msgstr "Αφαίρεση επιλεγμένων"
2012
+
2013
+ msgid "optimize"
2014
+ msgstr ""
2015
+
2016
+ msgid "Restore Source Images"
2017
+ msgstr ""
2018
+
2019
+ msgid "Optimize"
2020
+ msgstr ""
2021
+
2022
+ msgid "Optimize Now"
2023
+ msgstr ""
2024
+
2025
+ msgid "Enter your TinyPNG API key"
2026
+ msgstr ""
2027
+
2028
+ msgid "Enter your Site name"
2029
+ msgstr ""
2030
+
2031
+ msgid "Enter your username"
2032
+ msgstr ""
2033
+
2034
+ msgid "Enter your password"
2035
+ msgstr ""
2036
+
2037
+ msgid "Enter your ftp base path"
2038
+ msgstr ""
2039
+
2040
+ msgid "Incorrect service Code"
2041
+ msgstr ""
2042
+
2043
+ msgid "Last 24 hours"
2044
+ msgstr ""
2045
+
2046
+ msgid "Week"
2047
+ msgstr ""
2048
+
2049
+ msgid "Month"
2050
+ msgstr ""
2051
+
2052
+ #, fuzzy
2053
+ #| msgid "Number of Columns"
2054
+ msgid "Number of images"
2055
+ msgstr "Αριθμός στηλών"
2056
+
2057
+ msgid "Total size before"
2058
+ msgstr ""
2059
+
2060
+ msgid "Total size after"
2061
+ msgstr ""
2062
+
2063
+ msgid "Save in Mb"
2064
+ msgstr ""
2065
+
2066
+ #, fuzzy
2067
+ #| msgid "Save"
2068
+ msgid "Save in %"
2069
+ msgstr "Αποθήκευση"
2070
+
2071
+ msgid "Your message successfully send. We contact you soon."
2072
+ msgstr ""
2073
+
2074
+ msgid "Start step-by-step tutorial"
2075
+ msgstr ""
2076
+
2077
+ msgid "Name"
2078
+ msgstr ""
2079
+
2080
+ msgid "Email"
2081
+ msgstr ""
2082
+
2083
+ msgid "Website"
2084
+ msgstr "Ιστότοπος"
2085
+
2086
+ msgid "Subject"
2087
+ msgstr "Θέμα"
2088
+
2089
+ msgid "Topic"
2090
+ msgstr "Θέμα"
2091
+
2092
+ msgid "Plugin options"
2093
+ msgstr "Επιλογές πρόσθετου"
2094
+
2095
+ msgid "Report a bug"
2096
+ msgstr "Αναφορά σφάλματος"
2097
+
2098
+ msgid "Require a new functionallity"
2099
+ msgstr "Λάβετε μία νέα λειτουργία"
2100
+
2101
+ msgid "Other"
2102
+ msgstr "Άλλο"
2103
+
2104
+ msgid "Message"
2105
+ msgstr ""
2106
+
2107
+ msgid "Hello Supsystic Team!"
2108
+ msgstr ""
2109
+
2110
+ msgid ""
2111
+ "Some errors occurred while sending mail please send your message trough this "
2112
+ "contact form:"
2113
+ msgstr ""
2114
+
2115
+ msgid "Unable to save chosen photo %s: %s"
2116
+ msgstr "Αδύνατη η αποθήκευση επιλεγμένης φωτογραφίας %s: %s"
2117
+
2118
+ msgid "New Folder"
2119
+ msgstr "Νέος φάκελος"
2120
+
2121
+ msgid "The title can't be empty"
2122
+ msgstr "Ο τίτλος δεν μπορεί να είναι άδειος"
2123
+
2124
+ msgid "Failed to update position."
2125
+ msgstr "Απέτυχε να ενημερώσει τη θέση."
2126
+
2127
+ msgid "Position updated successfully!"
2128
+ msgstr "Η θέση ενημερώθηκε με επιτυχία!"
2129
+
2130
+ msgid "Rename folder"
2131
+ msgstr "Μετονομάστε το φάκελο"
2132
+
2133
+ msgid "Folder name:"
2134
+ msgstr "Όνομα φακέλου:"
2135
+
2136
+ msgid "Add images to the gallery"
2137
+ msgstr "Προσθήκη εικόνων στην γκαλερί"
2138
+
2139
+ msgid "Please wait while the plugin to get the list of galleries..."
2140
+ msgstr ""
2141
+ "Παρακαλώ περιμένετε ενώ το πρόσθετο να λάβει τον κατάλογο των γκαλερί ..."
2142
+
2143
+ msgid "Select the gallery:"
2144
+ msgstr "Επιλέξτε συλλογή:"
2145
+
2146
+ msgid "New folder"
2147
+ msgstr "Νέος φάκελος"
2148
+
2149
+ msgid "Add images to the new gallery"
2150
+ msgstr "Προσθήκη εικόνων στην νέα γκαλερί"
2151
+
2152
+ msgid "Create new folder"
2153
+ msgstr "Δημιουργήστε νέο φάκελο"
2154
+
2155
+ msgid "Edit selected item"
2156
+ msgstr "Επεξεργαστείτε το επιλεγμένο στοιχείο"
2157
+
2158
+ msgid "Delete selected items"
2159
+ msgstr "Διαγραφή επιλεγμένων στοιχείων"
2160
+
2161
+ msgid "Create new gallery from the selected items"
2162
+ msgstr "Δημιουργήσετε νέα γκαλερί από τα επιλεγμένα στοιχεία"
2163
+
2164
+ msgid "New gallery from selected"
2165
+ msgstr "Νέα γκαλερί από τα επιλεγμένα"
2166
+
2167
+ msgid "Add the selected items to the existing gallery"
2168
+ msgstr "Προσθέστε τα επιλεγμένα στοιχεία στην υπάρχουσα γκαλερί"
2169
+
2170
+ msgid "Add selected to the gallery"
2171
+ msgstr "Προσθήκη επιλεγμένων στη γκαλερί"
2172
+
2173
+ msgid "Switch to the list view"
2174
+ msgstr "Μεταβείτε σε προβολή λίστας"
2175
+
2176
+ msgid "Switch to the block view"
2177
+ msgstr "Μεταβείτε στην προβολή του μπλοκ"
2178
+
2179
+ msgid "Upload your images from the WordPress Media Library"
2180
+ msgstr "Ανεβάστε τις φωτογραφίες σας από το WordPress βιβλιοθήκη πολυμέσων"
2181
+
2182
+ msgid "All photos"
2183
+ msgstr "Όλες οι φωτογραφίες"
2184
+
2185
+ msgid "Drop photos here to move them from the folder"
2186
+ msgstr "Μεταφέρετε φωτογραφίες εδώ για να τις μετακινήσετε από το φάκελο"
2187
+
2188
+ msgid "Hope you will come back!"
2189
+ msgstr ""
2190
+
2191
+ msgid "Close Tutorial"
2192
+ msgstr ""
2193
+
2194
+ msgid "Welcome to Photo Gallery plugin by Supsystic!"
2195
+ msgstr ""
2196
+
2197
+ msgid ""
2198
+ "Thank you for choosing our Gallery plugin. Just click here to start using it "
2199
+ "- and we will show you it's possibilities and powerfull features."
2200
+ msgstr ""
2201
+
2202
+ msgid "Hello! This is the Gallery by Supsystic Overview."
2203
+ msgstr ""
2204
+
2205
+ msgid ""
2206
+ "Here you can get help: watch the video tutorial or read FAQ and "
2207
+ "Documentation, make use of contact form. Also here requirements for server - "
2208
+ "Server Settings."
2209
+ msgstr ""
2210
+
2211
+ msgid "Create your first Gallery"
2212
+ msgstr ""
2213
+
2214
+ msgid ""
2215
+ "To Create New Gallery select gallery template. You can change template and "
2216
+ "settings later. Now here are four different templates. With PRO version "
2217
+ "you’ll get more features like Categories, Load More button, Post Feed "
2218
+ "(Content) gallery, Polaroid gallery and more. Enter name of the gallery and "
2219
+ "click “Save”."
2220
+ msgstr ""
2221
+
2222
+ msgid "Add images to your Gallery"
2223
+ msgstr ""
2224
+
2225
+ msgid ""
2226
+ "Now you are in the edit menu of your gallery. And the first thing you need "
2227
+ "to do are add media to the gallery. Click \"Add Images\" button."
2228
+ msgstr ""
2229
+
2230
+ msgid "Images Import Options"
2231
+ msgstr ""
2232
+
2233
+ msgid ""
2234
+ "<p>Import images in several ways:</p><p>Import from Wordpress Media Library/"
2235
+ "Upload files from your computer</p><p>Import from social networks</"
2236
+ "p><p>Instagram (in the Free version)</p><p>With PRO-version also will be "
2237
+ "available import from Flickr, Tumblr and Facebook.</p><p>Besides with "
2238
+ "Gallery PRO version you can import images from such cloud services - FTP "
2239
+ "server, Google Drive.</p>"
2240
+ msgstr ""
2241
+
2242
+ msgid "Image List"
2243
+ msgstr ""
2244
+
2245
+ msgid ""
2246
+ "<p>Now you can see your image list. Here you can:</p><p>Change the order of "
2247
+ "images – simply by dragging them manually.</p><p>Delete images.</p><p>Add "
2248
+ "new images from different sources to the grid gallery – click “Add Images” "
2249
+ "button and select the source to import from.</p><p><b>Caption tab</b> – add "
2250
+ "caption to image – it will be displayed on the caption effect of the "
2251
+ "gallery. Also here included the support of html-elements inside caption "
2252
+ "effect</p><p><b>SEO tab</b> – manage image title and description</"
2253
+ "p><p><b>Link tab</b> – attach links to image – it will go to the link when "
2254
+ "you click the image.</p><p><b>Video tab</b> – attach video url – it will be "
2255
+ "displayed in a pop-up image when you click on the image.</p><p><b>Categories "
2256
+ "tab</b> – add tags for image categories.</p><p><b>Linked images tab</b> – "
2257
+ "add linked images to the chosen image.</p><p><b>Crop tab</b> – choose image "
2258
+ "crop position.</p><p><b>Replace image tab</b> – replace image without losing "
2259
+ "image settings.</p><p>Now follow to the gallery settings – сlick "
2260
+ "“Properties” button.</p>"
2261
+ msgstr ""
2262
+
2263
+ msgid "Preview of Gallery settings"
2264
+ msgstr ""
2265
+
2266
+ msgid ""
2267
+ "At the left side of the monitor you see a preview image in which will be "
2268
+ "seen changes made to the settings. This window for the settings of your "
2269
+ "gallery."
2270
+ msgstr ""
2271
+
2272
+ msgid "Main Settings"
2273
+ msgstr ""
2274
+
2275
+ msgid ""
2276
+ "<p>Here you can set main settings of gallery - choose Gallery Type, for more "
2277
+ "information check this <a href=\"//supsystic.com/gallery-order-types/\" "
2278
+ "target=\"_blank\">article</a>.</p><p>Social Sharing: add social share "
2279
+ "buttons to your gallery. Or showcase images in a Horizontal Scroll view.</"
2280
+ "p><p>Load More: adds \"load more\" button to your gallery. And with Custom "
2281
+ "Buttons: you can make your button better.</p><p>Add to images border and "
2282
+ "shadow with Border Type and Shadow settings.</p><p>In the Pop-up Image "
2283
+ "section customize lightbox of your gallery.</p>"
2284
+ msgstr ""
2285
+
2286
+ msgid "Captions and Icons"
2287
+ msgstr ""
2288
+
2289
+ msgid ""
2290
+ "<p>On Captions tab you can manage the Captions and Icons, and make them your "
2291
+ "style.</p>"
2292
+ msgstr ""
2293
+
2294
+ msgid "Categories and Pagination"
2295
+ msgstr ""
2296
+
2297
+ msgid ""
2298
+ "<p>Categories tab: here you can enable Categories and Pagination options.</"
2299
+ "p><p>To this tab become available you need to buy PRO version."
2300
+ msgstr ""
2301
+
2302
+ msgid ""
2303
+ "<p>Posts tab: here you can add posts and pages to your gallery and also "
2304
+ "manage them. Posts of gallery included in the PRO version of Gallery by "
2305
+ "Supsystic.</p>"
2306
+ msgstr ""
2307
+
2308
+ msgid "Well done!"
2309
+ msgstr ""
2310
+
2311
+ msgid ""
2312
+ "<p><b>Upgrading</b></p><p>Once you have purchased Premium version of plugin "
2313
+ "- you’ll have to enter license key (you can find it in your personal account "
2314
+ "on our site). Go to the License tab and enter your email and license key. "
2315
+ "Once you have activated your PRO license - you can use all its advanced "
2316
+ "options.</p><p>That’s all. From this moment you can use your Gallery without "
2317
+ "any doubt. But if you still have some question - do not hesitate to contact "
2318
+ "us through our <a href=\"https://supsystic.com/contact-us/\">internal "
2319
+ "support</a> or on our <a href=\"http://supsystic.com/forum/photo-gallery-"
2320
+ "plugin/\">Supsystic Forum.</a> Besides you can always describe your "
2321
+ "questions on <a href=\"https://wordpress.org/support/plugin/gallery-by-"
2322
+ "supsystic\">WordPress Ultimate Forum.</a></p><p><b>Enjoy this plugin?</b></"
2323
+ "p><p>It will be nice if you`ll help us and boost plugin with <a href="
2324
+ "\"https://wordpress.org/support/view/plugin-reviews/gallery-by-supsystic?"
2325
+ "rate=5#postform/\">Five Stars rating on WordPress.org.</a></p><p>We hope "
2326
+ "that you like this plugin and wish you all the best! Good luck!</p>"
2327
+ msgstr ""
2328
+
2329
+ #, fuzzy
2330
+ #| msgid "Your email"
2331
+ msgid "Your Feedback"
2332
+ msgstr "Διεύθυνση ηλεκτρονικού ταχυδρομείου:"
2333
+
2334
+ msgid ""
2335
+ "If you have a moment, please share why you are deactivating Photo Gallery by "
2336
+ "Supsystic"
2337
+ msgstr ""
2338
+
2339
+ msgid ""
2340
+ "If you have a question, <a href=\"%s\" target=\"_blank\">contact us</a> and "
2341
+ "will do our best to help you"
2342
+ msgstr ""
2343
+
2344
+ msgid "I found a better plugin"
2345
+ msgstr ""
2346
+
2347
+ msgid "I no longer need the plugin"
2348
+ msgstr ""
2349
+
2350
+ msgid "Skip & Deactivate"
2351
+ msgstr ""
2352
+
2353
+ msgid "Welcome to the"
2354
+ msgstr ""
2355
+
2356
+ msgid ""
2357
+ "Photo Gallery plugin is created for people who would like to show their "
2358
+ "photos in a marvelous way. Perform your best ideas, making delightful "
2359
+ "presentations or galleries from videos and photos."
2360
+ msgstr ""
2361
+
2362
+ msgid "Step-by-step tutorial"
2363
+ msgstr ""
2364
+
2365
+ msgid ""
2366
+ "There’re really many options of photo gallery plugin customization. So as "
2367
+ "soon as you close that page, I’ll show you step-by-step tutorial of how to "
2368
+ "use plugin. Hope it will be usefull for you :)"
2369
+ msgstr ""
2370
+
2371
+ msgid "Support"
2372
+ msgstr ""
2373
+
2374
+ msgid ""
2375
+ "We love our plugin and do the best to improve all features you want and fix "
2376
+ "all issues. But sometimes some issues happened or you can’t find feature you "
2377
+ "want :) Don’t worry, just <a href=\"//supsystic.com/plugins/photo-gallery?"
2378
+ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact"
2379
+ "\" target=\"_blank\"> contact us </a> . We’ll answer in an hour and fix all "
2380
+ "issues."
2381
+ msgstr ""
2382
+
2383
+ msgid "Video Tutorial"
2384
+ msgstr ""
2385
+
2386
+ msgid "Frequently Asked Questions"
2387
+ msgstr ""
2388
+
2389
+ msgid ""
2390
+ "Gallery doesn’t load on the front end. If the loading gallery icon just "
2391
+ "keeps playing but never loads the gallery."
2392
+ msgstr ""
2393
+
2394
+ msgid "How to change the position of photos in gallery?"
2395
+ msgstr ""
2396
+
2397
+ msgid "How to insert gallery into widget?"
2398
+ msgstr ""
2399
+
2400
+ msgid "Go to Appearance -> Widgets."
2401
+ msgstr ""
2402
+
2403
+ msgid ""
2404
+ "You’ll see Gallery by Supsystic Widget on the left. Drag it to the area, "
2405
+ "where you want it to appear."
2406
+ msgstr ""
2407
+
2408
+ msgid "Then choose what gallery you want to display. And press save."
2409
+ msgstr ""
2410
+
2411
+ msgid "Check all other FAQs"
2412
+ msgstr ""
2413
+
2414
+ msgid "Send usage statistics"
2415
+ msgstr ""
2416
+
2417
+ #, fuzzy
2418
+ #| msgid "Image width"
2419
+ msgid "Image Editor"
2420
+ msgstr "Πλάτος εικόνας"
2421
+
2422
+ msgid "Roles"
2423
+ msgstr ""
2424
+
2425
+ msgid "PRO option"
2426
+ msgstr ""
2427
+
2428
+ msgid "Edit image"
2429
+ msgstr "Επεξεργασία εικόνας"
2430
+
2431
+ msgid "SEO"
2432
+ msgstr "SEO"
2433
+
2434
+ msgid "Alternative text"
2435
+ msgstr "Εναλλακτικό κείμενο"
2436
+
2437
+ msgid "External link"
2438
+ msgstr "Εξωτερικός σύνδεσμος"
2439
+
2440
+ msgid "Available in PRO version."
2441
+ msgstr "Διατίθεται στην PRO έκδοση."
2442
+
2443
+ msgid "Link"
2444
+ msgstr "Σύνδεσμος"
2445
+
2446
+ msgid "Open in new window"
2447
+ msgstr "Άνοιγμα σε νέο παράθυρο"
2448
+
2449
+ msgid "Embeded video"
2450
+ msgstr "Ενσωματωμένο βίντεο"
2451
+
2452
+ msgid "Video URL"
2453
+ msgstr "URL Βίντεο"
2454
+
2455
+ msgid ""
2456
+ "Supports Youtube and Vimeo. URL will be converted to embed automatically."
2457
+ msgstr ""
2458
+ "Υποστηρίζει το YouTube και το Vimeo. Τα URL θα μετατραπούν αυτόματα για "
2459
+ "ενσωμάτωση."
2460
+
2461
+ msgid "Date"
2462
+ msgstr "Ημερομηνία"
2463
+
2464
+ msgid "Select %s"
2465
+ msgstr "Επιλέξτε %s"
2466
+
2467
+ msgid "photo"
2468
+ msgstr "φωτογραφία"
2469
+
2470
+ msgid "photos"
2471
+ msgstr "φωτογραφίες"
2472
+
2473
+ msgid "Video"
2474
+ msgstr "Βίντεο"
2475
+
2476
+ msgid "Linked images"
2477
+ msgstr ""
2478
+
2479
+ msgid "Crop"
2480
+ msgstr ""
2481
+
2482
+ msgid "Replace image"
2483
+ msgstr ""
2484
+
2485
+ msgid "http://example.com/"
2486
+ msgstr "http://example.com/"
2487
+
2488
+ msgid "Add nofollow attribute"
2489
+ msgstr ""
2490
+
2491
+ msgid "Choose images"
2492
+ msgstr ""
2493
+
2494
+ msgid "Choose image"
2495
+ msgstr "Επιλογή Εικόνας"
2496
+
2497
+ #~ msgid "Select categories preset"
2498
+ #~ msgstr "Επιλέξτε κατηγορίες προκαθορισμένο"
2499
+
2500
+ #~ msgid "Categories preset editor"
2501
+ #~ msgstr "Κατηγορίες πρόγραμμα επεξεργασίας προκαθορισμών"
2502
+
2503
+ #~ msgid "Preset name"
2504
+ #~ msgstr "Όνομα υποδείγματος"
2505
+
2506
+ #~ msgid "Normal"
2507
+ #~ msgstr "Κανονικό"
2508
+
2509
+ #~ msgid "Select pagination preset"
2510
+ #~ msgstr "Επιλέξτε σελιδοποίηση προκαθορισμένου"
2511
+
2512
+ #~ msgid "Pages preset editor"
2513
+ #~ msgstr "Προκαθορισμένο πρόγραμμα επεξεργασίας σελίδων"
2514
+
2515
+ #~ msgid "Check"
2516
+ #~ msgstr "Έλεγχος"
2517
+
2518
+ #~ msgid "You have not any galleries"
2519
+ #~ msgstr "Δεν έχετε κάποια γκαλερί"
2520
+
2521
+ #~ msgid ""
2522
+ #~ "<strong>Gallery</strong> — the highest type of entity in the Gallery by "
2523
+ #~ "Supsystic."
2524
+ #~ msgstr ""
2525
+ #~ "<strong>Γκαλερί</strong> - το καλύτερο είδος για συλλογή φωτογραφιών από "
2526
+ #~ "την Supsystic."
2527
+
2528
+ #~ msgid "Choose image for preview"
2529
+ #~ msgstr "Επιλέξτε εικόνα για προεπισκόπηση"
2530
+
2531
+ #~ msgid "Disable Popup"
2532
+ #~ msgstr "Απενεργοποιήσετε Popup"
2533
+
2534
+ #~ msgid "Theme"
2535
+ #~ msgstr "Θέμα"
2536
+
2537
+ #~ msgid "Elastic"
2538
+ #~ msgstr "Ελαστική"
2539
+
2540
+ #~ msgid "Fade"
2541
+ #~ msgstr "Ξεθώριασμα"
2542
+
2543
+ #~ msgid "None"
2544
+ #~ msgstr "Καμία"
2545
+
2546
+ #~ msgid "Transition speed"
2547
+ #~ msgstr "Ταχύτητα μετάβασης"
2548
+
2549
+ #~ msgid "Close speed"
2550
+ #~ msgstr "Ταχύτητα κλεισίματος"
2551
+
2552
+ #~ msgid "Text align"
2553
+ #~ msgstr "Στοίχιση κειμένου"
2554
+
2555
+ #~ msgid "Your name"
2556
+ #~ msgstr "Το ονοματεπώνυμό σας"
2557
+
2558
+ #~ msgid "Type your message"
2559
+ #~ msgstr "Πληκτρολογήστε το μήνυμά σας"
2560
+
2561
+ #~ msgid "Lifetime for cached data"
2562
+ #~ msgstr "Διάρκεια ζωής για τα προσωρινά αποθηκευμένα δεδομένα"
2563
+
2564
+ #~ msgid "The field \"%s\" available only for numeric values"
2565
+ #~ msgstr "Το πεδίο \"%s\" είναι διαθέσιμο μόνο για αριθμητικές τιμές"
2566
+
2567
+ #~ msgid "Settings successfully updated!"
2568
+ #~ msgstr "Οι ρυθμίσεις ενημερώθηκαν με επιτυχία!"
2569
+
2570
+ #~ msgid "Please correct following errors:"
2571
+ #~ msgstr "Διορθώστε τα ακόλουθα σφάλματα:"
2572
+
2573
+ #~ msgid ""
2574
+ #~ "<strong>%s</strong> has its own caching system in order to significantly "
2575
+ #~ "reduce the load on the database."
2576
+ #~ msgstr ""
2577
+ #~ "<strong%s</strong> έχει το δικό του σύστημα caching, προκειμένου να "
2578
+ #~ "μειωθεί σημαντικά το φορτίο στη βάση δεδομένων."
2579
+
2580
+ #~ msgid ""
2581
+ #~ "Use this option only if all your galleries are setting correctly and you "
2582
+ #~ "dont need to change settings soon"
2583
+ #~ msgstr ""
2584
+ #~ "Χρησιμοποιήστε αυτή την επιλογή μόνο αν όλες οι γκαλερί σας έχουν "
2585
+ #~ "ρυθμιστεί και δεν χρειάζετε να τις αλλάξετε σύντομα"
2586
+
2587
+ #~ msgid ""
2588
+ #~ "Caching is not available because your uploads directory is not writable."
2589
+ #~ msgstr ""
2590
+ #~ "Η προσωρινή μνήμη δεν είναι διαθέσιμη επειδή ο φάκελος uploads δεν είναι "
2591
+ #~ "εγγράψιμος."
2592
+
2593
+ #~ msgid ""
2594
+ #~ "The time in seconds after which the cache will be considered obsolete. "
2595
+ #~ "Default: 86400 (24 hours)."
2596
+ #~ msgstr ""
2597
+ #~ "Ο χρόνος σε δευτερόλεπτα μετά τον οποίο η προσωρινή μνήμη θα λήξει. "
2598
+ #~ "Προεπιλογή: 86400 (24 ώρες)."
2599
+
2600
+ #~ msgid "Clear cache"
2601
+ #~ msgstr "Εκκαθάριση προσωρινής μνήμης"
2602
+
2603
+ #~ msgid ""
2604
+ #~ "We don't collect statistics on you, we only collect the errors "
2605
+ #~ "encountered during use in order to improve our product."
2606
+ #~ msgstr ""
2607
+ #~ "Δεν συλλέγουμε στατιστικά στοιχεία για εσάς, συλλέγουμε μόνο τα σφάλματα "
2608
+ #~ "που προέκυψαν κατά τη χρήση, προκειμένου να βελτιώσουμε το προϊόν μας."
2609
+
2610
+ #~ msgid "Open in new window."
2611
+ #~ msgstr "Άνοιγμα σε νέο παράθυρο."
2612
+
2613
+ #~ msgid "Welcome to"
2614
+ #~ msgstr "Καλωσήρθες στο"
2615
+
2616
+ #~ msgid "Version"
2617
+ #~ msgstr "Έκδοση"
2618
+
2619
+ #~ msgid "Google"
2620
+ #~ msgstr "Google"
2621
+
2622
+ #~ msgid "Wordpress.org"
2623
+ #~ msgstr "Wordpress.org"
2624
+
2625
+ #~ msgid "Reffer a friend"
2626
+ #~ msgstr "Φέρτε έναν φίλο"
2627
+
2628
+ #~ msgid "Find on the web"
2629
+ #~ msgstr "Βρείτε στο διαδίκτυο"
2630
+
2631
+ #~ msgid "Other way"
2632
+ #~ msgstr "Άλλος τρόπος"
2633
+
2634
+ #~ msgid "Thank for check info. Start using plugin"
2635
+ #~ msgstr ""
2636
+ #~ "Ευχαριστούμε για τις πληροφορίες ελέγχου. Ξεκινήστε να χρησιμοποιείτε το "
2637
+ #~ "plugin"
app/langs/sgg-es_ES.mo ADDED
Binary file
app/langs/sgg-es_ES.po ADDED
@@ -0,0 +1,1594 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: gird-gallery-es_ES\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2017-08-23 15:06+0300\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "Language: es\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Loco-Source-Locale: ru_RU\n"
16
+ "X-Generator: Poedit 2.0.3\n"
17
+ "X-Loco-Parser: loco_parse_po\n"
18
+ "X-Loco-Target-Locale: es_ES\n"
19
+
20
+ msgid "An error has occurred"
21
+ msgstr "Un error ha ocurrido"
22
+
23
+ msgid "Overview"
24
+ msgstr "Información General"
25
+
26
+ msgid "New Gallery"
27
+ msgstr "Nueva Galeria"
28
+
29
+ msgid "Galleries"
30
+ msgstr "Galerias"
31
+
32
+ msgid "Settings"
33
+ msgstr "Configuraciones"
34
+
35
+ msgid "License"
36
+ msgstr "Licencia"
37
+
38
+ msgid "Images"
39
+ msgstr "Imágenes"
40
+
41
+ msgid "Instagram"
42
+ msgstr "Instagram"
43
+
44
+ msgid "Flickr"
45
+ msgstr "Flickr"
46
+
47
+ msgid "Tumblr"
48
+ msgstr "Tumblr"
49
+
50
+ msgid "Facebook"
51
+ msgstr "Facebook"
52
+
53
+ msgid "Get PRO"
54
+ msgstr "Versión PRO"
55
+
56
+ msgid "Loading"
57
+ msgstr "Cargando"
58
+
59
+ msgid "Authorization code is not specified."
60
+ msgstr "El código de autorización no está especificado"
61
+
62
+ msgid "Gallery by Supsystic"
63
+ msgstr "Galería por Supsystic"
64
+
65
+ msgid "Import images"
66
+ msgstr "Importar imágenes"
67
+
68
+ msgid "Facebook authorization"
69
+ msgstr "Autorización de Facebook"
70
+
71
+ msgid "Upload your images from the Facebook Media Library"
72
+ msgstr "Carga tus imágenes desde la librería de medios de Facebook"
73
+
74
+ msgid "Login with Facebook"
75
+ msgstr "Iniciar sesión con Facebook"
76
+
77
+ msgid "Return to the gallery"
78
+ msgstr "Volver a la galería"
79
+
80
+ msgid "Upload new images"
81
+ msgstr "Cargar nuevas imágenes"
82
+
83
+ msgid "Logout"
84
+ msgstr "Desconectarse"
85
+
86
+ msgid "Select/unselect all photos"
87
+ msgstr "Seleccionar/deseleccionar todas las fotos"
88
+
89
+ msgid ""
90
+ "Here you can specify your business pages and images will load from those pages. You can "
91
+ "set several pages, just separate ID of pages by \",\". To get the ID of your page you "
92
+ "need to switch to the wanted page, then click on \"About\" link right below page cover, "
93
+ "and at the bottom of \"About\" page you will find Facebook Page ID."
94
+ msgstr ""
95
+ "Aqui puedes especificar tus páginas del negocio y las imágenes se van a cargar desde "
96
+ "esas páginas. Puedes configurar varias páginas, sólo tienes que separar el ID de las "
97
+ "páginas con “,”. Para obtener el ID de tu página, tienes que cambiarte a la página de "
98
+ "la que quieres obtenerlo, después hacer click en el link “Acerca de” justo abajo del "
99
+ "título de la página y al final de la página “Acerca de” vas a encontrar el ID de la "
100
+ "página de Facebook. "
101
+
102
+ msgid "Save"
103
+ msgstr "Guardar"
104
+
105
+ msgid "Empty user data."
106
+ msgstr "Datos de usuario vacío."
107
+
108
+ msgid "Flickr authorization"
109
+ msgstr "Autorización de Flickr"
110
+
111
+ msgid "Upload your images from the Flickr Media Library"
112
+ msgstr "Cargar tus imágenes desde la librería de medios de Flickr"
113
+
114
+ msgid "Upload from Flickr"
115
+ msgstr "Cargar desde Flickr"
116
+
117
+ msgid "Images not in albums"
118
+ msgstr "Las imágenes no están en los álbumes"
119
+
120
+ msgid "Albums"
121
+ msgstr "Álbumes"
122
+
123
+ msgid "Fullscreen"
124
+ msgstr "Pantalla completa"
125
+
126
+ msgid "Load More Button"
127
+ msgstr "Botón Cargar Más"
128
+
129
+ msgid "Enable"
130
+ msgstr "Habilitar"
131
+
132
+ msgid "Disable"
133
+ msgstr "Desactivar"
134
+
135
+ msgid "Load with scroll"
136
+ msgstr "Cargar con desplazamiento"
137
+
138
+ msgid "No"
139
+ msgstr "No"
140
+
141
+ msgid "Yes"
142
+ msgstr "Sí"
143
+
144
+ msgid "Load more button text"
145
+ msgstr "Cargar más texto del botón"
146
+
147
+ msgid "Images amount"
148
+ msgstr "Cantidad de imágenes"
149
+
150
+ msgid "Load more amount"
151
+ msgstr "Cargas más cantidades"
152
+
153
+ msgid "Custom Buttons"
154
+ msgstr "Personalizar Botones"
155
+
156
+ msgid "Gallery Loader"
157
+ msgstr "Cargar la galería"
158
+
159
+ msgid "Background color"
160
+ msgstr "Color de fondo"
161
+
162
+ msgid "Choose Icon"
163
+ msgstr "Elige el ícono"
164
+
165
+ msgid "Disable right click"
166
+ msgstr "Doble botón derecho"
167
+
168
+ msgid "Video size"
169
+ msgstr "Tamaño del video"
170
+
171
+ msgid "Autoplay video"
172
+ msgstr "Reproducir automáticamente"
173
+
174
+ msgid "When video ends"
175
+ msgstr "Cuando el video finaliza"
176
+
177
+ msgid "Do nothing"
178
+ msgstr "No hacer nada"
179
+
180
+ msgid "Open next slide"
181
+ msgstr "Abrir el siguiente slide"
182
+
183
+ msgid "Close popup"
184
+ msgstr "Cerrar ventana emergente"
185
+
186
+ msgid "Posts layout"
187
+ msgstr "Diseño de publicación"
188
+
189
+ msgid "Posts layout style"
190
+ msgstr "Estilo de diseño de publicación"
191
+
192
+ msgid "Posts"
193
+ msgstr "Publicaciones"
194
+
195
+ msgid "Pages"
196
+ msgstr "Páginas"
197
+
198
+ msgid "Show author"
199
+ msgstr "Mostrar autor"
200
+
201
+ msgid "Show date"
202
+ msgstr "Mostrar fecha"
203
+
204
+ msgid "Show contents"
205
+ msgstr "Mostrar contenidos"
206
+
207
+ msgid "Show categories"
208
+ msgstr "Mostrar categorías"
209
+
210
+ msgid "Hide \"All\" category"
211
+ msgstr "Ocultar categoría \"Todos\""
212
+
213
+ msgid "Enable shuffling animation"
214
+ msgstr "Habilitar animación aleatoria"
215
+
216
+ msgid "Animation duration"
217
+ msgstr "Duración de animación"
218
+
219
+ msgid "Position"
220
+ msgstr "Posición"
221
+
222
+ msgid "Over the gallery"
223
+ msgstr "Por encima de la galeria"
224
+
225
+ msgid "Under the gallery"
226
+ msgstr "Por debajo de la galeria"
227
+
228
+ msgid "Align"
229
+ msgstr "Alinear"
230
+
231
+ msgid "Left"
232
+ msgstr "Izquierda"
233
+
234
+ msgid "Center"
235
+ msgstr "Centro"
236
+
237
+ msgid "Right"
238
+ msgstr "Derecha"
239
+
240
+ msgid "Presets"
241
+ msgstr "Ajustes Preestablecidos"
242
+
243
+ msgid "Choose preset"
244
+ msgstr "Elegir ajuste"
245
+
246
+ msgid "Preset Editor"
247
+ msgstr "Editor de ajustes"
248
+
249
+ msgid "Categories order"
250
+ msgstr "Orden de categorías"
251
+
252
+ msgid "All"
253
+ msgstr "Todo"
254
+
255
+ msgid "Enable pagination"
256
+ msgstr "Habilitar paginación"
257
+
258
+ msgid "Pagination"
259
+ msgstr "Paginación"
260
+
261
+ msgid "Images per page"
262
+ msgstr "Imágenes por página"
263
+
264
+ msgid "Buttons position"
265
+ msgstr "Posición de los botones"
266
+
267
+ msgid "Top"
268
+ msgstr "Parte superior"
269
+
270
+ msgid "Bottom"
271
+ msgstr "Parte inferior"
272
+
273
+ msgid "Container background"
274
+ msgstr "Contenedor de fondo"
275
+
276
+ msgid "Hide container background."
277
+ msgstr "Ocultar contenedor de fondo."
278
+
279
+ msgid "Text background"
280
+ msgstr "Fondo de texto"
281
+
282
+ msgid "Hide text background."
283
+ msgstr "Ocultar fondo de texto."
284
+
285
+ msgid "Text color"
286
+ msgstr "Color de texto"
287
+
288
+ msgid "Use color, based on my theme."
289
+ msgstr "Usar color, basado en mi tema."
290
+
291
+ msgid "Vertical padding"
292
+ msgstr "Relleno vertical"
293
+
294
+ msgid "Horizontal padding"
295
+ msgstr "Relleno horizontal"
296
+
297
+ msgid "Font weight"
298
+ msgstr "Espesor de la fuente"
299
+
300
+ msgid "Font size"
301
+ msgstr "Tamaño de la fuente"
302
+
303
+ msgid "Border width"
304
+ msgstr "Ancho del borde"
305
+
306
+ msgid "Border type"
307
+ msgstr "Tipo de borde"
308
+
309
+ msgid "Border color"
310
+ msgstr "Color de borde"
311
+
312
+ msgid "Border radius"
313
+ msgstr "Radio de borde"
314
+
315
+ msgid "Buttons preset editor for Paginations, Categories and Load More buttons"
316
+ msgstr "El botón configura al editor para Paginación, Categorías y botones de Cargar Más"
317
+
318
+ msgid "Custom class"
319
+ msgstr "Clase personalizada"
320
+
321
+ msgid "Font family"
322
+ msgstr "Familia de fuentes"
323
+
324
+ msgid "Border style"
325
+ msgstr "Estillo de borde"
326
+
327
+ msgid "Choose icon"
328
+ msgstr "Elige el ícono"
329
+
330
+ msgid "Page "
331
+ msgstr "Página"
332
+
333
+ msgid "Activate License"
334
+ msgstr "Activar Licencia"
335
+
336
+ msgid "Renew License"
337
+ msgstr "Renovar Licencia"
338
+
339
+ msgid "Slider by Supsystic"
340
+ msgstr "Carrusel por Supsytic"
341
+
342
+ msgid ""
343
+ "Congratulations! You have successfully installed and activated PRO version of ' ~ "
344
+ "environment.getMenu().getMenuTitle() ~ ' plugin."
345
+ msgstr ""
346
+ "¡Felicidades! Has instalado y activado la versión PRO correctamente del plugin ' ~ "
347
+ "environment.getMenu().getMenuTitle() ~ '"
348
+
349
+ msgid "Your premium support is expired in ' ~ days ~ ' days"
350
+ msgstr "Tu soporte premium vence en' ~ days ~ ' días"
351
+
352
+ msgid "You will not be able to update your pro version with expired license"
353
+ msgstr "No podrás actualizar a la versión PRO con una licencia vencida"
354
+
355
+ msgid "Activate"
356
+ msgstr "Activar"
357
+
358
+ msgid "Authorization oauth_verifier is not specified."
359
+ msgstr "La autorización oauth_verifier no está especificada."
360
+
361
+ msgid "Tumblr authorization"
362
+ msgstr "Autorización de Tumblr"
363
+
364
+ msgid "Upload your images from the Tumblr Media Library"
365
+ msgstr "Cargar tus imágenes desde la librería de medios de Tumblr"
366
+
367
+ msgid "Upload from Tumblr"
368
+ msgstr "Cargar desde Tumblr"
369
+
370
+ msgid "FTP"
371
+ msgstr "FTP"
372
+
373
+ msgid "Upload your images from the FTP Server"
374
+ msgstr "Sube tus imágenes desde un servidor FTP"
375
+
376
+ msgid "Enter images folder name, e.g. my-images"
377
+ msgstr "Ingrese el nombre de la carpeta de imágenes, por ejemplo, “Mis Imágenes”"
378
+
379
+ msgid "Parse"
380
+ msgstr "Parsear"
381
+
382
+ msgid "Note: images folder must be in wp-content/uploads/directory"
383
+ msgstr "Nota:las carpeta de imágenes debe estar en wp-content/uploads/directory"
384
+
385
+ msgid "Host"
386
+ msgstr "Host"
387
+
388
+ msgid "Username"
389
+ msgstr "Usuario"
390
+
391
+ msgid "Password"
392
+ msgstr "Contraseña"
393
+
394
+ msgid "Port"
395
+ msgstr "Puerto"
396
+
397
+ msgid "Enter the full path to images folder"
398
+ msgstr "Ingrese la ruta completa de la carpeta de imágenes"
399
+
400
+ msgid "Note: you need to specify the full path to images folder"
401
+ msgstr "Nota: tienes que especificar la ruta completa de la carpeta de imágenes"
402
+
403
+ msgid "Please fill all fields"
404
+ msgstr "Por favor, completa todos los campos"
405
+
406
+ msgid "Loading text"
407
+ msgstr "Cargando texto"
408
+
409
+ msgid "Loading..."
410
+ msgstr "Cargando…"
411
+
412
+ msgid "Open by link in popup"
413
+ msgstr "Abrir vínculo en ventana emergente"
414
+
415
+ msgid "Gallery link"
416
+ msgstr "Link de la galería"
417
+
418
+ msgid "Auto posts"
419
+ msgstr "Publicaciones automáticas"
420
+
421
+ msgid "Number of posts"
422
+ msgstr "Número de publicaciones"
423
+
424
+ msgid "Auto Posts Categories"
425
+ msgstr "Categorías de las publicaciones automáticas"
426
+
427
+ msgid "Select categories"
428
+ msgstr "Elige las categorías"
429
+
430
+ msgid "Google Drive authorization"
431
+ msgstr "Autorización de Google Driv"
432
+
433
+ msgid "Upload your images from Google Drive CDN"
434
+ msgstr "Carga tus imágenes desde Google Drive CDN"
435
+
436
+ msgid "Upload from Google Drive"
437
+ msgstr "Carga tus imágenes desde Google Drive "
438
+
439
+ msgid "Google Drive"
440
+ msgstr "Google Drive"
441
+
442
+ msgid "New gallery successfully created"
443
+ msgstr "La nueva galeria fue creada correctamente"
444
+
445
+ msgid "Title successfully updated"
446
+ msgstr "Título actualizado correctamente"
447
+
448
+ msgid "Not enough data."
449
+ msgstr "No hay suficientes datos."
450
+
451
+ msgid "Preset successfully saved."
452
+ msgstr "Ajuste guardado correctamente."
453
+
454
+ msgid "The preset ID is not specified."
455
+ msgstr "El ID del ajuste no está especificado."
456
+
457
+ msgid "Preset successfully removed."
458
+ msgstr "Ajuste eliminado correctamente."
459
+
460
+ msgid "Failed to find the preset."
461
+ msgstr "No se pudo encontrar el ajuste."
462
+
463
+ msgid "Preset successfully applied to the gallery."
464
+ msgstr "Ajuste aplicado a la galeria correctamente."
465
+
466
+ msgid "Unnamed gallery"
467
+ msgstr "Galeria sin nombre"
468
+
469
+ msgid "The identifier of the gallery is invalid"
470
+ msgstr "El identificador de la galeria no es válido"
471
+
472
+ msgid "Title is empty"
473
+ msgstr "El título está vacío."
474
+
475
+ msgid "Failed to rename the gallery"
476
+ msgstr "Error al renombrar la galeria"
477
+
478
+ msgid "Invalid gallery identifier specified"
479
+ msgstr "Identificador de galeria no válido"
480
+
481
+ msgid "Failed to delete the gallery"
482
+ msgstr "Error al eliminar la galeria"
483
+
484
+ msgid "Resources are does not exists"
485
+ msgstr "Los recursos no existen"
486
+
487
+ msgid "The identifier of the Gallery is not specified"
488
+ msgstr "El identificador de la Galería no está especificado."
489
+
490
+ msgid "New gallery"
491
+ msgstr "Nueva galeria"
492
+
493
+ msgid "Add Images"
494
+ msgstr "Agregar imágenes"
495
+
496
+ msgid "Add selected items"
497
+ msgstr "Agregar los ítems seleccionados"
498
+
499
+ msgid "Cancel"
500
+ msgstr "Cancelar"
501
+
502
+ msgid "You need to import images to your gallery before you can start using galleries"
503
+ msgstr ""
504
+ "Necesitas importar imágenes a tu galeria antes de que puedas empezar a usar las "
505
+ "galerias"
506
+
507
+ msgid "Selected"
508
+ msgstr "Seleccionado"
509
+
510
+ msgid "Create new gallery"
511
+ msgstr "Crear nueva galeria"
512
+
513
+ msgid "Choose Gallery Template.You can change template and settings on the next step."
514
+ msgstr ""
515
+ "Elige una plantilla para la Galeria. Puedes cambiar la plantilla y las configuraciones "
516
+ "en el siguiente paso."
517
+
518
+ msgid "Gallery Name:"
519
+ msgstr "Nombre de la Galería:"
520
+
521
+ msgid "Choose Gallery Template."
522
+ msgstr "Elegir Plantilla de la Galeria"
523
+
524
+ msgid "Remove selected"
525
+ msgstr "Eliminar selección"
526
+
527
+ msgid "Select/unselect all posts"
528
+ msgstr "Seleccionar/deseleccionar todas las publicaciones"
529
+
530
+ msgid "Images list"
531
+ msgstr "Lista de imágenes"
532
+
533
+ msgid "Preview"
534
+ msgstr "Vista previa"
535
+
536
+ msgid "Total Images: "
537
+ msgstr "Total de Imágenes:"
538
+
539
+ msgid "There are %s photos in the gallery %s"
540
+ msgstr "Hay %s fotos en la galeria %s"
541
+
542
+ msgid "Are you sure you want to delete this gallery?"
543
+ msgstr "Estás seguro que deseas borrar esta galería?"
544
+
545
+ msgid "Delete gallery"
546
+ msgstr "Eliminar galeria"
547
+
548
+ msgid "Shortcode:"
549
+ msgstr "Código corto:"
550
+
551
+ msgid "PHPCode:"
552
+ msgstr "PHPCode:"
553
+
554
+ msgid "You have no galleries"
555
+ msgstr "No tienes galerías"
556
+
557
+ msgid "You don't have any galleries yet."
558
+ msgstr "Todavia no tienes una galeria."
559
+
560
+ msgid "Want to create one right now?"
561
+ msgstr "¿Deseas crear una ahora?"
562
+
563
+ msgid "What is a gallery"
564
+ msgstr "Qué es una galeria"
565
+
566
+ msgid ""
567
+ "<strong>Gallery</strong> &mdash; the highest type of entity in the Gallery by Supsystic."
568
+ msgstr ""
569
+ "<strong>Una galeria</strong> es el tipo más alto de entidad en la Galeria por "
570
+ "Supsystic."
571
+
572
+ msgid ""
573
+ "You can have an unlimited number of galleries, to which you can attach the preloaded "
574
+ "pictures."
575
+ msgstr ""
576
+ "Puedes tener un número ilimitado de galerías, de las cuales puedes adjuntar imágenes "
577
+ "precargadas."
578
+
579
+ msgid ""
580
+ "Each gallery has a number of display settings and behaviors that you can save to "
581
+ "presets and apply to other galleries."
582
+ msgstr ""
583
+ "Cada galeria tiene un número de configuraciones de pantalla y comportamientos que "
584
+ "puedes guardar como valores predeterminados y aplicarlos en otras galerias. "
585
+
586
+ msgid "Gallery title can't be empty!"
587
+ msgstr "¡El título de la galeria no puede estar vacío!"
588
+
589
+ msgid "Gallery title:"
590
+ msgstr "Título de la galería:"
591
+
592
+ msgid "Select source to import from"
593
+ msgstr "Seleccionar la fuente de donde importar"
594
+
595
+ msgid "Back to the gallery"
596
+ msgstr "Volver a la galeria"
597
+
598
+ msgid "Main"
599
+ msgstr "Principal"
600
+
601
+ msgid "Captions"
602
+ msgstr "Leyendas"
603
+
604
+ msgid "Categories"
605
+ msgstr "Categorías"
606
+
607
+ msgid "Add images"
608
+ msgstr "Agregar imágenes"
609
+
610
+ msgid "Import settings"
611
+ msgstr "Importar configuración"
612
+
613
+ msgid "Your changes not saved. You really want to leave without saving?"
614
+ msgstr "No has guardado los cambios. Estás seguro que deseas salir sin guardar?"
615
+
616
+ msgid "Gallery Type"
617
+ msgstr "Tipo de Galería"
618
+
619
+ msgid "Number of Columns"
620
+ msgstr "Número de Columnas"
621
+
622
+ msgid "Responsive columns"
623
+ msgstr "Columnas responsivas"
624
+
625
+ msgid "Gallery Position"
626
+ msgstr "Posición de la galería"
627
+
628
+ msgid "Images distance"
629
+ msgstr "Distancia de imágenes"
630
+
631
+ msgid "Gallery width"
632
+ msgstr "Ancho de la Galeria"
633
+
634
+ msgid "Full screen width"
635
+ msgstr "Ancho de pantalla completa"
636
+
637
+ msgid "Gallery padding"
638
+ msgstr "Relleno de galeria"
639
+
640
+ msgid "Gallery height"
641
+ msgstr "Altura de la Galeria"
642
+
643
+ msgid "Image width"
644
+ msgstr "Ancho de la imagen"
645
+
646
+ msgid "Image height"
647
+ msgstr "Altura de la imagen"
648
+
649
+ msgid "Image radius"
650
+ msgstr "Radio de la imagen"
651
+
652
+ msgid "Image crop quality"
653
+ msgstr "Calidad de la vista previa de la imagen"
654
+
655
+ msgid "Display only first image"
656
+ msgstr "Sólo mostrar la primer imagen"
657
+
658
+ msgid "Social Sharing"
659
+ msgstr "Compartir en Redes Sociales"
660
+
661
+ msgid "Social Buttons Project"
662
+ msgstr "Proyecto de Botones de Redes Sociales"
663
+
664
+ msgid "Gallery Sharing"
665
+ msgstr "Compartir Galería"
666
+
667
+ msgid "Image Sharing"
668
+ msgstr "Compartir Imágen"
669
+
670
+ msgid "Buttons align"
671
+ msgstr "Alineación de Botones"
672
+
673
+ msgid "Popup Image Sharing"
674
+ msgstr "Compartir imagen en ventana emergente"
675
+
676
+ msgid "You have no Social Sharing projects for now."
677
+ msgstr "No tienes proyectos para compartir en redes sociales."
678
+
679
+ msgid "Create your first project"
680
+ msgstr "Crear tu primer proyecto"
681
+
682
+ msgid ""
683
+ "then just reload page with your Gallery settings, and you will see list with available "
684
+ "Social Projects for your Gallery."
685
+ msgstr ""
686
+ "después solamente vuelve a cargar la página con tu configuración de la Galería, y vas a "
687
+ "ver la lista con los Proyectos de Redes Sociales disponibles para tu galería."
688
+
689
+ msgid "You need to install Social Share Buttons by Supsystic to use this feature."
690
+ msgstr ""
691
+ "Tenés que instalar Social Share Buttons de Supsystic para usar esta característica."
692
+
693
+ msgid "Install plugin"
694
+ msgstr "Instalar plugin"
695
+
696
+ msgid "here."
697
+ msgstr "Acá."
698
+
699
+ msgid "Horizontal Scroll"
700
+ msgstr "Scroll Horizontal"
701
+
702
+ msgid "Scroll Bar Color"
703
+ msgstr "Color de la barra de Scroll"
704
+
705
+ msgid "Scroll Bar Transparency"
706
+ msgstr "Transparencia de la barra de Scroll"
707
+
708
+ msgid "Border"
709
+ msgstr "Borde"
710
+
711
+ msgid "Available"
712
+ msgstr "Disponible"
713
+
714
+ msgid "Border Type"
715
+ msgstr "Tipo de borde"
716
+
717
+ msgid "Shadow"
718
+ msgstr "Sombra"
719
+
720
+ msgid "Shadow preset"
721
+ msgstr "Sombra preestablecida"
722
+
723
+ msgid "When mouse is over"
724
+ msgstr "Cuando el puntero está encima"
725
+
726
+ msgid "Off"
727
+ msgstr "Desactivar"
728
+
729
+ msgid "Show mouse on"
730
+ msgstr "Mostrar sobre puntero"
731
+
732
+ msgid "Hide mouse on"
733
+ msgstr "Ocultar sobre puntero"
734
+
735
+ msgid "Overlay image with shadow"
736
+ msgstr "Superponer imagen con la sombra"
737
+
738
+ msgid "Shadow color"
739
+ msgstr "Color de sombra"
740
+
741
+ msgid "Shadow blur"
742
+ msgstr "Desenfoque de sombra"
743
+
744
+ msgid "Shadow X"
745
+ msgstr "Sombra X"
746
+
747
+ msgid "Shadow Y"
748
+ msgstr "Sombra Y"
749
+
750
+ msgid "Pop-up Image"
751
+ msgstr "Imagen Emergente"
752
+
753
+ msgid "Popup box theme"
754
+ msgstr "Tema del cuadro emergente"
755
+
756
+ msgid "Choose theme"
757
+ msgstr "Elegir tema"
758
+
759
+ msgid "Disable on mobile"
760
+ msgstr "Desactivar en móviles"
761
+
762
+ msgid "Popup Image Text"
763
+ msgstr "Texto de la imagen del popup"
764
+
765
+ msgid "Caption"
766
+ msgstr "Leyenda"
767
+
768
+ msgid "Title"
769
+ msgstr "Título"
770
+
771
+ msgid "Alt text"
772
+ msgstr "Texto Alt"
773
+
774
+ msgid "Description"
775
+ msgstr "Descripción"
776
+
777
+ msgid "Hide Popup Captions"
778
+ msgstr "Esconger leyenda de elementos emergentes"
779
+
780
+ msgid "Transparency"
781
+ msgstr "Transparencia"
782
+
783
+ msgid "Slideshow"
784
+ msgstr "Presentación de diapositivas"
785
+
786
+ msgid "Slideshow speed"
787
+ msgstr "Velocidad de presentación de diapositivas"
788
+
789
+ msgid "Slideshow pause on hover"
790
+ msgstr "El Slideshow se pausa cuando se pasa el mouse sobre él"
791
+
792
+ msgid "Slideshow autostart"
793
+ msgstr "Inicio automático de presentación de diapositivas"
794
+
795
+ msgid "Popup Image size"
796
+ msgstr "Tamaño de imagen en el popup"
797
+
798
+ msgid "Effect"
799
+ msgstr "Efecto"
800
+
801
+ msgid "Choose effect"
802
+ msgstr "Escoger efecto"
803
+
804
+ msgid "Personal captions"
805
+ msgstr "Leyendas personales"
806
+
807
+ msgid "Polaroid Style"
808
+ msgstr "Estilo Polaroid"
809
+
810
+ msgid "Polaroid Image Animation"
811
+ msgstr "Animación de imagen Polaroid"
812
+
813
+ msgid "Polaroid Image Scattering "
814
+ msgstr "Agrandamiento de la imagen Polaroid "
815
+
816
+ msgid "Polaroid Frame Width"
817
+ msgstr "Ancho del borde de Polaroid"
818
+
819
+ msgid "Text size"
820
+ msgstr "Tamaño del texto"
821
+
822
+ msgid "Text horizontal align"
823
+ msgstr "Alineación horizontal del texto"
824
+
825
+ msgid "Text vertical align"
826
+ msgstr "Alineación vertical del texto"
827
+
828
+ msgid "Hide image title tooltip"
829
+ msgstr "Ocultar descripción emergente del título de imagen"
830
+
831
+ msgid "Mobile - show always caption"
832
+ msgstr "Celular - mostrar siempre las leyendas"
833
+
834
+ msgid "Show icons"
835
+ msgstr "Mostrar íconos"
836
+
837
+ msgid "Select effect"
838
+ msgstr "Seleccionar efecto"
839
+
840
+ msgid "Animation"
841
+ msgstr "Animación"
842
+
843
+ msgid "Icons color"
844
+ msgstr "Color de íconos"
845
+
846
+ msgid "Icons hover color"
847
+ msgstr "Color de los íconos al pasar el puntero"
848
+
849
+ msgid "Background hover color"
850
+ msgstr "Color de fondo al pasar el puntero"
851
+
852
+ msgid "Icons size"
853
+ msgstr "Tamaño de los íconos"
854
+
855
+ msgid "Distance between icons"
856
+ msgstr "Distancia entre los íconos"
857
+
858
+ msgid "Show overlay"
859
+ msgstr "Mostrar superposición"
860
+
861
+ msgid "Overlay color"
862
+ msgstr "Color de superposición"
863
+
864
+ msgid "Overlay transparency"
865
+ msgstr "Transparencia de superposición"
866
+
867
+ msgid "Categorize images in the gallery"
868
+ msgstr "Categorizar imágenes en la galeria"
869
+
870
+ msgid "Let user switch gallery pages"
871
+ msgstr "Dejar que el usuario cambie las páginas de la galería"
872
+
873
+ msgid "Save settings as preset"
874
+ msgstr "Guardar configuraciones como ajuste preestablecido"
875
+
876
+ msgid "Preset title:"
877
+ msgstr "Nombre del ajuste:"
878
+
879
+ msgid "Delete preset"
880
+ msgstr "Eliminar ajuste"
881
+
882
+ msgid "Are you really want to delete preset \"%s\"?"
883
+ msgstr "¿Está seguro que quiere eliminar el ajuste \"%s\"?"
884
+
885
+ msgid "Load settings from presets"
886
+ msgstr "Cargar configuraciones desde los ajustes preestablecidos"
887
+
888
+ msgid "Select preset:"
889
+ msgstr "Seleccionar ajuste:"
890
+
891
+ msgid "Failed to load the presets."
892
+ msgstr "Error al cargar los ajustes."
893
+
894
+ msgid "Currently you have no presets."
895
+ msgstr "No tienes ningun ajuste actualmente."
896
+
897
+ msgid "Select \"Big image\" theme"
898
+ msgstr "Seleccionar tema \"Big image\""
899
+
900
+ msgid "Select a theme"
901
+ msgstr "Seleccionar un tema"
902
+
903
+ msgid "Select"
904
+ msgstr "Seleccionar"
905
+
906
+ msgid "Select overlay effect"
907
+ msgstr "Seleccionar efecto de superposición"
908
+
909
+ msgid "This effect requires icons be enabled. Enable Icons?"
910
+ msgstr "Este efecto requiere que se habiliten los íconos. Habilitar íconos?"
911
+
912
+ msgid "Select shadow preset"
913
+ msgstr "Seleccionar ajuste de sombra"
914
+
915
+ msgid "Select shadow"
916
+ msgstr "Seleccionar sombra"
917
+
918
+ msgid "Import settings from gallery"
919
+ msgstr "Importar configuración desde galería"
920
+
921
+ msgid ""
922
+ "Here you can import settings from other galleries, but right now, you have only one "
923
+ "gallery, create more - and see how it works"
924
+ msgstr ""
925
+ "Acá puedes importar la configuración desde otras galerías, pero por ahora, sólo tienes "
926
+ "una galería, crea más - y mira cómo funciona"
927
+
928
+ msgid "Improve free version"
929
+ msgstr "Mejorar la versión gratuita"
930
+
931
+ msgid "Select icons effects"
932
+ msgstr "Seleccionar efecto de íconos"
933
+
934
+ msgid "Click on the icon to select effect"
935
+ msgstr "Haz clic en el ícono para seleccionar el efecto"
936
+
937
+ msgid "close"
938
+ msgstr "cerrar"
939
+
940
+ msgid "next"
941
+ msgstr "siguiente"
942
+
943
+ msgid "previous"
944
+ msgstr "anterior"
945
+
946
+ msgid "start slideshow"
947
+ msgstr "comenzar reproducción"
948
+
949
+ msgid "stop slideshow"
950
+ msgstr "detener reproducción"
951
+
952
+ msgid "image"
953
+ msgstr "imagen"
954
+
955
+ msgid "of"
956
+ msgstr "de"
957
+
958
+ msgid "Choose source"
959
+ msgstr "Elegir fuente"
960
+
961
+ msgid "Import from WordPress Media Library"
962
+ msgstr "Importar desde la librería de medios de WordPress"
963
+
964
+ msgid "Import from social networks"
965
+ msgstr "Importar desde redes sociales"
966
+
967
+ msgid "Import from your Instagram account"
968
+ msgstr "Importar desde tu cuenta de Instagram"
969
+
970
+ msgid "Import from your Flickr account"
971
+ msgstr "Importar desde tu cuenta de Flickr"
972
+
973
+ msgid "Import from your Tumblr account"
974
+ msgstr "Importar desde tu cuenta de Tumblr"
975
+
976
+ msgid "Import from your Facebook account"
977
+ msgstr "Importar desde tu cuenta de Facebook"
978
+
979
+ msgid "Import from cloud services"
980
+ msgstr "Importar de la nube"
981
+
982
+ msgid "Import from your FTP server"
983
+ msgstr "Importar de tu servidor FTP"
984
+
985
+ msgid "Import from your Google Drive account"
986
+ msgstr "Importar de tu cuenta de Google Drive"
987
+
988
+ msgid "Get Pro to enable import"
989
+ msgstr "Obtener versión PRO para permitir la importación"
990
+
991
+ msgid "Properties"
992
+ msgstr "Propiedades"
993
+
994
+ msgid "Delete Image"
995
+ msgstr "Eliminar Imagen"
996
+
997
+ msgid "Sort To: "
998
+ msgstr "Ordenar para: "
999
+
1000
+ msgid "Sort By: "
1001
+ msgstr "Ordenar según: "
1002
+
1003
+ msgid "Switch to the list view"
1004
+ msgstr "Cambiar a la vista de lista"
1005
+
1006
+ msgid "Switch to the block view"
1007
+ msgstr "Cambiar a la vista de bloque"
1008
+
1009
+ msgid "Apply"
1010
+ msgstr "Aplicar"
1011
+
1012
+ msgid "Search"
1013
+ msgstr "Buscar"
1014
+
1015
+ msgid "The gallery is does not exists"
1016
+ msgstr "La galeria no existe"
1017
+
1018
+ msgid "Currently this gallery has no images"
1019
+ msgstr "Actualmente esta galeria no tiene imágenes"
1020
+
1021
+ msgid "Linked Images"
1022
+ msgstr "Imágenes vinculadas"
1023
+
1024
+ msgid "Instagram authorization"
1025
+ msgstr "Autorización de Instagram"
1026
+
1027
+ msgid "Upload your images from the Instagram Media Library"
1028
+ msgstr "Carga tus imágenes desde la librería de medios de Instagram"
1029
+
1030
+ msgid "Upload from Instagram"
1031
+ msgstr "Cargar desde Instagram"
1032
+
1033
+ msgid "Your message successfully send. We contact you soon."
1034
+ msgstr "Tu mensaje fue correctamente enviado. Te contactaremos dentro de poco."
1035
+
1036
+ msgid "Step-by-step Tutorial"
1037
+ msgstr "Tutorial paso a paso"
1038
+
1039
+ msgid "Begin Step-by-step Tutorial"
1040
+ msgstr "Comenzar el tutorial paso a paso"
1041
+
1042
+ msgid "Name"
1043
+ msgstr "Nombre"
1044
+
1045
+ msgid "Email"
1046
+ msgstr "Correo electrónico"
1047
+
1048
+ msgid "Website"
1049
+ msgstr "Página web"
1050
+
1051
+ msgid "Subject"
1052
+ msgstr "Tema"
1053
+
1054
+ msgid "Topic"
1055
+ msgstr "Asunto"
1056
+
1057
+ msgid "Plugin options"
1058
+ msgstr "Opciones del Plugin"
1059
+
1060
+ msgid "Report a bug"
1061
+ msgstr "Reportar un error"
1062
+
1063
+ msgid "Require a new functionallity"
1064
+ msgstr "Requerir una nueva funcionalidad"
1065
+
1066
+ msgid "Other"
1067
+ msgstr "Otro"
1068
+
1069
+ msgid "Message"
1070
+ msgstr "Mensaje"
1071
+
1072
+ msgid "Hello Supsystic Team!"
1073
+ msgstr "¡Hola Equipo Supsystic!"
1074
+
1075
+ msgid ""
1076
+ "Some errors occurred while sending mail please send your message trough this contact "
1077
+ "form:"
1078
+ msgstr ""
1079
+ "Ocurrió algún error mientras se enviaba el mail, por favor envía tu mensaje por el "
1080
+ "formulario de contacto:"
1081
+
1082
+ msgid "Unable to save chosen photo %s: %s"
1083
+ msgstr "Incapaz de guardar la foto escogida %s: %s"
1084
+
1085
+ msgid "New Folder"
1086
+ msgstr "Nuevo Folder"
1087
+
1088
+ msgid "The title can't be empty"
1089
+ msgstr "¡El título no puede estar vacío!"
1090
+
1091
+ msgid "Failed to update position."
1092
+ msgstr "Error al actualizar posición."
1093
+
1094
+ msgid "Position updated successfully!"
1095
+ msgstr "¡Posición actualizado correctamente!"
1096
+
1097
+ msgid "Rename folder"
1098
+ msgstr "Renombrar folder"
1099
+
1100
+ msgid "Folder name:"
1101
+ msgstr "Nombre de folder:"
1102
+
1103
+ msgid "Add images to the gallery"
1104
+ msgstr "Agregar imágenes a la galeria"
1105
+
1106
+ msgid "Please wait while the plugin to get the list of galleries..."
1107
+ msgstr "Por favor espere mientras el plugin obtiene la lista de las galerias..."
1108
+
1109
+ msgid "Select the gallery:"
1110
+ msgstr "Seleccionar la galeria:"
1111
+
1112
+ msgid "New folder"
1113
+ msgstr "Nuevo folder"
1114
+
1115
+ msgid "Add images to the new gallery"
1116
+ msgstr "Agregar imágenes a la nueva galeria"
1117
+
1118
+ msgid "Create new folder"
1119
+ msgstr "Crear nuevo folder"
1120
+
1121
+ msgid "Edit selected item"
1122
+ msgstr "Editar ítem seleccionado"
1123
+
1124
+ msgid "Delete selected items"
1125
+ msgstr "Eliminar ítems seleccionados"
1126
+
1127
+ msgid "Create new gallery from the selected items"
1128
+ msgstr "Crear una galeria de los ítems seleccionados"
1129
+
1130
+ msgid "New gallery from selected"
1131
+ msgstr "Nueva galeria desde lo seleccionado"
1132
+
1133
+ msgid "Add the selected items to the existing gallery"
1134
+ msgstr "Agregar los ítems seleccionados a la galeria existente"
1135
+
1136
+ msgid "Add selected to the gallery"
1137
+ msgstr "Agregar los seleccionados a la galeria"
1138
+
1139
+ msgid "Upload your images from the WordPress Media Library"
1140
+ msgstr "Cargar tus imágenes desde la librería de medios de WordPress"
1141
+
1142
+ msgid "All photos"
1143
+ msgstr "Todas las fotos"
1144
+
1145
+ msgid "Drop photos here to move them from the folder"
1146
+ msgstr "Suelte las fotos aquí y muévalas desde el folder"
1147
+
1148
+ msgid "Next"
1149
+ msgstr "Siguiente"
1150
+
1151
+ msgid "Close Tutorial"
1152
+ msgstr "Cerrar Tutorial"
1153
+
1154
+ msgid "Welcome to Photo Gallery plugin by Supsystic!"
1155
+ msgstr "Bienvenido al plugin Photo Gallery de Supsystic!"
1156
+
1157
+ msgid ""
1158
+ "Thank you for choosing our Gallery plugin. Just click here to start using it - and we "
1159
+ "will show you it's possibilities and powerfull features."
1160
+ msgstr ""
1161
+ "Gracias por elegir nuestro plugin de galería. Haz click acá para empezar a usarlo - y "
1162
+ "te mostraremos sus posibilidades y poderosas características"
1163
+
1164
+ msgid "Hello! This is the Gallery by Supsystic Overview."
1165
+ msgstr "Hola! Este es la vista previa de la Galería de Supsystic"
1166
+
1167
+ msgid ""
1168
+ "Here you can get help: watch the video tutorial or read FAQ and Documentation, make use "
1169
+ "of contact form. Also here requirements for server - Server Settings."
1170
+ msgstr ""
1171
+ "Acá podés obtener ayuda:mira el video tutorial o lee las Preguntas Frecuentes y la "
1172
+ "documentación, usa nuestro formulario de contacto. También hay requerimientos por "
1173
+ "servidor - Configuración del Servidor"
1174
+
1175
+ msgid "Create your first Gallery"
1176
+ msgstr "Crear tu primer galería"
1177
+
1178
+ msgid ""
1179
+ "To Create New Gallery select gallery template. You can change template and settings "
1180
+ "later. Now here are four different templates. With PRO version you’ll get more features "
1181
+ "like Categories, Load More button, Post Feed (Content) gallery, Polaroid gallery and "
1182
+ "more. Enter name of the gallery and click “Save”."
1183
+ msgstr ""
1184
+ "Para crear una nueva galería selecciona la plantilla de la galería. Después puedes "
1185
+ "cambiar la plantilla. Ahora hay cuatro plantillas diferentes. Con la versión PRO vas a "
1186
+ "poder obtener más funciones como Categorías, Botón de Cargar Más, Galería de "
1187
+ "Publicaciones, Galería Polaroid y más. Ingrese el nombre de la galería y pulse guardar."
1188
+
1189
+ msgid "Add images to your Gallery"
1190
+ msgstr "Agrega imágenes a la galería"
1191
+
1192
+ msgid ""
1193
+ "Now you are in the edit menu of your gallery. And the first thing you need to do are "
1194
+ "add media to the gallery. Click \"Add Images\" button."
1195
+ msgstr ""
1196
+ "Ahora te encuentras en el menú editar de tu galería. Y la primer cosas que necesitas "
1197
+ "hacer es agregar fotos y videos a tu galería. Haz click en el botón “Añadir imágenes”"
1198
+
1199
+ msgid "Images Import Options"
1200
+ msgstr "Opciones de importación de imágenes"
1201
+
1202
+ msgid ""
1203
+ "<p>Import images in several ways:</p><p>Import from Wordpress Media Library/Upload "
1204
+ "files from your computer</p><p>Import from social networks</p><p>Instagram (in the Free "
1205
+ "version)</p><p>With PRO-version also will be available import from Flickr, Tumblr and "
1206
+ "Facebook.</p><p>Besides with Gallery PRO version you can import images from such cloud "
1207
+ "services - FTP server, Google Drive.</p>"
1208
+ msgstr ""
1209
+ "<p>Importa imágenes de diferentes maneras:</p><p>Importa desde la librería de Media de "
1210
+ "tu Wordpress/Sube archivos desde tu computadora</p><p>Importa desde redes sociales</"
1211
+ "p><p>Instagram (versión gratuita)</p><p>Con la versiión PRO también puedes importar "
1212
+ "desde Flickr, Tumblr y Facebook.</p><p>Además con la versión PRO podés importar "
1213
+ "imágenes desde la nube - servidor FTP, Google Drive.</p>"
1214
+
1215
+ msgid "Image List"
1216
+ msgstr "Lista de imágenes"
1217
+
1218
+ msgid ""
1219
+ "<p>Now you can see your image list. Here you can:</p><p>Change the order of images – "
1220
+ "simply by dragging them manually.</p><p>Delete images.</p><p>Add new images from "
1221
+ "different sources to the grid gallery – click “Add Images” button and select the source "
1222
+ "to import from.</p><p><b>Caption tab</b> – add caption to image – it will be displayed "
1223
+ "on the caption effect of the gallery. Also here included the support of html-elements "
1224
+ "inside caption effect</p><p><b>SEO tab</b> – manage image title and description</"
1225
+ "p><p><b>Link tab</b> – attach links to image – it will go to the link when you click "
1226
+ "the image.</p><p><b>Video tab</b> – attach video url – it will be displayed in a pop-up "
1227
+ "image when you click on the image.</p><p><b>Categories tab</b> – add tags for image "
1228
+ "categories.</p><p><b>Linked images tab</b> – add linked images to the chosen image.</"
1229
+ "p><p><b>Crop tab</b> – choose image crop position.</p><p><b>Replace image tab</b> – "
1230
+ "replace image without losing image settings.</p><p>Now follow to the gallery settings – "
1231
+ "сlick “Properties” button.</p>"
1232
+ msgstr ""
1233
+ "<p>Ahora puedes ver tu lista de imágenes. Acá puedes:</p><p>Cambiar el orden de las "
1234
+ "imágenes simplemente arrastrándolas€“ manualmente.</p><p>Eliminar imágenes.</p><p>Agregar "
1235
+ "nuevas imágenes de diferentes fuentes a la galería. Hacer click en el botón agregar "
1236
+ "imágenes y selecciona la fuente de la que importar</p><p><b>Pestaña Leyenda</b> "
1237
+ "Agrégale una leyenda a la imagen, va a ser mostrada en el efecto de la leyenda de la "
1238
+ "galería. También soporta elemntos html dentro del efecto de la leyenda</p><p><b>Pestaña "
1239
+ "SEO</b> configura el título y descripción de la imagen€“</p><p><b>Pestña de vínculos</b> "
1240
+ "Añade links a las imágenes y redireccionará al link cuando hagas click en la imagen€“€“</"
1241
+ "p><p><b>Pestaña Video</b> Agrega el link de un video y se mostrará cuando haces click "
1242
+ "en la imagen</p><p><b>Pestaña Categorías</b> agrega tags para las categorías de imagen€“</"
1243
+ "p><p><b>Pestaña de imágenes relacionadas</b> Añade imágenes relacionadas de la imagen "
1244
+ "seleccionada€“</p><p><b>Pestaña miñatura</b> elige la posición de la miñatura de la "
1245
+ "imagen€“</p><p><b>Pestaña remplazar imagen</b> Remplaza imagen sin perder su "
1246
+ "configuración€“</p><p>Ahora sigue a la configuración de la galería, haz click en el botón "
1247
+ "Propiedades</p>"
1248
+
1249
+ msgid "Preview of Gallery settings"
1250
+ msgstr "Vista previa de la configuración de la galería"
1251
+
1252
+ msgid ""
1253
+ "At the left side of the monitor you see a preview image in which will be seen changes "
1254
+ "made to the settings. This window for the settings of your gallery."
1255
+ msgstr ""
1256
+ "En la parte izquierda del monitor ves la vista previa de la imagen en la cual se van a "
1257
+ "ver los cambios que hagas en la configuración. Esta ventana es para la configuración de "
1258
+ "tu galería."
1259
+
1260
+ msgid "Main Settings"
1261
+ msgstr "Configuración principal"
1262
+
1263
+ msgid ""
1264
+ "<p>Here you can set main settings of gallery - choose Gallery Type, for more "
1265
+ "information check this <a href=\"//supsystic.com/gallery-order-types/\" target=\"_blank"
1266
+ "\">article</a>.</p><p>Social Sharing: add social share buttons to your gallery. Or "
1267
+ "showcase images in a Horizontal Scroll view.</p><p>Load More: adds \"load more\" button "
1268
+ "to your gallery. And with Custom Buttons: you can make your button better.</p><p>Add to "
1269
+ "images border and shadow with Border Type and Shadow settings.</p><p>In the Pop-up "
1270
+ "Image section customize lightbox of your gallery.</p>"
1271
+ msgstr ""
1272
+ "<p>Aqui puedes definir las configuraciones principales de tu galería - elegir el tipo "
1273
+ "de galería, para más información mira este <a href=“//supsystic.com/gallery-order-"
1274
+ "types/“ target=“_blank”>artículo</a>.</p><p>Compartir en Redes Sociales: agrega botones "
1275
+ "de compartir en redes sociales en tu galería. O muestra imágenes con la vista de scroll "
1276
+ "horizontal.</p><p>Cargar más: agrega el botón “Cargar más” a tu galería. Y con botones "
1277
+ "personalizados podés hacer tu botón mejor.</p><p>Agrega a las imágenes borde y sombra "
1278
+ "con el Tipo de Borde y Configuración de Sombra</p><p>En la sección de ventana "
1279
+ "emergente, configura el tipo en tu galería</p>"
1280
+
1281
+ msgid "Captions and Icons"
1282
+ msgstr "Leyendas e Íconos"
1283
+
1284
+ msgid ""
1285
+ "<p>On Captions tab you can manage the Captions and Icons, and make them your style.</p>"
1286
+ msgstr ""
1287
+ "<p>En la pestaña Leyendas podes controlar las Leyendas e Íconos y adaptarlos a tu "
1288
+ "estilo</p>"
1289
+
1290
+ msgid "Categories and Pagination"
1291
+ msgstr "Categorías y Paginación"
1292
+
1293
+ msgid ""
1294
+ "<p>Categories tab: here you can enable Categories and Pagination options.</p><p>To this "
1295
+ "tab become available you need to buy PRO version."
1296
+ msgstr ""
1297
+ "<p>Pestaña Categorías: acá podes habilitar las opciones de Categoría y Paginación</"
1298
+ "p><p>Para que se habilite esta pestaña, tienes que adquirir la versión PRO"
1299
+
1300
+ msgid ""
1301
+ "<p>Posts tab: here you can add posts and pages to your gallery and also manage them. "
1302
+ "Posts of gallery included in the PRO version of Gallery by Supsystic.</p>"
1303
+ msgstr ""
1304
+ "<p>Pestaña de publicaciones: acá puedes añadir publicaciones y páginas a tu galería y "
1305
+ "también administrarlas. Esta pestaña está incluida en la versión PRO</p>"
1306
+
1307
+ msgid "Well done!"
1308
+ msgstr "Bien hecho!"
1309
+
1310
+ msgid ""
1311
+ "<p><b>Upgrading</b></p><p>Once you have purchased Premium version of plugin - you’ll "
1312
+ "have to enter license key (you can find it in your personal account on our site). Go to "
1313
+ "the License tab and enter your email and license key. Once you have activated your PRO "
1314
+ "license - you can use all its advanced options.</p><p>That’s all. From this moment you "
1315
+ "can use your Gallery without any doubt. But if you still have some question - do not "
1316
+ "hesitate to contact us through our <a href=\"https://supsystic.com/contact-us/"
1317
+ "\">internal support</a> or on our <a href=\"http://supsystic.com/forum/photo-gallery-"
1318
+ "plugin/\">Supsystic Forum.</a> Besides you can always describe your questions on <a "
1319
+ "href=\"https://wordpress.org/support/plugin/gallery-by-supsystic\">WordPress Ultimate "
1320
+ "Forum.</a></p><p><b>Enjoy this plugin?</b></p><p>It will be nice if you`ll help us and "
1321
+ "boost plugin with <a href=\"https://wordpress.org/support/view/plugin-reviews/gallery-"
1322
+ "by-supsystic?rate=5#postform/\">Five Stars rating on WordPress.org.</a></p><p>We hope "
1323
+ "that you like this plugin and wish you all the best! Good luck!</p>"
1324
+ msgstr ""
1325
+ "<p><b>Actualizando</b></p><p>Una vez que adquieras la versión premium - vas a tener que "
1326
+ "insertar la clave de la licencia (podés encontrarla en tu cuenta personal en nuestra "
1327
+ "página). Ve a la pestaña Licencias e ingresa tu email y clave de la licencia. Una vez "
1328
+ "que haz adquirido la versión PRO - puedes usar todas sus opciones avanzadas</p><p> Eso "
1329
+ "es todo. A partir de este momento podés usar tu galería sin ninguna duda. Pero si "
1330
+ "tienes alguna pregunta - no dudes en contactarnos a través de nuestro <a href=“https://"
1331
+ "supsystic.com/contact-us/“>soporte internacional</a> o en nuestro <a href=“http://"
1332
+ "supsystic.com/forum/photo-gallery-plugin/“>Foro Supsystic.</a> Además, siempre puedes "
1333
+ "hacer tu pregunta en <a href=“https://wordpress.org/support/plugin/gallery-by-"
1334
+ "supsystic”> Foro de WordPress.</a></p><p><b>Te gusta el plugin?</b></p><p>Sería genial "
1335
+ "si promueves nuestro plugin con la <a href=“https://wordpress.org/support/view/plugin-"
1336
+ "reviews/gallery-by-supsystic?rate=5#postform/“>Calificación de cinco estrellas en "
1337
+ "WordPress.org.</a></p><p>Esperamos que te guste este plugin y te deseamos lo mejor! "
1338
+ "Suerte!</p>"
1339
+
1340
+ msgid "Welcome to the"
1341
+ msgstr "Bienvenido al"
1342
+
1343
+ msgid ""
1344
+ "Photo Gallery plugin is created for people who would like to show their photos in a "
1345
+ "marvelous way. Perform your best ideas, making delightful presentations or galleries "
1346
+ "from videos and photos."
1347
+ msgstr ""
1348
+ "El plugin Photo Gallery está creado para personas que les gustaría mostrar sus fotos de "
1349
+ "una manera maravillosa. Despliega tus mejores ideas, creando presentaciones "
1350
+ "encantadoras o galerías con videos y fotos."
1351
+
1352
+ msgid "Step-by-step tutorial"
1353
+ msgstr "Tutorial paso a paso"
1354
+
1355
+ msgid ""
1356
+ "There’re really many options of photo gallery plugin customization. So as soon as you "
1357
+ "close that page, I’ll show you step-by-step tutorial of how to use plugin. Hope it will "
1358
+ "be usefull for you :)"
1359
+ msgstr ""
1360
+ "Hay realmente muchas opciones de la configuración del plugin de la galería. Así que "
1361
+ "apenas cierres esta ventana, te voy a mostrar un tutorial paso a paso de como usar el "
1362
+ "plugin. Esperamos que te sea de ayuda :)"
1363
+
1364
+ msgid "Support"
1365
+ msgstr "Soporte"
1366
+
1367
+ msgid ""
1368
+ "We love our plugin and do the best to improve all features you want and fix all issues. "
1369
+ "But sometimes some issues happened or you can’t find feature you want :) Don’t worry, "
1370
+ "just <a href=\"//supsystic.com/plugins/photo-gallery?"
1371
+ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" target="
1372
+ "\"_blank\"> contact us </a> . We’ll answer in an hour and fix all issues."
1373
+ msgstr ""
1374
+ "Amamos nuestro plugin y hacemos lo mejor para mejorar todas las características que "
1375
+ "quieres y corregir errores. Pero a veces hay errores que suceden o no puedes encontrar "
1376
+ "la característica que quieres :). No te preocupes sólo <a href=“//supsystic.com/plugins/"
1377
+ "photo-gallery?utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-"
1378
+ "gallery#contact” target=“_blank”> contáctanos </a>. Te responderemos en una hora y "
1379
+ "corregiremos los inconvenientes."
1380
+
1381
+ msgid "Video Tutorial"
1382
+ msgstr "Tutorial"
1383
+
1384
+ msgid "Frequently Asked Questions"
1385
+ msgstr "Preguntas Frecuentes"
1386
+
1387
+ msgid ""
1388
+ "Gallery doesn’t load on the front end. If the loading gallery icon just keeps playing "
1389
+ "but never loads the gallery."
1390
+ msgstr ""
1391
+ "La galería no se carga en la página. Si el icono de carga sigue apareciendo pero nunca "
1392
+ "se carga la galería"
1393
+
1394
+ msgid "How to change the position of photos in gallery?"
1395
+ msgstr "Cómo cambiar la posición de las fotos de la galería?"
1396
+
1397
+ msgid "How to insert gallery into widget?"
1398
+ msgstr "Cómo insertar una galería en el widget?"
1399
+
1400
+ msgid "Go to Appearance -> Widgets."
1401
+ msgstr "Ir a Apariencia -> Complementos"
1402
+
1403
+ msgid ""
1404
+ "You’ll see Gallery by Supsystic Widget on the left. Drag it to the area, where you want "
1405
+ "it to appear."
1406
+ msgstr ""
1407
+ "Vas a ver “Gallery by Supsystic” a la izquierda. Arrástrala hasta la sección dónde "
1408
+ "quieres que aparezca"
1409
+
1410
+ msgid "Then choose what gallery you want to display. And press save."
1411
+ msgstr "Después elige que galería quieres mostrar y pulsa guardar"
1412
+
1413
+ msgid "Check all other FAQs"
1414
+ msgstr "Consulta el resto de las preguntas frecuentes"
1415
+
1416
+ msgid "Roles"
1417
+ msgstr "Roles"
1418
+
1419
+ msgid "PRO option"
1420
+ msgstr "Opción PRO"
1421
+
1422
+ msgid "Edit image"
1423
+ msgstr "Editar imagen"
1424
+
1425
+ msgid "SEO"
1426
+ msgstr "SEO"
1427
+
1428
+ msgid "Alternative text"
1429
+ msgstr "Texto Alternativo"
1430
+
1431
+ msgid "External link"
1432
+ msgstr "Enlace externo"
1433
+
1434
+ msgid "Available in PRO version."
1435
+ msgstr "Disponible en la version PRO."
1436
+
1437
+ msgid "Link"
1438
+ msgstr "Enlace"
1439
+
1440
+ msgid "Open in new window"
1441
+ msgstr "Abrir en nueva ventana"
1442
+
1443
+ msgid "Embeded video"
1444
+ msgstr "Video embebido"
1445
+
1446
+ msgid "Video URL"
1447
+ msgstr "URL del video"
1448
+
1449
+ msgid "Supports Youtube and Vimeo. URL will be converted to embed automatically."
1450
+ msgstr "Soporta a Youtube y Vimeo. La URL será embebida automáticamente."
1451
+
1452
+ msgid "Image"
1453
+ msgstr "Imagen"
1454
+
1455
+ msgid "Date"
1456
+ msgstr "Fecha"
1457
+
1458
+ msgid "Select %s"
1459
+ msgstr "Seleccionar %s"
1460
+
1461
+ msgid "photo"
1462
+ msgstr "foto"
1463
+
1464
+ msgid "photos"
1465
+ msgstr "fotos"
1466
+
1467
+ msgid "Caption effect"
1468
+ msgstr "Efecto de leyenda"
1469
+
1470
+ msgid "Video"
1471
+ msgstr "Video"
1472
+
1473
+ msgid "Linked images"
1474
+ msgstr "Imágenes vinculadas"
1475
+
1476
+ msgid "Crop"
1477
+ msgstr "Recortar y achicar"
1478
+
1479
+ msgid "Replace image"
1480
+ msgstr "Remplazar imagenes"
1481
+
1482
+ msgid "http://example.com/"
1483
+ msgstr "http://ejemplo.com/"
1484
+
1485
+ msgid "Add nofollow attribute"
1486
+ msgstr "Agregar atributo nofollow"
1487
+
1488
+ msgid "Choose images"
1489
+ msgstr "Elige imágenes"
1490
+
1491
+ #~ msgid "Select categories preset"
1492
+ #~ msgstr "Seleccionar categorías predeterminadas"
1493
+
1494
+ #~ msgid "Categories preset editor"
1495
+ #~ msgstr "Editor de ajustes de categorías "
1496
+
1497
+ #~ msgid "Preset name"
1498
+ #~ msgstr "Nombre del ajuste"
1499
+
1500
+ #~ msgid "Normal"
1501
+ #~ msgstr "Normal"
1502
+
1503
+ #~ msgid "Bold"
1504
+ #~ msgstr "Negrita"
1505
+
1506
+ #~ msgid "Select pagination preset"
1507
+ #~ msgstr "Seleccionar ajuste de paginación"
1508
+
1509
+ #~ msgid "Pages preset editor"
1510
+ #~ msgstr "Editor de ajuste de página"
1511
+
1512
+ #~ msgid "Load More"
1513
+ #~ msgstr "Cargar Más"
1514
+
1515
+ #~ msgid "Load more"
1516
+ #~ msgstr "Cargar Más"
1517
+
1518
+ #~ msgid "Buttons preset editor"
1519
+ #~ msgstr "Editor de ajustes de botones"
1520
+
1521
+ #~ msgid "Choose image"
1522
+ #~ msgstr "Elegir imagen"
1523
+
1524
+ #~ msgid "You have not any galleries"
1525
+ #~ msgstr "No tienes ninguna galeria"
1526
+
1527
+ #~ msgid "Choose image for preview"
1528
+ #~ msgstr "Elegir imagen para vista previa"
1529
+
1530
+ #~ msgid "Enabled"
1531
+ #~ msgstr "Activado"
1532
+
1533
+ #~ msgid "Transition"
1534
+ #~ msgstr "Transición"
1535
+
1536
+ #~ msgid "Show caption"
1537
+ #~ msgstr "Mostrar leyenda"
1538
+
1539
+ #~ msgid "Text align"
1540
+ #~ msgstr "Alineación del texto"
1541
+
1542
+ #~ msgid "Select transition"
1543
+ #~ msgstr "Seleccionar transición"
1544
+
1545
+ #~ msgid "Lifetime for cached data"
1546
+ #~ msgstr "Vigencia para datos en cache"
1547
+
1548
+ #~ msgid "The field \"%s\" available only for numeric values"
1549
+ #~ msgstr "El campo \"%s\" disponible sólo para valores numéricos"
1550
+
1551
+ #~ msgid "Settings successfully updated!"
1552
+ #~ msgstr "¡Configuraciones actualizadas correctamente!"
1553
+
1554
+ #~ msgid "Please correct following errors:"
1555
+ #~ msgstr "Por favor corrige los siguientes errores:"
1556
+
1557
+ #~ msgid ""
1558
+ #~ "<strong>%s</strong> has its own caching system in order to significantly reduce the "
1559
+ #~ "load on the database."
1560
+ #~ msgstr ""
1561
+ #~ "<strong>%s</strong> tiene su propio sistema de almacenamiento de cache a fin de "
1562
+ #~ "reducir significativamente la carga de la base de datos."
1563
+
1564
+ #~ msgid ""
1565
+ #~ "Use this option only if all your galleries are setting correctly and you dont need "
1566
+ #~ "to change settings soon"
1567
+ #~ msgstr ""
1568
+ #~ "Use esta opción sólo si todas tus galerias están configuradas correctamente y no "
1569
+ #~ "vas a configurarlas pronto"
1570
+
1571
+ #~ msgid "Caching is not available because your uploads directory is not writable."
1572
+ #~ msgstr ""
1573
+ #~ "El almacenamiento de cache no está disponible porque tu directorio de cargas no "
1574
+ #~ "tiene permiso de escritura"
1575
+
1576
+ #~ msgid ""
1577
+ #~ "The time in seconds after which the cache will be considered obsolete. Default: "
1578
+ #~ "86400 (24 hours)."
1579
+ #~ msgstr ""
1580
+ #~ "El tiempo en segundos después del cual la cache será considerada obsoleta. Por "
1581
+ #~ "defecto: 86400 (24 horas)."
1582
+
1583
+ #~ msgid "Clear cache"
1584
+ #~ msgstr "Limpiar cache"
1585
+
1586
+ #~ msgid ""
1587
+ #~ "We don't collect statistics on you, we only collect the errors encountered during "
1588
+ #~ "use in order to improve our product."
1589
+ #~ msgstr ""
1590
+ #~ "No recolectamos tus estadísticas, sólo los errores encontrados durante el uso a fin "
1591
+ #~ "de mejorar nuestro producto."
1592
+
1593
+ #~ msgid "Open in new window."
1594
+ #~ msgstr "Abrir en nueva ventana."
app/langs/sgg-fi_FI.mo ADDED
Binary file
app/langs/sgg-fi_FI.po ADDED
@@ -0,0 +1,1584 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: \n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: Juhani Honkanen <juhani.honkanen@dnainternet.net>\n"
7
+ "Language-Team: \n"
8
+ "Language: fi_FI\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
+ "X-Poedit-SourceCharset: UTF-8\n"
14
+
15
+ msgid "An error has occurred"
16
+ msgstr "Tapahtui virhe."
17
+
18
+ msgid "Overview"
19
+ msgstr "Yleiskatsaus"
20
+
21
+ msgid "New Gallery"
22
+ msgstr "Uusi Galleria"
23
+
24
+ msgid "Galleries"
25
+ msgstr "Galleriat"
26
+
27
+ msgid "Settings"
28
+ msgstr "Asetukset"
29
+
30
+ msgid "License"
31
+ msgstr "Lisenssi"
32
+
33
+ msgid "Images"
34
+ msgstr "Kuvat"
35
+
36
+ msgid "Instagram"
37
+ msgstr "Instagram"
38
+
39
+ msgid "Flickr"
40
+ msgstr "Flickr"
41
+
42
+ msgid "Tumblr"
43
+ msgstr "Tumblr"
44
+
45
+ msgid "Facebook"
46
+ msgstr "Facebook"
47
+
48
+ msgid "Get PRO"
49
+ msgstr "Hanki PRO versio"
50
+
51
+ msgid "Loading"
52
+ msgstr "Lataa"
53
+
54
+ msgid "Authorization code is not specified."
55
+ msgstr "Valtuutus koodia ei ole määritelty"
56
+
57
+ msgid "Gallery by Supsystic"
58
+ msgstr "Galleria Supsysticiltä"
59
+
60
+ msgid "Import images"
61
+ msgstr "Tuo kuvat"
62
+
63
+ msgid "Facebook authorization"
64
+ msgstr ""
65
+
66
+ msgid "Upload your images from the Facebook Media Library"
67
+ msgstr "Lataa kuvat Facebookin Media Librarysta"
68
+
69
+ msgid "Login with Facebook"
70
+ msgstr ""
71
+
72
+ msgid "Return to the gallery"
73
+ msgstr ""
74
+
75
+ msgid "Upload new images"
76
+ msgstr "Lataa uusi kuva"
77
+
78
+ msgid "Logout"
79
+ msgstr "Kirjaudu ulos"
80
+
81
+ msgid "Select/unselect all photos"
82
+ msgstr "Valitse/poista valinta kaikista kuvista"
83
+
84
+ msgid ""
85
+ "Here you can specify your business pages and images will load from those "
86
+ "pages. You can set several pages, just separate ID of pages by \",\". To get "
87
+ "the ID of your page you need to switch to the wanted page, then click on "
88
+ "\"About\" link right below page cover, and at the bottom of \"About\" page "
89
+ "you will find Facebook Page ID."
90
+ msgstr ""
91
+
92
+ msgid "Save"
93
+ msgstr "Tallenna"
94
+
95
+ msgid "Empty user data."
96
+ msgstr "Käyttäjällä ei ole tiedostoja"
97
+
98
+ msgid "Flickr authorization"
99
+ msgstr ""
100
+
101
+ msgid "Upload your images from the Flickr Media Library"
102
+ msgstr "Lataa kuvasi Flickr Media Librarysta"
103
+
104
+ msgid "Upload from Flickr"
105
+ msgstr "Lataa Flickrista"
106
+
107
+ msgid "Images not in albums"
108
+ msgstr ""
109
+
110
+ msgid "Albums"
111
+ msgstr ""
112
+
113
+ msgid "Fullscreen"
114
+ msgstr ""
115
+
116
+ msgid "Load More Button"
117
+ msgstr ""
118
+
119
+ msgid "Enable"
120
+ msgstr ""
121
+
122
+ msgid "Disable"
123
+ msgstr "Pois käytöstä"
124
+
125
+ msgid "Load with scroll"
126
+ msgstr ""
127
+
128
+ msgid "No"
129
+ msgstr "Ei"
130
+
131
+ msgid "Yes"
132
+ msgstr "Kyllä"
133
+
134
+ msgid "Load more button text"
135
+ msgstr ""
136
+
137
+ msgid "Images amount"
138
+ msgstr ""
139
+
140
+ msgid "Load more amount"
141
+ msgstr ""
142
+
143
+ msgid "Custom Buttons"
144
+ msgstr ""
145
+
146
+ msgid "Gallery Loader"
147
+ msgstr ""
148
+
149
+ msgid "Background color"
150
+ msgstr "Taustan väri"
151
+
152
+ msgid "Choose Icon"
153
+ msgstr ""
154
+
155
+ msgid "Disable right click"
156
+ msgstr ""
157
+
158
+ msgid "Video size"
159
+ msgstr ""
160
+
161
+ msgid "Autoplay video"
162
+ msgstr ""
163
+
164
+ msgid "When video ends"
165
+ msgstr ""
166
+
167
+ msgid "Do nothing"
168
+ msgstr ""
169
+
170
+ msgid "Open next slide"
171
+ msgstr ""
172
+
173
+ msgid "Close popup"
174
+ msgstr ""
175
+
176
+ msgid "Posts layout"
177
+ msgstr "Postien asettelu"
178
+
179
+ msgid "Posts layout style"
180
+ msgstr "Postien asettelun tyyli"
181
+
182
+ msgid "Posts"
183
+ msgstr "Postit"
184
+
185
+ msgid "Pages"
186
+ msgstr "Sivut"
187
+
188
+ msgid "Show author"
189
+ msgstr "Näytä kirjoittaja"
190
+
191
+ msgid "Show date"
192
+ msgstr "Näytä päiväys"
193
+
194
+ msgid "Show contents"
195
+ msgstr "Näytä sisältö"
196
+
197
+ msgid "Show categories"
198
+ msgstr "Näytä kategoriat"
199
+
200
+ msgid "Hide \"All\" category"
201
+ msgstr ""
202
+
203
+ msgid "Enable shuffling animation"
204
+ msgstr "Valitse sekoitettu animaatio"
205
+
206
+ msgid "Animation duration"
207
+ msgstr "Animaation kesto"
208
+
209
+ msgid "Position"
210
+ msgstr "Paikka"
211
+
212
+ msgid "Over the gallery"
213
+ msgstr "Gallerian yllä"
214
+
215
+ msgid "Under the gallery"
216
+ msgstr "Gallerian alla"
217
+
218
+ msgid "Align"
219
+ msgstr "Kohdistus"
220
+
221
+ msgid "Left"
222
+ msgstr "Vasen"
223
+
224
+ msgid "Center"
225
+ msgstr "Keskellä"
226
+
227
+ msgid "Right"
228
+ msgstr "Oikea"
229
+
230
+ msgid "Presets"
231
+ msgstr ""
232
+
233
+ msgid "Choose preset"
234
+ msgstr "Valitse esiasetus"
235
+
236
+ msgid "Preset Editor"
237
+ msgstr "Esiasetuksen muokkaus"
238
+
239
+ msgid "Categories order"
240
+ msgstr ""
241
+
242
+ msgid "All"
243
+ msgstr ""
244
+
245
+ msgid "Enable pagination"
246
+ msgstr "Valitse sivunumerointi"
247
+
248
+ msgid "Pagination"
249
+ msgstr "Sivunumerointi"
250
+
251
+ msgid "Images per page"
252
+ msgstr "Kuvia sivulla"
253
+
254
+ msgid "Buttons position"
255
+ msgstr "Napin paikka"
256
+
257
+ msgid "Top"
258
+ msgstr "Ylhäällä"
259
+
260
+ msgid "Bottom"
261
+ msgstr "Alhaalla"
262
+
263
+ msgid "Container background"
264
+ msgstr "Säilön tausta"
265
+
266
+ msgid "Hide container background."
267
+ msgstr "Piilota säilön tausta"
268
+
269
+ msgid "Text background"
270
+ msgstr "Tekstin tausta"
271
+
272
+ msgid "Hide text background."
273
+ msgstr "Piilota tekstin tausta"
274
+
275
+ msgid "Text color"
276
+ msgstr "Tekstin väri"
277
+
278
+ msgid "Use color, based on my theme."
279
+ msgstr "Käytä teemaan perustuvaa väriä"
280
+
281
+ msgid "Vertical padding"
282
+ msgstr "Pystysuora täyte"
283
+
284
+ msgid "Horizontal padding"
285
+ msgstr "Vaakasuora täyte"
286
+
287
+ msgid "Font weight"
288
+ msgstr "Fontin paksuus"
289
+
290
+ msgid "Font size"
291
+ msgstr "Fontin koko"
292
+
293
+ msgid "Border width"
294
+ msgstr "Reunuksen leveys"
295
+
296
+ msgid "Border type"
297
+ msgstr "Reunuksen tyyppi"
298
+
299
+ msgid "Border color"
300
+ msgstr "Reunuksen väri"
301
+
302
+ msgid "Border radius"
303
+ msgstr "Reunuksen säde"
304
+
305
+ msgid "Buttons preset editor for Paginations, Categories and Load More buttons"
306
+ msgstr ""
307
+
308
+ msgid "Custom class"
309
+ msgstr ""
310
+
311
+ msgid "Font family"
312
+ msgstr ""
313
+
314
+ msgid "Border style"
315
+ msgstr ""
316
+
317
+ msgid "Choose icon"
318
+ msgstr ""
319
+
320
+ msgid "Page "
321
+ msgstr "Sivu"
322
+
323
+ msgid "Activate License"
324
+ msgstr ""
325
+
326
+ msgid "Renew License"
327
+ msgstr ""
328
+
329
+ msgid "Slider by Supsystic"
330
+ msgstr ""
331
+
332
+ msgid ""
333
+ "Congratulations! You have successfully installed and activated PRO version "
334
+ "of ' ~ environment.getMenu().getMenuTitle() ~ ' plugin."
335
+ msgstr ""
336
+
337
+ msgid "Your premium support is expired in ' ~ days ~ ' days"
338
+ msgstr ""
339
+
340
+ msgid "You will not be able to update your pro version with expired license"
341
+ msgstr ""
342
+
343
+ msgid "Activate"
344
+ msgstr ""
345
+
346
+ msgid "Authorization oauth_verifier is not specified."
347
+ msgstr "Varmistusta ei tehty,todennusta ei määritelty"
348
+
349
+ msgid "Tumblr authorization"
350
+ msgstr ""
351
+
352
+ msgid "Upload your images from the Tumblr Media Library"
353
+ msgstr "Lataa kuvat Thumbr Media Librarysta"
354
+
355
+ msgid "Upload from Tumblr"
356
+ msgstr "Lataa Thumblista"
357
+
358
+ msgid "FTP"
359
+ msgstr ""
360
+
361
+ msgid "Upload your images from the FTP Server"
362
+ msgstr ""
363
+
364
+ msgid "Enter images folder name, e.g. my-images"
365
+ msgstr ""
366
+
367
+ msgid "Parse"
368
+ msgstr ""
369
+
370
+ msgid "Note: images folder must be in wp-content/uploads/directory"
371
+ msgstr ""
372
+
373
+ msgid "Host"
374
+ msgstr ""
375
+
376
+ msgid "Username"
377
+ msgstr ""
378
+
379
+ msgid "Password"
380
+ msgstr ""
381
+
382
+ msgid "Port"
383
+ msgstr ""
384
+
385
+ msgid "Enter the full path to images folder"
386
+ msgstr ""
387
+
388
+ msgid "Note: you need to specify the full path to images folder"
389
+ msgstr ""
390
+
391
+ msgid "Please fill all fields"
392
+ msgstr ""
393
+
394
+ msgid "Loading text"
395
+ msgstr ""
396
+
397
+ msgid "Loading..."
398
+ msgstr ""
399
+
400
+ msgid "Open by link in popup"
401
+ msgstr ""
402
+
403
+ msgid "Gallery link"
404
+ msgstr ""
405
+
406
+ msgid "Auto posts"
407
+ msgstr ""
408
+
409
+ msgid "Number of posts"
410
+ msgstr ""
411
+
412
+ msgid "Auto Posts Categories"
413
+ msgstr ""
414
+
415
+ msgid "Select categories"
416
+ msgstr ""
417
+
418
+ msgid "Google Drive authorization"
419
+ msgstr ""
420
+
421
+ msgid "Upload your images from Google Drive CDN"
422
+ msgstr ""
423
+
424
+ msgid "Upload from Google Drive"
425
+ msgstr ""
426
+
427
+ msgid "Google Drive"
428
+ msgstr ""
429
+
430
+ msgid "New gallery successfully created"
431
+ msgstr "Uuden gallerian luonti onnistui"
432
+
433
+ msgid "Title successfully updated"
434
+ msgstr "Otsikon päivitys onnistui"
435
+
436
+ msgid "Not enough data."
437
+ msgstr "Ei tarpeeksi tietoa"
438
+
439
+ msgid "Preset successfully saved."
440
+ msgstr "Esiasetus tallennettu"
441
+
442
+ msgid "The preset ID is not specified."
443
+ msgstr "Esiasetuksen ID:tä ei määritetty"
444
+
445
+ msgid "Preset successfully removed."
446
+ msgstr "Esiasetus poistettu"
447
+
448
+ msgid "Failed to find the preset."
449
+ msgstr "Esiasetusta ei löytynyt"
450
+
451
+ msgid "Preset successfully applied to the gallery."
452
+ msgstr "Esiasetus otettu käyttöön galleriassa"
453
+
454
+ msgid "Unnamed gallery"
455
+ msgstr "Nimeämätön galleria"
456
+
457
+ msgid "The identifier of the gallery is invalid"
458
+ msgstr "Gallerian todennus on väärä"
459
+
460
+ msgid "Title is empty"
461
+ msgstr "Otsikko on tyhjä"
462
+
463
+ msgid "Failed to rename the gallery"
464
+ msgstr "Ei voi nimetä galleria uudestaan"
465
+
466
+ msgid "Invalid gallery identifier specified"
467
+ msgstr "Väärä gallerian todentajan määritys"
468
+
469
+ msgid "Failed to delete the gallery"
470
+ msgstr "Ei voi poistaa galleriaa"
471
+
472
+ msgid "Resources are does not exists"
473
+ msgstr "Resurssia ei ole olemassa"
474
+
475
+ msgid "The identifier of the Gallery is not specified"
476
+ msgstr "Gallerian todentajaa ei ole määritelty"
477
+
478
+ msgid "New gallery"
479
+ msgstr "Uusi galleria"
480
+
481
+ msgid "Add Images"
482
+ msgstr "Lisää kuva"
483
+
484
+ msgid "Add selected items"
485
+ msgstr "Lisää valitut kohteet"
486
+
487
+ msgid "Cancel"
488
+ msgstr "Peruuta"
489
+
490
+ msgid ""
491
+ "You need to import images to your gallery before you can start using "
492
+ "galleries"
493
+ msgstr "Sinun pitää tuoda kuvia galleriaan ennen kuin voit käyttää galleriaa"
494
+
495
+ msgid "Selected"
496
+ msgstr ""
497
+
498
+ msgid "Create new gallery"
499
+ msgstr "Tee uusi galleria"
500
+
501
+ msgid ""
502
+ "Choose Gallery Template.You can change template and settings on the next "
503
+ "step."
504
+ msgstr ""
505
+ "Valitse gallerian ulkoasu. Voit vaihtaa ulkoasun ja asetuksen seuraavassa "
506
+ "vaiheessa"
507
+
508
+ msgid "Gallery Name:"
509
+ msgstr "Gallerian nimi:"
510
+
511
+ msgid "Choose Gallery Template."
512
+ msgstr "Valitse gallerian ulkoasu."
513
+
514
+ msgid "Remove selected"
515
+ msgstr "Poista valitut"
516
+
517
+ msgid "Select/unselect all posts"
518
+ msgstr "Valitse / poista valinta kaikista posteista"
519
+
520
+ msgid "Images list"
521
+ msgstr "Kuvaluettelo"
522
+
523
+ msgid "Preview"
524
+ msgstr "Esikatselu"
525
+
526
+ msgid "Total Images: "
527
+ msgstr "Kuvia kaikkiaan:"
528
+
529
+ msgid "There are %s photos in the gallery %s"
530
+ msgstr "Täällä on %s kuvaa galleriassa %s"
531
+
532
+ msgid "Are you sure you want to delete this gallery?"
533
+ msgstr ""
534
+
535
+ msgid "Delete gallery"
536
+ msgstr "Poista galleria"
537
+
538
+ msgid "Shortcode:"
539
+ msgstr "Lyhytkoodi:"
540
+
541
+ msgid "PHPCode:"
542
+ msgstr ""
543
+
544
+ msgid "You have no galleries"
545
+ msgstr ""
546
+
547
+ msgid "You don't have any galleries yet."
548
+ msgstr "Sinulla ei ole vielä yhtään galleriaa"
549
+
550
+ msgid "Want to create one right now?"
551
+ msgstr "Haluatko tehdä gallerian nyt?"
552
+
553
+ msgid "What is a gallery"
554
+ msgstr "Mikä on galleria"
555
+
556
+ msgid ""
557
+ "<strong>Gallery</strong> &mdash; the highest type of entity in the Gallery "
558
+ "by Supsystic."
559
+ msgstr ""
560
+
561
+ msgid ""
562
+ "You can have an unlimited number of galleries, to which you can attach the "
563
+ "preloaded pictures."
564
+ msgstr ""
565
+
566
+ msgid ""
567
+ "Each gallery has a number of display settings and behaviors that you can "
568
+ "save to presets and apply to other galleries."
569
+ msgstr ""
570
+ "Jokaisella gallerialla on useita näyttöasetuksia ja malleja, joita voit "
571
+ "soveltaa ja käyttää muissa gallerioissa"
572
+
573
+ msgid "Gallery title can't be empty!"
574
+ msgstr "Gallerian otsikko ei voi olla tyhjä"
575
+
576
+ msgid "Gallery title:"
577
+ msgstr "Gallerian otsikko:"
578
+
579
+ msgid "Select source to import from"
580
+ msgstr "Valitse lähde tuodaksesi"
581
+
582
+ msgid "Back to the gallery"
583
+ msgstr "Takaisin galleriaan"
584
+
585
+ msgid "Main"
586
+ msgstr "Päätaso"
587
+
588
+ msgid "Captions"
589
+ msgstr "Kuvatekstit"
590
+
591
+ msgid "Categories"
592
+ msgstr "Kategoriat"
593
+
594
+ msgid "Add images"
595
+ msgstr ""
596
+
597
+ msgid "Import settings"
598
+ msgstr ""
599
+
600
+ msgid "Your changes not saved. You really want to leave without saving?"
601
+ msgstr ""
602
+
603
+ msgid "Gallery Type"
604
+ msgstr "Gallerian tyyppi"
605
+
606
+ msgid "Number of Columns"
607
+ msgstr ""
608
+
609
+ msgid "Responsive columns"
610
+ msgstr ""
611
+
612
+ msgid "Gallery Position"
613
+ msgstr ""
614
+
615
+ msgid "Images distance"
616
+ msgstr "Kuvien etäisyys"
617
+
618
+ msgid "Gallery width"
619
+ msgstr "Gallerian leveys"
620
+
621
+ msgid "Full screen width"
622
+ msgstr ""
623
+
624
+ msgid "Gallery padding"
625
+ msgstr ""
626
+
627
+ msgid "Gallery height"
628
+ msgstr "Gallerian korkeus"
629
+
630
+ msgid "Image width"
631
+ msgstr "Kuvan leveys"
632
+
633
+ msgid "Image height"
634
+ msgstr "Kuvan korkeus"
635
+
636
+ msgid "Image radius"
637
+ msgstr "Kuvan säde"
638
+
639
+ msgid "Image crop quality"
640
+ msgstr ""
641
+
642
+ msgid "Display only first image"
643
+ msgstr ""
644
+
645
+ msgid "Social Sharing"
646
+ msgstr ""
647
+
648
+ msgid "Social Buttons Project"
649
+ msgstr ""
650
+
651
+ msgid "Gallery Sharing"
652
+ msgstr ""
653
+
654
+ msgid "Image Sharing"
655
+ msgstr ""
656
+
657
+ msgid "Buttons align"
658
+ msgstr ""
659
+
660
+ msgid "Popup Image Sharing"
661
+ msgstr ""
662
+
663
+ msgid "You have no Social Sharing projects for now."
664
+ msgstr ""
665
+
666
+ msgid "Create your first project"
667
+ msgstr ""
668
+
669
+ msgid ""
670
+ "then just reload page with your Gallery settings, and you will see list with "
671
+ "available Social Projects for your Gallery."
672
+ msgstr ""
673
+
674
+ msgid ""
675
+ "You need to install Social Share Buttons by Supsystic to use this feature."
676
+ msgstr ""
677
+
678
+ msgid "Install plugin"
679
+ msgstr ""
680
+
681
+ msgid "here."
682
+ msgstr ""
683
+
684
+ msgid "Horizontal Scroll"
685
+ msgstr ""
686
+
687
+ msgid "Scroll Bar Color"
688
+ msgstr ""
689
+
690
+ msgid "Scroll Bar Transparency"
691
+ msgstr ""
692
+
693
+ msgid "Border"
694
+ msgstr "Reunus"
695
+
696
+ msgid "Available"
697
+ msgstr "Saatavilla"
698
+
699
+ msgid "Border Type"
700
+ msgstr "Reunuksen tyyppi"
701
+
702
+ msgid "Shadow"
703
+ msgstr "Varjo"
704
+
705
+ msgid "Shadow preset"
706
+ msgstr "Varjon esiasetus"
707
+
708
+ msgid "When mouse is over"
709
+ msgstr "Kun hiiri on päällä"
710
+
711
+ msgid "Off"
712
+ msgstr "Pois"
713
+
714
+ msgid "Show mouse on"
715
+ msgstr "Näytä hiiri päällä"
716
+
717
+ msgid "Hide mouse on"
718
+ msgstr "Piilota hiiri päällä"
719
+
720
+ msgid "Overlay image with shadow"
721
+ msgstr "Peitekuva varjolla"
722
+
723
+ msgid "Shadow color"
724
+ msgstr "Varjon väri"
725
+
726
+ msgid "Shadow blur"
727
+ msgstr "Varjon sumennus"
728
+
729
+ msgid "Shadow X"
730
+ msgstr "Varjo X"
731
+
732
+ msgid "Shadow Y"
733
+ msgstr "Varjo Y"
734
+
735
+ msgid "Pop-up Image"
736
+ msgstr "Pop-up kuva"
737
+
738
+ msgid "Popup box theme"
739
+ msgstr ""
740
+
741
+ msgid "Choose theme"
742
+ msgstr "Valitse ulkoasu"
743
+
744
+ msgid "Disable on mobile"
745
+ msgstr "Poista mobiilista"
746
+
747
+ msgid "Popup Image Text"
748
+ msgstr ""
749
+
750
+ msgid "Caption"
751
+ msgstr "Kuvateksti"
752
+
753
+ msgid "Title"
754
+ msgstr ""
755
+
756
+ msgid "Alt text"
757
+ msgstr ""
758
+
759
+ msgid "Description"
760
+ msgstr "Kuvaus"
761
+
762
+ msgid "Hide Popup Captions"
763
+ msgstr "Piilota pop-up kuvatekstit"
764
+
765
+ msgid "Transparency"
766
+ msgstr "Läpinäkyvyys"
767
+
768
+ msgid "Slideshow"
769
+ msgstr "Slideshow"
770
+
771
+ msgid "Slideshow speed"
772
+ msgstr "Slideshown nopeus"
773
+
774
+ msgid "Slideshow pause on hover"
775
+ msgstr ""
776
+
777
+ msgid "Slideshow autostart"
778
+ msgstr "Käynnistä slideshow automaattisesti"
779
+
780
+ msgid "Popup Image size"
781
+ msgstr ""
782
+
783
+ msgid "Effect"
784
+ msgstr "Tehoste"
785
+
786
+ msgid "Choose effect"
787
+ msgstr "Valitse tehoste"
788
+
789
+ msgid "Personal captions"
790
+ msgstr ""
791
+
792
+ msgid "Polaroid Style"
793
+ msgstr ""
794
+
795
+ msgid "Polaroid Image Animation"
796
+ msgstr ""
797
+
798
+ msgid "Polaroid Image Scattering "
799
+ msgstr ""
800
+
801
+ msgid "Polaroid Frame Width"
802
+ msgstr ""
803
+
804
+ msgid "Text size"
805
+ msgstr "Tekstin koko"
806
+
807
+ msgid "Text horizontal align"
808
+ msgstr ""
809
+
810
+ msgid "Text vertical align"
811
+ msgstr ""
812
+
813
+ msgid "Hide image title tooltip"
814
+ msgstr ""
815
+
816
+ msgid "Mobile - show always caption"
817
+ msgstr ""
818
+
819
+ msgid "Show icons"
820
+ msgstr "Näytä kuvakkeet"
821
+
822
+ msgid "Select effect"
823
+ msgstr "Valitse tehoste"
824
+
825
+ msgid "Animation"
826
+ msgstr "Animaatio"
827
+
828
+ msgid "Icons color"
829
+ msgstr "Kuvakkeen väri"
830
+
831
+ msgid "Icons hover color"
832
+ msgstr "Kuvakkeen korostuksen väri"
833
+
834
+ msgid "Background hover color"
835
+ msgstr "Taustan korostuksen väri"
836
+
837
+ msgid "Icons size"
838
+ msgstr "Kuvakkeen koko"
839
+
840
+ msgid "Distance between icons"
841
+ msgstr "Kuvakkeiden väli"
842
+
843
+ msgid "Show overlay"
844
+ msgstr "Lyhyt peite"
845
+
846
+ msgid "Overlay color"
847
+ msgstr "Peitteen väri"
848
+
849
+ msgid "Overlay transparency"
850
+ msgstr "Peitteen läpinäkyvyys"
851
+
852
+ msgid "Categorize images in the gallery"
853
+ msgstr "Kategorioi gallerian kuvat"
854
+
855
+ msgid "Let user switch gallery pages"
856
+ msgstr "Salli käyttäjän vaihtaa gallerian sivuja"
857
+
858
+ msgid "Save settings as preset"
859
+ msgstr "Tallenna asetukset esiasetuksiksi"
860
+
861
+ msgid "Preset title:"
862
+ msgstr "Esiasetus otsikko:"
863
+
864
+ msgid "Delete preset"
865
+ msgstr "Poista esiasetus"
866
+
867
+ msgid "Are you really want to delete preset \"%s\"?"
868
+ msgstr "Haluatko varmasti poistaa esiasetuksen \"%s\"?"
869
+
870
+ msgid "Load settings from presets"
871
+ msgstr "Lataa asetukset esiasetuksista"
872
+
873
+ msgid "Select preset:"
874
+ msgstr "Vallitse esiasetus:"
875
+
876
+ msgid "Failed to load the presets."
877
+ msgstr "Esiasetuksen lataaminen ei onnistu"
878
+
879
+ msgid "Currently you have no presets."
880
+ msgstr "Sinulla ei ole tällä hetkelle esiasetuksia"
881
+
882
+ msgid "Select \"Big image\" theme"
883
+ msgstr " Valitse \"Big image\" ulkoasu"
884
+
885
+ msgid "Select a theme"
886
+ msgstr "Valitse ulkoasu"
887
+
888
+ msgid "Select"
889
+ msgstr "Valitse"
890
+
891
+ msgid "Select overlay effect"
892
+ msgstr "Valitse peitteen tehoste"
893
+
894
+ msgid "This effect requires icons be enabled. Enable Icons?"
895
+ msgstr ""
896
+
897
+ msgid "Select shadow preset"
898
+ msgstr "Valitse varjon esiasetus"
899
+
900
+ msgid "Select shadow"
901
+ msgstr "Valitse varjo"
902
+
903
+ msgid "Import settings from gallery"
904
+ msgstr ""
905
+
906
+ msgid ""
907
+ "Here you can import settings from other galleries, but right now, you have "
908
+ "only one gallery, create more - and see how it works"
909
+ msgstr ""
910
+
911
+ msgid "Improve free version"
912
+ msgstr ""
913
+
914
+ msgid "Select icons effects"
915
+ msgstr "Valitse kuvakkeen tehoste"
916
+
917
+ msgid "Click on the icon to select effect"
918
+ msgstr "Klikkaa kuvaketta valitaksesi tehosteen"
919
+
920
+ msgid "close"
921
+ msgstr ""
922
+
923
+ msgid "next"
924
+ msgstr ""
925
+
926
+ msgid "previous"
927
+ msgstr ""
928
+
929
+ msgid "start slideshow"
930
+ msgstr ""
931
+
932
+ msgid "stop slideshow"
933
+ msgstr ""
934
+
935
+ msgid "image"
936
+ msgstr ""
937
+
938
+ msgid "of"
939
+ msgstr ""
940
+
941
+ msgid "Choose source"
942
+ msgstr "Valitse lähde"
943
+
944
+ msgid "Import from WordPress Media Library"
945
+ msgstr "Tuo WordPressin Media Librarystä"
946
+
947
+ msgid "Import from social networks"
948
+ msgstr "Tuo sosiaalisesta verkosta"
949
+
950
+ msgid "Import from your Instagram account"
951
+ msgstr "Tuo Instagram tililtä"
952
+
953
+ msgid "Import from your Flickr account"
954
+ msgstr "Tuo Flickrin tililtä"
955
+
956
+ msgid "Import from your Tumblr account"
957
+ msgstr "Tuo Thumblr:n tililtä"
958
+
959
+ msgid "Import from your Facebook account"
960
+ msgstr "Tuo Facebookin tililtä"
961
+
962
+ msgid "Import from cloud services"
963
+ msgstr ""
964
+
965
+ msgid "Import from your FTP server"
966
+ msgstr ""
967
+
968
+ msgid "Import from your Google Drive account"
969
+ msgstr ""
970
+
971
+ msgid "Get Pro to enable import"
972
+ msgstr "Hanki Pro versio valitaksesi tuonnit"
973
+
974
+ msgid "Properties"
975
+ msgstr "Ominaisuudet"
976
+
977
+ msgid "Delete Image"
978
+ msgstr "Poista kuva"
979
+
980
+ msgid "Sort To: "
981
+ msgstr ""
982
+
983
+ msgid "Sort By: "
984
+ msgstr ""
985
+
986
+ msgid "Switch to the list view"
987
+ msgstr "Vaihda luettelo näkymään"
988
+
989
+ msgid "Switch to the block view"
990
+ msgstr "Vaihda lohko näkymään"
991
+
992
+ msgid "Apply"
993
+ msgstr ""
994
+
995
+ msgid "Search"
996
+ msgstr ""
997
+
998
+ msgid "The gallery is does not exists"
999
+ msgstr "Galleriaa ei ole olemassa"
1000
+
1001
+ msgid "Currently this gallery has no images"
1002
+ msgstr "Galleriassa ei ole tällä hetkellä kuvia"
1003
+
1004
+ msgid "Linked Images"
1005
+ msgstr ""
1006
+
1007
+ msgid "Instagram authorization"
1008
+ msgstr ""
1009
+
1010
+ msgid "Upload your images from the Instagram Media Library"
1011
+ msgstr "Lataa kuvat Instagrammin Media Librarystä"
1012
+
1013
+ msgid "Upload from Instagram"
1014
+ msgstr "Lataa Instagrammista"
1015
+
1016
+ msgid "Your message successfully send. We contact you soon."
1017
+ msgstr ""
1018
+
1019
+ msgid "Step-by-step Tutorial"
1020
+ msgstr ""
1021
+
1022
+ msgid "Begin Step-by-step Tutorial"
1023
+ msgstr ""
1024
+
1025
+ msgid "Name"
1026
+ msgstr ""
1027
+
1028
+ msgid "Email"
1029
+ msgstr ""
1030
+
1031
+ msgid "Website"
1032
+ msgstr "Kotisivu"
1033
+
1034
+ msgid "Subject"
1035
+ msgstr "Kohde"
1036
+
1037
+ msgid "Topic"
1038
+ msgstr "Aihe"
1039
+
1040
+ msgid "Plugin options"
1041
+ msgstr "Lisäosan valinnat"
1042
+
1043
+ msgid "Report a bug"
1044
+ msgstr "Ilmoita virheestä"
1045
+
1046
+ msgid "Require a new functionallity"
1047
+ msgstr "Pyydä uutta toimintoa"
1048
+
1049
+ msgid "Other"
1050
+ msgstr "Muu"
1051
+
1052
+ msgid "Message"
1053
+ msgstr ""
1054
+
1055
+ msgid "Hello Supsystic Team!"
1056
+ msgstr ""
1057
+
1058
+ msgid ""
1059
+ "Some errors occurred while sending mail please send your message trough this "
1060
+ "contact form:"
1061
+ msgstr ""
1062
+
1063
+ msgid "Unable to save chosen photo %s: %s"
1064
+ msgstr "Ei voi tallentaa valittua kuvaa %s: %s"
1065
+
1066
+ msgid "New Folder"
1067
+ msgstr "Uusi kansio"
1068
+
1069
+ msgid "The title can't be empty"
1070
+ msgstr "Otsikko ei voi olla tyhjä"
1071
+
1072
+ msgid "Failed to update position."
1073
+ msgstr "Paikan päivitys ei onnistunut"
1074
+
1075
+ msgid "Position updated successfully!"
1076
+ msgstr "Paikka päivitetty!"
1077
+
1078
+ msgid "Rename folder"
1079
+ msgstr "Nimeä kansio uudelleen"
1080
+
1081
+ msgid "Folder name:"
1082
+ msgstr "Kansion nimi:"
1083
+
1084
+ msgid "Add images to the gallery"
1085
+ msgstr "Lisää kuva galleriaan"
1086
+
1087
+ msgid "Please wait while the plugin to get the list of galleries..."
1088
+ msgstr "Odota kun lisäosa tekee galleria luettelon..."
1089
+
1090
+ msgid "Select the gallery:"
1091
+ msgstr "Valitse galleria:"
1092
+
1093
+ msgid "New folder"
1094
+ msgstr "Uusi kansio"
1095
+
1096
+ msgid "Add images to the new gallery"
1097
+ msgstr "Lisää kuva uuteen galleriaan"
1098
+
1099
+ msgid "Create new folder"
1100
+ msgstr "Tee uusi kansio"
1101
+
1102
+ msgid "Edit selected item"
1103
+ msgstr "Muokkaa valittua kohdetta"
1104
+
1105
+ msgid "Delete selected items"
1106
+ msgstr "Poista valittu kohde"
1107
+
1108
+ msgid "Create new gallery from the selected items"
1109
+ msgstr "Tee uusi galleria valituista kohteista"
1110
+
1111
+ msgid "New gallery from selected"
1112
+ msgstr "Uusi galleria valituista"
1113
+
1114
+ msgid "Add the selected items to the existing gallery"
1115
+ msgstr "Lisää valitut kohteet olemassaolevaan galleriaan"
1116
+
1117
+ msgid "Add selected to the gallery"
1118
+ msgstr "Lisää valitut galleriaan"
1119
+
1120
+ msgid "Upload your images from the WordPress Media Library"
1121
+ msgstr "Lataa kuvasi WordPressin Media Librarysta"
1122
+
1123
+ msgid "All photos"
1124
+ msgstr "Kaikki kuvat"
1125
+
1126
+ msgid "Drop photos here to move them from the folder"
1127
+ msgstr "Pudota kuvat tähän siirtääksesi ne kansiosta"
1128
+
1129
+ msgid "Next"
1130
+ msgstr ""
1131
+
1132
+ msgid "Close Tutorial"
1133
+ msgstr ""
1134
+
1135
+ msgid "Welcome to Photo Gallery plugin by Supsystic!"
1136
+ msgstr ""
1137
+
1138
+ msgid ""
1139
+ "Thank you for choosing our Gallery plugin. Just click here to start using it "
1140
+ "- and we will show you it's possibilities and powerfull features."
1141
+ msgstr ""
1142
+
1143
+ msgid "Hello! This is the Gallery by Supsystic Overview."
1144
+ msgstr ""
1145
+
1146
+ msgid ""
1147
+ "Here you can get help: watch the video tutorial or read FAQ and "
1148
+ "Documentation, make use of contact form. Also here requirements for server - "
1149
+ "Server Settings."
1150
+ msgstr ""
1151
+
1152
+ msgid "Create your first Gallery"
1153
+ msgstr ""
1154
+
1155
+ msgid ""
1156
+ "To Create New Gallery select gallery template. You can change template and "
1157
+ "settings later. Now here are four different templates. With PRO version "
1158
+ "you’ll get more features like Categories, Load More button, Post Feed "
1159
+ "(Content) gallery, Polaroid gallery and more. Enter name of the gallery and "
1160
+ "click “Save”."
1161
+ msgstr ""
1162
+
1163
+ msgid "Add images to your Gallery"
1164
+ msgstr ""
1165
+
1166
+ msgid ""
1167
+ "Now you are in the edit menu of your gallery. And the first thing you need "
1168
+ "to do are add media to the gallery. Click \"Add Images\" button."
1169
+ msgstr ""
1170
+
1171
+ msgid "Images Import Options"
1172
+ msgstr ""
1173
+
1174
+ msgid ""
1175
+ "<p>Import images in several ways:</p><p>Import from Wordpress Media Library/"
1176
+ "Upload files from your computer</p><p>Import from social networks</"
1177
+ "p><p>Instagram (in the Free version)</p><p>With PRO-version also will be "
1178
+ "available import from Flickr, Tumblr and Facebook.</p><p>Besides with "
1179
+ "Gallery PRO version you can import images from such cloud services - FTP "
1180
+ "server, Google Drive.</p>"
1181
+ msgstr ""
1182
+
1183
+ msgid "Image List"
1184
+ msgstr ""
1185
+
1186
+ msgid ""
1187
+ "<p>Now you can see your image list. Here you can:</p><p>Change the order of "
1188
+ "images – simply by dragging them manually.</p><p>Delete images.</p><p>Add "
1189
+ "new images from different sources to the grid gallery – click “Add Images” "
1190
+ "button and select the source to import from.</p><p><b>Caption tab</b> – add "
1191
+ "caption to image – it will be displayed on the caption effect of the "
1192
+ "gallery. Also here included the support of html-elements inside caption "
1193
+ "effect</p><p><b>SEO tab</b> – manage image title and description</"
1194
+ "p><p><b>Link tab</b> – attach links to image – it will go to the link when "
1195
+ "you click the image.</p><p><b>Video tab</b> – attach video url – it will be "
1196
+ "displayed in a pop-up image when you click on the image.</p><p><b>Categories "
1197
+ "tab</b> – add tags for image categories.</p><p><b>Linked images tab</b> – "
1198
+ "add linked images to the chosen image.</p><p><b>Crop tab</b> – choose image "
1199
+ "crop position.</p><p><b>Replace image tab</b> – replace image without losing "
1200
+ "image settings.</p><p>Now follow to the gallery settings – сlick "
1201
+ "“Properties” button.</p>"
1202
+ msgstr ""
1203
+
1204
+ msgid "Preview of Gallery settings"
1205
+ msgstr ""
1206
+
1207
+ msgid ""
1208
+ "At the left side of the monitor you see a preview image in which will be "
1209
+ "seen changes made to the settings. This window for the settings of your "
1210
+ "gallery."
1211
+ msgstr ""
1212
+
1213
+ msgid "Main Settings"
1214
+ msgstr ""
1215
+
1216
+ msgid ""
1217
+ "<p>Here you can set main settings of gallery - choose Gallery Type, for more "
1218
+ "information check this <a href=\"//supsystic.com/gallery-order-types/\" "
1219
+ "target=\"_blank\">article</a>.</p><p>Social Sharing: add social share "
1220
+ "buttons to your gallery. Or showcase images in a Horizontal Scroll view.</"
1221
+ "p><p>Load More: adds \"load more\" button to your gallery. And with Custom "
1222
+ "Buttons: you can make your button better.</p><p>Add to images border and "
1223
+ "shadow with Border Type and Shadow settings.</p><p>In the Pop-up Image "
1224
+ "section customize lightbox of your gallery.</p>"
1225
+ msgstr ""
1226
+
1227
+ msgid "Captions and Icons"
1228
+ msgstr ""
1229
+
1230
+ msgid ""
1231
+ "<p>On Captions tab you can manage the Captions and Icons, and make them your "
1232
+ "style.</p>"
1233
+ msgstr ""
1234
+
1235
+ msgid "Categories and Pagination"
1236
+ msgstr ""
1237
+
1238
+ msgid ""
1239
+ "<p>Categories tab: here you can enable Categories and Pagination options.</"
1240
+ "p><p>To this tab become available you need to buy PRO version."
1241
+ msgstr ""
1242
+
1243
+ msgid ""
1244
+ "<p>Posts tab: here you can add posts and pages to your gallery and also "
1245
+ "manage them. Posts of gallery included in the PRO version of Gallery by "
1246
+ "Supsystic.</p>"
1247
+ msgstr ""
1248
+
1249
+ msgid "Well done!"
1250
+ msgstr ""
1251
+
1252
+ msgid ""
1253
+ "<p><b>Upgrading</b></p><p>Once you have purchased Premium version of plugin "
1254
+ "- you’ll have to enter license key (you can find it in your personal account "
1255
+ "on our site). Go to the License tab and enter your email and license key. "
1256
+ "Once you have activated your PRO license - you can use all its advanced "
1257
+ "options.</p><p>That’s all. From this moment you can use your Gallery without "
1258
+ "any doubt. But if you still have some question - do not hesitate to contact "
1259
+ "us through our <a href=\"https://supsystic.com/contact-us/\">internal "
1260
+ "support</a> or on our <a href=\"http://supsystic.com/forum/photo-gallery-"
1261
+ "plugin/\">Supsystic Forum.</a> Besides you can always describe your "
1262
+ "questions on <a href=\"https://wordpress.org/support/plugin/gallery-by-"
1263
+ "supsystic\">WordPress Ultimate Forum.</a></p><p><b>Enjoy this plugin?</b></"
1264
+ "p><p>It will be nice if you`ll help us and boost plugin with <a href="
1265
+ "\"https://wordpress.org/support/view/plugin-reviews/gallery-by-supsystic?"
1266
+ "rate=5#postform/\">Five Stars rating on WordPress.org.</a></p><p>We hope "
1267
+ "that you like this plugin and wish you all the best! Good luck!</p>"
1268
+ msgstr ""
1269
+
1270
+ msgid "Welcome to the"
1271
+ msgstr ""
1272
+
1273
+ msgid ""
1274
+ "Photo Gallery plugin is created for people who would like to show their "
1275
+ "photos in a marvelous way. Perform your best ideas, making delightful "
1276
+ "presentations or galleries from videos and photos."
1277
+ msgstr ""
1278
+
1279
+ msgid "Step-by-step tutorial"
1280
+ msgstr ""
1281
+
1282
+ msgid ""
1283
+ "There’re really many options of photo gallery plugin customization. So as "
1284
+ "soon as you close that page, I’ll show you step-by-step tutorial of how to "
1285
+ "use plugin. Hope it will be usefull for you :)"
1286
+ msgstr ""
1287
+
1288
+ msgid "Support"
1289
+ msgstr ""
1290
+
1291
+ msgid ""
1292
+ "We love our plugin and do the best to improve all features you want and fix "
1293
+ "all issues. But sometimes some issues happened or you can’t find feature you "
1294
+ "want :) Don’t worry, just <a href=\"//supsystic.com/plugins/photo-gallery?"
1295
+ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact"
1296
+ "\" target=\"_blank\"> contact us </a> . We’ll answer in an hour and fix all "
1297
+ "issues."
1298
+ msgstr ""
1299
+
1300
+ msgid "Video Tutorial"
1301
+ msgstr ""
1302
+
1303
+ msgid "Frequently Asked Questions"
1304
+ msgstr ""
1305
+
1306
+ msgid ""
1307
+ "Gallery doesn’t load on the front end. If the loading gallery icon just "
1308
+ "keeps playing but never loads the gallery."
1309
+ msgstr ""
1310
+
1311
+ msgid "How to change the position of photos in gallery?"
1312
+ msgstr ""
1313
+
1314
+ msgid "How to insert gallery into widget?"
1315
+ msgstr ""
1316
+
1317
+ msgid "Go to Appearance -> Widgets."
1318
+ msgstr ""
1319
+
1320
+ msgid ""
1321
+ "You’ll see Gallery by Supsystic Widget on the left. Drag it to the area, "
1322
+ "where you want it to appear."
1323
+ msgstr ""
1324
+
1325
+ msgid "Then choose what gallery you want to display. And press save."
1326
+ msgstr ""
1327
+
1328
+ msgid "Check all other FAQs"
1329
+ msgstr ""
1330
+
1331
+ msgid "Roles"
1332
+ msgstr ""
1333
+
1334
+ msgid "PRO option"
1335
+ msgstr ""
1336
+
1337
+ msgid "Edit image"
1338
+ msgstr "Muokkaa kuvaa"
1339
+
1340
+ msgid "SEO"
1341
+ msgstr "SEO"
1342
+
1343
+ msgid "Alternative text"
1344
+ msgstr "Vaihtoehtoinen teksti"
1345
+
1346
+ msgid "External link"
1347
+ msgstr "Ulkoinen linkki"
1348
+
1349
+ msgid "Available in PRO version."
1350
+ msgstr "Saatavilla PRO versiossa"
1351
+
1352
+ msgid "Link"
1353
+ msgstr "Linkki"
1354
+
1355
+ msgid "Open in new window"
1356
+ msgstr "Avaa uudessa ikkunassa"
1357
+
1358
+ msgid "Embeded video"
1359
+ msgstr "Upotettu video"
1360
+
1361
+ msgid "Video URL"
1362
+ msgstr "Videon URL"
1363
+
1364
+ msgid ""
1365
+ "Supports Youtube and Vimeo. URL will be converted to embed automatically."
1366
+ msgstr "Tukee Youtubea ja Vimeota. URL muutetaan upotetuksi automaattisesti."
1367
+
1368
+ msgid "Image"
1369
+ msgstr "Kuva"
1370
+
1371
+ msgid "Date"
1372
+ msgstr "Päivämäärä"
1373
+
1374
+ msgid "Select %s"
1375
+ msgstr "Valitse %s"
1376
+
1377
+ msgid "photo"
1378
+ msgstr "kuva"
1379
+
1380
+ msgid "photos"
1381
+ msgstr "kuvat"
1382
+
1383
+ msgid "Caption effect"
1384
+ msgstr ""
1385
+
1386
+ msgid "Video"
1387
+ msgstr "Video"
1388
+
1389
+ msgid "Linked images"
1390
+ msgstr ""
1391
+
1392
+ msgid "Crop"
1393
+ msgstr ""
1394
+
1395
+ msgid "Replace image"
1396
+ msgstr ""
1397
+
1398
+ msgid "http://example.com/"
1399
+ msgstr "http://esimerkki.com/"
1400
+
1401
+ msgid "Add nofollow attribute"
1402
+ msgstr ""
1403
+
1404
+ msgid "Choose images"
1405
+ msgstr ""
1406
+
1407
+ #~ msgid "Upload from Facebook"
1408
+ #~ msgstr "Lataa Facebookista"
1409
+
1410
+ #~ msgid "Categories preset editor"
1411
+ #~ msgstr "Kategorioiden esiasetusten muokkaus"
1412
+
1413
+ #~ msgid "Preset name"
1414
+ #~ msgstr "Esiasetuksen nimi"
1415
+
1416
+ #~ msgid "Normal"
1417
+ #~ msgstr "Normaali"
1418
+
1419
+ #~ msgid "Bold"
1420
+ #~ msgstr "Lihavoitu"
1421
+
1422
+ #~ msgid "Pages preset editor"
1423
+ #~ msgstr "Sivujen esiasetusten muokkaus"
1424
+
1425
+ #~ msgid "Check"
1426
+ #~ msgstr "Tarkista"
1427
+
1428
+ #~ msgid "Choose image"
1429
+ #~ msgstr "Valitse kuva"
1430
+
1431
+ #~ msgid "Images List"
1432
+ #~ msgstr "Kuva luettelo"
1433
+
1434
+ #~ msgid "Shortcode: "
1435
+ #~ msgstr "Lyhytkoodi:"
1436
+
1437
+ #~ msgid "Select shortcode for the gallery "
1438
+ #~ msgstr "Valitse gallerian lyhytkoodi"
1439
+
1440
+ #~ msgid "Phpcode: "
1441
+ #~ msgstr "Phpkoodi:"
1442
+
1443
+ #~ msgid "Select phpcode for the gallery "
1444
+ #~ msgstr "Valitse gallerian phpkoodi"
1445
+
1446
+ #~ msgid "You have not any galleries"
1447
+ #~ msgstr "Sinulla ei ole yhtään galleriaa"
1448
+
1449
+ #~ msgid ""
1450
+ #~ "<strong>Gallery</strong> — the highest type of entity in the Gallery by "
1451
+ #~ "Supsystic."
1452
+ #~ msgstr ""
1453
+ #~ "<strong>Galleria</strong> korkein yksikkötyyppi Supsysticin Galleriasta."
1454
+
1455
+ #~ msgid ""
1456
+ #~ "You can have an unlimited number of galleries, to which you can attach "
1457
+ #~ "the preloaded pictures and folders."
1458
+ #~ msgstr ""
1459
+ #~ "Sinulla on lukematon määrä gallerioita, joihin voit liittää esiladattuja "
1460
+ #~ "kuvia ja kansioita"
1461
+
1462
+ #~ msgid "Choose image for preview"
1463
+ #~ msgstr "Valitse esikatselu kuva"
1464
+
1465
+ #~ msgid "Disable Popup"
1466
+ #~ msgstr "Poista pop-up käytöstä"
1467
+
1468
+ #~ msgid "Theme"
1469
+ #~ msgstr "Ulkoasu"
1470
+
1471
+ #~ msgid "Transition"
1472
+ #~ msgstr "Siirtymä"
1473
+
1474
+ #~ msgid "Elastic"
1475
+ #~ msgstr "Elastinen"
1476
+
1477
+ #~ msgid "Fade"
1478
+ #~ msgstr "Häivytys"
1479
+
1480
+ #~ msgid "None"
1481
+ #~ msgstr "Ei mitään"
1482
+
1483
+ #~ msgid "Transition speed"
1484
+ #~ msgstr "Siirtymän nopeus"
1485
+
1486
+ #~ msgid "Close speed"
1487
+ #~ msgstr "Sulje nopeus"
1488
+
1489
+ #~ msgid "Show caption"
1490
+ #~ msgstr "Näytä kuvateksti"
1491
+
1492
+ #~ msgid "Text align"
1493
+ #~ msgstr "Tekstin kohdistus"
1494
+
1495
+ #~ msgid "Select transition"
1496
+ #~ msgstr "Valitse siirtymä"
1497
+
1498
+ #~ msgid "Get PRO for 29$"
1499
+ #~ msgstr "Hanki Pro versio 29$ :lla"
1500
+
1501
+ #~ msgid "Your name"
1502
+ #~ msgstr "Nimi"
1503
+
1504
+ #~ msgid "Your email"
1505
+ #~ msgstr "Sähköpostiosoite"
1506
+
1507
+ #~ msgid "Type your message"
1508
+ #~ msgstr "Kirjoita viestisi"
1509
+
1510
+ #~ msgid "Lifetime for cached data"
1511
+ #~ msgstr "Välimuistituksen ikä"
1512
+
1513
+ #~ msgid "The field \"%s\" available only for numeric values"
1514
+ #~ msgstr "Kenttä \"%s\" saatavilla vain numero arvoille"
1515
+
1516
+ #~ msgid "Settings successfully updated!"
1517
+ #~ msgstr "Asetukset päivitetty!"
1518
+
1519
+ #~ msgid "Please correct following errors:"
1520
+ #~ msgstr "Korjaa seuraavat virheet:"
1521
+
1522
+ #~ msgid ""
1523
+ #~ "<strong>%s</strong> has its own caching system in order to significantly "
1524
+ #~ "reduce the load on the database."
1525
+ #~ msgstr ""
1526
+ #~ "<strong>%s</strong> on oma välimuisti järjestelmä, joka merkittävästi "
1527
+ #~ "vähentää kuormitusta tietokantaan."
1528
+
1529
+ #~ msgid ""
1530
+ #~ "Use this option only if all your galleries are setting correctly and you "
1531
+ #~ "dont need to change settings soon"
1532
+ #~ msgstr ""
1533
+ #~ "Käytä tätä valintaa vain jos kaikkien gallerioidesi asetukset on oikein "
1534
+ #~ "ja sinun ei tarvitse vaihtaa asetuksia lähiaikoina"
1535
+
1536
+ #~ msgid ""
1537
+ #~ "Caching is not available because your uploads directory is not writable."
1538
+ #~ msgstr ""
1539
+ #~ "Välimuistitus ei ole mahdollista koska sinun lataus hakemistosi ei ole "
1540
+ #~ "kirjoitettavissa"
1541
+
1542
+ #~ msgid ""
1543
+ #~ "The time in seconds after which the cache will be considered obsolete. "
1544
+ #~ "Default: 86400 (24 hours)."
1545
+ #~ msgstr ""
1546
+ #~ "Aika sekunteina, jonka jälkeen välimuisti katsotaan vanhentuneeksi. "
1547
+ #~ "Oletus: 86400 (24 tuntia)"
1548
+
1549
+ #~ msgid "Clear cache"
1550
+ #~ msgstr "Tyhjennä välimuisti"
1551
+
1552
+ #~ msgid ""
1553
+ #~ "We don't collect statistics on you, we only collect the errors "
1554
+ #~ "encountered during use in order to improve our product."
1555
+ #~ msgstr ""
1556
+ #~ "Emme kerää tietoja sinusta, keräämme vain virhetilanteita, jotta voimme "
1557
+ #~ "parantaa tuotettamme."
1558
+
1559
+ #~ msgid "Open in new window."
1560
+ #~ msgstr "Avaa uudessa ikkunassa"
1561
+
1562
+ #~ msgid "Welcome to"
1563
+ #~ msgstr "Tervetuloa"
1564
+
1565
+ #~ msgid "Version"
1566
+ #~ msgstr "Versio"
1567
+
1568
+ #~ msgid "Google"
1569
+ #~ msgstr "Google"
1570
+
1571
+ #~ msgid "Wordpress.org"
1572
+ #~ msgstr "Wordpress.org"
1573
+
1574
+ #~ msgid "Reffer a friend"
1575
+ #~ msgstr "Ystävä suositteli"
1576
+
1577
+ #~ msgid "Find on the web"
1578
+ #~ msgstr "Löysin netistä"
1579
+
1580
+ #~ msgid "Other way"
1581
+ #~ msgstr "Muuta kautta"
1582
+
1583
+ #~ msgid "Thank for check info. Start using plugin"
1584
+ #~ msgstr "Kiitos tarkistus tiedoista. Aloita lisäosan käyttö"
app/langs/sgg-fr_CA.mo ADDED
Binary file
app/langs/sgg-fr_CA.po ADDED
@@ -0,0 +1,2598 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Galerie par Supsystick\n"
4
+ "POT-Creation-Date: \n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: Jean Fortier\n"
7
+ "Language-Team: \n"
8
+ "Language: fr_CA\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
13
+ "X-Generator: Poedit 1.8.13\n"
14
+
15
+ msgid "An error has occurred"
16
+ msgstr "Une erreur est survenue"
17
+
18
+ msgid "Overview"
19
+ msgstr "Aperçu"
20
+
21
+ msgid "New Gallery"
22
+ msgstr "Nouvelle galerie"
23
+
24
+ msgid "Galleries"
25
+ msgstr "Galeries"
26
+
27
+ msgid "Image Optimize"
28
+ msgstr ""
29
+
30
+ msgid "Settings"
31
+ msgstr "Paramètres"
32
+
33
+ msgid "License"
34
+ msgstr "Licence"
35
+
36
+ msgid "Featured Plugins"
37
+ msgstr ""
38
+
39
+ msgid "Images"
40
+ msgstr "Images"
41
+
42
+ msgid "Instagram"
43
+ msgstr "Instagram"
44
+
45
+ msgid "Flickr"
46
+ msgstr "Flickr"
47
+
48
+ msgid "Tumblr"
49
+ msgstr "Tumblr"
50
+
51
+ msgid "Facebook"
52
+ msgstr "Facebook"
53
+
54
+ msgid "Get PRO"
55
+ msgstr "Passer Pro"
56
+
57
+ msgid "Loading"
58
+ msgstr "Chargement"
59
+
60
+ msgid "Authorization code is not specified."
61
+ msgstr "Code d'autorisation non précisé"
62
+
63
+ msgid "Gallery by Supsystic"
64
+ msgstr "Galerie par Supsystic"
65
+
66
+ msgid "Import images"
67
+ msgstr "Importer les images"
68
+
69
+ msgid "Facebook authorization"
70
+ msgstr "Autorisation de Facebook"
71
+
72
+ msgid "Upload your images from the Facebook Media Library"
73
+ msgstr "Téléverser vos images depuis la médiathèque de Facebook"
74
+
75
+ msgid "Login with Facebook"
76
+ msgstr "Connexion par Facebook"
77
+
78
+ msgid "Return to the gallery"
79
+ msgstr "Retour à la galerie"
80
+
81
+ msgid "Upload new images"
82
+ msgstr "Téléverser les nouvelles images"
83
+
84
+ msgid "Logout"
85
+ msgstr "Déconnexion"
86
+
87
+ msgid "Select/unselect all photos"
88
+ msgstr "Sélectionner/désélectionner toutes les photos"
89
+
90
+ msgid ""
91
+ "Here you can specify your business pages and images will load from those pages. "
92
+ "You can set several pages, just separate ID of pages by \",\". To get the ID of "
93
+ "your page you need to switch to the wanted page, then click on \"About\" link "
94
+ "right below page cover, and at the bottom of \"About\" page you will find Facebook "
95
+ "Page ID."
96
+ msgstr ""
97
+
98
+ msgid "Save"
99
+ msgstr "Sauvegarder"
100
+
101
+ msgid "Empty user data."
102
+ msgstr "Données utilisateur vide."
103
+
104
+ msgid "Flickr authorization"
105
+ msgstr "Autorisation de Flickr"
106
+
107
+ msgid "Upload your images from the Flickr Media Library"
108
+ msgstr "Téléverser vos images depuis la médiathèque de Flickr"
109
+
110
+ msgid "Upload from Flickr"
111
+ msgstr "Téléverser depuis Flickr"
112
+
113
+ msgid "Images not in albums"
114
+ msgstr "Images pas dans les albums"
115
+
116
+ msgid "Albums"
117
+ msgstr "Albums"
118
+
119
+ msgid "Fullscreen"
120
+ msgstr "Plein ecran"
121
+
122
+ msgid "Load More Button"
123
+ msgstr "Bouton « En voir plus »"
124
+
125
+ msgid "Enable"
126
+ msgstr "Activer"
127
+
128
+ msgid "Disable"
129
+ msgstr "Désactiver"
130
+
131
+ msgid "Load with scroll"
132
+ msgstr "Charger avec défilement"
133
+
134
+ msgid "No"
135
+ msgstr "Non"
136
+
137
+ msgid "Yes"
138
+ msgstr "Oui"
139
+
140
+ msgid "Load more button text"
141
+ msgstr "Texte du bouton « En voir plus »"
142
+
143
+ msgid "Loading text"
144
+ msgstr ""
145
+
146
+ msgid "Loading..."
147
+ msgstr ""
148
+
149
+ msgid "Images amount"
150
+ msgstr "Nombre d'images"
151
+
152
+ msgid "Load more amount"
153
+ msgstr "Nombre à charger"
154
+
155
+ msgid "Custom Buttons"
156
+ msgstr "Boutons personnalisés"
157
+
158
+ msgid "Gallery Loader"
159
+ msgstr ""
160
+
161
+ msgid "Background color"
162
+ msgstr "Couleur de l’arrière plan"
163
+
164
+ msgid "Choose Icon"
165
+ msgstr ""
166
+
167
+ msgid "Open by link in popup"
168
+ msgstr ""
169
+
170
+ msgid "Gallery link"
171
+ msgstr ""
172
+
173
+ msgid "Disable right click"
174
+ msgstr ""
175
+
176
+ msgid "Video size"
177
+ msgstr ""
178
+
179
+ msgid "Autoplay video"
180
+ msgstr ""
181
+
182
+ msgid "When video ends"
183
+ msgstr ""
184
+
185
+ msgid "Do nothing"
186
+ msgstr ""
187
+
188
+ msgid "Open next slide"
189
+ msgstr ""
190
+
191
+ msgid "Close popup"
192
+ msgstr ""
193
+
194
+ msgid "Posts layout"
195
+ msgstr "Mise en page des articles"
196
+
197
+ msgid "Posts layout style"
198
+ msgstr "Style de mise en page des articles"
199
+
200
+ msgid "Auto posts"
201
+ msgstr ""
202
+
203
+ msgid "Number of posts"
204
+ msgstr ""
205
+
206
+ msgid "Auto Posts Categories"
207
+ msgstr ""
208
+
209
+ msgid "Select categories"
210
+ msgstr ""
211
+
212
+ msgid "All"
213
+ msgstr "Toutes"
214
+
215
+ msgid "Posts"
216
+ msgstr "Articles"
217
+
218
+ msgid "Pages"
219
+ msgstr "Pages"
220
+
221
+ msgid "Show author"
222
+ msgstr "Afficher l’auteur"
223
+
224
+ msgid "Show date"
225
+ msgstr "Afficher la date"
226
+
227
+ msgid "Show contents"
228
+ msgstr "Afficher le contenu"
229
+
230
+ msgid "Show categories"
231
+ msgstr "Afficher les catégories"
232
+
233
+ msgid "Hide \"All\" category"
234
+ msgstr "Masquer la catégorie \"Toutes\""
235
+
236
+ msgid "Enable shuffling animation"
237
+ msgstr "Activer l'animation de réarrangement"
238
+
239
+ msgid "Animation duration"
240
+ msgstr "Durée de l'animation"
241
+
242
+ msgid "Position"
243
+ msgstr "Positionnement"
244
+
245
+ msgid "Over the gallery"
246
+ msgstr "Au-dessus de la galerie"
247
+
248
+ msgid "Under the gallery"
249
+ msgstr "En-dessous de la galerie"
250
+
251
+ msgid "Align"
252
+ msgstr "Alignement"
253
+
254
+ msgid "Left"
255
+ msgstr "Gauche"
256
+
257
+ msgid "Center"
258
+ msgstr "Centre"
259
+
260
+ msgid "Right"
261
+ msgstr "Droite"
262
+
263
+ msgid "Presets"
264
+ msgstr "Préréglages"
265
+
266
+ msgid "Choose preset"
267
+ msgstr "Sélectionner le préréglage"
268
+
269
+ msgid "Preset Editor"
270
+ msgstr "Éditeur de préréglages"
271
+
272
+ msgid "Categories order"
273
+ msgstr "Ordre des catégories"
274
+
275
+ msgid "Enable pagination"
276
+ msgstr "Activer la pagination"
277
+
278
+ msgid "Pagination"
279
+ msgstr "Pagination"
280
+
281
+ msgid "Images per page"
282
+ msgstr "Images par page"
283
+
284
+ msgid "Buttons position"
285
+ msgstr "Positionnement des boutons"
286
+
287
+ msgid "Top"
288
+ msgstr "Haut"
289
+
290
+ msgid "Bottom"
291
+ msgstr "Bas"
292
+
293
+ msgid "Container background"
294
+ msgstr "Arrière-plan du conteneur"
295
+
296
+ msgid "Hide container background."
297
+ msgstr "Masquer l’arrière-plan du conteneur"
298
+
299
+ msgid "Text background"
300
+ msgstr "Arrière-plan du texte"
301
+
302
+ msgid "Hide text background."
303
+ msgstr "Masquer l'arrière-plan du texte"
304
+
305
+ msgid "Text color"
306
+ msgstr "Couleur du texte"
307
+
308
+ msgid "Use color, based on my theme."
309
+ msgstr "Utiliser la couleur de mon thème."
310
+
311
+ msgid "Vertical padding"
312
+ msgstr "Remplissage vertical"
313
+
314
+ msgid "Horizontal padding"
315
+ msgstr "Remplissage horizontal"
316
+
317
+ msgid "Font weight"
318
+ msgstr "Graisse de la police de caractères"
319
+
320
+ msgid "Font size"
321
+ msgstr "Taille de la police de caractères"
322
+
323
+ msgid "Border width"
324
+ msgstr "Largeur de la bordure"
325
+
326
+ msgid "Border type"
327
+ msgstr "Type de bordure"
328
+
329
+ msgid "Border color"
330
+ msgstr "Couleur de la bordure"
331
+
332
+ msgid "Border radius"
333
+ msgstr "Rayon de la bordure"
334
+
335
+ msgid "Buttons preset editor for Paginations, Categories and Load More buttons"
336
+ msgstr ""
337
+ "Éditeur des préréglages des boutons pour les boutons Paginations, Catégories et "
338
+ "\"Voir plus\""
339
+
340
+ msgid "Custom class"
341
+ msgstr "Classe personnalisée"
342
+
343
+ msgid "Font family"
344
+ msgstr "Famille de la police de caractères"
345
+
346
+ msgid "Border style"
347
+ msgstr "Style de bordure"
348
+
349
+ msgid "Choose icon"
350
+ msgstr ""
351
+
352
+ msgid "Page "
353
+ msgstr "Page"
354
+
355
+ msgid "Activate License"
356
+ msgstr "Activer la licence"
357
+
358
+ msgid "Renew License"
359
+ msgstr "Renouveler la licence"
360
+
361
+ msgid "Slider by Supsystic"
362
+ msgstr "Slider par Supsystic"
363
+
364
+ msgid ""
365
+ "Congratulations! You have successfully installed and activated PRO version of ' ~ "
366
+ "environment.getMenu().getMenuTitle() ~ ' plugin."
367
+ msgstr ""
368
+ "Félicitations ! Vous avez installé et activé avec succès la version PRO de "
369
+ "l'extension ' ~ environment.getMenu().getMenuTitle() ~ '."
370
+
371
+ msgid "Your premium support is expired in ' ~ days ~ ' days"
372
+ msgstr "Votre soutien premium prend fin dans ' ~ jours ~ ' jours"
373
+
374
+ msgid "You will not be able to update your pro version with expired license"
375
+ msgstr ""
376
+ "Vous ne serez pas en mesure de mettre à jour votre version pro si votre licence "
377
+ "est expirée"
378
+
379
+ msgid "Activate"
380
+ msgstr "Activer"
381
+
382
+ msgid "Authorization oauth_verifier is not specified."
383
+ msgstr "Autorisation oauth_verifier non précisée."
384
+
385
+ msgid "Tumblr authorization"
386
+ msgstr "Autorisation de Tumblr"
387
+
388
+ msgid "Upload your images from the Tumblr Media Library"
389
+ msgstr "Téléverser vos images depuis la médiathèque de Tumblr"
390
+
391
+ msgid "Upload from Tumblr"
392
+ msgstr "Téléverser depuis Tumblr"
393
+
394
+ msgid "FTP"
395
+ msgstr ""
396
+
397
+ msgid "Upload your images from the FTP Server"
398
+ msgstr ""
399
+
400
+ msgid "Enter images folder name, e.g. my-images"
401
+ msgstr ""
402
+
403
+ msgid "Upload"
404
+ msgstr ""
405
+
406
+ msgid "Note: images folder must be in wp-content/uploads/directory"
407
+ msgstr ""
408
+
409
+ msgid "Host"
410
+ msgstr ""
411
+
412
+ msgid "Username"
413
+ msgstr ""
414
+
415
+ msgid "Password"
416
+ msgstr ""
417
+
418
+ msgid "Port"
419
+ msgstr ""
420
+
421
+ msgid "Enter the full path to images folder"
422
+ msgstr ""
423
+
424
+ msgid "Note: you need to specify the full path to images folder"
425
+ msgstr ""
426
+
427
+ msgid "Please fill all fields"
428
+ msgstr ""
429
+
430
+ msgid "Pro plugin params Error!"
431
+ msgstr ""
432
+
433
+ msgid "Gallery Type"
434
+ msgstr "Type de galerie"
435
+
436
+ msgid "Image Count"
437
+ msgstr ""
438
+
439
+ msgid "Display all images"
440
+ msgstr ""
441
+
442
+ msgid "Images count"
443
+ msgstr ""
444
+
445
+ msgid "Show hidden images by click"
446
+ msgstr ""
447
+
448
+ msgid "Use Caption Builder"
449
+ msgstr ""
450
+
451
+ msgid "Template: SuperMega"
452
+ msgstr ""
453
+
454
+ msgid "Background"
455
+ msgstr ""
456
+
457
+ msgid "Color"
458
+ msgstr ""
459
+
460
+ msgid "Transparency"
461
+ msgstr "Transparence"
462
+
463
+ msgid "Animation Effect"
464
+ msgstr ""
465
+
466
+ msgid "Choose effect"
467
+ msgstr "Choisir l'effet"
468
+
469
+ msgid "Image on hover"
470
+ msgstr ""
471
+
472
+ msgid "Select image on hover"
473
+ msgstr ""
474
+
475
+ msgid "Upload Image"
476
+ msgstr ""
477
+
478
+ msgid "Background color for \"Show on hover\""
479
+ msgstr ""
480
+
481
+ msgid "Personal captions"
482
+ msgstr "Effet personnel"
483
+
484
+ msgid "Polaroid Style"
485
+ msgstr "Style Polaroid"
486
+
487
+ msgid "Polaroid Image Animation"
488
+ msgstr "Animation des images Polaroid"
489
+
490
+ msgid "Polaroid Image Scattering "
491
+ msgstr "Dispersement des images Polaroid"
492
+
493
+ msgid "Polaroid Frame Width"
494
+ msgstr ""
495
+
496
+ msgid "Hide image title tooltip"
497
+ msgstr "Masquer l'infobulle du titre de l'image"
498
+
499
+ msgid "Mobile - show always caption"
500
+ msgstr ""
501
+
502
+ msgid "Disable captions on mobile"
503
+ msgstr ""
504
+
505
+ msgid "Caption"
506
+ msgstr "Légende"
507
+
508
+ msgid "Top Left"
509
+ msgstr ""
510
+
511
+ msgid "Top Center"
512
+ msgstr ""
513
+
514
+ msgid "Top Right"
515
+ msgstr ""
516
+
517
+ msgid "Middle Left"
518
+ msgstr ""
519
+
520
+ msgid "Middle Center"
521
+ msgstr ""
522
+
523
+ msgid "Middle Right"
524
+ msgstr ""
525
+
526
+ msgid "Bottom Left"
527
+ msgstr ""
528
+
529
+ msgid "Bottom Center"
530
+ msgstr ""
531
+
532
+ msgid "Bottom Right"
533
+ msgstr ""
534
+
535
+ msgid "Paddings"
536
+ msgstr ""
537
+
538
+ msgid "Font"
539
+ msgstr ""
540
+
541
+ msgid "Font style"
542
+ msgstr ""
543
+
544
+ msgid "Bold"
545
+ msgstr "Gras"
546
+
547
+ msgid "Italic"
548
+ msgstr ""
549
+
550
+ msgid "Line"
551
+ msgstr ""
552
+
553
+ msgid "Text Highlight Color"
554
+ msgstr ""
555
+
556
+ msgid "Text Highlight Color Transparency"
557
+ msgstr ""
558
+
559
+ msgid "Animation start"
560
+ msgstr ""
561
+
562
+ msgid "Image Load"
563
+ msgstr ""
564
+
565
+ msgid "Mouser Over"
566
+ msgstr ""
567
+
568
+ msgid "Delay for"
569
+ msgstr ""
570
+
571
+ msgid "Description"
572
+ msgstr "Description"
573
+
574
+ msgid "Icons"
575
+ msgstr ""
576
+
577
+ msgid "Icon entry type"
578
+ msgstr ""
579
+
580
+ msgid "Video, Link, LightBox"
581
+ msgstr ""
582
+
583
+ msgid "Social"
584
+ msgstr ""
585
+
586
+ msgid "Use old icons and overlay"
587
+ msgstr ""
588
+
589
+ msgid "Popup image icon"
590
+ msgstr ""
591
+
592
+ msgid "Video icon"
593
+ msgstr ""
594
+
595
+ msgid "Link icon"
596
+ msgstr ""
597
+
598
+ msgid "Icons size"
599
+ msgstr "Taille des icônes"
600
+
601
+ msgid "Icons color"
602
+ msgstr "Couleur des icônes"
603
+
604
+ msgid "Icons hover color"
605
+ msgstr "Couleur des icônes au survol"
606
+
607
+ msgid "Icons Transparency"
608
+ msgstr ""
609
+
610
+ msgid "Background hover color"
611
+ msgstr "Couleur d’arrière-plan au survol"
612
+
613
+ msgid "Background Transparency"
614
+ msgstr ""
615
+
616
+ msgid "Distance between icons"
617
+ msgstr "Distance entre les icônes"
618
+
619
+ msgid "Animation Effects"
620
+ msgstr ""
621
+
622
+ msgid "Choose"
623
+ msgstr ""
624
+
625
+ msgid "Hide browser url tooltip on image hover"
626
+ msgstr ""
627
+
628
+ msgid "Popup Linked Image Text"
629
+ msgstr ""
630
+
631
+ msgid "Title"
632
+ msgstr ""
633
+
634
+ msgid "Alt text"
635
+ msgstr ""
636
+
637
+ msgid "Disable source image for Linked Images"
638
+ msgstr ""
639
+
640
+ msgid "Disable title optimize"
641
+ msgstr ""
642
+
643
+ msgid "Show Previous/Next Arrows"
644
+ msgstr ""
645
+
646
+ msgid "Text for Previous Arrow"
647
+ msgstr ""
648
+
649
+ msgid "prev"
650
+ msgstr ""
651
+
652
+ msgid "Text for Next Arrow"
653
+ msgstr ""
654
+
655
+ msgid "next"
656
+ msgstr ""
657
+
658
+ msgid "Social setup"
659
+ msgstr ""
660
+
661
+ msgid "Select one icon"
662
+ msgstr ""
663
+
664
+ msgid "Show Watermark"
665
+ msgstr ""
666
+
667
+ msgid "Show Watermark for"
668
+ msgstr ""
669
+
670
+ msgid "Thumbnails"
671
+ msgstr ""
672
+
673
+ msgid "Popup Images"
674
+ msgstr ""
675
+
676
+ msgid "Thumbnail and Popup Images"
677
+ msgstr ""
678
+
679
+ msgid "Apply to all images"
680
+ msgstr ""
681
+
682
+ msgid "Save source images"
683
+ msgstr ""
684
+
685
+ msgid "Type"
686
+ msgstr ""
687
+
688
+ msgid "Image"
689
+ msgstr "Image"
690
+
691
+ msgid "Text"
692
+ msgstr ""
693
+
694
+ msgid "Watermark Image"
695
+ msgstr ""
696
+
697
+ msgid "Margin"
698
+ msgstr ""
699
+
700
+ msgid "Left Top"
701
+ msgstr ""
702
+
703
+ msgid "Left Center"
704
+ msgstr ""
705
+
706
+ msgid "Left Bottom"
707
+ msgstr ""
708
+
709
+ msgid "Center Center"
710
+ msgstr ""
711
+
712
+ msgid "Right Top"
713
+ msgstr ""
714
+
715
+ msgid "Right Center"
716
+ msgstr ""
717
+
718
+ msgid "Right Bottom"
719
+ msgstr ""
720
+
721
+ msgid ""
722
+ "To use this option, you must install php-extension GD. The list of functions that "
723
+ "are used in the plugin can be seen in readme.txt file."
724
+ msgstr ""
725
+
726
+ msgid "Watermark saved succesfully"
727
+ msgstr ""
728
+
729
+ msgid "Select"
730
+ msgstr "Sélectionner"
731
+
732
+ msgid "Image Count Text"
733
+ msgstr ""
734
+
735
+ msgid "Background transparency"
736
+ msgstr ""
737
+
738
+ msgid "Show EXIF data"
739
+ msgstr ""
740
+
741
+ msgid "Error occurred!"
742
+ msgstr ""
743
+
744
+ msgid "Please, wait while reading images info..."
745
+ msgstr ""
746
+
747
+ msgid "Please wait until Exif data has been recollected"
748
+ msgstr ""
749
+
750
+ msgid "Image reccollected successfully. Processed "
751
+ msgstr ""
752
+
753
+ msgid " of "
754
+ msgstr ""
755
+
756
+ msgid "Recollect image error!. Processed "
757
+ msgstr ""
758
+
759
+ msgid " image "
760
+ msgstr ""
761
+
762
+ msgid "Recollect EXIF"
763
+ msgstr ""
764
+
765
+ msgid "Show EXIF as caption"
766
+ msgstr ""
767
+
768
+ msgid "Show EXIF as description"
769
+ msgstr ""
770
+
771
+ msgid "Show EXIF on Lightobox image"
772
+ msgstr ""
773
+
774
+ msgid "Show options"
775
+ msgstr ""
776
+
777
+ msgid "Camera"
778
+ msgstr ""
779
+
780
+ msgid "Camera model"
781
+ msgstr ""
782
+
783
+ msgid "Aperture"
784
+ msgstr ""
785
+
786
+ msgid "Exposure Bias"
787
+ msgstr ""
788
+
789
+ msgid "Flash"
790
+ msgstr ""
791
+
792
+ msgid "Focal Length"
793
+ msgstr ""
794
+
795
+ msgid "ISO"
796
+ msgstr ""
797
+
798
+ msgid "Shutter Speed"
799
+ msgstr ""
800
+
801
+ msgid "Location"
802
+ msgstr ""
803
+
804
+ msgid "Show the previous page of the grid"
805
+ msgstr ""
806
+
807
+ msgid "Show the next page of the grid"
808
+ msgstr ""
809
+
810
+ msgid "Google Drive authorization"
811
+ msgstr ""
812
+
813
+ msgid "Upload your images from Google Drive CDN"
814
+ msgstr ""
815
+
816
+ msgid "Upload from Google Drive"
817
+ msgstr ""
818
+
819
+ msgid "Google Drive"
820
+ msgstr ""
821
+
822
+ msgid "Horizontal (normal)"
823
+ msgstr ""
824
+
825
+ msgid "Mirror horizontal"
826
+ msgstr ""
827
+
828
+ msgid "Rotate 180"
829
+ msgstr ""
830
+
831
+ msgid "Mirror vertical"
832
+ msgstr ""
833
+
834
+ msgid "Mirror horizontal and rotate 270 CW"
835
+ msgstr ""
836
+
837
+ msgid "Rotate 90 CW"
838
+ msgstr ""
839
+
840
+ msgid "Mirror horizontal and rotate 90 CW"
841
+ msgstr ""
842
+
843
+ msgid "Rotate 270 CW"
844
+ msgstr ""
845
+
846
+ msgid "Popup Plugin"
847
+ msgstr ""
848
+
849
+ msgid ""
850
+ "The Best WordPress PopUp option plugin to help you gain more subscribers, social "
851
+ "followers or advertisement. Responsive pop-ups with friendly options."
852
+ msgstr ""
853
+
854
+ msgid "Slider Plugin"
855
+ msgstr ""
856
+
857
+ msgid ""
858
+ "Creating slideshows with Slider plugin is fast and easy. Simply select images from "
859
+ "your WordPress Media Library, Flickr, Instagram or Facebook, set slide captions, "
860
+ "links and SEO fields all from one page."
861
+ msgstr ""
862
+
863
+ msgid "Photo Gallery Plugin"
864
+ msgstr ""
865
+
866
+ msgid ""
867
+ "Photo Gallery Plugin with a great number of layouts will help you to create "
868
+ "quality respectable portfolios and image galleries."
869
+ msgstr ""
870
+
871
+ msgid "Data Tables Generator"
872
+ msgstr ""
873
+
874
+ msgid ""
875
+ "Create and manage beautiful data tables with custom design. No HTML knowledge is "
876
+ "required."
877
+ msgstr ""
878
+
879
+ msgid "Social Share Buttons"
880
+ msgstr ""
881
+
882
+ msgid ""
883
+ "Social share buttons to increase social traffic and popularity. Social sharing to "
884
+ "Facebook, Twitter and other social networks."
885
+ msgstr ""
886
+
887
+ msgid "Live Chat Plugin"
888
+ msgstr ""
889
+
890
+ msgid ""
891
+ "Be closer to your visitors and customers with Live Chat Support by Supsystic. Help "
892
+ "you visitors, support them in real-time with exceptional Live Chat WordPress "
893
+ "plugin by Supsystic."
894
+ msgstr ""
895
+
896
+ msgid "Pricing Table"
897
+ msgstr ""
898
+
899
+ msgid ""
900
+ "It’s never been so easy to create and manage pricing and comparison tables with "
901
+ "table builder. Any element of the table can be customise with mouse click."
902
+ msgstr ""
903
+
904
+ msgid "Coming Soon Plugin"
905
+ msgstr ""
906
+
907
+ msgid ""
908
+ "Coming soon page with drag-and-drop builder or under construction | maintenance "
909
+ "mode to notify visitors and collects emails."
910
+ msgstr ""
911
+
912
+ msgid "Backup Plugin"
913
+ msgstr ""
914
+
915
+ msgid ""
916
+ "Backup and Restore WordPress Plugin by Supsystic provides quick and unhitched "
917
+ "DropBox, FTP, Amazon S3, Google Drive backup for your WordPress website."
918
+ msgstr ""
919
+
920
+ msgid "Google Maps Easy"
921
+ msgstr ""
922
+
923
+ msgid ""
924
+ "Display custom Google Maps. Set markers and locations with text, images, "
925
+ "categories and links. Customize google map in a simple and intuitive way."
926
+ msgstr ""
927
+
928
+ msgid "Digital Publication Plugin"
929
+ msgstr ""
930
+
931
+ msgid ""
932
+ "Digital Publication WordPress Plugin by Supsystic for Magazines, Catalogs, "
933
+ "Portfolios. Convert images, posts, PDF to the page flip book."
934
+ msgstr ""
935
+
936
+ msgid "Contact Form Plugin"
937
+ msgstr ""
938
+
939
+ msgid ""
940
+ "One of the best plugin for creating Contact Forms on your WordPress site. "
941
+ "Changeable fonts, backgrounds, an option for adding fields etc."
942
+ msgstr ""
943
+
944
+ msgid "Newsletter Plugin"
945
+ msgstr ""
946
+
947
+ msgid ""
948
+ "Supsystic Newsletter plugin for automatic mailing of your letters. You will have "
949
+ "no need to control it or send them manually. No coding, hard skills or long hours "
950
+ "of customizing are required."
951
+ msgstr ""
952
+
953
+ msgid "Membership by Supsystic"
954
+ msgstr ""
955
+
956
+ msgid ""
957
+ "Create online membership community with custom user profiles, roles, FrontEnd "
958
+ "registration and login. Members Directory, activity, groups, messages."
959
+ msgstr ""
960
+
961
+ msgid "New gallery successfully created"
962
+ msgstr "Nouvelle galerie créée avec succès"
963
+
964
+ msgid "Title successfully updated"
965
+ msgstr "Titre mis à jour avec succès"
966
+
967
+ msgid "Not enough data."
968
+ msgstr "Pas assez de données."
969
+
970
+ msgid "Preset successfully saved."
971
+ msgstr "Préréglage enregistré avec succès."
972
+
973
+ msgid "The preset ID is not specified."
974
+ msgstr "Code de préréglage non précisé"
975
+
976
+ msgid "Preset successfully removed."
977
+ msgstr "Préréglage supprimé avec succès."
978
+
979
+ msgid "Failed to find the preset."
980
+ msgstr "Impossible de trouver le préréglage."
981
+
982
+ msgid "Preset successfully applied to the gallery."
983
+ msgstr "Préréglage appliqué avec succès à la galerie."
984
+
985
+ msgid "Gallery clone error"
986
+ msgstr ""
987
+
988
+ msgid "Unnamed gallery"
989
+ msgstr "Galerie sans nom"
990
+
991
+ msgid "The identifier of the gallery is invalid"
992
+ msgstr "L'identificateur de la galerie n'est pas valide"
993
+
994
+ msgid "Title is empty"
995
+ msgstr "Titre vide"
996
+
997
+ msgid "Failed to rename the gallery"
998
+ msgstr "Impossible de renommer la galerie"
999
+
1000
+ msgid "Invalid gallery identifier specified"
1001
+ msgstr "Identificateur de galerie non valide"
1002
+
1003
+ msgid "Failed to delete the gallery"
1004
+ msgstr "Impossible de supprimer la galerie"
1005
+
1006
+ msgid "Source gallery incorrect id"
1007
+ msgstr ""
1008
+
1009
+ msgid "Clone type parameter is incorrect"
1010
+ msgstr ""
1011
+
1012
+ msgid "Cloned "
1013
+ msgstr ""
1014
+
1015
+ msgid "Can't create new gallery!"
1016
+ msgstr ""
1017
+
1018
+ msgid "Can't create resources for gallery!"
1019
+ msgstr ""
1020
+
1021
+ msgid "Can't create image position for gallery!"
1022
+ msgstr ""
1023
+
1024
+ msgid "Can't create settings for gallery!"
1025
+ msgstr ""
1026
+
1027
+ msgid "Can't create membership params for gallery!"
1028
+ msgstr ""
1029
+
1030
+ msgid "Resources are does not exists"
1031
+ msgstr "Les ressources n'existent pas"
1032
+
1033
+ msgid "The identifier of the Gallery is not specified"
1034
+ msgstr "L'identificateur de la galerie n'est pas précisé"
1035
+
1036
+ msgid "New gallery"
1037
+ msgstr "Nouvelle galerie"
1038
+
1039
+ msgid "Add Images"
1040
+ msgstr "Ajouter images"
1041
+
1042
+ msgid "Add selected items"
1043
+ msgstr "Ajouter la sélection"
1044
+
1045
+ msgid "Cancel"
1046
+ msgstr "Annuler"
1047
+
1048
+ msgid ""
1049
+ "You need to import images to your gallery before you can start using galleries"
1050
+ msgstr "Vous devez importer des images dans votre galerie avant de l'utiliser"
1051
+
1052
+ msgid "Selected"
1053
+ msgstr "Sélection"
1054
+
1055
+ msgid "Create new gallery"
1056
+ msgstr "Créer une galerie"
1057
+
1058
+ msgid ""
1059
+ "Choose Gallery Template. You can change template and settings on the next step."
1060
+ msgstr ""
1061
+
1062
+ msgid "Gallery Name:"
1063
+ msgstr "Nom de la galerie :"
1064
+
1065
+ msgid "Choose Gallery Template."
1066
+ msgstr "Choisir le modèle de galerie."
1067
+
1068
+ msgid "Select images per page"
1069
+ msgstr ""
1070
+
1071
+ msgid "First"
1072
+ msgstr ""
1073
+
1074
+ msgid "Previous"
1075
+ msgstr ""
1076
+
1077
+ msgid "Next"
1078
+ msgstr "Suivant"
1079
+
1080
+ msgid "Last"
1081
+ msgstr ""
1082
+
1083
+ msgid "Remove selected"
1084
+ msgstr "Supprimer la sélection"
1085
+
1086
+ msgid "Select/unselect all posts"
1087
+ msgstr "Sélectionner/désélectionner tous les articles"
1088
+
1089
+ msgid "Images: "
1090
+ msgstr ""
1091
+
1092
+ msgid "There are %s photos in the gallery %s"
1093
+ msgstr "Il y a %s photos dans la galerie %s"
1094
+
1095
+ msgid " Size: "
1096
+ msgstr ""
1097
+
1098
+ msgid " Mb "
1099
+ msgstr ""
1100
+
1101
+ msgid "Images list"
1102
+ msgstr "Liste des images"
1103
+
1104
+ msgid "Preview"
1105
+ msgstr "Aperçu"
1106
+
1107
+ msgid "Images Optimization"
1108
+ msgstr ""
1109
+
1110
+ msgid "Are you sure you want to delete this gallery?"
1111
+ msgstr "Voulez-vous vraiment supprimer cette galerie ?"
1112
+
1113
+ msgid "Delete gallery"
1114
+ msgstr "Supprimer la galerie"
1115
+
1116
+ msgid "Shortcode:"
1117
+ msgstr "Code court :"
1118
+
1119
+ msgid "PHPCode:"
1120
+ msgstr "Code PHP :"
1121
+
1122
+ msgid "You have no galleries"
1123
+ msgstr ""
1124
+
1125
+ msgid "You don't have any galleries yet."
1126
+ msgstr "Vous n'avez pas encore de galeries."
1127
+
1128
+ msgid "Want to create one right now?"
1129
+ msgstr "Souhaitez-vous en créer une maintenant ?"
1130
+
1131
+ msgid "What is a gallery"
1132
+ msgstr "Ce qu'est une galerie"
1133
+
1134
+ msgid ""
1135
+ "<strong>Gallery</strong> &mdash; the highest type of entity in the Gallery by "
1136
+ "Supsystic."
1137
+ msgstr ""
1138
+ "<strong>Galerie</strong> — le type d'entité le plus élevé dans la Galerie de "
1139
+ "Supsystic."
1140
+
1141
+ msgid ""
1142
+ "You can have an unlimited number of galleries, to which you can attach the "
1143
+ "preloaded pictures."
1144
+ msgstr ""
1145
+ "Vous pouvez avoir un nombre illimité de galeries, auquelles vous pouvez joindre "
1146
+ "les images préchargées."
1147
+
1148
+ msgid ""
1149
+ "Each gallery has a number of display settings and behaviors that you can save to "
1150
+ "presets and apply to other galleries."
1151
+ msgstr ""
1152
+ "Chaque galerie présente un certain nombre de paramètres d'affichage et de "
1153
+ "comportements que vous pouvez prérégler et appliquer à d'autres galeries."
1154
+
1155
+ msgid "Gallery title can't be empty!"
1156
+ msgstr "La galerie doit avoir un titre!"
1157
+
1158
+ msgid "Gallery title:"
1159
+ msgstr "Titre de la galerie :"
1160
+
1161
+ msgid "Select source to import from"
1162
+ msgstr "Sélectionner la source d'importation"
1163
+
1164
+ msgid "Back to the gallery"
1165
+ msgstr "Retour à la galerie"
1166
+
1167
+ msgid "Main"
1168
+ msgstr "Accueil"
1169
+
1170
+ msgid "Captions"
1171
+ msgstr "Légendes"
1172
+
1173
+ msgid "Categories"
1174
+ msgstr "Catégories"
1175
+
1176
+ msgid "Watermark"
1177
+ msgstr ""
1178
+
1179
+ msgid "Add images"
1180
+ msgstr "Ajouter des images"
1181
+
1182
+ msgid "Import settings"
1183
+ msgstr "Paramètres d’importation"
1184
+
1185
+ msgid "Clone"
1186
+ msgstr ""
1187
+
1188
+ msgid "Enable for Membership:"
1189
+ msgstr ""
1190
+
1191
+ msgid "You need to install Membership by Supsystic to use this feature. "
1192
+ msgstr ""
1193
+
1194
+ msgid " plugin from your admin area, or visit it's official page on Wordpress.org "
1195
+ msgstr ""
1196
+
1197
+ msgid "Cloning gallery..."
1198
+ msgstr ""
1199
+
1200
+ msgid "Server internal error"
1201
+ msgstr ""
1202
+
1203
+ msgid "Gallery image optimization error ocured."
1204
+ msgstr ""
1205
+
1206
+ msgid "Tranfer images to CDN"
1207
+ msgstr ""
1208
+
1209
+ msgid "Select clone type:"
1210
+ msgstr ""
1211
+
1212
+ msgid "Select clone type"
1213
+ msgstr ""
1214
+
1215
+ msgid "Clone with images"
1216
+ msgstr ""
1217
+
1218
+ msgid "Clone without images"
1219
+ msgstr ""
1220
+
1221
+ msgid "Load More"
1222
+ msgstr ""
1223
+
1224
+ msgid "Buttons"
1225
+ msgstr ""
1226
+
1227
+ msgid "Scroll"
1228
+ msgstr ""
1229
+
1230
+ msgid "Border"
1231
+ msgstr "Bordure"
1232
+
1233
+ msgid "Shadow"
1234
+ msgstr "Ombre"
1235
+
1236
+ msgid "Lightbox"
1237
+ msgstr ""
1238
+
1239
+ msgid "LazyLoad"
1240
+ msgstr ""
1241
+
1242
+ msgid "Loader"
1243
+ msgstr ""
1244
+
1245
+ msgid "Your changes not saved. You really want to leave without saving?"
1246
+ msgstr "Voulez-vous vraiment quitter sans enregistrer vos modifications ?"
1247
+
1248
+ msgid "Available in Pro"
1249
+ msgstr ""
1250
+
1251
+ msgid "Number of Columns"
1252
+ msgstr "Nombre de colonnes"
1253
+
1254
+ msgid "Responsive columns"
1255
+ msgstr "Colonnes adaptatives"
1256
+
1257
+ msgid "Gallery Position"
1258
+ msgstr ""
1259
+
1260
+ msgid "Images distance"
1261
+ msgstr "Distance entre les images"
1262
+
1263
+ msgid "Gallery width"
1264
+ msgstr "Largeur de la galerie"
1265
+
1266
+ msgid "Full screen width"
1267
+ msgstr ""
1268
+
1269
+ msgid "Gallery padding"
1270
+ msgstr "Remplissage de la galerie"
1271
+
1272
+ msgid "Gallery height"
1273
+ msgstr "Hauteur de la galerie"
1274
+
1275
+ msgid "Image width"
1276
+ msgstr "Largeur de l’image"
1277
+
1278
+ msgid "Image height"
1279
+ msgstr "Hauteur de l’image"
1280
+
1281
+ msgid "Image radius"
1282
+ msgstr "Rayon de l'image"
1283
+
1284
+ msgid "Image crop quality"
1285
+ msgstr ""
1286
+
1287
+ msgid "Display only first image"
1288
+ msgstr ""
1289
+
1290
+ msgid "Make this settings - default"
1291
+ msgstr ""
1292
+
1293
+ msgid "Social Sharing"
1294
+ msgstr ""
1295
+
1296
+ msgid "Social Buttons Project"
1297
+ msgstr ""
1298
+
1299
+ msgid "Gallery Sharing"
1300
+ msgstr ""
1301
+
1302
+ msgid "Image Sharing"
1303
+ msgstr ""
1304
+
1305
+ msgid "Buttons align"
1306
+ msgstr ""
1307
+
1308
+ msgid "Popup Image Sharing"
1309
+ msgstr ""
1310
+
1311
+ msgid "You have no Social Sharing projects for now."
1312
+ msgstr ""
1313
+
1314
+ msgid "Create your first project"
1315
+ msgstr ""
1316
+
1317
+ msgid ""
1318
+ "then just reload page with your Gallery settings, and you will see list with "
1319
+ "available Social Projects for your Gallery."
1320
+ msgstr ""
1321
+
1322
+ msgid "You need to install Social Share Buttons by Supsystic to use this feature."
1323
+ msgstr ""
1324
+
1325
+ msgid "Install plugin"
1326
+ msgstr ""
1327
+
1328
+ msgid "here."
1329
+ msgstr ""
1330
+
1331
+ msgid "Horizontal Scroll"
1332
+ msgstr ""
1333
+
1334
+ msgid "Scroll Bar Color"
1335
+ msgstr ""
1336
+
1337
+ msgid "Scroll Bar Transparency"
1338
+ msgstr ""
1339
+
1340
+ msgid "Mouse Wheel Scroll Step"
1341
+ msgstr ""
1342
+
1343
+ msgid "Touch Scroll Step"
1344
+ msgstr ""
1345
+
1346
+ msgid "Available"
1347
+ msgstr "Existe"
1348
+
1349
+ msgid "Border Type"
1350
+ msgstr "Type de bordure"
1351
+
1352
+ msgid "Shadow preset"
1353
+ msgstr "Préréglage de l'ombre"
1354
+
1355
+ msgid "When mouse is over"
1356
+ msgstr "Au survol de la souris"
1357
+
1358
+ msgid "Off"
1359
+ msgstr "Pas d'ombre"
1360
+
1361
+ msgid "Show mouse on"
1362
+ msgstr "Ombre au survol de la souris"
1363
+
1364
+ msgid "Hide mouse on"
1365
+ msgstr "Pas d'ombre au survol de la souris"
1366
+
1367
+ msgid "Overlay image with shadow"
1368
+ msgstr "Superposer l'ombre sur l'image"
1369
+
1370
+ msgid "Shadow color"
1371
+ msgstr "Couleur de l'ombre"
1372
+
1373
+ msgid "Shadow blur"
1374
+ msgstr "Flou de l'ombre"
1375
+
1376
+ msgid "Shadow X"
1377
+ msgstr "Décalage X de l'ombre"
1378
+
1379
+ msgid "Shadow Y"
1380
+ msgstr "Décalage Y de l'ombre"
1381
+
1382
+ msgid "Pop-up Image"
1383
+ msgstr "Image contextuelle"
1384
+
1385
+ msgid "Popup box theme"
1386
+ msgstr "Thème de la boîte contextuelle"
1387
+
1388
+ msgid "Choose theme"
1389
+ msgstr "Choisir le thème"
1390
+
1391
+ msgid "Disable on mobile"
1392
+ msgstr "Désactiver pour les mobiles"
1393
+
1394
+ msgid "Popup Image Text"
1395
+ msgstr ""
1396
+
1397
+ msgid "Hide Popup Captions"
1398
+ msgstr "Masquer les légendes contextuelles"
1399
+
1400
+ msgid "Hide long titles"
1401
+ msgstr ""
1402
+
1403
+ msgid "Slideshow"
1404
+ msgstr "Diaporama"
1405
+
1406
+ msgid "Slideshow speed"
1407
+ msgstr "Vitesse du diaporama"
1408
+
1409
+ msgid "Slideshow pause on hover"
1410
+ msgstr ""
1411
+
1412
+ msgid "Slideshow autostart"
1413
+ msgstr "Démarrage automatique du diaporama"
1414
+
1415
+ msgid "Popup Image size"
1416
+ msgstr ""
1417
+
1418
+ msgid "Disable browser history"
1419
+ msgstr ""
1420
+
1421
+ msgid "Lazy Load"
1422
+ msgstr ""
1423
+
1424
+ msgid "Effect"
1425
+ msgstr "Effet"
1426
+
1427
+ msgid "Text size"
1428
+ msgstr "Taille du texte"
1429
+
1430
+ msgid "Text horizontal align"
1431
+ msgstr "Alignement horizontal du texte"
1432
+
1433
+ msgid "Text vertical align"
1434
+ msgstr "Alignement vertical du texte"
1435
+
1436
+ msgid "Show icons"
1437
+ msgstr "Afficher les icônes"
1438
+
1439
+ msgid "Select effect"
1440
+ msgstr "Sélectionner l'effet"
1441
+
1442
+ msgid "Animation"
1443
+ msgstr "Animation"
1444
+
1445
+ msgid "Show overlay"
1446
+ msgstr "Afficher le calque"
1447
+
1448
+ msgid "Overlay color"
1449
+ msgstr "Couleur du calque"
1450
+
1451
+ msgid "Overlay transparency"
1452
+ msgstr "Transparence du calque"
1453
+
1454
+ msgid "GetPRO for 29$"
1455
+ msgstr ""
1456
+
1457
+ msgid "Categorize images in the gallery"
1458
+ msgstr "Classer les images dans la galerie"
1459
+
1460
+ msgid "Let user switch gallery pages"
1461
+ msgstr "Laisser l'utilisateur permuter les pages de la galerie"
1462
+
1463
+ msgid "Add watermarks to your photos"
1464
+ msgstr ""
1465
+
1466
+ msgid "Save settings as preset"
1467
+ msgstr "Enregistrer les paramètres comme préréglage"
1468
+
1469
+ msgid "Preset title:"
1470
+ msgstr "Titre du préréglage"
1471
+
1472
+ msgid "Delete preset"
1473
+ msgstr "Supprimer le préréglage"
1474
+
1475
+ msgid "Are you really want to delete preset \"%s\"?"
1476
+ msgstr "Voulez-vous vraiment supprimer # %s ?"
1477
+
1478
+ msgid "Load settings from presets"
1479
+ msgstr "Charger les paramètres à partir des préréglages"
1480
+
1481
+ msgid "Select preset:"
1482
+ msgstr "Sélectionner le préréglage"
1483
+
1484
+ msgid "Failed to load the presets."
1485
+ msgstr "Impossible de charger les préréglages."
1486
+
1487
+ msgid "Currently you have no presets."
1488
+ msgstr "Vous n'avez aucun préréglage."
1489
+
1490
+ msgid "Select \"Big image\" theme"
1491
+ msgstr "Sélectionner le thème de la \"Grande image\" "
1492
+
1493
+ msgid "Select a theme"
1494
+ msgstr "Sélectionner un thème"
1495
+
1496
+ msgid "How to fit image in lightbox"
1497
+ msgstr ""
1498
+
1499
+ msgid "Fit To Screen"
1500
+ msgstr ""
1501
+
1502
+ msgid "Fit Width"
1503
+ msgstr ""
1504
+
1505
+ msgid "Show Original"
1506
+ msgstr ""
1507
+
1508
+ msgid "Select overlay effect"
1509
+ msgstr "Sélectionner l'effet du calque"
1510
+
1511
+ msgid "Pro Feature"
1512
+ msgstr ""
1513
+
1514
+ msgid "This effect requires icons be enabled. Enable Icons?"
1515
+ msgstr "Pour cet effet, il faut activer les icônes. Le désirez-vous? "
1516
+
1517
+ msgid "Select shadow preset"
1518
+ msgstr "Sélectionner le préréglage de l'ombre"
1519
+
1520
+ msgid "Select shadow"
1521
+ msgstr "Sélectionner l'ombre"
1522
+
1523
+ msgid "Import settings from gallery"
1524
+ msgstr "Importer les paramètres de la galerie"
1525
+
1526
+ msgid ""
1527
+ "Here you can import settings from other galleries, but right now, you have only "
1528
+ "one gallery, create more - and see how it works"
1529
+ msgstr ""
1530
+ "Ici, vous pouvez importer les paramètres d'autres galeries, mais en ce moment, "
1531
+ "vous n'avez qu'une galerie. Créez-en d'autres et voyez comment ça fonctionne."
1532
+
1533
+ msgid "Improve free version"
1534
+ msgstr ""
1535
+
1536
+ msgid "Select icons effects"
1537
+ msgstr "Sélectionner les effets des icônes"
1538
+
1539
+ msgid "Click on the icon to select effect"
1540
+ msgstr "Cliquer sur l'icône pour sélectionner l'effet"
1541
+
1542
+ msgid "close"
1543
+ msgstr ""
1544
+
1545
+ msgid "previous"
1546
+ msgstr ""
1547
+
1548
+ msgid "start slideshow"
1549
+ msgstr ""
1550
+
1551
+ msgid "stop slideshow"
1552
+ msgstr ""
1553
+
1554
+ msgid "image"
1555
+ msgstr ""
1556
+
1557
+ msgid "of"
1558
+ msgstr ""
1559
+
1560
+ msgid "Expand"
1561
+ msgstr ""
1562
+
1563
+ msgid "Expand the image"
1564
+ msgstr ""
1565
+
1566
+ msgid "Import EXIF data"
1567
+ msgstr ""
1568
+
1569
+ msgid "Choose source"
1570
+ msgstr "Choisir la source"
1571
+
1572
+ msgid "Import from WordPress Media Library"
1573
+ msgstr "Importer depuis la mediathèque de WordPress"
1574
+
1575
+ msgid "Import from social networks"
1576
+ msgstr "Importer depuis des réseaux sociaux"
1577
+
1578
+ msgid "Import from your Instagram account"
1579
+ msgstr "Importer depuis votre compte Instagram"
1580
+
1581
+ msgid "Import from your Flickr account"
1582
+ msgstr "Importer depuis votre compte Flickr"
1583
+
1584
+ msgid "Import from your Tumblr account"
1585
+ msgstr "Importer depuis votre compte Tumblr"
1586
+
1587
+ msgid "Import from your Facebook account"
1588
+ msgstr "Importer depuis votre compte Facebook"
1589
+
1590
+ msgid "Import from cloud services"
1591
+ msgstr ""
1592
+
1593
+ msgid "Import from your FTP server"
1594
+ msgstr ""
1595
+
1596
+ msgid "Import from your Google Drive account"
1597
+ msgstr ""
1598
+
1599
+ msgid "Get Pro to enable import"
1600
+ msgstr "Passer à Pro pour activer la fonction d'importation"
1601
+
1602
+ msgid "Properties"
1603
+ msgstr "Propriétés"
1604
+
1605
+ msgid "Delete Image"
1606
+ msgstr "Supprimer l'image"
1607
+
1608
+ msgid "Search"
1609
+ msgstr ""
1610
+
1611
+ msgid "Sort By: "
1612
+ msgstr ""
1613
+
1614
+ msgid "Sort To: "
1615
+ msgstr ""
1616
+
1617
+ msgid "Apply"
1618
+ msgstr ""
1619
+
1620
+ msgid "The gallery is does not exists"
1621
+ msgstr "La galerie n'existe pas"
1622
+
1623
+ msgid "Currently this gallery has no images"
1624
+ msgstr "Il n'y a pas d'images dans cette galerie"
1625
+
1626
+ msgid "Linked Images"
1627
+ msgstr ""
1628
+
1629
+ msgid "Instagram authorization"
1630
+ msgstr "Autorisation d'Instagram"
1631
+
1632
+ msgid "Upload your images from the Instagram Media Library"
1633
+ msgstr "Téléverser vos images depuis la médiathèque d'Instagram"
1634
+
1635
+ msgid "Upload from Instagram"
1636
+ msgstr "Téléverser depuis Instagram"
1637
+
1638
+ msgid "Error occurred"
1639
+ msgstr ""
1640
+
1641
+ msgid "Auth key saved!"
1642
+ msgstr ""
1643
+
1644
+ msgid "Service data was saved!"
1645
+ msgstr ""
1646
+
1647
+ msgid "Error! Incorrect service params!"
1648
+ msgstr ""
1649
+
1650
+ msgid "Error! Incorrect selected service!"
1651
+ msgstr ""
1652
+
1653
+ msgid "Error! Incorrect params!"
1654
+ msgstr ""
1655
+
1656
+ msgid "Table ' . $this->table. ' not exists! Please reactivate this plugin!"
1657
+ msgstr ""
1658
+
1659
+ msgid "Minimal version of php = 5.3.0"
1660
+ msgstr ""
1661
+
1662
+ msgid "Enable cUrl extension"
1663
+ msgstr ""
1664
+
1665
+ msgid "Can't check current version of cUrl extension"
1666
+ msgstr ""
1667
+
1668
+ msgid "Minimal cUrl extension version 7.20.0"
1669
+ msgstr ""
1670
+
1671
+ msgid "Optimization"
1672
+ msgstr ""
1673
+
1674
+ msgid "Image Optimization"
1675
+ msgstr ""
1676
+
1677
+ msgid "Your host does not support the minimum requirements:"
1678
+ msgstr ""
1679
+
1680
+ msgid "Transfer to CDN"
1681
+ msgstr ""
1682
+
1683
+ msgid "KeyCDN"
1684
+ msgstr ""
1685
+
1686
+ msgid "Change Details"
1687
+ msgstr ""
1688
+
1689
+ msgid "Setup"
1690
+ msgstr ""
1691
+
1692
+ msgid "Transfer selected"
1693
+ msgstr ""
1694
+
1695
+ msgid "Gallery Name"
1696
+ msgstr ""
1697
+
1698
+ msgid "Total Images"
1699
+ msgstr ""
1700
+
1701
+ msgid "Total Size"
1702
+ msgstr ""
1703
+
1704
+ msgid "Mb"
1705
+ msgstr ""
1706
+
1707
+ msgid "website"
1708
+ msgstr ""
1709
+
1710
+ msgid "Transfer to"
1711
+ msgstr ""
1712
+
1713
+ msgid "Transfer Gallery to"
1714
+ msgstr ""
1715
+
1716
+ msgid "Servicename"
1717
+ msgstr ""
1718
+
1719
+ msgid "Total images"
1720
+ msgstr ""
1721
+
1722
+ msgid "Total size"
1723
+ msgstr ""
1724
+
1725
+ msgid "Delete source image after transfer"
1726
+ msgstr ""
1727
+
1728
+ msgid "Start Transfer"
1729
+ msgstr ""
1730
+
1731
+ msgid "Connected to"
1732
+ msgstr ""
1733
+
1734
+ msgid "service"
1735
+ msgstr ""
1736
+
1737
+ msgid "Transfer information:"
1738
+ msgstr ""
1739
+
1740
+ msgid "galleries"
1741
+ msgstr ""
1742
+
1743
+ msgid "images"
1744
+ msgstr ""
1745
+
1746
+ msgid "Transfer ending with errors!"
1747
+ msgstr ""
1748
+
1749
+ msgid "Transfer completed successfully!"
1750
+ msgstr ""
1751
+
1752
+ msgid "Image optimization"
1753
+ msgstr ""
1754
+
1755
+ msgid "Start Optimization"
1756
+ msgstr ""
1757
+
1758
+ msgid "Service"
1759
+ msgstr ""
1760
+
1761
+ msgid "Setup Service"
1762
+ msgstr ""
1763
+
1764
+ msgid "Backup Images Source"
1765
+ msgstr ""
1766
+
1767
+ msgid "Optimize Preview images"
1768
+ msgstr ""
1769
+
1770
+ msgid "Optimization in process..."
1771
+ msgstr ""
1772
+
1773
+ msgid "Optimize:"
1774
+ msgstr ""
1775
+
1776
+ msgid "images (preview and original images)"
1777
+ msgstr ""
1778
+
1779
+ msgid "Error ocured. Optimize process stopped!"
1780
+ msgstr ""
1781
+
1782
+ msgid "Optimization complete"
1783
+ msgstr ""
1784
+
1785
+ msgid "Images size before:"
1786
+ msgstr ""
1787
+
1788
+ msgid "Images size after:"
1789
+ msgstr ""
1790
+
1791
+ msgid "Total Saving:"
1792
+ msgstr ""
1793
+
1794
+ msgid "Optimize one more time"
1795
+ msgstr ""
1796
+
1797
+ msgid "Show image comparision"
1798
+ msgstr ""
1799
+
1800
+ msgid "TinyPNG"
1801
+ msgstr ""
1802
+
1803
+ msgid "Another Service"
1804
+ msgstr ""
1805
+
1806
+ msgid "Optimize selected"
1807
+ msgstr ""
1808
+
1809
+ msgid "optimize"
1810
+ msgstr ""
1811
+
1812
+ msgid "Restore Source Images"
1813
+ msgstr ""
1814
+
1815
+ msgid "Optimize"
1816
+ msgstr ""
1817
+
1818
+ msgid "Optimize Now"
1819
+ msgstr ""
1820
+
1821
+ msgid "Enter your TinyPNG API key"
1822
+ msgstr ""
1823
+
1824
+ msgid "Enter your Site name"
1825
+ msgstr ""
1826
+
1827
+ msgid "Enter your username"
1828
+ msgstr ""
1829
+
1830
+ msgid "Enter your password"
1831
+ msgstr ""
1832
+
1833
+ msgid "Enter your ftp base path"
1834
+ msgstr ""
1835
+
1836
+ msgid "Incorrect service Code"
1837
+ msgstr ""
1838
+
1839
+ msgid "Last 24 hours"
1840
+ msgstr ""
1841
+
1842
+ msgid "Week"
1843
+ msgstr ""
1844
+
1845
+ msgid "Month"
1846
+ msgstr ""
1847
+
1848
+ msgid "Number of images"
1849
+ msgstr ""
1850
+
1851
+ msgid "Total size before"
1852
+ msgstr ""
1853
+
1854
+ msgid "Total size after"
1855
+ msgstr ""
1856
+
1857
+ msgid "Save in Mb"
1858
+ msgstr ""
1859
+
1860
+ msgid "Save in %"
1861
+ msgstr ""
1862
+
1863
+ msgid "Your message successfully send. We contact you soon."
1864
+ msgstr ""
1865
+ "Votre message a été envoyé avec succès. Nous communiquerons sous peu avec vous."
1866
+
1867
+ msgid "Start step-by-step tutorial"
1868
+ msgstr ""
1869
+
1870
+ msgid "Name"
1871
+ msgstr "Nom"
1872
+
1873
+ msgid "Email"
1874
+ msgstr "Courriel"
1875
+
1876
+ msgid "Website"
1877
+ msgstr "Site Web"
1878
+
1879
+ msgid "Subject"
1880
+ msgstr "Objet"
1881
+
1882
+ msgid "Topic"
1883
+ msgstr "Sujet"
1884
+
1885
+ msgid "Plugin options"
1886
+ msgstr "Options de l'extension"
1887
+
1888
+ msgid "Report a bug"
1889
+ msgstr "Signaler un bogue"
1890
+
1891
+ msgid "Require a new functionallity"
1892
+ msgstr "Demander une nouvelle fonctionnalité"
1893
+
1894
+ msgid "Other"
1895
+ msgstr "Autre"
1896
+
1897
+ msgid "Message"
1898
+ msgstr "Message"
1899
+
1900
+ msgid "Hello Supsystic Team!"
1901
+ msgstr "Bonjour équipe Supsystic !"
1902
+
1903
+ msgid ""
1904
+ "Some errors occurred while sending mail please send your message trough this "
1905
+ "contact form:"
1906
+ msgstr ""
1907
+ "L'envoi de votre message a échoué. Prière d'utiliser ce formulaire de contact :"
1908
+
1909
+ msgid "Unable to save chosen photo %s: %s"
1910
+ msgstr "Impossible d'enregistrer la photo choisie % s: %s"
1911
+
1912
+ msgid "New Folder"
1913
+ msgstr "Nouveau dossier"
1914
+
1915
+ msgid "The title can't be empty"
1916
+ msgstr "La galerie doit avoir un titre!"
1917
+
1918
+ msgid "Failed to update position."
1919
+ msgstr "Impossible de mettre à jour la position."
1920
+
1921
+ msgid "Position updated successfully!"
1922
+ msgstr "Position mise à jour avec succès !"
1923
+
1924
+ msgid "Rename folder"
1925
+ msgstr "Renommer le dossier"
1926
+
1927
+ msgid "Folder name:"
1928
+ msgstr "Nom du dossier :"
1929
+
1930
+ msgid "Add images to the gallery"
1931
+ msgstr "Ajouter des images dans la galerie"
1932
+
1933
+ msgid "Please wait while the plugin to get the list of galleries..."
1934
+ msgstr "Merci de patienter jusqu'à l'affichage de la liste des galeries..."
1935
+
1936
+ msgid "Select the gallery:"
1937
+ msgstr "Sélectionner la galerie :"
1938
+
1939
+ msgid "New folder"
1940
+ msgstr "Nouveau dossier"
1941
+
1942
+ msgid "Add images to the new gallery"
1943
+ msgstr "Ajouter des images à la nouvelle galerie"
1944
+
1945
+ msgid "Create new folder"
1946
+ msgstr "Créer un nouveau dossier"
1947
+
1948
+ msgid "Edit selected item"
1949
+ msgstr "Modifier l'élément sélectionné"
1950
+
1951
+ msgid "Delete selected items"
1952
+ msgstr "Supprimer les éléments sélectionnés"
1953
+
1954
+ msgid "Create new gallery from the selected items"
1955
+ msgstr "Créer une nouvelle galerie à partir des éléments sélectionnés"
1956
+
1957
+ msgid "New gallery from selected"
1958
+ msgstr "Nouvelle galerie à partir de la sélection"
1959
+
1960
+ msgid "Add the selected items to the existing gallery"
1961
+ msgstr "Ajouter les éléments sélectionnés à la galerie existante"
1962
+
1963
+ msgid "Add selected to the gallery"
1964
+ msgstr "Ajouter la sélection à la galerie"
1965
+
1966
+ msgid "Switch to the list view"
1967
+ msgstr "Basculer vers l'affichage de liste"
1968
+
1969
+ msgid "Switch to the block view"
1970
+ msgstr "Basculer vers l'affichage en bloc"
1971
+
1972
+ msgid "Upload your images from the WordPress Media Library"
1973
+ msgstr "Téléverser vos images depuis la médiathèque de WordPress"
1974
+
1975
+ msgid "All photos"
1976
+ msgstr "Toutes les photos"
1977
+
1978
+ msgid "Drop photos here to move them from the folder"
1979
+ msgstr "Déposer les photos ici pour les déplacer du dossier"
1980
+
1981
+ msgid "Hope you will come back!"
1982
+ msgstr ""
1983
+
1984
+ msgid "Close Tutorial"
1985
+ msgstr "Fermer le tutoriel"
1986
+
1987
+ msgid "Welcome to Photo Gallery plugin by Supsystic!"
1988
+ msgstr ""
1989
+
1990
+ msgid ""
1991
+ "Thank you for choosing our Gallery plugin. Just click here to start using it - and "
1992
+ "we will show you it's possibilities and powerfull features."
1993
+ msgstr ""
1994
+
1995
+ msgid "Hello! This is the Gallery by Supsystic Overview."
1996
+ msgstr ""
1997
+
1998
+ msgid ""
1999
+ "Here you can get help: watch the video tutorial or read FAQ and Documentation, "
2000
+ "make use of contact form. Also here requirements for server - Server Settings."
2001
+ msgstr ""
2002
+ "Ici, vous pouvez obtenir de l'aide : en visionnant le tutoriel vidéo, en lisant la "
2003
+ "FAQ et la documentation, en recourant au formulaire de contact. Vous trouverez ici "
2004
+ "aussi la configuration requise pour le serveur."
2005
+
2006
+ msgid "Create your first Gallery"
2007
+ msgstr ""
2008
+
2009
+ msgid ""
2010
+ "To Create New Gallery select gallery template. You can change template and "
2011
+ "settings later. Now here are four different templates. With PRO version you’ll get "
2012
+ "more features like Categories, Load More button, Post Feed (Content) gallery, "
2013
+ "Polaroid gallery and more. Enter name of the gallery and click “Save”."
2014
+ msgstr ""
2015
+
2016
+ msgid "Add images to your Gallery"
2017
+ msgstr ""
2018
+
2019
+ msgid ""
2020
+ "Now you are in the edit menu of your gallery. And the first thing you need to do "
2021
+ "are add media to the gallery. Click \"Add Images\" button."
2022
+ msgstr ""
2023
+ "Nous voici dans le menu d'édition de votre galerie. La première chose à faire est "
2024
+ "d'ajouter des éléments à la galerie. Cliquez sur le bouton \"Ajouter images\"."
2025
+
2026
+ msgid "Images Import Options"
2027
+ msgstr ""
2028
+
2029
+ msgid ""
2030
+ "<p>Import images in several ways:</p><p>Import from Wordpress Media Library/Upload "
2031
+ "files from your computer</p><p>Import from social networks</p><p>Instagram (in the "
2032
+ "Free version)</p><p>With PRO-version also will be available import from Flickr, "
2033
+ "Tumblr and Facebook.</p><p>Besides with Gallery PRO version you can import images "
2034
+ "from such cloud services - FTP server, Google Drive.</p>"
2035
+ msgstr ""
2036
+
2037
+ msgid "Image List"
2038
+ msgstr ""
2039
+
2040
+ msgid ""
2041
+ "<p>Now you can see your image list. Here you can:</p><p>Change the order of images "
2042
+ "– simply by dragging them manually.</p><p>Delete images.</p><p>Add new images from "
2043
+ "different sources to the grid gallery – click “Add Images” button and select the "
2044
+ "source to import from.</p><p><b>Caption tab</b> – add caption to image – it will "
2045
+ "be displayed on the caption effect of the gallery. Also here included the support "
2046
+ "of html-elements inside caption effect</p><p><b>SEO tab</b> – manage image title "
2047
+ "and description</p><p><b>Link tab</b> – attach links to image – it will go to the "
2048
+ "link when you click the image.</p><p><b>Video tab</b> – attach video url – it will "
2049
+ "be displayed in a pop-up image when you click on the image.</p><p><b>Categories "
2050
+ "tab</b> – add tags for image categories.</p><p><b>Linked images tab</b> – add "
2051
+ "linked images to the chosen image.</p><p><b>Crop tab</b> – choose image crop "
2052
+ "position.</p><p><b>Replace image tab</b> – replace image without losing image "
2053
+ "settings.</p><p>Now follow to the gallery settings – сlick “Properties” button.</p>"
2054
+ msgstr ""
2055
+
2056
+ msgid "Preview of Gallery settings"
2057
+ msgstr ""
2058
+
2059
+ msgid ""
2060
+ "At the left side of the monitor you see a preview image in which will be seen "
2061
+ "changes made to the settings. This window for the settings of your gallery."
2062
+ msgstr ""
2063
+
2064
+ msgid "Main Settings"
2065
+ msgstr ""
2066
+
2067
+ msgid ""
2068
+ "<p>Here you can set main settings of gallery - choose Gallery Type, for more "
2069
+ "information check this <a href=\"//supsystic.com/gallery-order-types/\" target="
2070
+ "\"_blank\">article</a>.</p><p>Social Sharing: add social share buttons to your "
2071
+ "gallery. Or showcase images in a Horizontal Scroll view.</p><p>Load More: adds "
2072
+ "\"load more\" button to your gallery. And with Custom Buttons: you can make your "
2073
+ "button better.</p><p>Add to images border and shadow with Border Type and Shadow "
2074
+ "settings.</p><p>In the Pop-up Image section customize lightbox of your gallery.</p>"
2075
+ msgstr ""
2076
+
2077
+ msgid "Captions and Icons"
2078
+ msgstr ""
2079
+
2080
+ msgid ""
2081
+ "<p>On Captions tab you can manage the Captions and Icons, and make them your style."
2082
+ "</p>"
2083
+ msgstr ""
2084
+
2085
+ msgid "Categories and Pagination"
2086
+ msgstr ""
2087
+
2088
+ msgid ""
2089
+ "<p>Categories tab: here you can enable Categories and Pagination options.</p><p>To "
2090
+ "this tab become available you need to buy PRO version."
2091
+ msgstr ""
2092
+
2093
+ msgid ""
2094
+ "<p>Posts tab: here you can add posts and pages to your gallery and also manage "
2095
+ "them. Posts of gallery included in the PRO version of Gallery by Supsystic.</p>"
2096
+ msgstr ""
2097
+
2098
+ msgid "Well done!"
2099
+ msgstr ""
2100
+
2101
+ msgid ""
2102
+ "<p><b>Upgrading</b></p><p>Once you have purchased Premium version of plugin - "
2103
+ "you’ll have to enter license key (you can find it in your personal account on our "
2104
+ "site). Go to the License tab and enter your email and license key. Once you have "
2105
+ "activated your PRO license - you can use all its advanced options.</p><p>That’s "
2106
+ "all. From this moment you can use your Gallery without any doubt. But if you still "
2107
+ "have some question - do not hesitate to contact us through our <a href=\"https://"
2108
+ "supsystic.com/contact-us/\">internal support</a> or on our <a href=\"http://"
2109
+ "supsystic.com/forum/photo-gallery-plugin/\">Supsystic Forum.</a> Besides you can "
2110
+ "always describe your questions on <a href=\"https://wordpress.org/support/plugin/"
2111
+ "gallery-by-supsystic\">WordPress Ultimate Forum.</a></p><p><b>Enjoy this plugin?</"
2112
+ "b></p><p>It will be nice if you`ll help us and boost plugin with <a href=\"https://"
2113
+ "wordpress.org/support/view/plugin-reviews/gallery-by-supsystic?rate=5#postform/"
2114
+ "\">Five Stars rating on WordPress.org.</a></p><p>We hope that you like this plugin "
2115
+ "and wish you all the best! Good luck!</p>"
2116
+ msgstr ""
2117
+
2118
+ msgid "Your Feedback"
2119
+ msgstr ""
2120
+
2121
+ msgid ""
2122
+ "If you have a moment, please share why you are deactivating Photo Gallery by "
2123
+ "Supsystic"
2124
+ msgstr ""
2125
+
2126
+ msgid ""
2127
+ "If you have a question, <a href=\"%s\" target=\"_blank\">contact us</a> and will "
2128
+ "do our best to help you"
2129
+ msgstr ""
2130
+
2131
+ msgid "I found a better plugin"
2132
+ msgstr ""
2133
+
2134
+ msgid "I no longer need the plugin"
2135
+ msgstr ""
2136
+
2137
+ msgid "Skip & Deactivate"
2138
+ msgstr ""
2139
+
2140
+ msgid "Welcome to the"
2141
+ msgstr "Bienvenue à la"
2142
+
2143
+ msgid ""
2144
+ "Photo Gallery plugin is created for people who would like to show their photos in "
2145
+ "a marvelous way. Perform your best ideas, making delightful presentations or "
2146
+ "galleries from videos and photos."
2147
+ msgstr ""
2148
+ "L'extension Galerie de photos vous aidera à montrer vos photos et vidéos d'une "
2149
+ "façon géniale. Déployez vos meilleures idées grâce à des présentations ou galeries "
2150
+ "qui enchanteront vos visiteurs."
2151
+
2152
+ msgid "Step-by-step tutorial"
2153
+ msgstr "Tutoriel pas à pas"
2154
+
2155
+ msgid ""
2156
+ "There’re really many options of photo gallery plugin customization. So as soon as "
2157
+ "you close that page, I’ll show you step-by-step tutorial of how to use plugin. "
2158
+ "Hope it will be usefull for you :)"
2159
+ msgstr ""
2160
+
2161
+ msgid "Support"
2162
+ msgstr "Soutien"
2163
+
2164
+ msgid ""
2165
+ "We love our plugin and do the best to improve all features you want and fix all "
2166
+ "issues. But sometimes some issues happened or you can’t find feature you want :) "
2167
+ "Don’t worry, just <a href=\"//supsystic.com/plugins/photo-gallery?"
2168
+ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" "
2169
+ "target=\"_blank\"> contact us </a> . We’ll answer in an hour and fix all issues."
2170
+ msgstr ""
2171
+
2172
+ msgid "Video Tutorial"
2173
+ msgstr "Tutoriel vidéo"
2174
+
2175
+ msgid "Frequently Asked Questions"
2176
+ msgstr "Foire aux questions"
2177
+
2178
+ msgid ""
2179
+ "Gallery doesn’t load on the front end. If the loading gallery icon just keeps "
2180
+ "playing but never loads the gallery."
2181
+ msgstr ""
2182
+
2183
+ msgid "How to change the position of photos in gallery?"
2184
+ msgstr ""
2185
+
2186
+ msgid "How to insert gallery into widget?"
2187
+ msgstr ""
2188
+
2189
+ msgid "Go to Appearance -> Widgets."
2190
+ msgstr ""
2191
+
2192
+ msgid ""
2193
+ "You’ll see Gallery by Supsystic Widget on the left. Drag it to the area, where you "
2194
+ "want it to appear."
2195
+ msgstr ""
2196
+
2197
+ msgid "Then choose what gallery you want to display. And press save."
2198
+ msgstr ""
2199
+
2200
+ msgid "Check all other FAQs"
2201
+ msgstr ""
2202
+
2203
+ msgid "Send usage statistics"
2204
+ msgstr ""
2205
+
2206
+ msgid "Image Editor"
2207
+ msgstr ""
2208
+
2209
+ msgid "Roles"
2210
+ msgstr ""
2211
+
2212
+ msgid "PRO option"
2213
+ msgstr ""
2214
+
2215
+ msgid "Edit image"
2216
+ msgstr "Modifier l'image"
2217
+
2218
+ msgid "SEO"
2219
+ msgstr "SEO (Référencement naturel)"
2220
+
2221
+ msgid "Alternative text"
2222
+ msgstr "Texte de remplacement"
2223
+
2224
+ msgid "External link"
2225
+ msgstr "Lien externe"
2226
+
2227
+ msgid "Available in PRO version."
2228
+ msgstr "Offert dans la version PRO."
2229
+
2230
+ msgid "Link"
2231
+ msgstr "Lien"
2232
+
2233
+ msgid "Open in new window"
2234
+ msgstr "Ouvrir dans une nouvelle fenêtre"
2235
+
2236
+ msgid "Embeded video"
2237
+ msgstr "Vidéo intégrée"
2238
+
2239
+ msgid "Video URL"
2240
+ msgstr "URL de la vidéo"
2241
+
2242
+ msgid "Supports Youtube and Vimeo. URL will be converted to embed automatically."
2243
+ msgstr "Intègre automatiquement les URL de Youtube et Vimeo."
2244
+
2245
+ msgid "Date"
2246
+ msgstr "Date"
2247
+
2248
+ msgid "Select %s"
2249
+ msgstr "Sélectionner %s"
2250
+
2251
+ msgid "photo"
2252
+ msgstr "photo"
2253
+
2254
+ msgid "photos"
2255
+ msgstr "photos"
2256
+
2257
+ msgid "Video"
2258
+ msgstr "Vidéo"
2259
+
2260
+ msgid "Linked images"
2261
+ msgstr ""
2262
+
2263
+ msgid "Crop"
2264
+ msgstr ""
2265
+
2266
+ msgid "Replace image"
2267
+ msgstr ""
2268
+
2269
+ msgid "http://example.com/"
2270
+ msgstr "http://example.com/"
2271
+
2272
+ msgid "Add nofollow attribute"
2273
+ msgstr ""
2274
+
2275
+ msgid "Choose images"
2276
+ msgstr ""
2277
+
2278
+ msgid "Choose image"
2279
+ msgstr ""
2280
+
2281
+ #~ msgid ""
2282
+ #~ "Choose Gallery Template.You can change template and settings on the next step."
2283
+ #~ msgstr ""
2284
+ #~ "Choisir le modèle de galerie. Vous pouvez modifier le modèle et les paramètres "
2285
+ #~ "à l'étape suivante."
2286
+
2287
+ #~ msgid "Total Images: "
2288
+ #~ msgstr "Nombre d'images :"
2289
+
2290
+ #~ msgid "Step-by-step Tutorial"
2291
+ #~ msgstr "Tutoriel pas à pas"
2292
+
2293
+ #~ msgid "Begin Step-by-step Tutorial"
2294
+ #~ msgstr "Commencer le tutoriel pas à pas"
2295
+
2296
+ #~ msgid "Caption effect"
2297
+ #~ msgstr "Effet de la légende"
2298
+
2299
+ #~ msgid "Select categories preset"
2300
+ #~ msgstr "Sélectionner le préréglage des catégories"
2301
+
2302
+ #~ msgid "Categories preset editor"
2303
+ #~ msgstr "Éditeur des préréglages des catégories"
2304
+
2305
+ #~ msgid "Preset name"
2306
+ #~ msgstr "Nom du préréglage"
2307
+
2308
+ #~ msgid "Normal"
2309
+ #~ msgstr "Normal"
2310
+
2311
+ #~ msgid "Select pagination preset"
2312
+ #~ msgstr "Sélectionner le préréglage de pagination"
2313
+
2314
+ #~ msgid "Pages preset editor"
2315
+ #~ msgstr "Éditeur des préréglages des pages"
2316
+
2317
+ #~ msgid "You have not any galleries"
2318
+ #~ msgstr "Vous n'avez pas de galeries"
2319
+
2320
+ #~ msgid "Show caption"
2321
+ #~ msgstr "Afficher la légende"
2322
+
2323
+ #~ msgid "Hello! These are the Gallery by Supsystic. "
2324
+ #~ msgstr "Bienvenue à la Galerie de Supsystic."
2325
+
2326
+ #~ msgid "First Step"
2327
+ #~ msgstr "Première étape"
2328
+
2329
+ #~ msgid ""
2330
+ #~ "To Create New Gallery select gallery template. You can change template and "
2331
+ #~ "settings later. Now here four different templates. With PRO version you’ll "
2332
+ #~ "get more features like Categories, Load More button, Categories, Post Feed "
2333
+ #~ "(Content) gallery, Polaroid gallery and more. Enter name of the gallery and "
2334
+ #~ "click “Save”."
2335
+ #~ msgstr ""
2336
+ #~ "Pour créer une nouvelle galerie, sélectionnez un modèle de galerie. Vous "
2337
+ #~ "pourrez changer de modèle et modifier les paramètres plus tard. Vous avez ici "
2338
+ #~ "quatre modèles différents. Avec la version PRO s'ajoutent d'autres "
2339
+ #~ "fonctionnalités : catégories, bouton \"Voir plus\", galerie d'articles "
2340
+ #~ "(contenu), galerie en mode Polaroid et plus encore. Saisissez un nom de galerie "
2341
+ #~ "et cliquez sur Sauvegarder."
2342
+
2343
+ #~ msgid "Second Step"
2344
+ #~ msgstr "Deuxième étape"
2345
+
2346
+ #~ msgid "Second Step-2"
2347
+ #~ msgstr "Deuxième étape-2"
2348
+
2349
+ #~ msgid ""
2350
+ #~ "<p>Import images in several ways:</p><p>Import from Wordpress Media Library/"
2351
+ #~ "Upload files from your computer</p><p>Import from social networks</"
2352
+ #~ "p><p>Instagram (in the Free version)</p><p>With PRO-version also will be "
2353
+ #~ "available import from Flickr, Tumblr and Facebook.</p>"
2354
+ #~ msgstr ""
2355
+ #~ "<p>Il y a plusieurs façons d'importer des images :</p><p> depuis la "
2356
+ #~ "médiathèque de Wordpress ou depuis votre ordinateur</p><p> depuis des réseaux "
2357
+ #~ "sociaux</p><p>Instagram (dans la version gratuite)</p><p>La version Pro "
2358
+ #~ "autorise aussi l'importation depuis Flickr, Tumblr et Facebook.</p>"
2359
+
2360
+ #~ msgid "Third Step"
2361
+ #~ msgstr "Troisième étape"
2362
+
2363
+ #~ msgid ""
2364
+ #~ "<p>Now you can see your image list. Here you can:</p><p>Change the order of "
2365
+ #~ "images – simply by dragging them manually.</p><p>Delete images</p><p>Add new "
2366
+ #~ "images from different sources to the grid gallery – click “Add Images” "
2367
+ #~ "button and select the source to import from.</p><p><b>Caption tab</b> – add "
2368
+ #~ "caption to image – it will be displayed on the caption effect of the "
2369
+ #~ "gallery. Also here included the support of html-elements inside caption effect</"
2370
+ #~ "p><p><b>SEO tab</b> – manage image title and description</p><p><b>Link tab</"
2371
+ #~ "b> – attach links to image – it will go to the link when you click the "
2372
+ #~ "image.</p><p><b>Video tab</b> – attach video url – it will be displayed "
2373
+ #~ "in a pop-up image when you click on the image.</p><p><b>Categories tab</b> – "
2374
+ #~ "add tags for image categories.</p><p>Now follow to the gallery settings – "
2375
+ #~ "сlick “Properties” button.</p>"
2376
+ #~ msgstr ""
2377
+ #~ "<p>Vous voyez maintenant votre liste d'images. Vous pouvez :</p><p>modifier "
2378
+ #~ "l'ordre des images simplement en les faisant glisser</p><p>supprimer des "
2379
+ #~ "images</p><p>ajouter des images d'autres sources à la grille en cliquant sur le "
2380
+ #~ "bouton Ajouter images et en sélectionnant la source d'importation.</"
2381
+ #~ "p><p><b>Onglet des légendes</b> ajoutez une légende à l' image, elle "
2382
+ #~ "s'affichera sur l'effet de légende de la galerie. Vous pouvez ici aussi ajouter "
2383
+ #~ "des balises HTML dans l'effet de la légende</p><p><b>Onglet SEO (référencement "
2384
+ #~ "naturel)</b>pour la gestion des titres et descriptions des images</"
2385
+ #~ "p><p><b>Onglet Liens</b>lorsqu'un lien est joint à une image, un clic sur "
2386
+ #~ "l'image ouvrira le lien en question.</p><p><b>Onglet Vidéo</b>lorsque l'URL "
2387
+ #~ "d'une vidéo est joint à une image, un clic sur l'image ouvrira la vidéo dans "
2388
+ #~ "une boîte contextuelle.</p><p><b>Onglet Catégories</b>pour ajouter des "
2389
+ #~ "étiquettes aux catégories d'images.</p><p>Allons maintenant aux paramètres des "
2390
+ #~ "galeries en cliquant sur le bouton Propriétés.</p>"
2391
+
2392
+ #~ msgid "Fourth Step"
2393
+ #~ msgstr "Quatrième étape"
2394
+
2395
+ #~ msgid ""
2396
+ #~ "Gallery Properties: At the left side of the monitor you see a preview image in "
2397
+ #~ "which will be seen changes made to the settings. This window for the settings "
2398
+ #~ "of your gallery."
2399
+ #~ msgstr ""
2400
+ #~ "Propriétés de la galerie : sur le côté gauche de l'écran s'affiche un aperçu "
2401
+ #~ "des modifications apportées aux paramètres de votre galerie."
2402
+
2403
+ #~ msgid "Fourth Step-1"
2404
+ #~ msgstr "Quatrième étape-1"
2405
+
2406
+ #~ msgid ""
2407
+ #~ "<p>Gallery Type: sets the look of your gallery for more information check this "
2408
+ #~ "article. If you were chosen fixed column you'll see new tab where you can make "
2409
+ #~ "a Number of Columns for your gallery.</p><p>Load More: adds a button to the "
2410
+ #~ "page. And with Custom Buttons: you can make your button better.</p><p>Add to "
2411
+ #~ "images border with Border Type and add shadow with Shadow.</p><p>Big image "
2412
+ #~ "appear settings set in the Pop-up Image section.</p>"
2413
+ #~ msgstr ""
2414
+ #~ "<p>Type de galerie : définit l'apparence de votre galerie; pour en savoir "
2415
+ #~ "plus, consultez cet article. Si vous avez opté pour des colonnes fixes, vous "
2416
+ #~ "verrez un nouvel onglet où vous pouvez préciser le nombre de colonnes pour "
2417
+ #~ "votre galerie.</p><p>Voir plus : ajoute un bouton à la page. Vous pouvez même "
2418
+ #~ "choisir un de nos boutons personnalisés.</p><p>Vous pouvez aussi ajouter une "
2419
+ #~ "bordure ou une ombre aux images grâce aux fonctions Type de bordure et Ombre.</"
2420
+ #~ "p><p>Les paramètres d'affichage de la grande image se règlent dans la section "
2421
+ #~ "de l'image contextuelle.</p>"
2422
+
2423
+ #~ msgid "Five Step"
2424
+ #~ msgstr "Cinquième étape"
2425
+
2426
+ #~ msgid ""
2427
+ #~ "<p>Captions: In this tab you can manage the captions and make them your style.</"
2428
+ #~ "p>"
2429
+ #~ msgstr "<p>Légendes : cet onglet permet de gérer les légendes à votre guise.</p>"
2430
+
2431
+ #~ msgid "Six Step"
2432
+ #~ msgstr "Sixième étape"
2433
+
2434
+ #~ msgid ""
2435
+ #~ "<p>Categories: Сategories option includes such capabilities:</p><p>Hide \"all"
2436
+ #~ "\" category</p><p>Enable shuffling animation of images. (If you enable posts "
2437
+ #~ "layout on the Posts tab – this feature will not be available).</p><p>Set the "
2438
+ #~ "duration of animation.</p><p>Define the position of categories – over or "
2439
+ #~ "under the gallery.</p><p>Determine the alignment of categories.</p><p>Set "
2440
+ #~ "Categories order</p><p>To this tab become available you need to buy pro-version."
2441
+ #~ msgstr ""
2442
+ #~ "<p>Catégories : Voici les options des catégories :</p><p>Masquer la catégorie "
2443
+ #~ "\"toutes\"</p><p>Activer l'animation de réarrangement des images. (Si vous "
2444
+ #~ "activez la mise en pages des articles à l'onglet Articles, cette fonctionnalité "
2445
+ #~ "ne sera pas disponible).</p><p>Régler la durée de l'animation.</p><p>Définir la "
2446
+ #~ "position des catégories au-dessus ou en dessous de la galerie.</p><p>Déterminer "
2447
+ #~ "l'alignement des catégories.</p><p>Définir l'ordre des catégories</p><p>Pour "
2448
+ #~ "activer cet onglet, vous devez acheter la version Pro."
2449
+
2450
+ #~ msgid "Seven Step"
2451
+ #~ msgstr "Septième étape"
2452
+
2453
+ #~ msgid ""
2454
+ #~ "<p>Posts: Here you can add posts and pages to your gallery and also manage "
2455
+ #~ "them. Posts of gallery included in the PRO version of Gallery by Supsystic.</p>"
2456
+ #~ msgstr ""
2457
+ #~ "<p>Articles : ici, vous pouvez ajouter et gérer des articles et des pages dans "
2458
+ #~ "votre galerie. Cette option est offerte dans la version PRO de la Galerie de "
2459
+ #~ "Supsystic.</p>"
2460
+
2461
+ #~ msgid ""
2462
+ #~ "There’re really many options of photo gallery plugin customization. So as "
2463
+ #~ "soon as you close that page, I’ll show you step-by-step tutorial of how to "
2464
+ #~ "use plugin. Hope it will be usefull for you :)"
2465
+ #~ msgstr ""
2466
+ #~ "Il y a vraiment beaucoup d'options dans l'extension Galerie de photos. Dès que "
2467
+ #~ "vous fermerez cette page, un tutoriel vous montrera étape par étape comment "
2468
+ #~ "utiliser l'extension. Espérons qu'il vous sera utile :)."
2469
+
2470
+ #~ msgid ""
2471
+ #~ "We love our plugin and do the best to improve all features you want and fix all "
2472
+ #~ "issues. But sometimes some issues happened or you can’t find feature you "
2473
+ #~ "want :) Don’t worry, just <a href=\"//supsystic.com/plugins/photo-gallery?"
2474
+ #~ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" "
2475
+ #~ "target=\"_blank\"> contact us </a> . We’ll answer in an hour and fix all "
2476
+ #~ "issues."
2477
+ #~ msgstr ""
2478
+ #~ "Nous adorons notre extension et faisons tout pour l'améliorer. Si un problème "
2479
+ #~ "surgit ou si vous désirez faire ajouter une fonction, n'hésitez pas à "
2480
+ #~ "communiquer <a href=\"\"//supsystic.com/plugins/photo-gallery?"
2481
+ #~ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\"\" "
2482
+ #~ "target=\"\"_blank\"\">avec nous.</a> . Nous répondrons dans l'heure et "
2483
+ #~ "réglerons tous les problèmes."
2484
+
2485
+ #~ msgid "How to use pagination and categories feature of gallery?"
2486
+ #~ msgstr "Comment utilise-t-on la fonction pagination et catégories?"
2487
+
2488
+ #~ msgid ""
2489
+ #~ "Activate “Available” radio button opposite the “Pagination” or Ã"
2490
+ #~ "¢Â€ÂœCategories” option on the Categories tab."
2491
+ #~ msgstr ""
2492
+ #~ "Activer le bouton radio en regard de l'option Pagination ou Catégories à "
2493
+ #~ "l'onglet Catégories."
2494
+
2495
+ #~ msgid "Set the number of images per page."
2496
+ #~ msgstr "Définir le nombre d'images par page."
2497
+
2498
+ #~ msgid "Choose one of the default presets or create your own."
2499
+ #~ msgstr "Choisir l'un des préréglages par défaut ou créer les vôtres."
2500
+
2501
+ #~ msgid "After configuring the settings click “Save” button."
2502
+ #~ msgstr "Après avoir configuré les paramètres, cliquer sur le bouton Sauvegarder."
2503
+
2504
+ #~ msgid ""
2505
+ #~ "For more information for <a href=\"//supsystic.com/pagination/\" target=\"_blank"
2506
+ #~ "\">Pagination</a> and for <a href=\"//supsystic.com/categories-gallery/\" "
2507
+ #~ "target=\"_blank\">Categories</a>"
2508
+ #~ msgstr ""
2509
+ #~ "Pour en savoir plus sur <a href=\"\"//supsystic.com/pagination/\"\" target="
2510
+ #~ "\"\"_blank\"\">la pagination</a> et les <a href=\"\"//supsystic.com/categories-"
2511
+ #~ "gallery/\"\" target=\"\"_blank\"\">catégories</a>"
2512
+
2513
+ #~ msgid "What is “Post Feed” Gallery"
2514
+ #~ msgstr "Ce qu'est la galerie des articles"
2515
+
2516
+ #~ msgid "Go to Posts tab."
2517
+ #~ msgstr "Aller à l'onglet Articles\"."
2518
+
2519
+ #~ msgid ""
2520
+ #~ "Select “Enable” in Posts Layout dropdown list to activate the posts "
2521
+ #~ "option."
2522
+ #~ msgstr ""
2523
+ #~ "Si elle ne l'est pas, sélectionnez Mise en pages des articles dans la liste "
2524
+ #~ "déroulante."
2525
+
2526
+ #~ msgid "Choose one of post layout styles."
2527
+ #~ msgstr "Choisir l'un des styles offerts."
2528
+
2529
+ #~ msgid "Add pages and posts."
2530
+ #~ msgstr "Ajouter des pages et des articles."
2531
+
2532
+ #~ msgid "Choose what to show on posts layout in gallery."
2533
+ #~ msgstr "Choisir les éléments qui s'afficheront dans la galerie des articles."
2534
+
2535
+ #~ msgid ""
2536
+ #~ "Learn more about how to do this <a href=\"//supsystic.com/plugins/photo-gallery/"
2537
+ #~ "#faq\" target=\"_blank\">here</a>."
2538
+ #~ msgstr ""
2539
+ #~ "Vous pouvez en apprendre plus <a href=\"\"//supsystic.com/plugins/photo-gallery/"
2540
+ #~ "#faq\"\" target=\"\"_blank\"\">ici</a>."
2541
+
2542
+ #~ msgid "All other FAQs"
2543
+ #~ msgstr "Toutes les autres FAQ"
2544
+
2545
+ #~ msgid "Let's Start!"
2546
+ #~ msgstr "Commençons!"
2547
+
2548
+ #~ msgid "Lifetime for cached data"
2549
+ #~ msgstr "Durée de vie des données du cache"
2550
+
2551
+ #~ msgid "The field \"%s\" available only for numeric values"
2552
+ #~ msgstr "Le champ \"%s\" sert uniquement pour les valeurs numériques"
2553
+
2554
+ #~ msgid "Settings successfully updated!"
2555
+ #~ msgstr "Paramètres mis à jour avec succès !"
2556
+
2557
+ #~ msgid "Please correct following errors:"
2558
+ #~ msgstr "Veuillez corriger les erreurs suivantes :"
2559
+
2560
+ #~ msgid ""
2561
+ #~ "<strong>%s</strong> has its own caching system in order to significantly reduce "
2562
+ #~ "the load on the database."
2563
+ #~ msgstr ""
2564
+ #~ "<strong>%s</strong> possède son propre système de cache afin de réduire de "
2565
+ #~ "façon appréciable la charge sur la base de données."
2566
+
2567
+ #~ msgid ""
2568
+ #~ "Use this option only if all your galleries are setting correctly and you dont "
2569
+ #~ "need to change settings soon"
2570
+ #~ msgstr ""
2571
+ #~ "Utiliser cette option uniquement si vous ne comptez pas modifier sous peu les "
2572
+ #~ "paramètres de vos galeries."
2573
+
2574
+ #~ msgid "Caching is not available because your uploads directory is not writable."
2575
+ #~ msgstr ""
2576
+ #~ "La mise en cache n'est pas activée, car votre répertoire de téléversements "
2577
+ #~ "n'est pas accessible en écriture."
2578
+
2579
+ #~ msgid ""
2580
+ #~ "The time in seconds after which the cache will be considered obsolete. Default: "
2581
+ #~ "86400 (24 hours)."
2582
+ #~ msgstr ""
2583
+ #~ "La durée en secondes après laquelle le cache est considéré comme obsolète. Par "
2584
+ #~ "défaut : 86400 (24 heures)."
2585
+
2586
+ #~ msgid "Clear cache"
2587
+ #~ msgstr "Vider le cache"
2588
+
2589
+ #~ msgid ""
2590
+ #~ "We don't collect statistics on you, we only collect the errors encountered "
2591
+ #~ "during use in order to improve our product."
2592
+ #~ msgstr ""
2593
+ #~ "Nous ne collectons pas de statistiques sur vous; nous ne recueillons que des "
2594
+ #~ "données sur les erreurs survenues pendant l'utilisation afin d'améliorer notre "
2595
+ #~ "produit."
2596
+
2597
+ #~ msgid "Open in new window."
2598
+ #~ msgstr "Ouvrir dans une nouvelle fenêtre."
app/langs/sgg-fr_FR.mo ADDED
Binary file
app/langs/sgg-fr_FR.po ADDED
@@ -0,0 +1,2506 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: \n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: Exister-sur-internet <cedric@exister-sur-internet.com>\n"
8
+ "Language: fr\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
13
+ "X-Generator: Poedit 1.8.13\n"
14
+
15
+ msgid "An error has occurred"
16
+ msgstr "Il y a eu une erreur"
17
+
18
+ msgid "Overview"
19
+ msgstr ""
20
+
21
+ msgid "New Gallery"
22
+ msgstr "Nouvelle Galerie"
23
+
24
+ msgid "Galleries"
25
+ msgstr "Galeries"
26
+
27
+ msgid "Image Optimize"
28
+ msgstr ""
29
+
30
+ msgid "Settings"
31
+ msgstr "Paramètres"
32
+
33
+ msgid "License"
34
+ msgstr ""
35
+
36
+ msgid "Featured Plugins"
37
+ msgstr ""
38
+
39
+ msgid "Images"
40
+ msgstr "Images"
41
+
42
+ msgid "Instagram"
43
+ msgstr "Instagram"
44
+
45
+ msgid "Flickr"
46
+ msgstr "Flickr"
47
+
48
+ msgid "Tumblr"
49
+ msgstr ""
50
+
51
+ msgid "Facebook"
52
+ msgstr ""
53
+
54
+ msgid "Get PRO"
55
+ msgstr "Passer PRO"
56
+
57
+ msgid "Loading"
58
+ msgstr "Chargement"
59
+
60
+ msgid "Authorization code is not specified."
61
+ msgstr "Le code d'autorisation n'est pas spécifié"
62
+
63
+ msgid "Gallery by Supsystic"
64
+ msgstr "Galerie par Supsystic"
65
+
66
+ msgid "Import images"
67
+ msgstr "Importer des images"
68
+
69
+ msgid "Facebook authorization"
70
+ msgstr ""
71
+
72
+ msgid "Upload your images from the Facebook Media Library"
73
+ msgstr ""
74
+
75
+ msgid "Login with Facebook"
76
+ msgstr ""
77
+
78
+ msgid "Return to the gallery"
79
+ msgstr ""
80
+
81
+ msgid "Upload new images"
82
+ msgstr "Téléverser de nouvelles images"
83
+
84
+ msgid "Logout"
85
+ msgstr "Se déconnecter"
86
+
87
+ msgid "Select/unselect all photos"
88
+ msgstr "Sélectionner/Déselectionner toutes les photos"
89
+
90
+ msgid ""
91
+ "Here you can specify your business pages and images will load from those "
92
+ "pages. You can set several pages, just separate ID of pages by \",\". To get "
93
+ "the ID of your page you need to switch to the wanted page, then click on "
94
+ "\"About\" link right below page cover, and at the bottom of \"About\" page "
95
+ "you will find Facebook Page ID."
96
+ msgstr ""
97
+
98
+ msgid "Save"
99
+ msgstr "Sauvegarder"
100
+
101
+ msgid "Empty user data."
102
+ msgstr "Données utilisateur vide."
103
+
104
+ msgid "Flickr authorization"
105
+ msgstr ""
106
+
107
+ msgid "Upload your images from the Flickr Media Library"
108
+ msgstr "Téléverser vos images à partir de la bibliothèque de médias Flickr"
109
+
110
+ msgid "Upload from Flickr"
111
+ msgstr "Téléverser à partir de Flickr"
112
+
113
+ msgid "Images not in albums"
114
+ msgstr ""
115
+
116
+ msgid "Albums"
117
+ msgstr ""
118
+
119
+ msgid "Fullscreen"
120
+ msgstr ""
121
+
122
+ msgid "Load More Button"
123
+ msgstr ""
124
+
125
+ msgid "Enable"
126
+ msgstr ""
127
+
128
+ msgid "Disable"
129
+ msgstr ""
130
+
131
+ msgid "Load with scroll"
132
+ msgstr ""
133
+
134
+ msgid "No"
135
+ msgstr "Non"
136
+
137
+ msgid "Yes"
138
+ msgstr "Oui"
139
+
140
+ msgid "Load more button text"
141
+ msgstr ""
142
+
143
+ msgid "Loading text"
144
+ msgstr ""
145
+
146
+ msgid "Loading..."
147
+ msgstr ""
148
+
149
+ msgid "Images amount"
150
+ msgstr ""
151
+
152
+ msgid "Load more amount"
153
+ msgstr ""
154
+
155
+ msgid "Custom Buttons"
156
+ msgstr ""
157
+
158
+ msgid "Gallery Loader"
159
+ msgstr ""
160
+
161
+ msgid "Background color"
162
+ msgstr "Couleur de l'arrière-plan"
163
+
164
+ msgid "Choose Icon"
165
+ msgstr ""
166
+
167
+ msgid "Open by link in popup"
168
+ msgstr ""
169
+
170
+ msgid "Gallery link"
171
+ msgstr ""
172
+
173
+ msgid "Disable right click"
174
+ msgstr ""
175
+
176
+ msgid "Video size"
177
+ msgstr ""
178
+
179
+ msgid "Autoplay video"
180
+ msgstr ""
181
+
182
+ msgid "When video ends"
183
+ msgstr ""
184
+
185
+ msgid "Do nothing"
186
+ msgstr ""
187
+
188
+ msgid "Open next slide"
189
+ msgstr ""
190
+
191
+ msgid "Close popup"
192
+ msgstr ""
193
+
194
+ msgid "Posts layout"
195
+ msgstr "Mise en page article"
196
+
197
+ msgid "Posts layout style"
198
+ msgstr "Style de la mise en page de l'article"
199
+
200
+ msgid "Auto posts"
201
+ msgstr ""
202
+
203
+ msgid "Number of posts"
204
+ msgstr ""
205
+
206
+ msgid "Auto Posts Categories"
207
+ msgstr ""
208
+
209
+ msgid "Select categories"
210
+ msgstr ""
211
+
212
+ msgid "All"
213
+ msgstr ""
214
+
215
+ msgid "Posts"
216
+ msgstr "Articles"
217
+
218
+ msgid "Pages"
219
+ msgstr "Pages"
220
+
221
+ msgid "Show author"
222
+ msgstr "Montrer l'auteur"
223
+
224
+ msgid "Show date"
225
+ msgstr "Montrer la date"
226
+
227
+ msgid "Show contents"
228
+ msgstr "Montrer le contenu"
229
+
230
+ msgid "Show categories"
231
+ msgstr "Afficher les catégories"
232
+
233
+ msgid "Hide \"All\" category"
234
+ msgstr ""
235
+
236
+ msgid "Enable shuffling animation"
237
+ msgstr "Activer l'effet de transition en fondu"
238
+
239
+ msgid "Animation duration"
240
+ msgstr "Durée de l'animation :"
241
+
242
+ msgid "Position"
243
+ msgstr "Positionnement"
244
+
245
+ msgid "Over the gallery"
246
+ msgstr "Sous la galerie"
247
+
248
+ msgid "Under the gallery"
249
+ msgstr "Au-dessus de la galerie"
250
+
251
+ msgid "Align"
252
+ msgstr "Alignement"
253
+
254
+ msgid "Left"
255
+ msgstr "Gauche"
256
+
257
+ msgid "Center"
258
+ msgstr "Centrée"
259
+
260
+ msgid "Right"
261
+ msgstr "Droite"
262
+
263
+ msgid "Presets"
264
+ msgstr ""
265
+
266
+ msgid "Choose preset"
267
+ msgstr ""
268
+
269
+ msgid "Preset Editor"
270
+ msgstr ""
271
+
272
+ msgid "Categories order"
273
+ msgstr ""
274
+
275
+ msgid "Enable pagination"
276
+ msgstr "Permettre la pagination"
277
+
278
+ msgid "Pagination"
279
+ msgstr "Pagination"
280
+
281
+ msgid "Images per page"
282
+ msgstr "Images par page"
283
+
284
+ msgid "Buttons position"
285
+ msgstr "Position des boutons"
286
+
287
+ msgid "Top"
288
+ msgstr "Haut"
289
+
290
+ msgid "Bottom"
291
+ msgstr "Bas"
292
+
293
+ msgid "Container background"
294
+ msgstr "Fond du conteneur"
295
+
296
+ msgid "Hide container background."
297
+ msgstr "Cacher le fond du conteneur"
298
+
299
+ msgid "Text background"
300
+ msgstr "Fond du texte"
301
+
302
+ msgid "Hide text background."
303
+ msgstr "Cacher le fond du texte"
304
+
305
+ msgid "Text color"
306
+ msgstr "Couleur du texte"
307
+
308
+ msgid "Use color, based on my theme."
309
+ msgstr "Utilisation de la couleur, basée sur mon thème"
310
+
311
+ msgid "Vertical padding"
312
+ msgstr "Espacement vertical"
313
+
314
+ msgid "Horizontal padding"
315
+ msgstr "Espacement horizontal"
316
+
317
+ msgid "Font weight"
318
+ msgstr "Graisse de la fonte"
319
+
320
+ msgid "Font size"
321
+ msgstr "Taille de la fonte"
322
+
323
+ msgid "Border width"
324
+ msgstr "Largeur du bord"
325
+
326
+ msgid "Border type"
327
+ msgstr "Type de bord"
328
+
329
+ msgid "Border color"
330
+ msgstr "Couleur du bord"
331
+
332
+ msgid "Border radius"
333
+ msgstr "Rayon du bord"
334
+
335
+ msgid "Buttons preset editor for Paginations, Categories and Load More buttons"
336
+ msgstr ""
337
+
338
+ msgid "Custom class"
339
+ msgstr ""
340
+
341
+ msgid "Font family"
342
+ msgstr ""
343
+
344
+ msgid "Border style"
345
+ msgstr ""
346
+
347
+ msgid "Choose icon"
348
+ msgstr ""
349
+
350
+ msgid "Page "
351
+ msgstr "Page "
352
+
353
+ msgid "Activate License"
354
+ msgstr ""
355
+
356
+ msgid "Renew License"
357
+ msgstr ""
358
+
359
+ msgid "Slider by Supsystic"
360
+ msgstr ""
361
+
362
+ msgid ""
363
+ "Congratulations! You have successfully installed and activated PRO version "
364
+ "of ' ~ environment.getMenu().getMenuTitle() ~ ' plugin."
365
+ msgstr ""
366
+
367
+ msgid "Your premium support is expired in ' ~ days ~ ' days"
368
+ msgstr ""
369
+
370
+ msgid "You will not be able to update your pro version with expired license"
371
+ msgstr ""
372
+
373
+ msgid "Activate"
374
+ msgstr ""
375
+
376
+ msgid "Authorization oauth_verifier is not specified."
377
+ msgstr ""
378
+
379
+ msgid "Tumblr authorization"
380
+ msgstr ""
381
+
382
+ msgid "Upload your images from the Tumblr Media Library"
383
+ msgstr ""
384
+
385
+ msgid "Upload from Tumblr"
386
+ msgstr ""
387
+
388
+ msgid "FTP"
389
+ msgstr ""
390
+
391
+ msgid "Upload your images from the FTP Server"
392
+ msgstr ""
393
+
394
+ msgid "Enter images folder name, e.g. my-images"
395
+ msgstr ""
396
+
397
+ msgid "Upload"
398
+ msgstr ""
399
+
400
+ msgid "Note: images folder must be in wp-content/uploads/directory"
401
+ msgstr ""
402
+
403
+ msgid "Host"
404
+ msgstr ""
405
+
406
+ msgid "Username"
407
+ msgstr ""
408
+
409
+ msgid "Password"
410
+ msgstr ""
411
+
412
+ msgid "Port"
413
+ msgstr ""
414
+
415
+ msgid "Enter the full path to images folder"
416
+ msgstr ""
417
+
418
+ msgid "Note: you need to specify the full path to images folder"
419
+ msgstr ""
420
+
421
+ msgid "Please fill all fields"
422
+ msgstr ""
423
+
424
+ msgid "Pro plugin params Error!"
425
+ msgstr ""
426
+
427
+ msgid "Gallery Type"
428
+ msgstr ""
429
+
430
+ msgid "Image Count"
431
+ msgstr ""
432
+
433
+ msgid "Display all images"
434
+ msgstr ""
435
+
436
+ msgid "Images count"
437
+ msgstr ""
438
+
439
+ msgid "Show hidden images by click"
440
+ msgstr ""
441
+
442
+ msgid "Use Caption Builder"
443
+ msgstr ""
444
+
445
+ msgid "Template: SuperMega"
446
+ msgstr ""
447
+
448
+ msgid "Background"
449
+ msgstr ""
450
+
451
+ msgid "Color"
452
+ msgstr ""
453
+
454
+ msgid "Transparency"
455
+ msgstr "Transparence"
456
+
457
+ msgid "Animation Effect"
458
+ msgstr ""
459
+
460
+ msgid "Choose effect"
461
+ msgstr "Choisir l'effet"
462
+
463
+ msgid "Image on hover"
464
+ msgstr ""
465
+
466
+ msgid "Select image on hover"
467
+ msgstr ""
468
+
469
+ msgid "Upload Image"
470
+ msgstr ""
471
+
472
+ msgid "Background color for \"Show on hover\""
473
+ msgstr ""
474
+
475
+ msgid "Personal captions"
476
+ msgstr ""
477
+
478
+ msgid "Polaroid Style"
479
+ msgstr ""
480
+
481
+ msgid "Polaroid Image Animation"
482
+ msgstr ""
483
+
484
+ msgid "Polaroid Image Scattering "
485
+ msgstr ""
486
+
487
+ msgid "Polaroid Frame Width"
488
+ msgstr ""
489
+
490
+ msgid "Hide image title tooltip"
491
+ msgstr ""
492
+
493
+ msgid "Mobile - show always caption"
494
+ msgstr ""
495
+
496
+ msgid "Disable captions on mobile"
497
+ msgstr ""
498
+
499
+ msgid "Caption"
500
+ msgstr "Sous-titre"
501
+
502
+ msgid "Top Left"
503
+ msgstr ""
504
+
505
+ msgid "Top Center"
506
+ msgstr ""
507
+
508
+ msgid "Top Right"
509
+ msgstr ""
510
+
511
+ msgid "Middle Left"
512
+ msgstr ""
513
+
514
+ msgid "Middle Center"
515
+ msgstr ""
516
+
517
+ msgid "Middle Right"
518
+ msgstr ""
519
+
520
+ msgid "Bottom Left"
521
+ msgstr ""
522
+
523
+ msgid "Bottom Center"
524
+ msgstr ""
525
+
526
+ msgid "Bottom Right"
527
+ msgstr ""
528
+
529
+ msgid "Paddings"
530
+ msgstr ""
531
+
532
+ msgid "Font"
533
+ msgstr ""
534
+
535
+ msgid "Font style"
536
+ msgstr ""
537
+
538
+ msgid "Bold"
539
+ msgstr "Gras"
540
+
541
+ msgid "Italic"
542
+ msgstr ""
543
+
544
+ msgid "Line"
545
+ msgstr ""
546
+
547
+ msgid "Text Highlight Color"
548
+ msgstr ""
549
+
550
+ msgid "Text Highlight Color Transparency"
551
+ msgstr ""
552
+
553
+ msgid "Animation start"
554
+ msgstr ""
555
+
556
+ msgid "Image Load"
557
+ msgstr ""
558
+
559
+ msgid "Mouser Over"
560
+ msgstr ""
561
+
562
+ msgid "Delay for"
563
+ msgstr ""
564
+
565
+ msgid "Description"
566
+ msgstr "Description"
567
+
568
+ msgid "Icons"
569
+ msgstr "Icones"
570
+
571
+ msgid "Icon entry type"
572
+ msgstr ""
573
+
574
+ msgid "Video, Link, LightBox"
575
+ msgstr ""
576
+
577
+ msgid "Social"
578
+ msgstr ""
579
+
580
+ msgid "Use old icons and overlay"
581
+ msgstr ""
582
+
583
+ msgid "Popup image icon"
584
+ msgstr ""
585
+
586
+ msgid "Video icon"
587
+ msgstr ""
588
+
589
+ msgid "Link icon"
590
+ msgstr ""
591
+
592
+ msgid "Icons size"
593
+ msgstr "Taille des icônes"
594
+
595
+ msgid "Icons color"
596
+ msgstr "Couleur des icones"
597
+
598
+ msgid "Icons hover color"
599
+ msgstr "Couleur des icones lors du survol"
600
+
601
+ msgid "Icons Transparency"
602
+ msgstr ""
603
+
604
+ msgid "Background hover color"
605
+ msgstr "Couleur de l'arrière-plan lors du survol"
606
+
607
+ msgid "Background Transparency"
608
+ msgstr ""
609
+
610
+ msgid "Distance between icons"
611
+ msgstr "Distance entre les icônes"
612
+
613
+ msgid "Animation Effects"
614
+ msgstr ""
615
+
616
+ msgid "Choose"
617
+ msgstr ""
618
+
619
+ msgid "Hide browser url tooltip on image hover"
620
+ msgstr ""
621
+
622
+ msgid "Popup Linked Image Text"
623
+ msgstr ""
624
+
625
+ msgid "Title"
626
+ msgstr "Titre"
627
+
628
+ msgid "Alt text"
629
+ msgstr ""
630
+
631
+ msgid "Disable source image for Linked Images"
632
+ msgstr ""
633
+
634
+ msgid "Disable title optimize"
635
+ msgstr ""
636
+
637
+ msgid "Show Previous/Next Arrows"
638
+ msgstr ""
639
+
640
+ msgid "Text for Previous Arrow"
641
+ msgstr ""
642
+
643
+ msgid "prev"
644
+ msgstr ""
645
+
646
+ msgid "Text for Next Arrow"
647
+ msgstr ""
648
+
649
+ msgid "next"
650
+ msgstr ""
651
+
652
+ msgid "Social setup"
653
+ msgstr ""
654
+
655
+ msgid "Select one icon"
656
+ msgstr ""
657
+
658
+ msgid "Show Watermark"
659
+ msgstr ""
660
+
661
+ msgid "Show Watermark for"
662
+ msgstr ""
663
+
664
+ msgid "Thumbnails"
665
+ msgstr ""
666
+
667
+ msgid "Popup Images"
668
+ msgstr ""
669
+
670
+ msgid "Thumbnail and Popup Images"
671
+ msgstr ""
672
+
673
+ msgid "Apply to all images"
674
+ msgstr ""
675
+
676
+ msgid "Save source images"
677
+ msgstr ""
678
+
679
+ msgid "Type"
680
+ msgstr "Type"
681
+
682
+ msgid "Image"
683
+ msgstr "Image"
684
+
685
+ msgid "Text"
686
+ msgstr ""
687
+
688
+ msgid "Watermark Image"
689
+ msgstr ""
690
+
691
+ msgid "Margin"
692
+ msgstr ""
693
+
694
+ msgid "Left Top"
695
+ msgstr ""
696
+
697
+ msgid "Left Center"
698
+ msgstr ""
699
+
700
+ msgid "Left Bottom"
701
+ msgstr ""
702
+
703
+ msgid "Center Center"
704
+ msgstr ""
705
+
706
+ msgid "Right Top"
707
+ msgstr ""
708
+
709
+ msgid "Right Center"
710
+ msgstr ""
711
+
712
+ msgid "Right Bottom"
713
+ msgstr ""
714
+
715
+ msgid ""
716
+ "To use this option, you must install php-extension GD. The list of functions "
717
+ "that are used in the plugin can be seen in readme.txt file."
718
+ msgstr ""
719
+
720
+ msgid "Watermark saved succesfully"
721
+ msgstr ""
722
+
723
+ msgid "Select"
724
+ msgstr ""
725
+
726
+ msgid "Image Count Text"
727
+ msgstr ""
728
+
729
+ msgid "Background transparency"
730
+ msgstr ""
731
+
732
+ msgid "Show EXIF data"
733
+ msgstr ""
734
+
735
+ msgid "Error occurred!"
736
+ msgstr ""
737
+
738
+ msgid "Please, wait while reading images info..."
739
+ msgstr ""
740
+
741
+ msgid "Please wait until Exif data has been recollected"
742
+ msgstr ""
743
+
744
+ msgid "Image reccollected successfully. Processed "
745
+ msgstr ""
746
+
747
+ msgid " of "
748
+ msgstr ""
749
+
750
+ msgid "Recollect image error!. Processed "
751
+ msgstr ""
752
+
753
+ msgid " image "
754
+ msgstr ""
755
+
756
+ msgid "Recollect EXIF"
757
+ msgstr ""
758
+
759
+ msgid "Show EXIF as caption"
760
+ msgstr ""
761
+
762
+ msgid "Show EXIF as description"
763
+ msgstr ""
764
+
765
+ msgid "Show EXIF on Lightobox image"
766
+ msgstr ""
767
+
768
+ msgid "Show options"
769
+ msgstr ""
770
+
771
+ msgid "Camera"
772
+ msgstr ""
773
+
774
+ msgid "Camera model"
775
+ msgstr ""
776
+
777
+ msgid "Aperture"
778
+ msgstr ""
779
+
780
+ msgid "Exposure Bias"
781
+ msgstr ""
782
+
783
+ msgid "Flash"
784
+ msgstr ""
785
+
786
+ msgid "Focal Length"
787
+ msgstr ""
788
+
789
+ msgid "ISO"
790
+ msgstr ""
791
+
792
+ msgid "Shutter Speed"
793
+ msgstr ""
794
+
795
+ msgid "Location"
796
+ msgstr ""
797
+
798
+ msgid "Show the previous page of the grid"
799
+ msgstr ""
800
+
801
+ msgid "Show the next page of the grid"
802
+ msgstr ""
803
+
804
+ msgid "Google Drive authorization"
805
+ msgstr ""
806
+
807
+ msgid "Upload your images from Google Drive CDN"
808
+ msgstr ""
809
+
810
+ msgid "Upload from Google Drive"
811
+ msgstr ""
812
+
813
+ msgid "Google Drive"
814
+ msgstr ""
815
+
816
+ msgid "Horizontal (normal)"
817
+ msgstr ""
818
+
819
+ msgid "Mirror horizontal"
820
+ msgstr ""
821
+
822
+ msgid "Rotate 180"
823
+ msgstr ""
824
+
825
+ msgid "Mirror vertical"
826
+ msgstr ""
827
+
828
+ msgid "Mirror horizontal and rotate 270 CW"
829
+ msgstr ""
830
+
831
+ msgid "Rotate 90 CW"
832
+ msgstr ""
833
+
834
+ msgid "Mirror horizontal and rotate 90 CW"
835
+ msgstr ""
836
+
837
+ msgid "Rotate 270 CW"
838
+ msgstr ""
839
+
840
+ msgid "Popup Plugin"
841
+ msgstr ""
842
+
843
+ msgid ""
844
+ "The Best WordPress PopUp option plugin to help you gain more subscribers, "
845
+ "social followers or advertisement. Responsive pop-ups with friendly options."
846
+ msgstr ""
847
+
848
+ msgid "Slider Plugin"
849
+ msgstr ""
850
+
851
+ msgid ""
852
+ "Creating slideshows with Slider plugin is fast and easy. Simply select "
853
+ "images from your WordPress Media Library, Flickr, Instagram or Facebook, set "
854
+ "slide captions, links and SEO fields all from one page."
855
+ msgstr ""
856
+
857
+ msgid "Photo Gallery Plugin"
858
+ msgstr ""
859
+
860
+ msgid ""
861
+ "Photo Gallery Plugin with a great number of layouts will help you to create "
862
+ "quality respectable portfolios and image galleries."
863
+ msgstr ""
864
+
865
+ msgid "Data Tables Generator"
866
+ msgstr ""
867
+
868
+ msgid ""
869
+ "Create and manage beautiful data tables with custom design. No HTML "
870
+ "knowledge is required."
871
+ msgstr ""
872
+
873
+ msgid "Social Share Buttons"
874
+ msgstr ""
875
+
876
+ msgid ""
877
+ "Social share buttons to increase social traffic and popularity. Social "
878
+ "sharing to Facebook, Twitter and other social networks."
879
+ msgstr ""
880
+
881
+ msgid "Live Chat Plugin"
882
+ msgstr ""
883
+
884
+ msgid ""
885
+ "Be closer to your visitors and customers with Live Chat Support by "
886
+ "Supsystic. Help you visitors, support them in real-time with exceptional "
887
+ "Live Chat WordPress plugin by Supsystic."
888
+ msgstr ""
889
+
890
+ msgid "Pricing Table"
891
+ msgstr ""
892
+
893
+ msgid ""
894
+ "It’s never been so easy to create and manage pricing and comparison tables "
895
+ "with table builder. Any element of the table can be customise with mouse "
896
+ "click."
897
+ msgstr ""
898
+
899
+ msgid "Coming Soon Plugin"
900
+ msgstr ""
901
+
902
+ msgid ""
903
+ "Coming soon page with drag-and-drop builder or under construction | "
904
+ "maintenance mode to notify visitors and collects emails."
905
+ msgstr ""
906
+
907
+ msgid "Backup Plugin"
908
+ msgstr ""
909
+
910
+ msgid ""
911
+ "Backup and Restore WordPress Plugin by Supsystic provides quick and "
912
+ "unhitched DropBox, FTP, Amazon S3, Google Drive backup for your WordPress "
913
+ "website."
914
+ msgstr ""
915
+
916
+ msgid "Google Maps Easy"
917
+ msgstr ""
918
+
919
+ msgid ""
920
+ "Display custom Google Maps. Set markers and locations with text, images, "
921
+ "categories and links. Customize google map in a simple and intuitive way."
922
+ msgstr ""
923
+
924
+ msgid "Digital Publication Plugin"
925
+ msgstr ""
926
+
927
+ msgid ""
928
+ "Digital Publication WordPress Plugin by Supsystic for Magazines, Catalogs, "
929
+ "Portfolios. Convert images, posts, PDF to the page flip book."
930
+ msgstr ""
931
+
932
+ msgid "Contact Form Plugin"
933
+ msgstr ""
934
+
935
+ msgid ""
936
+ "One of the best plugin for creating Contact Forms on your WordPress site. "
937
+ "Changeable fonts, backgrounds, an option for adding fields etc."
938
+ msgstr ""
939
+
940
+ msgid "Newsletter Plugin"
941
+ msgstr ""
942
+
943
+ msgid ""
944
+ "Supsystic Newsletter plugin for automatic mailing of your letters. You will "
945
+ "have no need to control it or send them manually. No coding, hard skills or "
946
+ "long hours of customizing are required."
947
+ msgstr ""
948
+
949
+ msgid "Membership by Supsystic"
950
+ msgstr ""
951
+
952
+ msgid ""
953
+ "Create online membership community with custom user profiles, roles, "
954
+ "FrontEnd registration and login. Members Directory, activity, groups, "
955
+ "messages."
956
+ msgstr ""
957
+
958
+ msgid "New gallery successfully created"
959
+ msgstr "Nouvelle galerie créée avec succès"
960
+
961
+ msgid "Title successfully updated"
962
+ msgstr "Titre correctement mis à jour"
963
+
964
+ msgid "Not enough data."
965
+ msgstr "Pas assez de données."
966
+
967
+ msgid "Preset successfully saved."
968
+ msgstr "Présélection correctement sauvegardée."
969
+
970
+ msgid "The preset ID is not specified."
971
+ msgstr "L'identifiant de la présélection n'est pas défini "
972
+
973
+ msgid "Preset successfully removed."
974
+ msgstr "Présélection correctement supprimée"
975
+
976
+ msgid "Failed to find the preset."
977
+ msgstr "Impossible de trouver la présélection"
978
+
979
+ msgid "Preset successfully applied to the gallery."
980
+ msgstr "Présélection correctement appliquée à la galerie"
981
+
982
+ msgid "Gallery clone error"
983
+ msgstr ""
984
+
985
+ msgid "Unnamed gallery"
986
+ msgstr "Galerie sans nom"
987
+
988
+ msgid "The identifier of the gallery is invalid"
989
+ msgstr "L'identifiant de la galerie n'est pas valable"
990
+
991
+ msgid "Title is empty"
992
+ msgstr "Le titre est vide"
993
+
994
+ msgid "Failed to rename the gallery"
995
+ msgstr "Impossible de renommer la galerie"
996
+
997
+ msgid "Invalid gallery identifier specified"
998
+ msgstr "Identifiant de galerie non valable choisi"
999
+
1000
+ msgid "Failed to delete the gallery"
1001
+ msgstr "Impossible d'effacer la galerie"
1002
+
1003
+ msgid "Source gallery incorrect id"
1004
+ msgstr ""
1005
+
1006
+ msgid "Clone type parameter is incorrect"
1007
+ msgstr ""
1008
+
1009
+ msgid "Cloned "
1010
+ msgstr ""
1011
+
1012
+ msgid "Can't create new gallery!"
1013
+ msgstr ""
1014
+
1015
+ msgid "Can't create resources for gallery!"
1016
+ msgstr ""
1017
+
1018
+ msgid "Can't create image position for gallery!"
1019
+ msgstr ""
1020
+
1021
+ msgid "Can't create settings for gallery!"
1022
+ msgstr ""
1023
+
1024
+ msgid "Can't create membership params for gallery!"
1025
+ msgstr ""
1026
+
1027
+ msgid "Resources are does not exists"
1028
+ msgstr "Les ressources n'existent pas"
1029
+
1030
+ msgid "The identifier of the Gallery is not specified"
1031
+ msgstr "L'identifiant de la galerie n'est pas précisé"
1032
+
1033
+ msgid "New gallery"
1034
+ msgstr "Nouvelle galerie"
1035
+
1036
+ msgid "Add Images"
1037
+ msgstr ""
1038
+
1039
+ msgid "Add selected items"
1040
+ msgstr "Ajoute les éléments sélectionnés"
1041
+
1042
+ msgid "Cancel"
1043
+ msgstr "Annuler"
1044
+
1045
+ msgid ""
1046
+ "You need to import images to your gallery before you can start using "
1047
+ "galleries"
1048
+ msgstr ""
1049
+ "Vous devez importer des images dans votre galerie pour comment à utiliser "
1050
+ "les galeries"
1051
+
1052
+ msgid "Selected"
1053
+ msgstr ""
1054
+
1055
+ msgid "Create new gallery"
1056
+ msgstr "Créer une nouvelle galerie"
1057
+
1058
+ msgid ""
1059
+ "Choose Gallery Template. You can change template and settings on the next "
1060
+ "step."
1061
+ msgstr ""
1062
+
1063
+ msgid "Gallery Name:"
1064
+ msgstr ""
1065
+
1066
+ msgid "Choose Gallery Template."
1067
+ msgstr ""
1068
+
1069
+ msgid "Select images per page"
1070
+ msgstr ""
1071
+
1072
+ msgid "First"
1073
+ msgstr ""
1074
+
1075
+ msgid "Previous"
1076
+ msgstr ""
1077
+
1078
+ msgid "Next"
1079
+ msgstr ""
1080
+
1081
+ msgid "Last"
1082
+ msgstr ""
1083
+
1084
+ msgid "Remove selected"
1085
+ msgstr "Retirer la sélection"
1086
+
1087
+ msgid "Select/unselect all posts"
1088
+ msgstr "Sélectionner/désélectionner tous les articles"
1089
+
1090
+ msgid "Images: "
1091
+ msgstr ""
1092
+
1093
+ msgid "There are %s photos in the gallery %s"
1094
+ msgstr "Il y a %s photos dans la galerie %s"
1095
+
1096
+ msgid " Size: "
1097
+ msgstr ""
1098
+
1099
+ msgid " Mb "
1100
+ msgstr ""
1101
+
1102
+ msgid "Images list"
1103
+ msgstr "Liste des images"
1104
+
1105
+ msgid "Preview"
1106
+ msgstr "Prévisualiser"
1107
+
1108
+ msgid "Images Optimization"
1109
+ msgstr ""
1110
+
1111
+ msgid "Are you sure you want to delete this gallery?"
1112
+ msgstr ""
1113
+
1114
+ msgid "Delete gallery"
1115
+ msgstr ""
1116
+
1117
+ msgid "Shortcode:"
1118
+ msgstr ""
1119
+
1120
+ msgid "PHPCode:"
1121
+ msgstr ""
1122
+
1123
+ msgid "You have no galleries"
1124
+ msgstr ""
1125
+
1126
+ msgid "You don't have any galleries yet."
1127
+ msgstr "Vous n'avez pas encore de galerie."
1128
+
1129
+ msgid "Want to create one right now?"
1130
+ msgstr "Souhaitez-vous en créer une maintenant ? "
1131
+
1132
+ msgid "What is a gallery"
1133
+ msgstr "Qu'est-ce qu'une galerie"
1134
+
1135
+ msgid ""
1136
+ "<strong>Gallery</strong> &mdash; the highest type of entity in the Gallery "
1137
+ "by Supsystic."
1138
+ msgstr ""
1139
+
1140
+ msgid ""
1141
+ "You can have an unlimited number of galleries, to which you can attach the "
1142
+ "preloaded pictures."
1143
+ msgstr ""
1144
+
1145
+ msgid ""
1146
+ "Each gallery has a number of display settings and behaviors that you can "
1147
+ "save to presets and apply to other galleries."
1148
+ msgstr ""
1149
+ "Chaque galerie a un nombre de paramètres d'affichage et de comportements que "
1150
+ "vous pouvez sauvegarder sous forme de présélections pour appliquer sur "
1151
+ "d'autre galeries."
1152
+
1153
+ msgid "Gallery title can't be empty!"
1154
+ msgstr "La galerie doit avoir un titre!"
1155
+
1156
+ msgid "Gallery title:"
1157
+ msgstr "Titre de la galerie:"
1158
+
1159
+ msgid "Select source to import from"
1160
+ msgstr ""
1161
+
1162
+ msgid "Back to the gallery"
1163
+ msgstr "Retour à la galerie"
1164
+
1165
+ msgid "Main"
1166
+ msgstr "Principal"
1167
+
1168
+ msgid "Captions"
1169
+ msgstr ""
1170
+
1171
+ msgid "Categories"
1172
+ msgstr "Catégories"
1173
+
1174
+ msgid "Watermark"
1175
+ msgstr ""
1176
+
1177
+ msgid "Add images"
1178
+ msgstr "Ajouter images"
1179
+
1180
+ msgid "Import settings"
1181
+ msgstr ""
1182
+
1183
+ msgid "Clone"
1184
+ msgstr ""
1185
+
1186
+ msgid "Enable for Membership:"
1187
+ msgstr ""
1188
+
1189
+ msgid "You need to install Membership by Supsystic to use this feature. "
1190
+ msgstr ""
1191
+
1192
+ msgid ""
1193
+ " plugin from your admin area, or visit it's official page on Wordpress.org "
1194
+ msgstr ""
1195
+
1196
+ msgid "Cloning gallery..."
1197
+ msgstr ""
1198
+
1199
+ msgid "Server internal error"
1200
+ msgstr ""
1201
+
1202
+ msgid "Gallery image optimization error ocured."
1203
+ msgstr ""
1204
+
1205
+ msgid "Tranfer images to CDN"
1206
+ msgstr ""
1207
+
1208
+ msgid "Select clone type:"
1209
+ msgstr ""
1210
+
1211
+ msgid "Select clone type"
1212
+ msgstr ""
1213
+
1214
+ msgid "Clone with images"
1215
+ msgstr ""
1216
+
1217
+ msgid "Clone without images"
1218
+ msgstr ""
1219
+
1220
+ msgid "Load More"
1221
+ msgstr ""
1222
+
1223
+ msgid "Buttons"
1224
+ msgstr ""
1225
+
1226
+ msgid "Scroll"
1227
+ msgstr ""
1228
+
1229
+ msgid "Border"
1230
+ msgstr "Bordure"
1231
+
1232
+ msgid "Shadow"
1233
+ msgstr "Ombre"
1234
+
1235
+ msgid "Lightbox"
1236
+ msgstr ""
1237
+
1238
+ msgid "LazyLoad"
1239
+ msgstr ""
1240
+
1241
+ msgid "Loader"
1242
+ msgstr ""
1243
+
1244
+ msgid "Your changes not saved. You really want to leave without saving?"
1245
+ msgstr ""
1246
+
1247
+ msgid "Available in Pro"
1248
+ msgstr ""
1249
+
1250
+ msgid "Number of Columns"
1251
+ msgstr ""
1252
+
1253
+ msgid "Responsive columns"
1254
+ msgstr ""
1255
+
1256
+ msgid "Gallery Position"
1257
+ msgstr ""
1258
+
1259
+ msgid "Images distance"
1260
+ msgstr ""
1261
+
1262
+ msgid "Gallery width"
1263
+ msgstr "Largeur de la galerie"
1264
+
1265
+ msgid "Full screen width"
1266
+ msgstr ""
1267
+
1268
+ msgid "Gallery padding"
1269
+ msgstr ""
1270
+
1271
+ msgid "Gallery height"
1272
+ msgstr "Hauteur de la galerie"
1273
+
1274
+ msgid "Image width"
1275
+ msgstr ""
1276
+
1277
+ msgid "Image height"
1278
+ msgstr ""
1279
+
1280
+ msgid "Image radius"
1281
+ msgstr ""
1282
+
1283
+ msgid "Image crop quality"
1284
+ msgstr ""
1285
+
1286
+ msgid "Display only first image"
1287
+ msgstr ""
1288
+
1289
+ msgid "Make this settings - default"
1290
+ msgstr ""
1291
+
1292
+ msgid "Social Sharing"
1293
+ msgstr ""
1294
+
1295
+ msgid "Social Buttons Project"
1296
+ msgstr ""
1297
+
1298
+ msgid "Gallery Sharing"
1299
+ msgstr ""
1300
+
1301
+ msgid "Image Sharing"
1302
+ msgstr ""
1303
+
1304
+ msgid "Buttons align"
1305
+ msgstr ""
1306
+
1307
+ msgid "Popup Image Sharing"
1308
+ msgstr ""
1309
+
1310
+ msgid "You have no Social Sharing projects for now."
1311
+ msgstr ""
1312
+
1313
+ msgid "Create your first project"
1314
+ msgstr ""
1315
+
1316
+ msgid ""
1317
+ "then just reload page with your Gallery settings, and you will see list with "
1318
+ "available Social Projects for your Gallery."
1319
+ msgstr ""
1320
+
1321
+ msgid ""
1322
+ "You need to install Social Share Buttons by Supsystic to use this feature."
1323
+ msgstr ""
1324
+
1325
+ msgid "Install plugin"
1326
+ msgstr ""
1327
+
1328
+ msgid "here."
1329
+ msgstr ""
1330
+
1331
+ msgid "Horizontal Scroll"
1332
+ msgstr ""
1333
+
1334
+ msgid "Scroll Bar Color"
1335
+ msgstr ""
1336
+
1337
+ msgid "Scroll Bar Transparency"
1338
+ msgstr ""
1339
+
1340
+ msgid "Mouse Wheel Scroll Step"
1341
+ msgstr ""
1342
+
1343
+ msgid "Touch Scroll Step"
1344
+ msgstr ""
1345
+
1346
+ msgid "Available"
1347
+ msgstr ""
1348
+
1349
+ msgid "Border Type"
1350
+ msgstr ""
1351
+
1352
+ msgid "Shadow preset"
1353
+ msgstr ""
1354
+
1355
+ msgid "When mouse is over"
1356
+ msgstr "Lors ce que la souris survole"
1357
+
1358
+ msgid "Off"
1359
+ msgstr ""
1360
+
1361
+ msgid "Show mouse on"
1362
+ msgstr ""
1363
+
1364
+ msgid "Hide mouse on"
1365
+ msgstr ""
1366
+
1367
+ msgid "Overlay image with shadow"
1368
+ msgstr "Image calque de surimpression avec ombre"
1369
+
1370
+ msgid "Shadow color"
1371
+ msgstr "Couleur de l'ombre"
1372
+
1373
+ msgid "Shadow blur"
1374
+ msgstr "Ombre floue"
1375
+
1376
+ msgid "Shadow X"
1377
+ msgstr "Ombre X"
1378
+
1379
+ msgid "Shadow Y"
1380
+ msgstr "Ombre Y"
1381
+
1382
+ msgid "Pop-up Image"
1383
+ msgstr ""
1384
+
1385
+ msgid "Popup box theme"
1386
+ msgstr ""
1387
+
1388
+ msgid "Choose theme"
1389
+ msgstr "Choisir le thème"
1390
+
1391
+ msgid "Disable on mobile"
1392
+ msgstr ""
1393
+
1394
+ msgid "Popup Image Text"
1395
+ msgstr ""
1396
+
1397
+ msgid "Hide Popup Captions"
1398
+ msgstr ""
1399
+
1400
+ msgid "Hide long titles"
1401
+ msgstr ""
1402
+
1403
+ msgid "Slideshow"
1404
+ msgstr "Diaporama"
1405
+
1406
+ msgid "Slideshow speed"
1407
+ msgstr "Vitesse du diaporama"
1408
+
1409
+ msgid "Slideshow pause on hover"
1410
+ msgstr ""
1411
+
1412
+ msgid "Slideshow autostart"
1413
+ msgstr "Démarrage automatique du diaporama"
1414
+
1415
+ msgid "Popup Image size"
1416
+ msgstr ""
1417
+
1418
+ msgid "Disable browser history"
1419
+ msgstr ""
1420
+
1421
+ msgid "Lazy Load"
1422
+ msgstr ""
1423
+
1424
+ msgid "Effect"
1425
+ msgstr "Effet"
1426
+
1427
+ msgid "Text size"
1428
+ msgstr "Taille du texte"
1429
+
1430
+ msgid "Text horizontal align"
1431
+ msgstr ""
1432
+
1433
+ msgid "Text vertical align"
1434
+ msgstr ""
1435
+
1436
+ msgid "Show icons"
1437
+ msgstr "Afficher les icones"
1438
+
1439
+ msgid "Select effect"
1440
+ msgstr "Sélectionner l'effet"
1441
+
1442
+ msgid "Animation"
1443
+ msgstr ""
1444
+
1445
+ msgid "Show overlay"
1446
+ msgstr "Afficher superposition"
1447
+
1448
+ msgid "Overlay color"
1449
+ msgstr "Couleur du calque superposé"
1450
+
1451
+ msgid "Overlay transparency"
1452
+ msgstr "Transparence du calque de superposition"
1453
+
1454
+ msgid "GetPRO for 29$"
1455
+ msgstr ""
1456
+
1457
+ msgid "Categorize images in the gallery"
1458
+ msgstr ""
1459
+
1460
+ msgid "Let user switch gallery pages"
1461
+ msgstr ""
1462
+
1463
+ msgid "Add watermarks to your photos"
1464
+ msgstr ""
1465
+
1466
+ msgid "Save settings as preset"
1467
+ msgstr "Sauvegarder les paramètres en tant que présélection"
1468
+
1469
+ msgid "Preset title:"
1470
+ msgstr "Titre de la présélection:"
1471
+
1472
+ msgid "Delete preset"
1473
+ msgstr "Effacer la présélection"
1474
+
1475
+ msgid "Are you really want to delete preset \"%s\"?"
1476
+ msgstr "Voulez-vous vraiment effacer la présélection \"%s\" ?"
1477
+
1478
+ msgid "Load settings from presets"
1479
+ msgstr "Charger les paramètres à partir des présélections"
1480
+
1481
+ msgid "Select preset:"
1482
+ msgstr "Choisir la préséléction"
1483
+
1484
+ msgid "Failed to load the presets."
1485
+ msgstr "Échec du chargement des présélections."
1486
+
1487
+ msgid "Currently you have no presets."
1488
+ msgstr "Vous n'avez aucune présélection pour le moment."
1489
+
1490
+ msgid "Select \"Big image\" theme"
1491
+ msgstr "Sélectionnez le thème \"Grande image\""
1492
+
1493
+ msgid "Select a theme"
1494
+ msgstr "Choisir un thème"
1495
+
1496
+ msgid "How to fit image in lightbox"
1497
+ msgstr ""
1498
+
1499
+ msgid "Fit To Screen"
1500
+ msgstr ""
1501
+
1502
+ msgid "Fit Width"
1503
+ msgstr ""
1504
+
1505
+ msgid "Show Original"
1506
+ msgstr ""
1507
+
1508
+ msgid "Select overlay effect"
1509
+ msgstr "Choisir l'effet de surimpression"
1510
+
1511
+ msgid "Pro Feature"
1512
+ msgstr ""
1513
+
1514
+ msgid "This effect requires icons be enabled. Enable Icons?"
1515
+ msgstr ""
1516
+
1517
+ msgid "Select shadow preset"
1518
+ msgstr ""
1519
+
1520
+ msgid "Select shadow"
1521
+ msgstr ""
1522
+
1523
+ msgid "Import settings from gallery"
1524
+ msgstr ""
1525
+
1526
+ msgid ""
1527
+ "Here you can import settings from other galleries, but right now, you have "
1528
+ "only one gallery, create more - and see how it works"
1529
+ msgstr ""
1530
+
1531
+ msgid "Improve free version"
1532
+ msgstr ""
1533
+
1534
+ msgid "Select icons effects"
1535
+ msgstr "Choisir les effets des icônes"
1536
+
1537
+ msgid "Click on the icon to select effect"
1538
+ msgstr "Cliquez sur l'icône pour choisir l'effet"
1539
+
1540
+ msgid "close"
1541
+ msgstr ""
1542
+
1543
+ msgid "previous"
1544
+ msgstr ""
1545
+
1546
+ msgid "start slideshow"
1547
+ msgstr ""
1548
+
1549
+ msgid "stop slideshow"
1550
+ msgstr ""
1551
+
1552
+ msgid "image"
1553
+ msgstr ""
1554
+
1555
+ msgid "of"
1556
+ msgstr ""
1557
+
1558
+ msgid "Expand"
1559
+ msgstr ""
1560
+
1561
+ msgid "Expand the image"
1562
+ msgstr ""
1563
+
1564
+ msgid "Import EXIF data"
1565
+ msgstr ""
1566
+
1567
+ msgid "Choose source"
1568
+ msgstr ""
1569
+
1570
+ msgid "Import from WordPress Media Library"
1571
+ msgstr ""
1572
+
1573
+ msgid "Import from social networks"
1574
+ msgstr ""
1575
+
1576
+ msgid "Import from your Instagram account"
1577
+ msgstr ""
1578
+
1579
+ msgid "Import from your Flickr account"
1580
+ msgstr ""
1581
+
1582
+ msgid "Import from your Tumblr account"
1583
+ msgstr ""
1584
+
1585
+ msgid "Import from your Facebook account"
1586
+ msgstr ""
1587
+
1588
+ msgid "Import from cloud services"
1589
+ msgstr ""
1590
+
1591
+ msgid "Import from your FTP server"
1592
+ msgstr ""
1593
+
1594
+ msgid "Import from your Google Drive account"
1595
+ msgstr ""
1596
+
1597
+ msgid "Get Pro to enable import"
1598
+ msgstr ""
1599
+
1600
+ msgid "Properties"
1601
+ msgstr "Propriétés"
1602
+
1603
+ msgid "Delete Image"
1604
+ msgstr ""
1605
+
1606
+ msgid "Search"
1607
+ msgstr ""
1608
+
1609
+ msgid "Sort By: "
1610
+ msgstr ""
1611
+
1612
+ msgid "Sort To: "
1613
+ msgstr ""
1614
+
1615
+ msgid "Apply"
1616
+ msgstr ""
1617
+
1618
+ msgid "The gallery is does not exists"
1619
+ msgstr "La galerie n'existe pas"
1620
+
1621
+ msgid "Currently this gallery has no images"
1622
+ msgstr "Cette galerie n'a actuellement aucune image"
1623
+
1624
+ msgid "Linked Images"
1625
+ msgstr ""
1626
+
1627
+ msgid "Instagram authorization"
1628
+ msgstr ""
1629
+
1630
+ msgid "Upload your images from the Instagram Media Library"
1631
+ msgstr ""
1632
+ "Téléverser vos images à partir de la bibliothèque de médias d'Instagram"
1633
+
1634
+ msgid "Upload from Instagram"
1635
+ msgstr "Téléverser à partir d'Instagram"
1636
+
1637
+ msgid "Error occurred"
1638
+ msgstr ""
1639
+
1640
+ msgid "Auth key saved!"
1641
+ msgstr ""
1642
+
1643
+ msgid "Service data was saved!"
1644
+ msgstr ""
1645
+
1646
+ msgid "Error! Incorrect service params!"
1647
+ msgstr ""
1648
+
1649
+ msgid "Error! Incorrect selected service!"
1650
+ msgstr ""
1651
+
1652
+ msgid "Error! Incorrect params!"
1653
+ msgstr ""
1654
+
1655
+ msgid "Table ' . $this->table. ' not exists! Please reactivate this plugin!"
1656
+ msgstr ""
1657
+
1658
+ msgid "Minimal version of php = 5.3.0"
1659
+ msgstr ""
1660
+
1661
+ msgid "Enable cUrl extension"
1662
+ msgstr ""
1663
+
1664
+ msgid "Can't check current version of cUrl extension"
1665
+ msgstr ""
1666
+
1667
+ msgid "Minimal cUrl extension version 7.20.0"
1668
+ msgstr ""
1669
+
1670
+ msgid "Optimization"
1671
+ msgstr ""
1672
+
1673
+ msgid "Image Optimization"
1674
+ msgstr ""
1675
+
1676
+ msgid "Your host does not support the minimum requirements:"
1677
+ msgstr ""
1678
+
1679
+ msgid "Transfer to CDN"
1680
+ msgstr ""
1681
+
1682
+ msgid "KeyCDN"
1683
+ msgstr ""
1684
+
1685
+ msgid "Change Details"
1686
+ msgstr ""
1687
+
1688
+ msgid "Setup"
1689
+ msgstr ""
1690
+
1691
+ msgid "Transfer selected"
1692
+ msgstr ""
1693
+
1694
+ msgid "Gallery Name"
1695
+ msgstr ""
1696
+
1697
+ msgid "Total Images"
1698
+ msgstr ""
1699
+
1700
+ msgid "Total Size"
1701
+ msgstr ""
1702
+
1703
+ msgid "Mb"
1704
+ msgstr ""
1705
+
1706
+ msgid "website"
1707
+ msgstr ""
1708
+
1709
+ msgid "Transfer to"
1710
+ msgstr ""
1711
+
1712
+ msgid "Transfer Gallery to"
1713
+ msgstr ""
1714
+
1715
+ msgid "Servicename"
1716
+ msgstr ""
1717
+
1718
+ msgid "Total images"
1719
+ msgstr ""
1720
+
1721
+ msgid "Total size"
1722
+ msgstr ""
1723
+
1724
+ msgid "Delete source image after transfer"
1725
+ msgstr ""
1726
+
1727
+ msgid "Start Transfer"
1728
+ msgstr ""
1729
+
1730
+ msgid "Connected to"
1731
+ msgstr ""
1732
+
1733
+ msgid "service"
1734
+ msgstr ""
1735
+
1736
+ msgid "Transfer information:"
1737
+ msgstr ""
1738
+
1739
+ msgid "galleries"
1740
+ msgstr ""
1741
+
1742
+ msgid "images"
1743
+ msgstr ""
1744
+
1745
+ msgid "Transfer ending with errors!"
1746
+ msgstr ""
1747
+
1748
+ msgid "Transfer completed successfully!"
1749
+ msgstr ""
1750
+
1751
+ msgid "Image optimization"
1752
+ msgstr ""
1753
+
1754
+ msgid "Start Optimization"
1755
+ msgstr ""
1756
+
1757
+ msgid "Service"
1758
+ msgstr ""
1759
+
1760
+ msgid "Setup Service"
1761
+ msgstr ""
1762
+
1763
+ msgid "Backup Images Source"
1764
+ msgstr ""
1765
+
1766
+ msgid "Optimize Preview images"
1767
+ msgstr ""
1768
+
1769
+ msgid "Optimization in process..."
1770
+ msgstr ""
1771
+
1772
+ msgid "Optimize:"
1773
+ msgstr ""
1774
+
1775
+ msgid "images (preview and original images)"
1776
+ msgstr ""
1777
+
1778
+ msgid "Error ocured. Optimize process stopped!"
1779
+ msgstr ""
1780
+
1781
+ msgid "Optimization complete"
1782
+ msgstr ""
1783
+
1784
+ msgid "Images size before:"
1785
+ msgstr ""
1786
+
1787
+ msgid "Images size after:"
1788
+ msgstr ""
1789
+
1790
+ msgid "Total Saving:"
1791
+ msgstr ""
1792
+
1793
+ msgid "Optimize one more time"
1794
+ msgstr ""
1795
+
1796
+ msgid "Show image comparision"
1797
+ msgstr ""
1798
+
1799
+ msgid "TinyPNG"
1800
+ msgstr ""
1801
+
1802
+ msgid "Another Service"
1803
+ msgstr ""
1804
+
1805
+ msgid "Optimize selected"
1806
+ msgstr ""
1807
+
1808
+ msgid "optimize"
1809
+ msgstr ""
1810
+
1811
+ msgid "Restore Source Images"
1812
+ msgstr ""
1813
+
1814
+ msgid "Optimize"
1815
+ msgstr ""
1816
+
1817
+ msgid "Optimize Now"
1818
+ msgstr ""
1819
+
1820
+ msgid "Enter your TinyPNG API key"
1821
+ msgstr ""
1822
+
1823
+ msgid "Enter your Site name"
1824
+ msgstr ""
1825
+
1826
+ msgid "Enter your username"
1827
+ msgstr ""
1828
+
1829
+ msgid "Enter your password"
1830
+ msgstr ""
1831
+
1832
+ msgid "Enter your ftp base path"
1833
+ msgstr ""
1834
+
1835
+ msgid "Incorrect service Code"
1836
+ msgstr ""
1837
+
1838
+ msgid "Last 24 hours"
1839
+ msgstr ""
1840
+
1841
+ msgid "Week"
1842
+ msgstr ""
1843
+
1844
+ msgid "Month"
1845
+ msgstr ""
1846
+
1847
+ msgid "Number of images"
1848
+ msgstr ""
1849
+
1850
+ msgid "Total size before"
1851
+ msgstr ""
1852
+
1853
+ msgid "Total size after"
1854
+ msgstr ""
1855
+
1856
+ msgid "Save in Mb"
1857
+ msgstr ""
1858
+
1859
+ msgid "Save in %"
1860
+ msgstr ""
1861
+
1862
+ msgid "Your message successfully send. We contact you soon."
1863
+ msgstr ""
1864
+
1865
+ msgid "Start step-by-step tutorial"
1866
+ msgstr ""
1867
+
1868
+ msgid "Name"
1869
+ msgstr ""
1870
+
1871
+ msgid "Email"
1872
+ msgstr ""
1873
+
1874
+ msgid "Website"
1875
+ msgstr ""
1876
+
1877
+ msgid "Subject"
1878
+ msgstr ""
1879
+
1880
+ msgid "Topic"
1881
+ msgstr ""
1882
+
1883
+ msgid "Plugin options"
1884
+ msgstr ""
1885
+
1886
+ msgid "Report a bug"
1887
+ msgstr ""
1888
+
1889
+ msgid "Require a new functionallity"
1890
+ msgstr ""
1891
+
1892
+ msgid "Other"
1893
+ msgstr ""
1894
+
1895
+ msgid "Message"
1896
+ msgstr ""
1897
+
1898
+ msgid "Hello Supsystic Team!"
1899
+ msgstr ""
1900
+
1901
+ msgid ""
1902
+ "Some errors occurred while sending mail please send your message trough this "
1903
+ "contact form:"
1904
+ msgstr ""
1905
+
1906
+ msgid "Unable to save chosen photo %s: %s"
1907
+ msgstr "Impossible de sauvegarder la photo choisie %s: %s"
1908
+
1909
+ msgid "New Folder"
1910
+ msgstr "Nouveau dossier"
1911
+
1912
+ msgid "The title can't be empty"
1913
+ msgstr "Un titre est obligatoire"
1914
+
1915
+ msgid "Failed to update position."
1916
+ msgstr "Impossible de mettre à jour la position."
1917
+
1918
+ msgid "Position updated successfully!"
1919
+ msgstr "Position correctement mise à jour!"
1920
+
1921
+ msgid "Rename folder"
1922
+ msgstr "Renommer le dossier"
1923
+
1924
+ msgid "Folder name:"
1925
+ msgstr "Nom du dossier:"
1926
+
1927
+ msgid "Add images to the gallery"
1928
+ msgstr "Ajouter des images à la galerie"
1929
+
1930
+ msgid "Please wait while the plugin to get the list of galleries..."
1931
+ msgstr ""
1932
+ "Veuillez patienter pendant que le plugin récupère la liste des galeries..."
1933
+
1934
+ msgid "Select the gallery:"
1935
+ msgstr "Choisissez la galerie:"
1936
+
1937
+ msgid "New folder"
1938
+ msgstr "Nouveau dossier"
1939
+
1940
+ msgid "Add images to the new gallery"
1941
+ msgstr "Ajouter des images à la nouvelle galerie"
1942
+
1943
+ msgid "Create new folder"
1944
+ msgstr "Créer un nouveau dossier"
1945
+
1946
+ msgid "Edit selected item"
1947
+ msgstr "Éditer l'objet sélectionné"
1948
+
1949
+ msgid "Delete selected items"
1950
+ msgstr "Effacer l'objet sélectionné"
1951
+
1952
+ msgid "Create new gallery from the selected items"
1953
+ msgstr "Créer une nouvelle galerie à partir de la sélection"
1954
+
1955
+ msgid "New gallery from selected"
1956
+ msgstr "Nouvelle galerie à partir de la sélection"
1957
+
1958
+ msgid "Add the selected items to the existing gallery"
1959
+ msgstr "Ajouter les objets sélectionnées à la galerie existante"
1960
+
1961
+ msgid "Add selected to the gallery"
1962
+ msgstr "Ajouter la sélection à la galerie"
1963
+
1964
+ msgid "Switch to the list view"
1965
+ msgstr "Passer en mode vue en liste"
1966
+
1967
+ msgid "Switch to the block view"
1968
+ msgstr "Passer en mode vue en block"
1969
+
1970
+ msgid "Upload your images from the WordPress Media Library"
1971
+ msgstr ""
1972
+
1973
+ msgid "All photos"
1974
+ msgstr "Toutes les photos"
1975
+
1976
+ msgid "Drop photos here to move them from the folder"
1977
+ msgstr "Déposez les photos ici pour les déplacer du dossier"
1978
+
1979
+ msgid "Hope you will come back!"
1980
+ msgstr ""
1981
+
1982
+ msgid "Close Tutorial"
1983
+ msgstr ""
1984
+
1985
+ msgid "Welcome to Photo Gallery plugin by Supsystic!"
1986
+ msgstr ""
1987
+
1988
+ msgid ""
1989
+ "Thank you for choosing our Gallery plugin. Just click here to start using it "
1990
+ "- and we will show you it's possibilities and powerfull features."
1991
+ msgstr ""
1992
+
1993
+ msgid "Hello! This is the Gallery by Supsystic Overview."
1994
+ msgstr ""
1995
+
1996
+ msgid ""
1997
+ "Here you can get help: watch the video tutorial or read FAQ and "
1998
+ "Documentation, make use of contact form. Also here requirements for server - "
1999
+ "Server Settings."
2000
+ msgstr ""
2001
+
2002
+ msgid "Create your first Gallery"
2003
+ msgstr ""
2004
+
2005
+ msgid ""
2006
+ "To Create New Gallery select gallery template. You can change template and "
2007
+ "settings later. Now here are four different templates. With PRO version "
2008
+ "you’ll get more features like Categories, Load More button, Post Feed "
2009
+ "(Content) gallery, Polaroid gallery and more. Enter name of the gallery and "
2010
+ "click “Save”."
2011
+ msgstr ""
2012
+
2013
+ msgid "Add images to your Gallery"
2014
+ msgstr ""
2015
+
2016
+ msgid ""
2017
+ "Now you are in the edit menu of your gallery. And the first thing you need "
2018
+ "to do are add media to the gallery. Click \"Add Images\" button."
2019
+ msgstr ""
2020
+
2021
+ msgid "Images Import Options"
2022
+ msgstr ""
2023
+
2024
+ msgid ""
2025
+ "<p>Import images in several ways:</p><p>Import from Wordpress Media Library/"
2026
+ "Upload files from your computer</p><p>Import from social networks</"
2027
+ "p><p>Instagram (in the Free version)</p><p>With PRO-version also will be "
2028
+ "available import from Flickr, Tumblr and Facebook.</p><p>Besides with "
2029
+ "Gallery PRO version you can import images from such cloud services - FTP "
2030
+ "server, Google Drive.</p>"
2031
+ msgstr ""
2032
+
2033
+ msgid "Image List"
2034
+ msgstr ""
2035
+
2036
+ msgid ""
2037
+ "<p>Now you can see your image list. Here you can:</p><p>Change the order of "
2038
+ "images – simply by dragging them manually.</p><p>Delete images.</p><p>Add "
2039
+ "new images from different sources to the grid gallery – click “Add Images” "
2040
+ "button and select the source to import from.</p><p><b>Caption tab</b> – add "
2041
+ "caption to image – it will be displayed on the caption effect of the "
2042
+ "gallery. Also here included the support of html-elements inside caption "
2043
+ "effect</p><p><b>SEO tab</b> – manage image title and description</"
2044
+ "p><p><b>Link tab</b> – attach links to image – it will go to the link when "
2045
+ "you click the image.</p><p><b>Video tab</b> – attach video url – it will be "
2046
+ "displayed in a pop-up image when you click on the image.</p><p><b>Categories "
2047
+ "tab</b> – add tags for image categories.</p><p><b>Linked images tab</b> – "
2048
+ "add linked images to the chosen image.</p><p><b>Crop tab</b> – choose image "
2049
+ "crop position.</p><p><b>Replace image tab</b> – replace image without losing "
2050
+ "image settings.</p><p>Now follow to the gallery settings – сlick "
2051
+ "“Properties” button.</p>"
2052
+ msgstr ""
2053
+
2054
+ msgid "Preview of Gallery settings"
2055
+ msgstr ""
2056
+
2057
+ msgid ""
2058
+ "At the left side of the monitor you see a preview image in which will be "
2059
+ "seen changes made to the settings. This window for the settings of your "
2060
+ "gallery."
2061
+ msgstr ""
2062
+
2063
+ msgid "Main Settings"
2064
+ msgstr ""
2065
+
2066
+ msgid ""
2067
+ "<p>Here you can set main settings of gallery - choose Gallery Type, for more "
2068
+ "information check this <a href=\"//supsystic.com/gallery-order-types/\" "
2069
+ "target=\"_blank\">article</a>.</p><p>Social Sharing: add social share "
2070
+ "buttons to your gallery. Or showcase images in a Horizontal Scroll view.</"
2071
+ "p><p>Load More: adds \"load more\" button to your gallery. And with Custom "
2072
+ "Buttons: you can make your button better.</p><p>Add to images border and "
2073
+ "shadow with Border Type and Shadow settings.</p><p>In the Pop-up Image "
2074
+ "section customize lightbox of your gallery.</p>"
2075
+ msgstr ""
2076
+
2077
+ msgid "Captions and Icons"
2078
+ msgstr ""
2079
+
2080
+ msgid ""
2081
+ "<p>On Captions tab you can manage the Captions and Icons, and make them your "
2082
+ "style.</p>"
2083
+ msgstr ""
2084
+
2085
+ msgid "Categories and Pagination"
2086
+ msgstr ""
2087
+
2088
+ msgid ""
2089
+ "<p>Categories tab: here you can enable Categories and Pagination options.</"
2090
+ "p><p>To this tab become available you need to buy PRO version."
2091
+ msgstr ""
2092
+
2093
+ msgid ""
2094
+ "<p>Posts tab: here you can add posts and pages to your gallery and also "
2095
+ "manage them. Posts of gallery included in the PRO version of Gallery by "
2096
+ "Supsystic.</p>"
2097
+ msgstr ""
2098
+
2099
+ msgid "Well done!"
2100
+ msgstr ""
2101
+
2102
+ msgid ""
2103
+ "<p><b>Upgrading</b></p><p>Once you have purchased Premium version of plugin "
2104
+ "- you’ll have to enter license key (you can find it in your personal account "
2105
+ "on our site). Go to the License tab and enter your email and license key. "
2106
+ "Once you have activated your PRO license - you can use all its advanced "
2107
+ "options.</p><p>That’s all. From this moment you can use your Gallery without "
2108
+ "any doubt. But if you still have some question - do not hesitate to contact "
2109
+ "us through our <a href=\"https://supsystic.com/contact-us/\">internal "
2110
+ "support</a> or on our <a href=\"http://supsystic.com/forum/photo-gallery-"
2111
+ "plugin/\">Supsystic Forum.</a> Besides you can always describe your "
2112
+ "questions on <a href=\"https://wordpress.org/support/plugin/gallery-by-"
2113
+ "supsystic\">WordPress Ultimate Forum.</a></p><p><b>Enjoy this plugin?</b></"
2114
+ "p><p>It will be nice if you`ll help us and boost plugin with <a href="
2115
+ "\"https://wordpress.org/support/view/plugin-reviews/gallery-by-supsystic?"
2116
+ "rate=5#postform/\">Five Stars rating on WordPress.org.</a></p><p>We hope "
2117
+ "that you like this plugin and wish you all the best! Good luck!</p>"
2118
+ msgstr ""
2119
+
2120
+ msgid "Your Feedback"
2121
+ msgstr ""
2122
+
2123
+ msgid ""
2124
+ "If you have a moment, please share why you are deactivating Photo Gallery by "
2125
+ "Supsystic"
2126
+ msgstr ""
2127
+
2128
+ msgid ""
2129
+ "If you have a question, <a href=\"%s\" target=\"_blank\">contact us</a> and "
2130
+ "will do our best to help you"
2131
+ msgstr ""
2132
+
2133
+ msgid "I found a better plugin"
2134
+ msgstr ""
2135
+
2136
+ msgid "I no longer need the plugin"
2137
+ msgstr ""
2138
+
2139
+ msgid "Skip & Deactivate"
2140
+ msgstr ""
2141
+
2142
+ msgid "Welcome to the"
2143
+ msgstr ""
2144
+
2145
+ msgid ""
2146
+ "Photo Gallery plugin is created for people who would like to show their "
2147
+ "photos in a marvelous way. Perform your best ideas, making delightful "
2148
+ "presentations or galleries from videos and photos."
2149
+ msgstr ""
2150
+
2151
+ msgid "Step-by-step tutorial"
2152
+ msgstr ""
2153
+
2154
+ msgid ""
2155
+ "There’re really many options of photo gallery plugin customization. So as "
2156
+ "soon as you close that page, I’ll show you step-by-step tutorial of how to "
2157
+ "use plugin. Hope it will be usefull for you :)"
2158
+ msgstr ""
2159
+
2160
+ msgid "Support"
2161
+ msgstr ""
2162
+
2163
+ msgid ""
2164
+ "We love our plugin and do the best to improve all features you want and fix "
2165
+ "all issues. But sometimes some issues happened or you can’t find feature you "
2166
+ "want :) Don’t worry, just <a href=\"//supsystic.com/plugins/photo-gallery?"
2167
+ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact"
2168
+ "\" target=\"_blank\"> contact us </a> . We’ll answer in an hour and fix all "
2169
+ "issues."
2170
+ msgstr ""
2171
+
2172
+ msgid "Video Tutorial"
2173
+ msgstr ""
2174
+
2175
+ msgid "Frequently Asked Questions"
2176
+ msgstr ""
2177
+
2178
+ msgid ""
2179
+ "Gallery doesn’t load on the front end. If the loading gallery icon just "
2180
+ "keeps playing but never loads the gallery."
2181
+ msgstr ""
2182
+
2183
+ msgid "How to change the position of photos in gallery?"
2184
+ msgstr ""
2185
+
2186
+ msgid "How to insert gallery into widget?"
2187
+ msgstr ""
2188
+
2189
+ msgid "Go to Appearance -> Widgets."
2190
+ msgstr ""
2191
+
2192
+ msgid ""
2193
+ "You’ll see Gallery by Supsystic Widget on the left. Drag it to the area, "
2194
+ "where you want it to appear."
2195
+ msgstr ""
2196
+
2197
+ msgid "Then choose what gallery you want to display. And press save."
2198
+ msgstr ""
2199
+
2200
+ msgid "Check all other FAQs"
2201
+ msgstr ""
2202
+
2203
+ msgid "Send usage statistics"
2204
+ msgstr ""
2205
+
2206
+ msgid "Image Editor"
2207
+ msgstr ""
2208
+
2209
+ msgid "Roles"
2210
+ msgstr ""
2211
+
2212
+ msgid "PRO option"
2213
+ msgstr ""
2214
+
2215
+ msgid "Edit image"
2216
+ msgstr "Éditer l'image"
2217
+
2218
+ msgid "SEO"
2219
+ msgstr "SEO"
2220
+
2221
+ msgid "Alternative text"
2222
+ msgstr "Texte alternatif"
2223
+
2224
+ msgid "External link"
2225
+ msgstr "lien externe"
2226
+
2227
+ msgid "Available in PRO version."
2228
+ msgstr "Nécessite la version PRO"
2229
+
2230
+ msgid "Link"
2231
+ msgstr "Lien"
2232
+
2233
+ msgid "Open in new window"
2234
+ msgstr "Ouvrir dans une nouvelle fenêtre"
2235
+
2236
+ msgid "Embeded video"
2237
+ msgstr "Intégrer vidéo"
2238
+
2239
+ msgid "Video URL"
2240
+ msgstr "URL de la vidéo"
2241
+
2242
+ msgid ""
2243
+ "Supports Youtube and Vimeo. URL will be converted to embed automatically."
2244
+ msgstr ""
2245
+ "Supporte Youtube et Vimeo. L'url sera convertie pour être intégré "
2246
+ "automatiquement."
2247
+
2248
+ msgid "Date"
2249
+ msgstr "Date"
2250
+
2251
+ msgid "Select %s"
2252
+ msgstr "Sélectionner %s"
2253
+
2254
+ msgid "photo"
2255
+ msgstr "photo"
2256
+
2257
+ msgid "photos"
2258
+ msgstr "photos"
2259
+
2260
+ msgid "Video"
2261
+ msgstr "Vidéo"
2262
+
2263
+ msgid "Linked images"
2264
+ msgstr ""
2265
+
2266
+ msgid "Crop"
2267
+ msgstr ""
2268
+
2269
+ msgid "Replace image"
2270
+ msgstr ""
2271
+
2272
+ msgid "http://example.com/"
2273
+ msgstr "http://example.com/"
2274
+
2275
+ msgid "Add nofollow attribute"
2276
+ msgstr ""
2277
+
2278
+ msgid "Choose images"
2279
+ msgstr ""
2280
+
2281
+ msgid "Choose image"
2282
+ msgstr ""
2283
+
2284
+ #~ msgid "Refresh Images List"
2285
+ #~ msgstr "Recharger la liste des images"
2286
+
2287
+ #~ msgid "Author"
2288
+ #~ msgstr "Auteur"
2289
+
2290
+ #~ msgid "Comments"
2291
+ #~ msgstr "Commentaires"
2292
+
2293
+ #~ msgid "Normal"
2294
+ #~ msgstr "Normale"
2295
+
2296
+ #~ msgid "Gallery by Supsystic"
2297
+ #~ msgstr "Galerie par Supsystic"
2298
+
2299
+ #~ msgid "Add new gallery"
2300
+ #~ msgstr "Ajouter nouvelle galerie"
2301
+
2302
+ #~ msgid "Edit"
2303
+ #~ msgstr "Editer"
2304
+
2305
+ #~ msgid "Select shortcode for the gallery "
2306
+ #~ msgstr "Selection le shortcode"
2307
+
2308
+ #~ msgid "You have not any galleries"
2309
+ #~ msgstr "Vous n'avez aucune galerie"
2310
+
2311
+ #~ msgid ""
2312
+ #~ "<strong>Gallery</strong> — the highest type of entity in the Gallery by "
2313
+ #~ "Supsystic."
2314
+ #~ msgstr ""
2315
+ #~ "<strong>Une galerie</strong> est le plus haut type d'entité dans le "
2316
+ #~ "plugin Galerie par Supsystic"
2317
+
2318
+ #~ msgid ""
2319
+ #~ "You can have an unlimited number of galleries, to which you can attach "
2320
+ #~ "the preloaded pictures and folders."
2321
+ #~ msgstr ""
2322
+ #~ "Vous pouvez avoir un nombre illimité de galeries, auxquelles vous "
2323
+ #~ "attachez les images et dossiers pré-chargés."
2324
+
2325
+ #~ msgid "Wanna know more?"
2326
+ #~ msgstr "Vous voulez en savoir plus ? "
2327
+
2328
+ #~ msgid "Help"
2329
+ #~ msgstr "Aide"
2330
+
2331
+ #~ msgid "Visit %s section to read more information about the galleries."
2332
+ #~ msgstr ""
2333
+ #~ "Visitez la section %s pour avoir plus d'informations à propos des "
2334
+ #~ "galeries."
2335
+
2336
+ #~ msgid "Delete"
2337
+ #~ msgstr "Effacer"
2338
+
2339
+ #~ msgid "Area"
2340
+ #~ msgstr "Surface"
2341
+
2342
+ #~ msgid "Big image"
2343
+ #~ msgstr "Grande image"
2344
+
2345
+ #~ msgid "Images shuffling"
2346
+ #~ msgstr "Mélange des images"
2347
+
2348
+ #~ msgid "Post feed"
2349
+ #~ msgstr "Flux des articles"
2350
+
2351
+ #~ msgid "Grid"
2352
+ #~ msgstr "Grille"
2353
+
2354
+ #~ msgid "Distance between photos"
2355
+ #~ msgstr "Distance entre les photos"
2356
+
2357
+ #~ msgid "Photo width"
2358
+ #~ msgstr "Largeur de la photo"
2359
+
2360
+ #~ msgid "Photo height"
2361
+ #~ msgstr "Hauteur de la photo"
2362
+
2363
+ #~ msgid "Use shadow"
2364
+ #~ msgstr "Utiliser l'ombre"
2365
+
2366
+ #~ msgid "Show caption"
2367
+ #~ msgstr "Voir le sous-titre"
2368
+
2369
+ #~ msgid "Text align"
2370
+ #~ msgstr "Alignement du texte"
2371
+
2372
+ #~ msgid "Theme"
2373
+ #~ msgstr "Thème"
2374
+
2375
+ #~ msgid "Transition"
2376
+ #~ msgstr "Transition"
2377
+
2378
+ #~ msgid "Elastic"
2379
+ #~ msgstr "Élastique"
2380
+
2381
+ #~ msgid "Fade"
2382
+ #~ msgstr "Dégradé"
2383
+
2384
+ #~ msgid "None"
2385
+ #~ msgstr "Aucun"
2386
+
2387
+ #~ msgid "Transition speed"
2388
+ #~ msgstr "Vitesse de transition"
2389
+
2390
+ #~ msgid "Close speed"
2391
+ #~ msgstr "Vitesse de fermeture"
2392
+
2393
+ #~ msgid "Disabled"
2394
+ #~ msgstr "Désactivé"
2395
+
2396
+ #~ msgid "Enabled"
2397
+ #~ msgstr "Activé"
2398
+
2399
+ #~ msgid "Shortcode"
2400
+ #~ msgstr "Shortcode"
2401
+
2402
+ #~ msgid ""
2403
+ #~ "Use this shortcode to insert the gallery \"%s\" on the pages or posts."
2404
+ #~ msgstr ""
2405
+ #~ "Utilisez ce shortcode pour insérer la galerie \"%s\" dans une page ou un "
2406
+ #~ "article."
2407
+
2408
+ #~ msgid ""
2409
+ #~ "If you new to current feature, then you can read more about shortcodes in "
2410
+ #~ "the <a href=\"http://en.support.wordpress.com/shortcodes/\">official "
2411
+ #~ "wordpress documentation</a>."
2412
+ #~ msgstr ""
2413
+ #~ "Si vous débutez dans cette fonctionnalité, vous devriez lire <a href="
2414
+ #~ "\"http://fr.support.wordpress.com/shortcodes/\">la documentation "
2415
+ #~ "officielle de Wordpress</a> au sujet des shortcodes."
2416
+
2417
+ #~ msgid "Cover"
2418
+ #~ msgstr "Couverture"
2419
+
2420
+ #~ msgid "Sort and orginize images with \"Categories\" option"
2421
+ #~ msgstr "Triez et organisez vos images avec l'option \"Catégories\""
2422
+
2423
+ #~ msgid "Live preview"
2424
+ #~ msgstr "Prévisualisation en direct"
2425
+
2426
+ #~ msgid "Delete image"
2427
+ #~ msgstr "Effacer l'image"
2428
+
2429
+ #~ msgid "Upload your images from the Wordpress Media Library"
2430
+ #~ msgstr ""
2431
+ #~ "Téléviser vos images à partir de la bibliothèque de médias de Wordpress"
2432
+
2433
+ #~ msgid "Lifetime for cached data"
2434
+ #~ msgstr "Durée de vie des données en cache"
2435
+
2436
+ #~ msgid "The field \"%s\" available only for numeric values"
2437
+ #~ msgstr "Le champ \"%s\" ne peut contenir que des valeurs numériques"
2438
+
2439
+ #~ msgid "Settings successfully updated!"
2440
+ #~ msgstr "Paramètres correctement mis à jour!"
2441
+
2442
+ #~ msgid "Please correct following errors:"
2443
+ #~ msgstr "Veuillez corriger les erreurs suivantes:"
2444
+
2445
+ #~ msgid ""
2446
+ #~ "<strong>%s</strong> has its own caching system in order to significantly "
2447
+ #~ "reduce the load on the database."
2448
+ #~ msgstr ""
2449
+ #~ "<strong>%s</strong> a son propre système de cache pour nettement réduire "
2450
+ #~ "la charge sur la base de données."
2451
+
2452
+ #~ msgid ""
2453
+ #~ "Caching is not available because your uploads directory is not writable."
2454
+ #~ msgstr ""
2455
+ #~ "Le système de cache n'est pas disponible car votre dossier uploads n'est "
2456
+ #~ "pas accessible en écriture."
2457
+
2458
+ #~ msgid ""
2459
+ #~ "The time in seconds after which the cache will be considered obsolete. "
2460
+ #~ "Default: 86400 (24 hours)."
2461
+ #~ msgstr ""
2462
+ #~ "Le temps en secondes après quoi le cache est considéré comme obsolète. "
2463
+ #~ "Par défaut: 86400 (24 heures)"
2464
+
2465
+ #~ msgid "Clear cache"
2466
+ #~ msgstr "Effacer le cache"
2467
+
2468
+ #~ msgid ""
2469
+ #~ "We don't collect statistics on you, we only collect the errors "
2470
+ #~ "encountered during use in order to improve our product."
2471
+ #~ msgstr ""
2472
+ #~ "Nous ne collectons pas de statistiques à propos de vous, nous collectons "
2473
+ #~ "seulement les erreurs rencontrées dans le but d'optimiser notre produit."
2474
+
2475
+ #~ msgid "File"
2476
+ #~ msgstr "Fichier"
2477
+
2478
+ #~ msgid "Tags"
2479
+ #~ msgstr "Libellés"
2480
+
2481
+ #~ msgid "Open in new window."
2482
+ #~ msgstr "Ouvrir dans une nouvelle fenêtre."
2483
+
2484
+ #~ msgid "Welcome to"
2485
+ #~ msgstr "Bienvenue à "
2486
+
2487
+ #~ msgid "Version"
2488
+ #~ msgstr "Version"
2489
+
2490
+ #~ msgid "Google"
2491
+ #~ msgstr "Google"
2492
+
2493
+ #~ msgid "Wordpress.org"
2494
+ #~ msgstr "Wordpress.org"
2495
+
2496
+ #~ msgid "Reffer a friend"
2497
+ #~ msgstr "Recommandez à un ami"
2498
+
2499
+ #~ msgid "Find on the web"
2500
+ #~ msgstr "Trouver sur le web"
2501
+
2502
+ #~ msgid "Other way"
2503
+ #~ msgstr "Autre façon"
2504
+
2505
+ #~ msgid "Thank for check info. Start using plugin"
2506
+ #~ msgstr "Merci d'avoir vérifié. Commencez à utiliser le plugin."
app/langs/sgg-it_IT.mo ADDED
Binary file
app/langs/sgg-it_IT.po ADDED
@@ -0,0 +1,1652 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: \n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: it\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
+
15
+ msgid "An error has occurred"
16
+ msgstr "Si è verificato un errore"
17
+
18
+ msgid "Overview"
19
+ msgstr "Descrizione"
20
+
21
+ msgid "New Gallery"
22
+ msgstr "Nuova Galleria"
23
+
24
+ msgid "Galleries"
25
+ msgstr "Gallerie"
26
+
27
+ msgid "Settings"
28
+ msgstr "Impostazioni"
29
+
30
+ msgid "License"
31
+ msgstr "Licenza"
32
+
33
+ msgid "Images"
34
+ msgstr "Immagini"
35
+
36
+ msgid "Instagram"
37
+ msgstr "Instagram"
38
+
39
+ msgid "Flickr"
40
+ msgstr "Flickr"
41
+
42
+ msgid "Tumblr"
43
+ msgstr "Tumblr"
44
+
45
+ msgid "Facebook"
46
+ msgstr "Facebook"
47
+
48
+ msgid "Get PRO"
49
+ msgstr "Ottieni PRO"
50
+
51
+ msgid "Loading"
52
+ msgstr "Caricamento"
53
+
54
+ msgid "Authorization code is not specified."
55
+ msgstr "Codice di autorizzazione non specificato."
56
+
57
+ msgid "Gallery by Supsystic"
58
+ msgstr "Galleria creata da Supsystic"
59
+
60
+ msgid "Import images"
61
+ msgstr "Importa immagini"
62
+
63
+ msgid "Facebook authorization"
64
+ msgstr "Autorizzazione Facebook"
65
+
66
+ msgid "Upload your images from the Facebook Media Library"
67
+ msgstr "Carica le tue immagini dalla Libreria di Immagini di Facebook"
68
+
69
+ msgid "Login with Facebook"
70
+ msgstr "Accedi con facebook"
71
+
72
+ msgid "Return to the gallery"
73
+ msgstr "Torna alla galleria"
74
+
75
+ msgid "Upload new images"
76
+ msgstr "Carica nuove immagini"
77
+
78
+ msgid "Logout"
79
+ msgstr "Disconnetti"
80
+
81
+ msgid "Select/unselect all photos"
82
+ msgstr "Seleziona/deseleziona tutte le foto"
83
+
84
+ msgid ""
85
+ "Here you can specify your business pages and images will load from those "
86
+ "pages. You can set several pages, just separate ID of pages by \",\". To get "
87
+ "the ID of your page you need to switch to the wanted page, then click on "
88
+ "\"About\" link right below page cover, and at the bottom of \"About\" page "
89
+ "you will find Facebook Page ID."
90
+ msgstr ""
91
+ "Qui puoi specificare le pagine di business e le immagini si caricheranno da "
92
+ "quelle pagine. È possibile impostare diverse pagine, basta separare l'ID "
93
+ "delle pagine con \",\". Per ottenere l'ID di una pagina è necessario passare "
94
+ "alla pagina desiderata, quindi fare clic su \"Informazioni\" (collegamento "
95
+ "in basso a destra) e in fondo alla pagina \"Informazioni\" troverete l'ID "
96
+ "pagina Facebook"
97
+
98
+ msgid "Save"
99
+ msgstr "Salva"
100
+
101
+ msgid "Empty user data."
102
+ msgstr "Cancella dati utente"
103
+
104
+ msgid "Flickr authorization"
105
+ msgstr "Autorizzazione Flickr"
106
+
107
+ msgid "Upload your images from the Flickr Media Library"
108
+ msgstr "Carica le tue immagini dalla Libreria di Immagini di Flickr"
109
+
110
+ msgid "Upload from Flickr"
111
+ msgstr "Carica da Flickr"
112
+
113
+ msgid "Images not in albums"
114
+ msgstr "Immagini non presenti in album"
115
+
116
+ msgid "Albums"
117
+ msgstr "Albums"
118
+
119
+ msgid "Fullscreen"
120
+ msgstr "Schermo intero"
121
+
122
+ msgid "Load More Button"
123
+ msgstr "Bottone Carica altri"
124
+
125
+ msgid "Enable"
126
+ msgstr "Abilita"
127
+
128
+ msgid "Disable"
129
+ msgstr "Disabilita"
130
+
131
+ msgid "Load with scroll"
132
+ msgstr "Carica con scorrimento"
133
+
134
+ msgid "No"
135
+ msgstr "No"
136
+
137
+ msgid "Yes"
138
+ msgstr "Si"
139
+
140
+ msgid "Load more button text"
141
+ msgstr "testo bottone Carica altri"
142
+
143
+ msgid "Images amount"
144
+ msgstr "Numero immagini"
145
+
146
+ msgid "Load more amount"
147
+ msgstr "Carica altri quantità"
148
+
149
+ msgid "Custom Buttons"
150
+ msgstr "Bottoni personalizzati"
151
+
152
+ msgid "Gallery Loader"
153
+ msgstr "Caricatore galleria"
154
+
155
+ msgid "Background color"
156
+ msgstr "Colore sfondo"
157
+
158
+ msgid "Choose Icon"
159
+ msgstr "Scegli icona"
160
+
161
+ msgid "Disable right click"
162
+ msgstr "Disabilita click tasto destro"
163
+
164
+ msgid "Video size"
165
+ msgstr "Dimensione video"
166
+
167
+ msgid "Autoplay video"
168
+ msgstr "Video autoplay"
169
+
170
+ msgid "When video ends"
171
+ msgstr "Quando il video finisce"
172
+
173
+ msgid "Do nothing"
174
+ msgstr "Non fare nulla"
175
+
176
+ msgid "Open next slide"
177
+ msgstr "Apri diapositiva successiva"
178
+
179
+ msgid "Close popup"
180
+ msgstr "Chiudi popup"
181
+
182
+ msgid "Posts layout"
183
+ msgstr "Posts Layout"
184
+
185
+ msgid "Posts layout style"
186
+ msgstr "Stule posts Layout"
187
+
188
+ msgid "Posts"
189
+ msgstr "Posts"
190
+
191
+ msgid "Pages"
192
+ msgstr "Pagine"
193
+
194
+ msgid "Show author"
195
+ msgstr "Mostra autore"
196
+
197
+ msgid "Show date"
198
+ msgstr "Mostra data"
199
+
200
+ msgid "Show contents"
201
+ msgstr "Mostra contenuti"
202
+
203
+ msgid "Show categories"
204
+ msgstr "Mostra categorie"
205
+
206
+ msgid "Hide \"All\" category"
207
+ msgstr "Nascondi \"tutte\" le categorie"
208
+
209
+ msgid "Enable shuffling animation"
210
+ msgstr "Abilita animazione casuale"
211
+
212
+ msgid "Animation duration"
213
+ msgstr "Durata animazione"
214
+
215
+ msgid "Position"
216
+ msgstr "Posizione"
217
+
218
+ msgid "Over the gallery"
219
+ msgstr "Sopra la galleria"
220
+
221
+ msgid "Under the gallery"
222
+ msgstr "Sotto la galleria"
223
+
224
+ msgid "Align"
225
+ msgstr "Allinea"
226
+
227
+ msgid "Left"
228
+ msgstr "Sinistra"
229
+
230
+ msgid "Center"
231
+ msgstr "Centro"
232
+
233
+ msgid "Right"
234
+ msgstr "Destra"
235
+
236
+ msgid "Presets"
237
+ msgstr "modello"
238
+
239
+ msgid "Choose preset"
240
+ msgstr "Scegli modello"
241
+
242
+ msgid "Preset Editor"
243
+ msgstr "Modifica modello"
244
+
245
+ msgid "Categories order"
246
+ msgstr "Ordine categorie"
247
+
248
+ msgid "All"
249
+ msgstr "Tutto"
250
+
251
+ msgid "Enable pagination"
252
+ msgstr "Abilita paginazione"
253
+
254
+ msgid "Pagination"
255
+ msgstr "Paginazione"
256
+
257
+ msgid "Images per page"
258
+ msgstr "Immagini per pagina"
259
+
260
+ msgid "Buttons position"
261
+ msgstr "Posizione bottoni"
262
+
263
+ msgid "Top"
264
+ msgstr "Sopra"
265
+
266
+ msgid "Bottom"
267
+ msgstr "Sotto"
268
+
269
+ msgid "Container background"
270
+ msgstr "Sfondo container"
271
+
272
+ msgid "Hide container background."
273
+ msgstr "Nascondi sfondo container"
274
+
275
+ msgid "Text background"
276
+ msgstr "Sfondo testo"
277
+
278
+ msgid "Hide text background."
279
+ msgstr "Nascondi sfondo testo"
280
+
281
+ msgid "Text color"
282
+ msgstr "Colore testo"
283
+
284
+ msgid "Use color, based on my theme."
285
+ msgstr "Usa colore, basandoti sul mio tema"
286
+
287
+ msgid "Vertical padding"
288
+ msgstr "Spaziatura verticale"
289
+
290
+ msgid "Horizontal padding"
291
+ msgstr "Spaziatura orizzontale"
292
+
293
+ msgid "Font weight"
294
+ msgstr "Spessore carattere"
295
+
296
+ msgid "Font size"
297
+ msgstr "Dimensione carattere"
298
+
299
+ msgid "Border width"
300
+ msgstr "Larghezza bordo"
301
+
302
+ msgid "Border type"
303
+ msgstr "Tipo bordo"
304
+
305
+ msgid "Border color"
306
+ msgstr "Colore bordo"
307
+
308
+ msgid "Border radius"
309
+ msgstr "Rotondità angoli"
310
+
311
+ msgid "Buttons preset editor for Paginations, Categories and Load More buttons"
312
+ msgstr ""
313
+ "Bottone modifica modello per Paginazione, Categorie e bottone Carica altri"
314
+
315
+ msgid "Custom class"
316
+ msgstr "Classe personalizzata"
317
+
318
+ msgid "Font family"
319
+ msgstr "Famiglia carattere"
320
+
321
+ msgid "Border style"
322
+ msgstr "Tipo bordo"
323
+
324
+ msgid "Choose icon"
325
+ msgstr "Scegli icona"
326
+
327
+ msgid "Page "
328
+ msgstr "PAgina"
329
+
330
+ msgid "Activate License"
331
+ msgstr "Attiva licensa"
332
+
333
+ msgid "Renew License"
334
+ msgstr "Rinnova licensa"
335
+
336
+ msgid "Slider by Supsystic"
337
+ msgstr "Slider creata da Supsystic"
338
+
339
+ msgid ""
340
+ "Congratulations! You have successfully installed and activated PRO version "
341
+ "of ' ~ environment.getMenu().getMenuTitle() ~ ' plugin."
342
+ msgstr ""
343
+ "Congratulazioni! Hai installato e attivato con successo la versione PRO del "
344
+ "plugin ' ~ environment.getMenu().getMenuTitle() ~ ' ."
345
+
346
+ msgid "Your premium support is expired in ' ~ days ~ ' days"
347
+ msgstr "La tua assistenza premium scadrà tra ' ~ days ~ ' giorni."
348
+
349
+ msgid "You will not be able to update your pro version with expired license"
350
+ msgstr "Non potrai aggiornare la tua versione PRO con la licenza scaduta"
351
+
352
+ msgid "Activate"
353
+ msgstr "Attiva"
354
+
355
+ msgid "Authorization oauth_verifier is not specified."
356
+ msgstr "Autorizzazione oauth_verifier non specificata"
357
+
358
+ msgid "Tumblr authorization"
359
+ msgstr "Autorizzazione Tumblr"
360
+
361
+ msgid "Upload your images from the Tumblr Media Library"
362
+ msgstr "Carica le tue immagini dalla Libreria di Immagini di Tumblr"
363
+
364
+ msgid "Upload from Tumblr"
365
+ msgstr "Carica da Tumblr"
366
+
367
+ msgid "FTP"
368
+ msgstr ""
369
+
370
+ msgid "Upload your images from the FTP Server"
371
+ msgstr ""
372
+
373
+ msgid "Enter images folder name, e.g. my-images"
374
+ msgstr ""
375
+
376
+ msgid "Parse"
377
+ msgstr ""
378
+
379
+ msgid "Note: images folder must be in wp-content/uploads/directory"
380
+ msgstr ""
381
+
382
+ msgid "Host"
383
+ msgstr ""
384
+
385
+ msgid "Username"
386
+ msgstr ""
387
+
388
+ msgid "Password"
389
+ msgstr ""
390
+
391
+ msgid "Port"
392
+ msgstr ""
393
+
394
+ msgid "Enter the full path to images folder"
395
+ msgstr ""
396
+
397
+ msgid "Note: you need to specify the full path to images folder"
398
+ msgstr ""
399
+
400
+ msgid "Please fill all fields"
401
+ msgstr ""
402
+
403
+ msgid "Loading text"
404
+ msgstr ""
405
+
406
+ msgid "Loading..."
407
+ msgstr ""
408
+
409
+ msgid "Open by link in popup"
410
+ msgstr ""
411
+
412
+ msgid "Gallery link"
413
+ msgstr ""
414
+
415
+ msgid "Auto posts"
416
+ msgstr ""
417
+
418
+ msgid "Number of posts"
419
+ msgstr ""
420
+
421
+ msgid "Auto Posts Categories"
422
+ msgstr ""
423
+
424
+ msgid "Select categories"
425
+ msgstr ""
426
+
427
+ msgid "Google Drive authorization"
428
+ msgstr ""
429
+
430
+ msgid "Upload your images from Google Drive CDN"
431
+ msgstr ""
432
+
433
+ msgid "Upload from Google Drive"
434
+ msgstr ""
435
+
436
+ msgid "Google Drive"
437
+ msgstr ""
438
+
439
+ msgid "New gallery successfully created"
440
+ msgstr "Nuova galleria creata con successo"
441
+
442
+ msgid "Title successfully updated"
443
+ msgstr "Titolo aggiornato con successo"
444
+
445
+ msgid "Not enough data."
446
+ msgstr "Non abbastanza dati."
447
+
448
+ msgid "Preset successfully saved."
449
+ msgstr "Impostazione salvata con successo."
450
+
451
+ msgid "The preset ID is not specified."
452
+ msgstr "L'ID di impostazione non è specificato."
453
+
454
+ msgid "Preset successfully removed."
455
+ msgstr "Impostazione rimossa con successo."
456
+
457
+ msgid "Failed to find the preset."
458
+ msgstr "Non sono riuscito a trovare l'impostazione."
459
+
460
+ msgid "Preset successfully applied to the gallery."
461
+ msgstr "Impostazione applicata con successo alla galleria."
462
+
463
+ msgid "Unnamed gallery"
464
+ msgstr "Galleria senza nome"
465
+
466
+ msgid "The identifier of the gallery is invalid"
467
+ msgstr "L'identificatore della galleria non è valido"
468
+
469
+ msgid "Title is empty"
470
+ msgstr "Titolo è vuoto"
471
+
472
+ msgid "Failed to rename the gallery"
473
+ msgstr "Errore nel rinominare galleria"
474
+
475
+ msgid "Invalid gallery identifier specified"
476
+ msgstr "Identificatore galleria non valido"
477
+
478
+ msgid "Failed to delete the gallery"
479
+ msgstr "Errrore nel cancellare la galleia"
480
+
481
+ msgid "Resources are does not exists"
482
+ msgstr "Le risorse non esistono"
483
+
484
+ msgid "The identifier of the Gallery is not specified"
485
+ msgstr "L'identificatore della galleria non è specificato"
486
+
487
+ msgid "New gallery"
488
+ msgstr "Nuova galleria"
489
+
490
+ msgid "Add Images"
491
+ msgstr "Aggiungi immagine"
492
+
493
+ msgid "Add selected items"
494
+ msgstr "Aggiungi oggetti selezionati"
495
+
496
+ msgid "Cancel"
497
+ msgstr "Cancella"
498
+
499
+ msgid ""
500
+ "You need to import images to your gallery before you can start using "
501
+ "galleries"
502
+ msgstr ""
503
+ "Devi importare delle immagini nella galleria prima di poter cominciare ad "
504
+ "usare gallerie "
505
+
506
+ msgid "Selected"
507
+ msgstr "Selezionato"
508
+
509
+ msgid "Create new gallery"
510
+ msgstr "Crea nuova galleria"
511
+
512
+ msgid ""
513
+ "Choose Gallery Template.You can change template and settings on the next "
514
+ "step."
515
+ msgstr ""
516
+ "Scegli il template della galeria. Puoi cambiare template e impostazioni nel "
517
+ "passaggio successivo."
518
+
519
+ msgid "Gallery Name:"
520
+ msgstr "Nome galleria:"
521
+
522
+ msgid "Choose Gallery Template."
523
+ msgstr "Scegli il template della galleria."
524
+
525
+ msgid "Remove selected"
526
+ msgstr "Rimuovi selezionati."
527
+
528
+ msgid "Select/unselect all posts"
529
+ msgstr "Seleziona/deseleziona tutti i post"
530
+
531
+ msgid "Images list"
532
+ msgstr "Lista immagini"
533
+
534
+ msgid "Preview"
535
+ msgstr "Anteprima"
536
+
537
+ msgid "Total Images: "
538
+ msgstr "Immagini totali:"
539
+
540
+ msgid "There are %s photos in the gallery %s"
541
+ msgstr "Ci sono %s photos in the gallery %s"
542
+
543
+ msgid "Are you sure you want to delete this gallery?"
544
+ msgstr "Sei sicuro di voler cancellare questa galleria?"
545
+
546
+ msgid "Delete gallery"
547
+ msgstr "Cancella galleria"
548
+
549
+ msgid "Shortcode:"
550
+ msgstr "Shortcode:"
551
+
552
+ msgid "PHPCode:"
553
+ msgstr "PHPCode:"
554
+
555
+ msgid "You have no galleries"
556
+ msgstr "Non hai gallerie."
557
+
558
+ msgid "You don't have any galleries yet."
559
+ msgstr "Non hai ancora nessuna galleria."
560
+
561
+ msgid "Want to create one right now?"
562
+ msgstr "Vuoi crearne una adesso?"
563
+
564
+ msgid "What is a gallery"
565
+ msgstr "Cos'è una galleria"
566
+
567
+ msgid ""
568
+ "<strong>Gallery</strong> &mdash; the highest type of entity in the Gallery "
569
+ "by Supsystic."
570
+ msgstr ""
571
+ "<strong>Galleria</strong> &mdash; the highest type of entity in the Gallery "
572
+ "by Supsystic."
573
+
574
+ msgid ""
575
+ "You can have an unlimited number of galleries, to which you can attach the "
576
+ "preloaded pictures."
577
+ msgstr ""
578
+ "Puoi avere un numero illimitato di gallerie, al quale collegare le immagini "
579
+ "precaricate."
580
+
581
+ msgid ""
582
+ "Each gallery has a number of display settings and behaviors that you can "
583
+ "save to presets and apply to other galleries."
584
+ msgstr ""
585
+ "Ogni galleria ha numerose impostazioni di aspetto e comportamento che poi "
586
+ "salvare in modello e applicare ad altre gallerie."
587
+
588
+ msgid "Gallery title can't be empty!"
589
+ msgstr "Titolo galleria non può essere vuoto!"
590
+
591
+ msgid "Gallery title:"
592
+ msgstr "Titolo galleria:"
593
+
594
+ msgid "Select source to import from"
595
+ msgstr "Seleziona la fonte da cui importare"
596
+
597
+ msgid "Back to the gallery"
598
+ msgstr "Torna alla galleria"
599
+
600
+ msgid "Main"
601
+ msgstr "Principale"
602
+
603
+ msgid "Captions"
604
+ msgstr "Didascalie"
605
+
606
+ msgid "Categories"
607
+ msgstr "Categorie"
608
+
609
+ msgid "Add images"
610
+ msgstr "Tutte le immagini"
611
+
612
+ msgid "Import settings"
613
+ msgstr "Importa impostazioni"
614
+
615
+ msgid "Your changes not saved. You really want to leave without saving?"
616
+ msgstr ""
617
+ "Le tue modifiche non sono state salvate. Sei sicuro di chiudere senza "
618
+ "salvare?"
619
+
620
+ msgid "Gallery Type"
621
+ msgstr "Tipo galleria"
622
+
623
+ msgid "Number of Columns"
624
+ msgstr "Numero di colonne"
625
+
626
+ msgid "Responsive columns"
627
+ msgstr "Colonne responsive"
628
+
629
+ msgid "Gallery Position"
630
+ msgstr ""
631
+
632
+ msgid "Images distance"
633
+ msgstr "Distanza immagini"
634
+
635
+ msgid "Gallery width"
636
+ msgstr "Larghezza galleria"
637
+
638
+ msgid "Full screen width"
639
+ msgstr ""
640
+
641
+ msgid "Gallery padding"
642
+ msgstr "Spaziatura galleria"
643
+
644
+ msgid "Gallery height"
645
+ msgstr "Altezza galleria"
646
+
647
+ msgid "Image width"
648
+ msgstr "Larghezza immagine"
649
+
650
+ msgid "Image height"
651
+ msgstr "Altezza immagine"
652
+
653
+ msgid "Image radius"
654
+ msgstr "Rotondità angoli immagine"
655
+
656
+ msgid "Image crop quality"
657
+ msgstr ""
658
+
659
+ msgid "Display only first image"
660
+ msgstr ""
661
+
662
+ msgid "Social Sharing"
663
+ msgstr ""
664
+
665
+ msgid "Social Buttons Project"
666
+ msgstr ""
667
+
668
+ msgid "Gallery Sharing"
669
+ msgstr ""
670
+
671
+ msgid "Image Sharing"
672
+ msgstr ""
673
+
674
+ msgid "Buttons align"
675
+ msgstr ""
676
+
677
+ msgid "Popup Image Sharing"
678
+ msgstr ""
679
+
680
+ msgid "You have no Social Sharing projects for now."
681
+ msgstr ""
682
+
683
+ msgid "Create your first project"
684
+ msgstr ""
685
+
686
+ msgid ""
687
+ "then just reload page with your Gallery settings, and you will see list with "
688
+ "available Social Projects for your Gallery."
689
+ msgstr ""
690
+
691
+ msgid ""
692
+ "You need to install Social Share Buttons by Supsystic to use this feature."
693
+ msgstr ""
694
+
695
+ msgid "Install plugin"
696
+ msgstr ""
697
+
698
+ msgid "here."
699
+ msgstr ""
700
+
701
+ msgid "Horizontal Scroll"
702
+ msgstr "Scorrimento orizzontale"
703
+
704
+ msgid "Scroll Bar Color"
705
+ msgstr "Colore barra di scorrimento"
706
+
707
+ msgid "Scroll Bar Transparency"
708
+ msgstr "Trasparenza barra di scorrimento"
709
+
710
+ msgid "Border"
711
+ msgstr "Bordi"
712
+
713
+ msgid "Available"
714
+ msgstr "Disponibile"
715
+
716
+ msgid "Border Type"
717
+ msgstr "Tipo bordo"
718
+
719
+ msgid "Shadow"
720
+ msgstr "Ombra"
721
+
722
+ msgid "Shadow preset"
723
+ msgstr "Impostazione ombra"
724
+
725
+ msgid "When mouse is over"
726
+ msgstr "Quando il puntatore è sopra"
727
+
728
+ msgid "Off"
729
+ msgstr "Spento"
730
+
731
+ msgid "Show mouse on"
732
+ msgstr "Mostra puntatore sopra"
733
+
734
+ msgid "Hide mouse on"
735
+ msgstr "Nascondi puntatore sopra"
736
+
737
+ msgid "Overlay image with shadow"
738
+ msgstr "Sovrapposizione imagine con ombra"
739
+
740
+ msgid "Shadow color"
741
+ msgstr "Colore ombra"
742
+
743
+ msgid "Shadow blur"
744
+ msgstr "Sfocatura ombra"
745
+
746
+ msgid "Shadow X"
747
+ msgstr "Ombra X"
748
+
749
+ msgid "Shadow Y"
750
+ msgstr "Ombra Y"
751
+
752
+ msgid "Pop-up Image"
753
+ msgstr "Immagine popup"
754
+
755
+ msgid "Popup box theme"
756
+ msgstr "Tema box popup"
757
+
758
+ msgid "Choose theme"
759
+ msgstr "Scegli tema"
760
+
761
+ msgid "Disable on mobile"
762
+ msgstr "Disabilita su mobile"
763
+
764
+ msgid "Popup Image Text"
765
+ msgstr ""
766
+
767
+ msgid "Caption"
768
+ msgstr "Didascalia"
769
+
770
+ msgid "Title"
771
+ msgstr ""
772
+
773
+ msgid "Alt text"
774
+ msgstr ""
775
+
776
+ msgid "Description"
777
+ msgstr "Descrizione"
778
+
779
+ msgid "Hide Popup Captions"
780
+ msgstr "Nascondi didascalia popup"
781
+
782
+ msgid "Transparency"
783
+ msgstr "Trasparenza"
784
+
785
+ msgid "Slideshow"
786
+ msgstr "Presentazione"
787
+
788
+ msgid "Slideshow speed"
789
+ msgstr "Velocità presentazione"
790
+
791
+ msgid "Slideshow pause on hover"
792
+ msgstr ""
793
+
794
+ msgid "Slideshow autostart"
795
+ msgstr "Presentazione start automatico"
796
+
797
+ msgid "Popup Image size"
798
+ msgstr "Dimesioni popup immagine"
799
+
800
+ msgid "Effect"
801
+ msgstr "Effetto"
802
+
803
+ msgid "Choose effect"
804
+ msgstr "Scegli effetto"
805
+
806
+ msgid "Personal captions"
807
+ msgstr "Didascali personale"
808
+
809
+ msgid "Polaroid Style"
810
+ msgstr "Stile Polaroid"
811
+
812
+ msgid "Polaroid Image Animation"
813
+ msgstr "Animazione Immagine Polaroid"
814
+
815
+ msgid "Polaroid Image Scattering "
816
+ msgstr "Dispersione Immagine Polaroid"
817
+
818
+ msgid "Polaroid Frame Width"
819
+ msgstr ""
820
+
821
+ msgid "Text size"
822
+ msgstr "Dimensione testo"
823
+
824
+ msgid "Text horizontal align"
825
+ msgstr "Allineamento testo orizzontale"
826
+
827
+ msgid "Text vertical align"
828
+ msgstr "Allineamento testo verticale"
829
+
830
+ msgid "Hide image title tooltip"
831
+ msgstr "Nascondi il tooltip titolo immagine"
832
+
833
+ msgid "Mobile - show always caption"
834
+ msgstr ""
835
+
836
+ msgid "Show icons"
837
+ msgstr "Mostra icone"
838
+
839
+ msgid "Select effect"
840
+ msgstr "Seleziona effetto"
841
+
842
+ msgid "Animation"
843
+ msgstr "Animazione"
844
+
845
+ msgid "Icons color"
846
+ msgstr "Colore icone"
847
+
848
+ msgid "Icons hover color"
849
+ msgstr "Colore icone puntatore sopra"
850
+
851
+ msgid "Background hover color"
852
+ msgstr "Colore sfondo puntatore sopra"
853
+
854
+ msgid "Icons size"
855
+ msgstr "Dimensione icone"
856
+
857
+ msgid "Distance between icons"
858
+ msgstr "Distanza tra le icone"
859
+
860
+ msgid "Show overlay"
861
+ msgstr "Mostra sovrapposizione"
862
+
863
+ msgid "Overlay color"
864
+ msgstr "Colore sovrapposizione"
865
+
866
+ msgid "Overlay transparency"
867
+ msgstr "Trasparenza sovrapposizione"
868
+
869
+ msgid "Categorize images in the gallery"
870
+ msgstr "Categorizza le immagini nella galleria"
871
+
872
+ msgid "Let user switch gallery pages"
873
+ msgstr "Permetti all'utente di cambiare pagine galleria"
874
+
875
+ msgid "Save settings as preset"
876
+ msgstr "Salva impostazioni come modello"
877
+
878
+ msgid "Preset title:"
879
+ msgstr "Titolo modello:"
880
+
881
+ msgid "Delete preset"
882
+ msgstr "Cancella modello "
883
+
884
+ msgid "Are you really want to delete preset \"%s\"?"
885
+ msgstr "Sei sicuro di voler cancellare l'impostazione \"%s\"?"
886
+
887
+ msgid "Load settings from presets"
888
+ msgstr "Carica impostazioni da modello"
889
+
890
+ msgid "Select preset:"
891
+ msgstr "Seleziona modello:"
892
+
893
+ msgid "Failed to load the presets."
894
+ msgstr "Errore nel caricamento delle modello."
895
+
896
+ msgid "Currently you have no presets."
897
+ msgstr "Al momento non hai preipostazioni."
898
+
899
+ msgid "Select \"Big image\" theme"
900
+ msgstr "Seleziona tema \"Big image\" "
901
+
902
+ msgid "Select a theme"
903
+ msgstr "Seleziona un tema"
904
+
905
+ msgid "Select"
906
+ msgstr "Seleziona"
907
+
908
+ msgid "Select overlay effect"
909
+ msgstr "Seleziona effetti sovrapposizione"
910
+
911
+ msgid "This effect requires icons be enabled. Enable Icons?"
912
+ msgstr ""
913
+ "Questo effetto necessita che le icone siano abilitate. Abilitare icone? "
914
+
915
+ msgid "Select shadow preset"
916
+ msgstr "Seleziona impostazione ombra"
917
+
918
+ msgid "Select shadow"
919
+ msgstr "Seleziona ombra"
920
+
921
+ msgid "Import settings from gallery"
922
+ msgstr "Importa impostazioni dalla galleria"
923
+
924
+ msgid ""
925
+ "Here you can import settings from other galleries, but right now, you have "
926
+ "only one gallery, create more - and see how it works"
927
+ msgstr ""
928
+ "Qui puoi importare le impostazioni da altre gallerie, ma in questo momento, "
929
+ "hai avere una sola galleria, creane altre - e guarda come funziona"
930
+
931
+ msgid "Improve free version"
932
+ msgstr ""
933
+
934
+ msgid "Select icons effects"
935
+ msgstr "Seleziona effeto icone"
936
+
937
+ msgid "Click on the icon to select effect"
938
+ msgstr "Clicca sull'icona per selezionare l'effetto"
939
+
940
+ msgid "close"
941
+ msgstr ""
942
+
943
+ msgid "next"
944
+ msgstr ""
945
+
946
+ msgid "previous"
947
+ msgstr ""
948
+
949
+ msgid "start slideshow"
950
+ msgstr ""
951
+
952
+ msgid "stop slideshow"
953
+ msgstr ""
954
+
955
+ msgid "image"
956
+ msgstr ""
957
+
958
+ msgid "of"
959
+ msgstr ""
960
+
961
+ msgid "Choose source"
962
+ msgstr "Scegli fonte"
963
+
964
+ msgid "Import from WordPress Media Library"
965
+ msgstr "Importa dalla libreria media di wordpress"
966
+
967
+ msgid "Import from social networks"
968
+ msgstr "Importa da social network"
969
+
970
+ msgid "Import from your Instagram account"
971
+ msgstr "Importa dal tuo account Instagram"
972
+
973
+ msgid "Import from your Flickr account"
974
+ msgstr "Importa dal tuo account Flickr"
975
+
976
+ msgid "Import from your Tumblr account"
977
+ msgstr "Importa dal tuo account Tumblr"
978
+
979
+ msgid "Import from your Facebook account"
980
+ msgstr "Importa dal tuo account Facebook"
981
+
982
+ msgid "Import from cloud services"
983
+ msgstr ""
984
+
985
+ msgid "Import from your FTP server"
986
+ msgstr ""
987
+
988
+ msgid "Import from your Google Drive account"
989
+ msgstr ""
990
+
991
+ msgid "Get Pro to enable import"
992
+ msgstr "Ottieni PRO per abilitare l'importazione"
993
+
994
+ msgid "Properties"
995
+ msgstr "Proprietà"
996
+
997
+ msgid "Delete Image"
998
+ msgstr "Cancella immagine"
999
+
1000
+ msgid "Sort To: "
1001
+ msgstr ""
1002
+
1003
+ msgid "Sort By: "
1004
+ msgstr ""
1005
+
1006
+ msgid "Switch to the list view"
1007
+ msgstr "Passa alla visualizzazione lista"
1008
+
1009
+ msgid "Switch to the block view"
1010
+ msgstr "Passa alla visualizzazione a blocchi"
1011
+
1012
+ msgid "Apply"
1013
+ msgstr ""
1014
+
1015
+ msgid "Search"
1016
+ msgstr ""
1017
+
1018
+ msgid "The gallery is does not exists"
1019
+ msgstr "La galleria non esiste"
1020
+
1021
+ msgid "Currently this gallery has no images"
1022
+ msgstr "Al momento questa galleria non ha immagini"
1023
+
1024
+ msgid "Linked Images"
1025
+ msgstr "Immagini Collegate"
1026
+
1027
+ msgid "Instagram authorization"
1028
+ msgstr "Autorizzazione Instagram"
1029
+
1030
+ msgid "Upload your images from the Instagram Media Library"
1031
+ msgstr "Carica le tue immagini dalla Libreria di Immagini di Instagram"
1032
+
1033
+ msgid "Upload from Instagram"
1034
+ msgstr "Carica da Instagram"
1035
+
1036
+ msgid "Your message successfully send. We contact you soon."
1037
+ msgstr "Messaggio inviato con successo. Ti contatteremo presto."
1038
+
1039
+ msgid "Step-by-step Tutorial"
1040
+ msgstr "Tutorial passo passo"
1041
+
1042
+ msgid "Begin Step-by-step Tutorial"
1043
+ msgstr "Inizia il tutorial passo passo"
1044
+
1045
+ msgid "Name"
1046
+ msgstr "Nome"
1047
+
1048
+ msgid "Email"
1049
+ msgstr "Email"
1050
+
1051
+ msgid "Website"
1052
+ msgstr "Sito web"
1053
+
1054
+ msgid "Subject"
1055
+ msgstr "Oggetto"
1056
+
1057
+ msgid "Topic"
1058
+ msgstr "Argomento"
1059
+
1060
+ msgid "Plugin options"
1061
+ msgstr "Opzioni plugin"
1062
+
1063
+ msgid "Report a bug"
1064
+ msgstr "Comunica un bug"
1065
+
1066
+ msgid "Require a new functionallity"
1067
+ msgstr "Richiedi una nuova funzionalità"
1068
+
1069
+ msgid "Other"
1070
+ msgstr "Altro"
1071
+
1072
+ msgid "Message"
1073
+ msgstr "Messaggio"
1074
+
1075
+ msgid "Hello Supsystic Team!"
1076
+ msgstr "Ciao Supsystic Team!"
1077
+
1078
+ msgid ""
1079
+ "Some errors occurred while sending mail please send your message trough this "
1080
+ "contact form:"
1081
+ msgstr ""
1082
+ "C'è stato un errore durante l'invio della mail. Per favore manda il tuo "
1083
+ "messaggio attraverso questo form:"
1084
+
1085
+ msgid "Unable to save chosen photo %s: %s"
1086
+ msgstr "Impossibile salvare la foto scelta %s: %s"
1087
+
1088
+ msgid "New Folder"
1089
+ msgstr "Nuova cartella"
1090
+
1091
+ msgid "The title can't be empty"
1092
+ msgstr "Il titolo non può essere vuoto"
1093
+
1094
+ msgid "Failed to update position."
1095
+ msgstr "Errore nel modificare la posizione."
1096
+
1097
+ msgid "Position updated successfully!"
1098
+ msgstr "Posizione modificata con successo!"
1099
+
1100
+ msgid "Rename folder"
1101
+ msgstr "Rinomina cartella"
1102
+
1103
+ msgid "Folder name:"
1104
+ msgstr "Nome cartella:"
1105
+
1106
+ msgid "Add images to the gallery"
1107
+ msgstr "Aggiungi immagini alla galleria"
1108
+
1109
+ msgid "Please wait while the plugin to get the list of galleries..."
1110
+ msgstr ""
1111
+ "Per favore attendi mentre il plugin recupera la lista delle gallerie..."
1112
+
1113
+ msgid "Select the gallery:"
1114
+ msgstr "Seleziona la galleria:"
1115
+
1116
+ msgid "New folder"
1117
+ msgstr "Nuova Cartella"
1118
+
1119
+ msgid "Add images to the new gallery"
1120
+ msgstr "Aggiungi immagini alla nuova galleria"
1121
+
1122
+ msgid "Create new folder"
1123
+ msgstr "Crea nuova cartella"
1124
+
1125
+ msgid "Edit selected item"
1126
+ msgstr "Modifica elementi selezionati"
1127
+
1128
+ msgid "Delete selected items"
1129
+ msgstr "Cancella elementi selezionati"
1130
+
1131
+ msgid "Create new gallery from the selected items"
1132
+ msgstr "Crea una nuova galleria dagli elementi selezionati"
1133
+
1134
+ msgid "New gallery from selected"
1135
+ msgstr "Nuova galleria da selezionati"
1136
+
1137
+ msgid "Add the selected items to the existing gallery"
1138
+ msgstr "Aggiungi gli elementi selezionati alla galleria esistente"
1139
+
1140
+ msgid "Add selected to the gallery"
1141
+ msgstr "Aggiungi selezionati alla galleria"
1142
+
1143
+ msgid "Upload your images from the WordPress Media Library"
1144
+ msgstr "Carica le tue immagini dalla libreria di WordPress"
1145
+
1146
+ msgid "All photos"
1147
+ msgstr "Tutte le foto"
1148
+
1149
+ msgid "Drop photos here to move them from the folder"
1150
+ msgstr "Lascia cadere le foto qui per muoverle dalla cartella"
1151
+
1152
+ msgid "Next"
1153
+ msgstr "Successivo"
1154
+
1155
+ msgid "Close Tutorial"
1156
+ msgstr "Chiudi tutorial"
1157
+
1158
+ msgid "Welcome to Photo Gallery plugin by Supsystic!"
1159
+ msgstr ""
1160
+
1161
+ msgid ""
1162
+ "Thank you for choosing our Gallery plugin. Just click here to start using it "
1163
+ "- and we will show you it's possibilities and powerfull features."
1164
+ msgstr ""
1165
+
1166
+ msgid "Hello! This is the Gallery by Supsystic Overview."
1167
+ msgstr ""
1168
+
1169
+ msgid ""
1170
+ "Here you can get help: watch the video tutorial or read FAQ and "
1171
+ "Documentation, make use of contact form. Also here requirements for server - "
1172
+ "Server Settings."
1173
+ msgstr ""
1174
+ "Qui è possibile ottenere aiuto: guarda il video tutorial o leggi le FAQ e "
1175
+ "la documentazione: alternativamento puoi usare il form per contattarci. Qui "
1176
+ "visualizzi anche i requisiti server - Impostazioni server."
1177
+
1178
+ msgid "Create your first Gallery"
1179
+ msgstr ""
1180
+
1181
+ msgid ""
1182
+ "To Create New Gallery select gallery template. You can change template and "
1183
+ "settings later. Now here are four different templates. With PRO version "
1184
+ "you’ll get more features like Categories, Load More button, Post Feed "
1185
+ "(Content) gallery, Polaroid gallery and more. Enter name of the gallery and "
1186
+ "click “Save”."
1187
+ msgstr ""
1188
+ "Per creare una nuova galleria seleziona un template galleria. Puoi cambiare "
1189
+ "template e impostazioni successivamente. Ora qui ci sono quattro diversi "
1190
+ "template. Con la versione PRO otterai più caratteristiche, tipo Categorie, "
1191
+ "il pulsante Carica altri, la galleria di Post Feed, la galleria Polaroid e "
1192
+ "molto altro. Inserisci il nome della galleria e premi \"Salva\" "
1193
+
1194
+ msgid "Add images to your Gallery"
1195
+ msgstr ""
1196
+
1197
+ msgid ""
1198
+ "Now you are in the edit menu of your gallery. And the first thing you need "
1199
+ "to do are add media to the gallery. Click \"Add Images\" button."
1200
+ msgstr ""
1201
+ "Sei nel menu modifica della tua galleria. La prima cosa da fare è aggiungere "
1202
+ "immagini alla tua galleria. Premi il pulsante \"Aggiungi Immagini\""
1203
+
1204
+ msgid "Images Import Options"
1205
+ msgstr ""
1206
+
1207
+ msgid ""
1208
+ "<p>Import images in several ways:</p><p>Import from Wordpress Media Library/"
1209
+ "Upload files from your computer</p><p>Import from social networks</"
1210
+ "p><p>Instagram (in the Free version)</p><p>With PRO-version also will be "
1211
+ "available import from Flickr, Tumblr and Facebook.</p><p>Besides with "
1212
+ "Gallery PRO version you can import images from such cloud services - FTP "
1213
+ "server, Google Drive.</p>"
1214
+ msgstr ""
1215
+
1216
+ msgid "Image List"
1217
+ msgstr ""
1218
+
1219
+ msgid ""
1220
+ "<p>Now you can see your image list. Here you can:</p><p>Change the order of "
1221
+ "images – simply by dragging them manually.</p><p>Delete images.</p><p>Add "
1222
+ "new images from different sources to the grid gallery – click “Add Images” "
1223
+ "button and select the source to import from.</p><p><b>Caption tab</b> – add "
1224
+ "caption to image – it will be displayed on the caption effect of the "
1225
+ "gallery. Also here included the support of html-elements inside caption "
1226
+ "effect</p><p><b>SEO tab</b> – manage image title and description</"
1227
+ "p><p><b>Link tab</b> – attach links to image – it will go to the link when "
1228
+ "you click the image.</p><p><b>Video tab</b> – attach video url – it will be "
1229
+ "displayed in a pop-up image when you click on the image.</p><p><b>Categories "
1230
+ "tab</b> – add tags for image categories.</p><p><b>Linked images tab</b> – "
1231
+ "add linked images to the chosen image.</p><p><b>Crop tab</b> – choose image "
1232
+ "crop position.</p><p><b>Replace image tab</b> – replace image without losing "
1233
+ "image settings.</p><p>Now follow to the gallery settings – сlick "
1234
+ "“Properties” button.</p>"
1235
+ msgstr ""
1236
+
1237
+ msgid "Preview of Gallery settings"
1238
+ msgstr ""
1239
+
1240
+ msgid ""
1241
+ "At the left side of the monitor you see a preview image in which will be "
1242
+ "seen changes made to the settings. This window for the settings of your "
1243
+ "gallery."
1244
+ msgstr ""
1245
+
1246
+ msgid "Main Settings"
1247
+ msgstr ""
1248
+
1249
+ msgid ""
1250
+ "<p>Here you can set main settings of gallery - choose Gallery Type, for more "
1251
+ "information check this <a href=\"//supsystic.com/gallery-order-types/\" "
1252
+ "target=\"_blank\">article</a>.</p><p>Social Sharing: add social share "
1253
+ "buttons to your gallery. Or showcase images in a Horizontal Scroll view.</"
1254
+ "p><p>Load More: adds \"load more\" button to your gallery. And with Custom "
1255
+ "Buttons: you can make your button better.</p><p>Add to images border and "
1256
+ "shadow with Border Type and Shadow settings.</p><p>In the Pop-up Image "
1257
+ "section customize lightbox of your gallery.</p>"
1258
+ msgstr ""
1259
+
1260
+ msgid "Captions and Icons"
1261
+ msgstr ""
1262
+
1263
+ msgid ""
1264
+ "<p>On Captions tab you can manage the Captions and Icons, and make them your "
1265
+ "style.</p>"
1266
+ msgstr ""
1267
+
1268
+ msgid "Categories and Pagination"
1269
+ msgstr ""
1270
+
1271
+ msgid ""
1272
+ "<p>Categories tab: here you can enable Categories and Pagination options.</"
1273
+ "p><p>To this tab become available you need to buy PRO version."
1274
+ msgstr ""
1275
+
1276
+ msgid ""
1277
+ "<p>Posts tab: here you can add posts and pages to your gallery and also "
1278
+ "manage them. Posts of gallery included in the PRO version of Gallery by "
1279
+ "Supsystic.</p>"
1280
+ msgstr ""
1281
+
1282
+ msgid "Well done!"
1283
+ msgstr ""
1284
+
1285
+ msgid ""
1286
+ "<p><b>Upgrading</b></p><p>Once you have purchased Premium version of plugin "
1287
+ "- you’ll have to enter license key (you can find it in your personal account "
1288
+ "on our site). Go to the License tab and enter your email and license key. "
1289
+ "Once you have activated your PRO license - you can use all its advanced "
1290
+ "options.</p><p>That’s all. From this moment you can use your Gallery without "
1291
+ "any doubt. But if you still have some question - do not hesitate to contact "
1292
+ "us through our <a href=\"https://supsystic.com/contact-us/\">internal "
1293
+ "support</a> or on our <a href=\"http://supsystic.com/forum/photo-gallery-"
1294
+ "plugin/\">Supsystic Forum.</a> Besides you can always describe your "
1295
+ "questions on <a href=\"https://wordpress.org/support/plugin/gallery-by-"
1296
+ "supsystic\">WordPress Ultimate Forum.</a></p><p><b>Enjoy this plugin?</b></"
1297
+ "p><p>It will be nice if you`ll help us and boost plugin with <a href="
1298
+ "\"https://wordpress.org/support/view/plugin-reviews/gallery-by-supsystic?"
1299
+ "rate=5#postform/\">Five Stars rating on WordPress.org.</a></p><p>We hope "
1300
+ "that you like this plugin and wish you all the best! Good luck!</p>"
1301
+ msgstr ""
1302
+
1303
+ msgid "Welcome to the"
1304
+ msgstr "Benvenuto nel"
1305
+
1306
+ msgid ""
1307
+ "Photo Gallery plugin is created for people who would like to show their "
1308
+ "photos in a marvelous way. Perform your best ideas, making delightful "
1309
+ "presentations or galleries from videos and photos."
1310
+ msgstr ""
1311
+ "Photo Gallery plugin è stato creato per le persone che vorrebbero mostrare "
1312
+ "le loro foto in modo meraviglioso. Date forma alle vostre idee, create "
1313
+ "fantastiche presentazioni o deliziose gallerie da video e foto."
1314
+
1315
+ msgid "Step-by-step tutorial"
1316
+ msgstr "Tutorial passo passo"
1317
+
1318
+ msgid ""
1319
+ "There’re really many options of photo gallery plugin customization. So as "
1320
+ "soon as you close that page, I’ll show you step-by-step tutorial of how to "
1321
+ "use plugin. Hope it will be usefull for you :)"
1322
+ msgstr ""
1323
+ "Ci sono davvero molte opzioni di personalizzazione per il plugin Photo "
1324
+ "Gallery. Quindi, non appena chiuderai questa pagina, ti mostrerò il tutorial "
1325
+ "passo passo su come usare il plugin. Spero che lo troverai utile :)"
1326
+
1327
+ msgid "Support"
1328
+ msgstr "Supporto"
1329
+
1330
+ msgid ""
1331
+ "We love our plugin and do the best to improve all features you want and fix "
1332
+ "all issues. But sometimes some issues happened or you can’t find feature you "
1333
+ "want :) Don’t worry, just <a href=\"//supsystic.com/plugins/photo-gallery?"
1334
+ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact"
1335
+ "\" target=\"_blank\"> contact us </a> . We’ll answer in an hour and fix all "
1336
+ "issues."
1337
+ msgstr ""
1338
+ "Amiamo il nostro plugin e facciamo del nostro meglio per migliorare tutte le "
1339
+ "caratteristiche che vorresti e risolvere tutti i problemi. Ma a volte alcuni "
1340
+ "problemi capitano o non trovi la funzione che desideri :) Non ti "
1341
+ "preoccupare, basta <a href=\"//supsystic.com/plugins/photo-gallery?"
1342
+ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact"
1343
+ "\" target=\"_blank\"> contattarci</a>. Vi risponderemo in un'ora e "
1344
+ "risolveremo tutti i problemi."
1345
+
1346
+ msgid "Video Tutorial"
1347
+ msgstr "Video tutorial"
1348
+
1349
+ msgid "Frequently Asked Questions"
1350
+ msgstr "Domande Frequenti"
1351
+
1352
+ msgid ""
1353
+ "Gallery doesn’t load on the front end. If the loading gallery icon just "
1354
+ "keeps playing but never loads the gallery."
1355
+ msgstr ""
1356
+
1357
+ msgid "How to change the position of photos in gallery?"
1358
+ msgstr ""
1359
+
1360
+ msgid "How to insert gallery into widget?"
1361
+ msgstr ""
1362
+
1363
+ msgid "Go to Appearance -> Widgets."
1364
+ msgstr ""
1365
+
1366
+ msgid ""
1367
+ "You’ll see Gallery by Supsystic Widget on the left. Drag it to the area, "
1368
+ "where you want it to appear."
1369
+ msgstr ""
1370
+
1371
+ msgid "Then choose what gallery you want to display. And press save."
1372
+ msgstr ""
1373
+
1374
+ msgid "Check all other FAQs"
1375
+ msgstr ""
1376
+
1377
+ msgid "Roles"
1378
+ msgstr "Ruoli"
1379
+
1380
+ msgid "PRO option"
1381
+ msgstr "Opzioni PRO"
1382
+
1383
+ msgid "Edit image"
1384
+ msgstr "Modifica immagine"
1385
+
1386
+ msgid "SEO"
1387
+ msgstr "SEO"
1388
+
1389
+ msgid "Alternative text"
1390
+ msgstr "Testo alternativo"
1391
+
1392
+ msgid "External link"
1393
+ msgstr "Collegamento esterno"
1394
+
1395
+ msgid "Available in PRO version."
1396
+ msgstr "Disponibile nella versione PRO."
1397
+
1398
+ msgid "Link"
1399
+ msgstr "Collegamento"
1400
+
1401
+ msgid "Open in new window"
1402
+ msgstr "Apri in nuova finestra"
1403
+
1404
+ msgid "Embeded video"
1405
+ msgstr "Video incorporato"
1406
+
1407
+ msgid "Video URL"
1408
+ msgstr "Video URL"
1409
+
1410
+ msgid ""
1411
+ "Supports Youtube and Vimeo. URL will be converted to embed automatically."
1412
+ msgstr "Supporta Youtube e Vimeo. L'URL sarà incorporato automaticamente."
1413
+
1414
+ msgid "Image"
1415
+ msgstr "Immagine"
1416
+
1417
+ msgid "Date"
1418
+ msgstr "Data"
1419
+
1420
+ msgid "Select %s"
1421
+ msgstr "Seleziona %s"
1422
+
1423
+ msgid "photo"
1424
+ msgstr "Foto"
1425
+
1426
+ msgid "photos"
1427
+ msgstr "Foto"
1428
+
1429
+ msgid "Caption effect"
1430
+ msgstr "Effetto sottotitolo"
1431
+
1432
+ msgid "Video"
1433
+ msgstr "Video"
1434
+
1435
+ msgid "Linked images"
1436
+ msgstr "Immagini collegate"
1437
+
1438
+ msgid "Crop"
1439
+ msgstr ""
1440
+
1441
+ msgid "Replace image"
1442
+ msgstr ""
1443
+
1444
+ msgid "http://example.com/"
1445
+ msgstr "http://example.com/"
1446
+
1447
+ msgid "Add nofollow attribute"
1448
+ msgstr ""
1449
+
1450
+ msgid "Choose images"
1451
+ msgstr "Scegli immagini"
1452
+
1453
+ #~ msgid "Show caption"
1454
+ #~ msgstr "Mostra didascalia"
1455
+
1456
+ #~ msgid "Hello! This is the Gallery by Supsystic. "
1457
+ #~ msgstr "Ciao! Questa è la Galleria creata da Supsystic."
1458
+
1459
+ #~ msgid "First Step"
1460
+ #~ msgstr "Primo passo"
1461
+
1462
+ #~ msgid "Second Step"
1463
+ #~ msgstr "Secondo passo (1/2)"
1464
+
1465
+ #~ msgid "Second Step-2"
1466
+ #~ msgstr "Secondo passo (2/2)"
1467
+
1468
+ #~ msgid ""
1469
+ #~ "<p>Import images in several ways:</p><p>Import from Wordpress Media "
1470
+ #~ "Library/Upload files from your computer</p><p>Import from social "
1471
+ #~ "networks</p><p>Instagram (in the Free version)</p><p>With PRO-version "
1472
+ #~ "also will be available import from Flickr, Tumblr and Facebook.</p>"
1473
+ #~ msgstr ""
1474
+ #~ "<P>Puoi Importare immagini in diversi modi: </p><p> Importa dalla "
1475
+ #~ "libreria Wordpress / Carica file dal computer</p><p>Importa da social "
1476
+ #~ "network</p><p>Instagram (nella versione Free)</p><p>Con la versione PRO "
1477
+ #~ "sarà disponibile anche l'importazione da Flickr, Tumblr e Facebook. </ p>"
1478
+
1479
+ #~ msgid "Third Step"
1480
+ #~ msgstr "Terzo passo"
1481
+
1482
+ #~ msgid ""
1483
+ #~ "<p>Now you can see your image list. Here you can:</p><p>Change the order "
1484
+ #~ "of images – simply by dragging them manually.</p><p>Delete images</"
1485
+ #~ "p><p>Add new images from different sources to the grid gallery – click "
1486
+ #~ "“Add Images” button and select the source to import from.</"
1487
+ #~ "p><p><b>Caption tab</b> – add caption to image – it will be displayed on "
1488
+ #~ "the caption effect of the gallery. Also here included the support of html-"
1489
+ #~ "elements inside caption effect</p><p><b>SEO tab</b> – manage image title "
1490
+ #~ "and description</p><p><b>Link tab</b> – attach links to image – it will "
1491
+ #~ "go to the link when you click the image.</p><p><b>Video tab</b> – attach "
1492
+ #~ "video url – it will be displayed in a pop-up image when you click on the "
1493
+ #~ "image.</p><p><b>Categories tab</b> – add tags for image categories.</"
1494
+ #~ "p><p>Now follow to the gallery settings – сlick “Properties” button.</p>"
1495
+ #~ msgstr ""
1496
+ #~ "<p>Ora puoi vedere la tua lista di immagini. Qui puoi:</p><p>Cambiare "
1497
+ #~ "l'ordine delle immagini – Semplicemente trascinandole.</p><p>Cancellare "
1498
+ #~ "immagini</p><p>Aggiungere nuove immagini da diverse fonti – premi "
1499
+ #~ "“Aggiungi Immagini” e seleziona la fonte da cui importarle.</"
1500
+ #~ "p><p><b>Scheda didscalie</b> – Aggiungi didascalia a immagine – sarà "
1501
+ #~ "mostrata con l'effetto didascalia della galleria. Puoi inserire anche "
1502
+ #~ "elementi html-dentro la didascalia</p><p><b>Scheda SEO</b> – Gestisci "
1503
+ #~ "titoli e descrizioni delle immagini</p><p><b>Scheda collegamenti</b> – "
1504
+ #~ "aggiungi collegamenti all'immagine – si aprirà il link quando premi "
1505
+ #~ "l'immagine.</p><p><b>Scheda Video</b> – Collega url del video – Sara "
1506
+ #~ "mostrato in una finestra popup quando si clicca l'immagine.</"
1507
+ #~ "p><p><b>Scheda Categorie</b> – Aggiungi tags per le categorie di immagini."
1508
+ #~ "</p><p>Ora procedi verso Impostazioni galleria – premi il pulsante "
1509
+ #~ "“Proprietà”.</p>"
1510
+
1511
+ #~ msgid "Fourth Step"
1512
+ #~ msgstr "Quarto passo (1/2)"
1513
+
1514
+ #~ msgid ""
1515
+ #~ "Gallery Properties: At the left side of the monitor you see a preview "
1516
+ #~ "image in which will be seen changes made to the settings. This window for "
1517
+ #~ "the settings of your gallery."
1518
+ #~ msgstr ""
1519
+ #~ "Proprietà Galleria: Sul lato sinistro del monitor si vede un'immagine di "
1520
+ #~ "anteprima in cui si vedranno le modifiche apportate alle impostazioni. "
1521
+ #~ "Usa questa finestra per selezionare le impostazioni della tua galleria."
1522
+
1523
+ #~ msgid "Fourth Step-1"
1524
+ #~ msgstr "Quarto passo (2/2)"
1525
+
1526
+ #~ msgid ""
1527
+ #~ "<p>Gallery Type: sets the look of your gallery for more information check "
1528
+ #~ "this article. If you were chosen fixed column you'll see new tab where "
1529
+ #~ "you can make a Number of Columns for your gallery.</p><p>Load More: adds "
1530
+ #~ "a button to the page. And with Custom Buttons: you can make your button "
1531
+ #~ "better.</p><p>Add to images border with Border Type and add shadow with "
1532
+ #~ "Shadow.</p><p>Big image appear settings set in the Pop-up Image section.</"
1533
+ #~ "p>"
1534
+ #~ msgstr ""
1535
+ #~ "<P>Tipo Galleria: imposta l'aspetto della tua galleria, per ulteriori "
1536
+ #~ "informazioni consulta questo articolo. Se avete selezionato colonna fissa "
1537
+ #~ "vedrete una nuova scheda dove è possibile scegliere il numero di colonne "
1538
+ #~ "per la vostra galleria </p><p>Carica altri: aggiunge un pulsante alla "
1539
+ #~ "pagina. Con Pulsanti Personalizzati è possibile rendere il pulsante "
1540
+ #~ "migliore</p><p>Aggiungi i bordi alle immagini con Tipo Bordi e le ombre "
1541
+ #~ "con Ombre</p><p>Grande immagine appare come impostazione definite "
1542
+ #~ "nell'immagine popup.</p>"
1543
+
1544
+ #~ msgid "Five Step"
1545
+ #~ msgstr "Quinto passo"
1546
+
1547
+ #~ msgid ""
1548
+ #~ "<p>Captions: In this tab you can manage the captions and make them your "
1549
+ #~ "style.</p>"
1550
+ #~ msgstr ""
1551
+ #~ "<P>Didascalie: In questa scheda puoi gestire le didascalie e crearle nel "
1552
+ #~ "tuo stile</p>."
1553
+
1554
+ #~ msgid "Six Step"
1555
+ #~ msgstr "Sesto passo"
1556
+
1557
+ #~ msgid ""
1558
+ #~ "<p>Categories: Сategories option includes such capabilities:</p><p>Hide "
1559
+ #~ "\"all\" category</p><p>Enable shuffling animation of images. (If you "
1560
+ #~ "enable posts layout on the Posts tab – this feature will not be "
1561
+ #~ "available).</p><p>Set the duration of animation.</p><p>Define the "
1562
+ #~ "position of categories – over or under the gallery.</p><p>Determine the "
1563
+ #~ "alignment of categories.</p><p>Set Categories order</p><p>To this tab "
1564
+ #~ "become available you need to buy pro-version."
1565
+ #~ msgstr ""
1566
+ #~ "<P> Categorie: l'opzione Сategorie include le seguenti funzionalità: </ "
1567
+ #~ "p> <p> Nascondi \"tutta\" la categoria </ p> <p> Attiva animazione "
1568
+ #~ "casuale delle immagini. (Se si attiva Posts Layout nella scheda Post - "
1569
+ #~ "questa funzione non sarà disponibile) </ p> <p> Imposta la durata "
1570
+ #~ "dell'animazione </ p> <p> Definire la posizione delle categorie - Sopra o "
1571
+ #~ "sotto la galleria.</p><p>Determinare l'allineamento delle categorie.</"
1572
+ #~ "p><p>Imposta l'ordine delle categorie </p><p>Per rendere disponibile "
1573
+ #~ "questa scheda è necessario comprare la versione PRO"
1574
+
1575
+ #~ msgid "Seven Step"
1576
+ #~ msgstr "Settimo passo"
1577
+
1578
+ #~ msgid ""
1579
+ #~ "<p>Posts: Here you can add posts and pages to your gallery and also "
1580
+ #~ "manage them. Posts of gallery included in the PRO version of Gallery by "
1581
+ #~ "Supsystic.</p>"
1582
+ #~ msgstr ""
1583
+ #~ "<P> Posts: è possibile aggiungere qui i posts e le pagine alla tua "
1584
+ #~ "galleria e gestirli. I posts di galleria sono inclusi nella versione PRO "
1585
+ #~ "di Gallery creata da Supsystic. </ P>"
1586
+
1587
+ #~ msgid "How to use pagination and categories feature of gallery?"
1588
+ #~ msgstr ""
1589
+ #~ "Come usare le caratteristiche impaginazione e categorie della galleria?"
1590
+
1591
+ #~ msgid ""
1592
+ #~ "Activate “Available” radio button opposite the “Pagination” or "
1593
+ #~ "“Categories” option on the Categories tab."
1594
+ #~ msgstr ""
1595
+ #~ "Attivare il pulsante \"Disponibile\" di fronte all'opzione \"Impaginazione"
1596
+ #~ "\" o \"Categorie\" nella scheda Categorie."
1597
+
1598
+ #~ msgid "Set the number of images per page."
1599
+ #~ msgstr "Imposta il numero di immagini per pagina."
1600
+
1601
+ #~ msgid "Choose one of the default presets or create your own."
1602
+ #~ msgstr "Scegli un modello di configurazione o crea il tuo."
1603
+
1604
+ #~ msgid "After configuring the settings click “Save” button."
1605
+ #~ msgstr "Dopo aver configurato le impostazioni premi il pulsante \"Salva\""
1606
+
1607
+ #~ msgid ""
1608
+ #~ "For more information for <a href=\"//supsystic.com/pagination/\" target="
1609
+ #~ "\"_blank\">Pagination</a> and for <a href=\"//supsystic.com/categories-"
1610
+ #~ "gallery/\" target=\"_blank\">Categories</a>"
1611
+ #~ msgstr ""
1612
+ #~ "Per maggiori informazioni su <a href=\"//supsystic.com/pagination/\" "
1613
+ #~ "target=\"_blank\">Paginazione</a> e su <a href=\"//supsystic.com/"
1614
+ #~ "categories-gallery/\" target=\"_blank\">Categorie</a>"
1615
+
1616
+ #~ msgid "What is “Post Feed” Gallery"
1617
+ #~ msgstr "Cos'è la galleria \"Post feed\""
1618
+
1619
+ #~ msgid "Go to Posts tab."
1620
+ #~ msgstr "Vai alla scheda Posts"
1621
+
1622
+ #~ msgid ""
1623
+ #~ "Select “Enable” in Posts Layout dropdown list to activate the posts "
1624
+ #~ "option."
1625
+ #~ msgstr ""
1626
+ #~ "Seleziona \"abilita\" nella lista Posts Layout per attivare l'opzione "
1627
+ #~ "posts"
1628
+
1629
+ #~ msgid "Choose one of post layout styles."
1630
+ #~ msgstr "Scegli uno degli stili di post layout"
1631
+
1632
+ #~ msgid "Add pages and posts."
1633
+ #~ msgstr "Aggiungi pagine e posts"
1634
+
1635
+ #~ msgid "Choose what to show on posts layout in gallery."
1636
+ #~ msgstr "Scegli cosa mostrare nei posts layout nella galleria"
1637
+
1638
+ #~ msgid ""
1639
+ #~ "Learn more about how to do this <a href=\"//supsystic.com/plugins/photo-"
1640
+ #~ "gallery/#faq\" target=\"_blank\">here</a>."
1641
+ #~ msgstr ""
1642
+ #~ "Scopri di più su come fare questo <a href=\"//supsystic.com/plugins/photo-"
1643
+ #~ "gallery/#faq\" target=\"_blank\">qui</a>."
1644
+
1645
+ #~ msgid "All other FAQs"
1646
+ #~ msgstr "Tutte le altre FAQs"
1647
+
1648
+ #~ msgid "Let's Start!"
1649
+ #~ msgstr "Cominciamo!"
1650
+
1651
+ #~ msgid "Open in new window."
1652
+ #~ msgstr "Apri in nuova finestra."
app/langs/sgg-ja.mo ADDED
Binary file
app/langs/sgg-ja.po ADDED
@@ -0,0 +1,1850 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: \n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: ja\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
+
14
+ msgid "An error has occurred"
15
+ msgstr "エラーが発生しました"
16
+
17
+ # It's literlly "概要," but I translated it as "Home."
18
+ msgid "Overview"
19
+ msgstr "ホーム"
20
+
21
+ msgid "New Gallery"
22
+ msgstr "新規ギャラリー"
23
+
24
+ # I want to translate this as "My Galleries" (at this point, it's "Galleries."
25
+ msgid "Galleries"
26
+ msgstr "ギャラリー"
27
+
28
+ msgid "Settings"
29
+ msgstr "設定"
30
+
31
+ msgid "License"
32
+ msgstr "ライセンス"
33
+
34
+ msgid "Images"
35
+ msgstr "画像"
36
+
37
+ msgid "Instagram"
38
+ msgstr "Instagram"
39
+
40
+ msgid "Flickr"
41
+ msgstr "Flickr"
42
+
43
+ msgid "Tumblr"
44
+ msgstr "Tumblr"
45
+
46
+ msgid "Facebook"
47
+ msgstr "Facebook"
48
+
49
+ msgid "Get PRO"
50
+ msgstr "PRO を入手"
51
+
52
+ # I assume this is displayed when an image is being loaded.
53
+ msgid "Loading"
54
+ msgstr "ロード中"
55
+
56
+ msgid "Authorization code is not specified."
57
+ msgstr "承認コードが指定されていません。"
58
+
59
+ msgid "Gallery by Supsystic"
60
+ msgstr "Gallery by Supsystic"
61
+
62
+ msgid "Import images"
63
+ msgstr "画像をインポート"
64
+
65
+ msgid "Facebook authorization"
66
+ msgstr "Facebook 承認"
67
+
68
+ msgid "Upload your images from the Facebook Media Library"
69
+ msgstr "Facebook メディアライブラリーから画像をアップロード"
70
+
71
+ msgid "Login with Facebook"
72
+ msgstr "Facebook アカウントでログイン"
73
+
74
+ msgid "Return to the gallery"
75
+ msgstr "ギャラリーに戻る"
76
+
77
+ msgid "Upload new images"
78
+ msgstr "新しい画像をアップロード"
79
+
80
+ msgid "Logout"
81
+ msgstr "ログアウト"
82
+
83
+ msgid "Select/unselect all photos"
84
+ msgstr "すべての写真を選択/選択解除"
85
+
86
+ msgid ""
87
+ "Here you can specify your business pages and images will load from those pages. "
88
+ "You can set several pages, just separate ID of pages by \",\". To get the ID of "
89
+ "your page you need to switch to the wanted page, then click on \"About\" link "
90
+ "right below page cover, and at the bottom of \"About\" page you will find "
91
+ "Facebook Page ID."
92
+ msgstr ""
93
+
94
+ msgid "Save"
95
+ msgstr "保存"
96
+
97
+ msgid "Empty user data."
98
+ msgstr "ユーザーデータが空です。"
99
+
100
+ msgid "Flickr authorization"
101
+ msgstr "Flickr 承認"
102
+
103
+ msgid "Upload your images from the Flickr Media Library"
104
+ msgstr "Flickr メディアライブラリーから画像をアップロード"
105
+
106
+ msgid "Upload from Flickr"
107
+ msgstr "Flickr からアップロード"
108
+
109
+ msgid "Images not in albums"
110
+ msgstr "画像がアルバムにありません"
111
+
112
+ msgid "Albums"
113
+ msgstr "アルバム"
114
+
115
+ msgid "Fullscreen"
116
+ msgstr "全画面"
117
+
118
+ msgid "Load More Button"
119
+ msgstr "\"さらにロード\" ボタン"
120
+
121
+ msgid "Enable"
122
+ msgstr "有効にする"
123
+
124
+ msgid "Disable"
125
+ msgstr "無効にする"
126
+
127
+ # I need to know the context. I translated literally.
128
+ msgid "Load with scroll"
129
+ msgstr "スクロール付きでロード"
130
+
131
+ msgid "No"
132
+ msgstr "いいえ"
133
+
134
+ msgid "Yes"
135
+ msgstr "はい"
136
+
137
+ msgid "Load more button text"
138
+ msgstr "\"さらにロード\" ボタンのテキスト"
139
+
140
+ # I need to know the context. I assume "amount" means something like the number of bytes.
141
+ msgid "Images amount"
142
+ msgstr "画像の容量"
143
+
144
+ # I need to know the context.
145
+ msgid "Load more amount"
146
+ msgstr "さらに容量をロード"
147
+
148
+ msgid "Custom Buttons"
149
+ msgstr "カスタムボタン"
150
+
151
+ msgid "Gallery Loader"
152
+ msgstr ""
153
+
154
+ msgid "Background color"
155
+ msgstr "背景の色"
156
+
157
+ msgid "Choose Icon"
158
+ msgstr ""
159
+
160
+ msgid "Disable right click"
161
+ msgstr ""
162
+
163
+ msgid "Video size"
164
+ msgstr ""
165
+
166
+ msgid "Autoplay video"
167
+ msgstr ""
168
+
169
+ msgid "When video ends"
170
+ msgstr ""
171
+
172
+ msgid "Do nothing"
173
+ msgstr ""
174
+
175
+ msgid "Open next slide"
176
+ msgstr ""
177
+
178
+ msgid "Close popup"
179
+ msgstr ""
180
+
181
+ # I need to know the context.
182
+ msgid "Posts layout"
183
+ msgstr "投稿レイアウト"
184
+
185
+ # I need to know the context.
186
+ msgid "Posts layout style"
187
+ msgstr "投稿レイアウトのスタイル"
188
+
189
+ msgid "Posts"
190
+ msgstr "投稿"
191
+
192
+ msgid "Pages"
193
+ msgstr "ページ"
194
+
195
+ msgid "Show author"
196
+ msgstr "作成者を表示"
197
+
198
+ msgid "Show date"
199
+ msgstr "日付を表示"
200
+
201
+ msgid "Show contents"
202
+ msgstr "コンテンツを表示"
203
+
204
+ msgid "Show categories"
205
+ msgstr "カテゴリーを表示"
206
+
207
+ msgid "Hide \"All\" category"
208
+ msgstr "\"すべて\" カテゴリーを非表示"
209
+
210
+ # I don't know exactly what this is. "shuffling animation" may need to be "animation shuffle" in Japanese.
211
+ msgid "Enable shuffling animation"
212
+ msgstr "シャッフルアニメーションを有効にする"
213
+
214
+ # In Japanese, "duration" should be translated as "period" or "time" and it's usually accompanied by "seconds" or "minutes." In this case, I translated it as "the length of animation."
215
+ msgid "Animation duration"
216
+ msgstr "アニメーションの長さ"
217
+
218
+ msgid "Position"
219
+ msgstr "位置"
220
+
221
+ msgid "Over the gallery"
222
+ msgstr "ギャラリーの上"
223
+
224
+ msgid "Under the gallery"
225
+ msgstr "ギャラリーの下"
226
+
227
+ msgid "Align"
228
+ msgstr "位置合わせ"
229
+
230
+ msgid "Left"
231
+ msgstr "左"
232
+
233
+ msgid "Center"
234
+ msgstr "中央"
235
+
236
+ msgid "Right"
237
+ msgstr "右"
238
+
239
+ msgid "Presets"
240
+ msgstr "プリセット"
241
+
242
+ msgid "Choose preset"
243
+ msgstr "プリセットを選択"
244
+
245
+ msgid "Preset Editor"
246
+ msgstr "プリセットエディター"
247
+
248
+ msgid "Categories order"
249
+ msgstr "カテゴリーの順序"
250
+
251
+ msgid "All"
252
+ msgstr "すべて"
253
+
254
+ msgid "Enable pagination"
255
+ msgstr "ページ付けを有効にする"
256
+
257
+ msgid "Pagination"
258
+ msgstr "ページ付け"
259
+
260
+ msgid "Images per page"
261
+ msgstr "ページ当たりの画像数"
262
+
263
+ msgid "Buttons position"
264
+ msgstr "ボタンの位置"
265
+
266
+ # It may need to be translated as "the highest (一番上)"
267
+ msgid "Top"
268
+ msgstr "上"
269
+
270
+ # It may need to be translated as "the lowest (一番下)."
271
+ msgid "Bottom"
272
+ msgstr "下"
273
+
274
+ msgid "Container background"
275
+ msgstr "コンテナーの背景"
276
+
277
+ msgid "Hide container background."
278
+ msgstr "コンテナーの背景を非表示にします。"
279
+
280
+ msgid "Text background"
281
+ msgstr "テキストの背景"
282
+
283
+ msgid "Hide text background."
284
+ msgstr "テキストの背景を非表示にします。"
285
+
286
+ msgid "Text color"
287
+ msgstr "テキストの色"
288
+
289
+ msgid "Use color, based on my theme."
290
+ msgstr "使用しているテーマに基づいて色を使用します。"
291
+
292
+ msgid "Vertical padding"
293
+ msgstr "上下の余白"
294
+
295
+ msgid "Horizontal padding"
296
+ msgstr "左右の余白"
297
+
298
+ msgid "Font weight"
299
+ msgstr "フォントの太さ"
300
+
301
+ msgid "Font size"
302
+ msgstr "フォントのサイズ"
303
+
304
+ msgid "Border width"
305
+ msgstr "枠線の幅"
306
+
307
+ msgid "Border type"
308
+ msgstr "枠線のタイプ"
309
+
310
+ msgid "Border color"
311
+ msgstr "枠線の色"
312
+
313
+ msgid "Border radius"
314
+ msgstr "枠線の角丸"
315
+
316
+ msgid "Buttons preset editor for Paginations, Categories and Load More buttons"
317
+ msgstr ""
318
+ "\"ページ付け\"、\"カテゴリー\"、および \"さらにロード\" ボタン用のボタンプリセット"
319
+ "エディター"
320
+
321
+ msgid "Custom class"
322
+ msgstr "カスタムクラス"
323
+
324
+ msgid "Font family"
325
+ msgstr "フォントファミリー"
326
+
327
+ msgid "Border style"
328
+ msgstr "枠線のスタイル"
329
+
330
+ msgid "Choose icon"
331
+ msgstr ""
332
+
333
+ msgid "Page "
334
+ msgstr "ページ"
335
+
336
+ msgid "Activate License"
337
+ msgstr "ライセンスをアクティブ化"
338
+
339
+ msgid "Renew License"
340
+ msgstr "ライセンスを更新"
341
+
342
+ msgid "Slider by Supsystic"
343
+ msgstr "Slider by Supsystic"
344
+
345
+ # "Congratulations!" is omitted.
346
+ msgid ""
347
+ "Congratulations! You have successfully installed and activated PRO version of ' ~ "
348
+ "environment.getMenu().getMenuTitle() ~ ' plugin."
349
+ msgstr ""
350
+ "' ~ environment.getMenu().getMenuTitle() ~ ' プラグインの PRO バージョンは正常にイ"
351
+ "ンストールされ、アクティブ化されました。"
352
+
353
+ # I assume ' ~ days ~ ' will be replaced by the number of days.
354
+ msgid "Your premium support is expired in ' ~ days ~ ' days"
355
+ msgstr "ご利用のプレミアムサポートの有効期限が ' ~ days ~ ' 日後に切れます"
356
+
357
+ msgid "You will not be able to update your pro version with expired license"
358
+ msgstr "ライセンスが失効すると、PRO バージョンを更新できなくなります。"
359
+
360
+ msgid "Activate"
361
+ msgstr "アクティブ化"
362
+
363
+ # I translated literally.
364
+ msgid "Authorization oauth_verifier is not specified."
365
+ msgstr "承認 oauth_verifier が指定されていません。"
366
+
367
+ msgid "Tumblr authorization"
368
+ msgstr "Tumblr 承認"
369
+
370
+ msgid "Upload your images from the Tumblr Media Library"
371
+ msgstr "Tumblr メディアライブラリーから画像をアップロード"
372
+
373
+ msgid "Upload from Tumblr"
374
+ msgstr "Tumblr からアップロード"
375
+
376
+ msgid "FTP"
377
+ msgstr ""
378
+
379
+ msgid "Upload your images from the FTP Server"
380
+ msgstr ""
381
+
382
+ msgid "Enter images folder name, e.g. my-images"
383
+ msgstr ""
384
+
385
+ msgid "Parse"
386
+ msgstr ""
387
+
388
+ msgid "Note: images folder must be in wp-content/uploads/directory"
389
+ msgstr ""
390
+
391
+ msgid "Host"
392
+ msgstr ""
393
+
394
+ msgid "Username"
395
+ msgstr ""
396
+
397
+ msgid "Password"
398
+ msgstr ""
399
+
400
+ msgid "Port"
401
+ msgstr ""
402
+
403
+ msgid "Enter the full path to images folder"
404
+ msgstr ""
405
+
406
+ msgid "Note: you need to specify the full path to images folder"
407
+ msgstr ""
408
+
409
+ msgid "Please fill all fields"
410
+ msgstr ""
411
+
412
+ msgid "Loading text"
413
+ msgstr ""
414
+
415
+ msgid "Loading..."
416
+ msgstr ""
417
+
418
+ msgid "Open by link in popup"
419
+ msgstr ""
420
+
421
+ msgid "Gallery link"
422
+ msgstr ""
423
+
424
+ msgid "Auto posts"
425
+ msgstr ""
426
+
427
+ msgid "Number of posts"
428
+ msgstr ""
429
+
430
+ msgid "Auto Posts Categories"
431
+ msgstr ""
432
+
433
+ msgid "Select categories"
434
+ msgstr ""
435
+
436
+ msgid "Google Drive authorization"
437
+ msgstr ""
438
+
439
+ msgid "Upload your images from Google Drive CDN"
440
+ msgstr ""
441
+
442
+ msgid "Upload from Google Drive"
443
+ msgstr ""
444
+
445
+ msgid "Google Drive"
446
+ msgstr ""
447
+
448
+ msgid "New gallery successfully created"
449
+ msgstr "新規ギャラリーは正常に作成されました"
450
+
451
+ msgid "Title successfully updated"
452
+ msgstr "タイトルは正常に更新されました"
453
+
454
+ msgid "Not enough data."
455
+ msgstr "データが十分ではありません。"
456
+
457
+ msgid "Preset successfully saved."
458
+ msgstr "プリセットは正常に保存されました。"
459
+
460
+ msgid "The preset ID is not specified."
461
+ msgstr "プリセット ID が指定されていません。"
462
+
463
+ msgid "Preset successfully removed."
464
+ msgstr "プリセットは正常に削除されました。"
465
+
466
+ msgid "Failed to find the preset."
467
+ msgstr "プリセットを見つけることができませんでした。"
468
+
469
+ msgid "Preset successfully applied to the gallery."
470
+ msgstr "プリセットは正常にギャラリーに適用されました。"
471
+
472
+ # I translated this as an error message, not as a noun. If this is a noun, it's "名称未設定ギャラリー."
473
+ msgid "Unnamed gallery"
474
+ msgstr "ギャラリーの名前が設定されていません"
475
+
476
+ # I need to know what exactly "identifier" is.
477
+ msgid "The identifier of the gallery is invalid"
478
+ msgstr "ギャラリーの識別子が無効です"
479
+
480
+ msgid "Title is empty"
481
+ msgstr "タイトルが空です"
482
+
483
+ msgid "Failed to rename the gallery"
484
+ msgstr "ギャラリーの名前の変更に失敗しました。"
485
+
486
+ msgid "Invalid gallery identifier specified"
487
+ msgstr "無効なギャラリーの識別子が指定されました"
488
+
489
+ msgid "Failed to delete the gallery"
490
+ msgstr "ギャラリーの削除に失敗しました"
491
+
492
+ # I translated as "Resources do not exist."
493
+ msgid "Resources are does not exists"
494
+ msgstr "リソースは存在しません"
495
+
496
+ msgid "The identifier of the Gallery is not specified"
497
+ msgstr "ギャラリーの識別子が指定されていません"
498
+
499
+ msgid "New gallery"
500
+ msgstr "新規ギャラリー"
501
+
502
+ msgid "Add Images"
503
+ msgstr "画像を追加"
504
+
505
+ msgid "Add selected items"
506
+ msgstr "選択されている項目を追加"
507
+
508
+ msgid "Cancel"
509
+ msgstr "キャンセル"
510
+
511
+ msgid ""
512
+ "You need to import images to your gallery before you can start using galleries"
513
+ msgstr ""
514
+ "ギャラリーの使用を開始する前に、ギャラリーに画像をインポートする必要があります。"
515
+
516
+ # I translated as "current selection."
517
+ msgid "Selected"
518
+ msgstr "現在の選択"
519
+
520
+ msgid "Create new gallery"
521
+ msgstr "新規ギャラリーを作成"
522
+
523
+ msgid ""
524
+ "Choose Gallery Template.You can change template and settings on the next step."
525
+ msgstr ""
526
+ "ギャラリーテンプレートを選択します。テンプレートと設定は次のステップで変更できま"
527
+ "す。"
528
+
529
+ msgid "Gallery Name:"
530
+ msgstr "ギャラリー名:"
531
+
532
+ msgid "Choose Gallery Template."
533
+ msgstr "ギャラリーテンプレートを選択します。"
534
+
535
+ # I translated as "Remove selected items."
536
+ msgid "Remove selected"
537
+ msgstr "選択されている項目を削除"
538
+
539
+ msgid "Select/unselect all posts"
540
+ msgstr "すべての投稿を選択/選択解除"
541
+
542
+ msgid "Images list"
543
+ msgstr "画像リスト"
544
+
545
+ msgid "Preview"
546
+ msgstr "プレビュー"
547
+
548
+ msgid "Total Images: "
549
+ msgstr "合計画像数:"
550
+
551
+ msgid "There are %s photos in the gallery %s"
552
+ msgstr "ギャラリー %s には %s 枚の写真があります。"
553
+
554
+ msgid "Are you sure you want to delete this gallery?"
555
+ msgstr "このギャラリーを削除してもよろしいですか?"
556
+
557
+ msgid "Delete gallery"
558
+ msgstr "ギャラリーを削除"
559
+
560
+ msgid "Shortcode:"
561
+ msgstr "ショートコード:"
562
+
563
+ msgid "PHPCode:"
564
+ msgstr "PHP コード:"
565
+
566
+ msgid "You have no galleries"
567
+ msgstr ""
568
+
569
+ msgid "You don't have any galleries yet."
570
+ msgstr "ギャラリーはまだありません。"
571
+
572
+ msgid "Want to create one right now?"
573
+ msgstr "いますぐ作成しますか?"
574
+
575
+ msgid "What is a gallery"
576
+ msgstr "ギャラリーとは"
577
+
578
+ msgid ""
579
+ "<strong>Gallery</strong> &mdash; the highest type of entity in the Gallery by "
580
+ "Supsystic."
581
+ msgstr ""
582
+ "<strong>ギャラリー</strong> &mdash; Gallery by Supsystic の最上位のエンティティタ"
583
+ "イプです。"
584
+
585
+ msgid ""
586
+ "You can have an unlimited number of galleries, to which you can attach the "
587
+ "preloaded pictures."
588
+ msgstr ""
589
+ "作成できるギャラリーの数に制限はなく、ギャラリーにはロード済みの画像を貼ることがで"
590
+ "きます。"
591
+
592
+ msgid ""
593
+ "Each gallery has a number of display settings and behaviors that you can save to "
594
+ "presets and apply to other galleries."
595
+ msgstr ""
596
+ "ギャラリーにはさまざまな表示設定と動作を個別に設定でき、また、プリセットに保存した"
597
+ "り他のギャラリーに適用したりできます。"
598
+
599
+ msgid "Gallery title can't be empty!"
600
+ msgstr "ギャラリーのタイトルを空にすることはできません!"
601
+
602
+ msgid "Gallery title:"
603
+ msgstr "ギャラリータイトル:"
604
+
605
+ msgid "Select source to import from"
606
+ msgstr "インポート元のソースを選択"
607
+
608
+ msgid "Back to the gallery"
609
+ msgstr "ギャラリーに戻る"
610
+
611
+ msgid "Main"
612
+ msgstr "メイン"
613
+
614
+ msgid "Captions"
615
+ msgstr "キャプション"
616
+
617
+ msgid "Categories"
618
+ msgstr "カテゴリー"
619
+
620
+ msgid "Add images"
621
+ msgstr "画像を追加"
622
+
623
+ msgid "Import settings"
624
+ msgstr "設定をインポート"
625
+
626
+ msgid "Your changes not saved. You really want to leave without saving?"
627
+ msgstr "変更が保存されていません。保存せずに移動してもよろしいですか?"
628
+
629
+ msgid "Gallery Type"
630
+ msgstr "ギャラリーのタイプ"
631
+
632
+ msgid "Number of Columns"
633
+ msgstr "列数"
634
+
635
+ msgid "Responsive columns"
636
+ msgstr "レスポンシブ列"
637
+
638
+ msgid "Gallery Position"
639
+ msgstr ""
640
+
641
+ # I translated as "distance between images."
642
+ msgid "Images distance"
643
+ msgstr "画像間の距離"
644
+
645
+ msgid "Gallery width"
646
+ msgstr "ギャラリーの幅"
647
+
648
+ msgid "Full screen width"
649
+ msgstr ""
650
+
651
+ msgid "Gallery padding"
652
+ msgstr "ギャラリーの余白"
653
+
654
+ msgid "Gallery height"
655
+ msgstr "ギャラリーの高さ"
656
+
657
+ msgid "Image width"
658
+ msgstr "画像の幅"
659
+
660
+ msgid "Image height"
661
+ msgstr "画像の高さ"
662
+
663
+ msgid "Image radius"
664
+ msgstr "画像の角丸"
665
+
666
+ msgid "Image crop quality"
667
+ msgstr ""
668
+
669
+ msgid "Display only first image"
670
+ msgstr ""
671
+
672
+ msgid "Social Sharing"
673
+ msgstr ""
674
+
675
+ msgid "Social Buttons Project"
676
+ msgstr ""
677
+
678
+ msgid "Gallery Sharing"
679
+ msgstr ""
680
+
681
+ msgid "Image Sharing"
682
+ msgstr ""
683
+
684
+ msgid "Buttons align"
685
+ msgstr ""
686
+
687
+ msgid "Popup Image Sharing"
688
+ msgstr ""
689
+
690
+ msgid "You have no Social Sharing projects for now."
691
+ msgstr ""
692
+
693
+ msgid "Create your first project"
694
+ msgstr ""
695
+
696
+ msgid ""
697
+ "then just reload page with your Gallery settings, and you will see list with "
698
+ "available Social Projects for your Gallery."
699
+ msgstr ""
700
+
701
+ msgid "You need to install Social Share Buttons by Supsystic to use this feature."
702
+ msgstr ""
703
+
704
+ msgid "Install plugin"
705
+ msgstr ""
706
+
707
+ msgid "here."
708
+ msgstr ""
709
+
710
+ msgid "Horizontal Scroll"
711
+ msgstr ""
712
+
713
+ msgid "Scroll Bar Color"
714
+ msgstr ""
715
+
716
+ msgid "Scroll Bar Transparency"
717
+ msgstr ""
718
+
719
+ msgid "Border"
720
+ msgstr "枠線"
721
+
722
+ # I need to know the context. It's translated as "can be used."
723
+ msgid "Available"
724
+ msgstr "使用可能"
725
+
726
+ msgid "Border Type"
727
+ msgstr "枠線のタイプ"
728
+
729
+ msgid "Shadow"
730
+ msgstr "シャドウ"
731
+
732
+ msgid "Shadow preset"
733
+ msgstr "シャドウプリセット"
734
+
735
+ msgid "When mouse is over"
736
+ msgstr "ポイント時"
737
+
738
+ msgid "Off"
739
+ msgstr "オフ"
740
+
741
+ # The word order of Japanese is almost upside down, so I needed to translate as "Show mouse on the following (the following on mouse show)."
742
+ msgid "Show mouse on"
743
+ msgstr "次ではマウスを表示"
744
+
745
+ # The word order of Japanese is almost upside down, so I needed to translate as "Hide mouse on the following (the following on mouse hide)."
746
+ msgid "Hide mouse on"
747
+ msgstr "次ではマウスを非表示"
748
+
749
+ msgid "Overlay image with shadow"
750
+ msgstr "画像をシャドウでオーバーレイ"
751
+
752
+ msgid "Shadow color"
753
+ msgstr "シャドウの色"
754
+
755
+ msgid "Shadow blur"
756
+ msgstr "シャドウのぼかし"
757
+
758
+ msgid "Shadow X"
759
+ msgstr "シャドウ X 軸"
760
+
761
+ msgid "Shadow Y"
762
+ msgstr "シャドウ Y 軸"
763
+
764
+ msgid "Pop-up Image"
765
+ msgstr "ポップアップ画像"
766
+
767
+ msgid "Popup box theme"
768
+ msgstr "ポップアップボックスのテーマ"
769
+
770
+ msgid "Choose theme"
771
+ msgstr "テーマを選択"
772
+
773
+ msgid "Disable on mobile"
774
+ msgstr "モバイルでは無効にする"
775
+
776
+ msgid "Popup Image Text"
777
+ msgstr ""
778
+
779
+ msgid "Caption"
780
+ msgstr "キャプション"
781
+
782
+ msgid "Title"
783
+ msgstr ""
784
+
785
+ msgid "Alt text"
786
+ msgstr ""
787
+
788
+ msgid "Description"
789
+ msgstr "説明"
790
+
791
+ msgid "Hide Popup Captions"
792
+ msgstr "ポップアップキャプションを非表示"
793
+
794
+ msgid "Transparency"
795
+ msgstr "透明度"
796
+
797
+ msgid "Slideshow"
798
+ msgstr "スライドショー"
799
+
800
+ msgid "Slideshow speed"
801
+ msgstr "スライドショーの速度"
802
+
803
+ msgid "Slideshow pause on hover"
804
+ msgstr ""
805
+
806
+ msgid "Slideshow autostart"
807
+ msgstr "スライドショーの自動スタート"
808
+
809
+ msgid "Popup Image size"
810
+ msgstr ""
811
+
812
+ msgid "Effect"
813
+ msgstr "効果"
814
+
815
+ msgid "Choose effect"
816
+ msgstr "効果を選択"
817
+
818
+ # I don't know exactly what this is.
819
+ msgid "Personal captions"
820
+ msgstr "パーソナルキャプション"
821
+
822
+ msgid "Polaroid Style"
823
+ msgstr "ポラロイドスタイル"
824
+
825
+ msgid "Polaroid Image Animation"
826
+ msgstr "ポラロイド画像 - アニメーション"
827
+
828
+ # I was not able to find an appropriate word for "Scattering," but at least it makes sense and users know what it is.
829
+ msgid "Polaroid Image Scattering "
830
+ msgstr "ポラロイド画像 - 散乱"
831
+
832
+ msgid "Polaroid Frame Width"
833
+ msgstr ""
834
+
835
+ msgid "Text size"
836
+ msgstr "テキストのサイズ"
837
+
838
+ msgid "Text horizontal align"
839
+ msgstr "テキストの横方向の位置合わせ"
840
+
841
+ msgid "Text vertical align"
842
+ msgstr "テキストの縦方向の位置合わせ"
843
+
844
+ msgid "Hide image title tooltip"
845
+ msgstr "画像タイトルのツールチップを非表示"
846
+
847
+ msgid "Mobile - show always caption"
848
+ msgstr ""
849
+
850
+ msgid "Show icons"
851
+ msgstr "アイコンを表示"
852
+
853
+ msgid "Select effect"
854
+ msgstr "効果を選択"
855
+
856
+ msgid "Animation"
857
+ msgstr "アニメーション"
858
+
859
+ msgid "Icons color"
860
+ msgstr "アイコンの色"
861
+
862
+ msgid "Icons hover color"
863
+ msgstr "アイコンのポイント時の色"
864
+
865
+ msgid "Background hover color"
866
+ msgstr "背景のポイント時の色"
867
+
868
+ msgid "Icons size"
869
+ msgstr "アイコンのサイズ"
870
+
871
+ msgid "Distance between icons"
872
+ msgstr "アイコン間の距離"
873
+
874
+ msgid "Show overlay"
875
+ msgstr "オーバーレイを表示"
876
+
877
+ msgid "Overlay color"
878
+ msgstr "オーバーレイの色"
879
+
880
+ msgid "Overlay transparency"
881
+ msgstr "オーバーレイの透明度"
882
+
883
+ msgid "Categorize images in the gallery"
884
+ msgstr "ギャラリーの画像をカテゴリーに分類"
885
+
886
+ msgid "Let user switch gallery pages"
887
+ msgstr "ユーザーによるギャラリーページの切り替えを許可"
888
+
889
+ msgid "Save settings as preset"
890
+ msgstr "設定をプリセットとして保存"
891
+
892
+ msgid "Preset title:"
893
+ msgstr "プリセットタイトル:"
894
+
895
+ msgid "Delete preset"
896
+ msgstr "プリセットを削除"
897
+
898
+ msgid "Are you really want to delete preset \"%s\"?"
899
+ msgstr "プリセット \"%s\" を削除してもよろしいですか?"
900
+
901
+ msgid "Load settings from presets"
902
+ msgstr "プリセットから設定をロード"
903
+
904
+ msgid "Select preset:"
905
+ msgstr "プリセットを選択:"
906
+
907
+ msgid "Failed to load the presets."
908
+ msgstr "プリセットのロードに失敗しました。"
909
+
910
+ msgid "Currently you have no presets."
911
+ msgstr "プリセットは現在ありません。"
912
+
913
+ msgid "Select \"Big image\" theme"
914
+ msgstr "\"Big image\" テーマを選択"
915
+
916
+ msgid "Select a theme"
917
+ msgstr "テーマを選択"
918
+
919
+ msgid "Select"
920
+ msgstr "選択"
921
+
922
+ msgid "Select overlay effect"
923
+ msgstr "オーバーレイの効果を選択"
924
+
925
+ msgid "This effect requires icons be enabled. Enable Icons?"
926
+ msgstr ""
927
+ "この効果を使用するには、アイコンを有効にする必要があります。アイコンを有効にします"
928
+ "か?"
929
+
930
+ msgid "Select shadow preset"
931
+ msgstr "シャドウプリセットを選択"
932
+
933
+ msgid "Select shadow"
934
+ msgstr "シャドウを選択"
935
+
936
+ msgid "Import settings from gallery"
937
+ msgstr "ギャラリーから設定をインポート"
938
+
939
+ msgid ""
940
+ "Here you can import settings from other galleries, but right now, you have only "
941
+ "one gallery, create more - and see how it works"
942
+ msgstr ""
943
+ "ここでは他のギャラリーの設定をインポートできますが、ギャラリーは現在 1 つしかあり"
944
+ "ません。さらにギャラリーを作成して、どのようにインポートできるか試してみてくださ"
945
+ "い。"
946
+
947
+ msgid "Improve free version"
948
+ msgstr ""
949
+
950
+ msgid "Select icons effects"
951
+ msgstr "アイコンの効果を選択"
952
+
953
+ msgid "Click on the icon to select effect"
954
+ msgstr "アイコンをクリックして効果を選択"
955
+
956
+ msgid "close"
957
+ msgstr ""
958
+
959
+ msgid "next"
960
+ msgstr ""
961
+
962
+ msgid "previous"
963
+ msgstr ""
964
+
965
+ msgid "start slideshow"
966
+ msgstr ""
967
+
968
+ msgid "stop slideshow"
969
+ msgstr ""
970
+
971
+ msgid "image"
972
+ msgstr ""
973
+
974
+ msgid "of"
975
+ msgstr ""
976
+
977
+ # I translated as "Choose source gallery."
978
+ msgid "Choose source"
979
+ msgstr "ソースを選択"
980
+
981
+ msgid "Import from WordPress Media Library"
982
+ msgstr "WordPress メディアライブラリーからインポート"
983
+
984
+ msgid "Import from social networks"
985
+ msgstr "ソーシャルネットワークからインポート"
986
+
987
+ msgid "Import from your Instagram account"
988
+ msgstr "Instagram アカウントからインポート"
989
+
990
+ msgid "Import from your Flickr account"
991
+ msgstr "Flickr アカウントからインポート"
992
+
993
+ msgid "Import from your Tumblr account"
994
+ msgstr "Tumblr アカウントからインポート"
995
+
996
+ msgid "Import from your Facebook account"
997
+ msgstr "Facebook アカウントからインポート"
998
+
999
+ msgid "Import from cloud services"
1000
+ msgstr ""
1001
+
1002
+ msgid "Import from your FTP server"
1003
+ msgstr ""
1004
+
1005
+ msgid "Import from your Google Drive account"
1006
+ msgstr ""
1007
+
1008
+ msgid "Get Pro to enable import"
1009
+ msgstr "PRO を入手してインポートを可能にする"
1010
+
1011
+ msgid "Properties"
1012
+ msgstr "プロパティー"
1013
+
1014
+ msgid "Delete Image"
1015
+ msgstr "画像を削除"
1016
+
1017
+ msgid "Sort To: "
1018
+ msgstr ""
1019
+
1020
+ msgid "Sort By: "
1021
+ msgstr ""
1022
+
1023
+ msgid "Switch to the list view"
1024
+ msgstr "リスト表示に切り替え"
1025
+
1026
+ msgid "Switch to the block view"
1027
+ msgstr "ブロック表示に切り替え"
1028
+
1029
+ msgid "Apply"
1030
+ msgstr ""
1031
+
1032
+ msgid "Search"
1033
+ msgstr ""
1034
+
1035
+ msgid "The gallery is does not exists"
1036
+ msgstr "このギャラリーは存在しません"
1037
+
1038
+ msgid "Currently this gallery has no images"
1039
+ msgstr "このギャラリーには現在画像がありません"
1040
+
1041
+ msgid "Linked Images"
1042
+ msgstr ""
1043
+
1044
+ msgid "Instagram authorization"
1045
+ msgstr "Instagram 承認"
1046
+
1047
+ msgid "Upload your images from the Instagram Media Library"
1048
+ msgstr "Instagram メディアライブラリーから画像をアップロード"
1049
+
1050
+ msgid "Upload from Instagram"
1051
+ msgstr "Instagram からアップロード"
1052
+
1053
+ msgid "Your message successfully send. We contact you soon."
1054
+ msgstr "メッセージは正常に送信されました。折り返しご連絡いたします。"
1055
+
1056
+ msgid "Step-by-step Tutorial"
1057
+ msgstr "操作手順チュートリアル"
1058
+
1059
+ msgid "Begin Step-by-step Tutorial"
1060
+ msgstr "操作手順チュートリアルを開始"
1061
+
1062
+ msgid "Name"
1063
+ msgstr "氏名"
1064
+
1065
+ # I translated as "Email address."
1066
+ msgid "Email"
1067
+ msgstr "メールアドレス"
1068
+
1069
+ msgid "Website"
1070
+ msgstr "ウェブサイト"
1071
+
1072
+ msgid "Subject"
1073
+ msgstr "件名"
1074
+
1075
+ msgid "Topic"
1076
+ msgstr "トピック"
1077
+
1078
+ msgid "Plugin options"
1079
+ msgstr "プラグインのオプション"
1080
+
1081
+ msgid "Report a bug"
1082
+ msgstr "バグの報告"
1083
+
1084
+ msgid "Require a new functionallity"
1085
+ msgstr "新しい機能の要望"
1086
+
1087
+ msgid "Other"
1088
+ msgstr "その他"
1089
+
1090
+ msgid "Message"
1091
+ msgstr "メッセージ"
1092
+
1093
+ msgid "Hello Supsystic Team!"
1094
+ msgstr "こんにちは、Supsystic のd皆さん!"
1095
+
1096
+ msgid ""
1097
+ "Some errors occurred while sending mail please send your message trough this "
1098
+ "contact form:"
1099
+ msgstr ""
1100
+ "メールの送信中にエラーが発生しましたので、このお問い合わせフォームを使用してメッ"
1101
+ "セージをお送りください:"
1102
+
1103
+ msgid "Unable to save chosen photo %s: %s"
1104
+ msgstr "選択されている写真 %s を保存できません: %s"
1105
+
1106
+ msgid "New Folder"
1107
+ msgstr "新規フォルダー"
1108
+
1109
+ msgid "The title can't be empty"
1110
+ msgstr "タイトルを空にすることはできません"
1111
+
1112
+ msgid "Failed to update position."
1113
+ msgstr "位置の更新に失敗しました。"
1114
+
1115
+ msgid "Position updated successfully!"
1116
+ msgstr "位置は正常に更新されました!"
1117
+
1118
+ msgid "Rename folder"
1119
+ msgstr "フォルダーの名前を変更"
1120
+
1121
+ msgid "Folder name:"
1122
+ msgstr "フォルダー名:"
1123
+
1124
+ msgid "Add images to the gallery"
1125
+ msgstr "ギャラリーに画像を追加"
1126
+
1127
+ msgid "Please wait while the plugin to get the list of galleries..."
1128
+ msgstr "プラグインがギャラリーのリストを取得するまでしばらくお待ちください。"
1129
+
1130
+ msgid "Select the gallery:"
1131
+ msgstr "ギャラリーを選択:"
1132
+
1133
+ msgid "New folder"
1134
+ msgstr "新規フォルダー"
1135
+
1136
+ msgid "Add images to the new gallery"
1137
+ msgstr "新規ギャラリーに画像を追加"
1138
+
1139
+ msgid "Create new folder"
1140
+ msgstr "新規フォルダーを作成"
1141
+
1142
+ msgid "Edit selected item"
1143
+ msgstr "選択されている項目を編集"
1144
+
1145
+ msgid "Delete selected items"
1146
+ msgstr "選択されている項目を削除"
1147
+
1148
+ msgid "Create new gallery from the selected items"
1149
+ msgstr "選択されている項目から新規ギャラリーを作成"
1150
+
1151
+ # I need to know the context. Also, I translated as "New gallery from selected items."
1152
+ msgid "New gallery from selected"
1153
+ msgstr "選択されている項目から新規ギャラリー"
1154
+
1155
+ msgid "Add the selected items to the existing gallery"
1156
+ msgstr "選択されている項目を既存のギャラリーに追加"
1157
+
1158
+ # I translated as "Add selected items to the gallery."
1159
+ msgid "Add selected to the gallery"
1160
+ msgstr "選択されている項目をギャラリーに追加"
1161
+
1162
+ msgid "Upload your images from the WordPress Media Library"
1163
+ msgstr "WordPress メディアライブラリーから画像をアップロード"
1164
+
1165
+ msgid "All photos"
1166
+ msgstr "すべての写真"
1167
+
1168
+ msgid "Drop photos here to move them from the folder"
1169
+ msgstr "写真をフォルダーから移動するには、ここにドロップします。"
1170
+
1171
+ msgid "Next"
1172
+ msgstr "次へ"
1173
+
1174
+ msgid "Close Tutorial"
1175
+ msgstr "チュートリアルを閉じる"
1176
+
1177
+ msgid "Welcome to Photo Gallery plugin by Supsystic!"
1178
+ msgstr ""
1179
+
1180
+ msgid ""
1181
+ "Thank you for choosing our Gallery plugin. Just click here to start using it - "
1182
+ "and we will show you it's possibilities and powerfull features."
1183
+ msgstr ""
1184
+
1185
+ msgid "Hello! This is the Gallery by Supsystic Overview."
1186
+ msgstr ""
1187
+
1188
+ msgid ""
1189
+ "Here you can get help: watch the video tutorial or read FAQ and Documentation, "
1190
+ "make use of contact form. Also here requirements for server - Server Settings."
1191
+ msgstr ""
1192
+ "ここでは、動画チュートリアル、FAQ、ニュース記事からプラグインに関する情報を入手で"
1193
+ "き、また、お問い合わせフォームを使用して Supsystic にご質問やご要望を送ることもで"
1194
+ "きます。\"サーバー設定\" にはサーバー要件が掲載されています。"
1195
+
1196
+ msgid "Create your first Gallery"
1197
+ msgstr ""
1198
+
1199
+ msgid ""
1200
+ "To Create New Gallery select gallery template. You can change template and "
1201
+ "settings later. Now here are four different templates. With PRO version you’ll "
1202
+ "get more features like Categories, Load More button, Post Feed (Content) gallery, "
1203
+ "Polaroid gallery and more. Enter name of the gallery and click “Save”."
1204
+ msgstr ""
1205
+
1206
+ msgid "Add images to your Gallery"
1207
+ msgstr ""
1208
+
1209
+ msgid ""
1210
+ "Now you are in the edit menu of your gallery. And the first thing you need to do "
1211
+ "are add media to the gallery. Click \"Add Images\" button."
1212
+ msgstr ""
1213
+ "ギャラリーの編集メニューが表示されます。ここでは、まずギャラリーにメディアを追加し"
1214
+ "ます。\"画像を追加\" ボタンをクリックしてください。"
1215
+
1216
+ msgid "Images Import Options"
1217
+ msgstr ""
1218
+
1219
+ msgid ""
1220
+ "<p>Import images in several ways:</p><p>Import from Wordpress Media Library/"
1221
+ "Upload files from your computer</p><p>Import from social networks</p><p>Instagram "
1222
+ "(in the Free version)</p><p>With PRO-version also will be available import from "
1223
+ "Flickr, Tumblr and Facebook.</p><p>Besides with Gallery PRO version you can "
1224
+ "import images from such cloud services - FTP server, Google Drive.</p>"
1225
+ msgstr ""
1226
+
1227
+ msgid "Image List"
1228
+ msgstr ""
1229
+
1230
+ msgid ""
1231
+ "<p>Now you can see your image list. Here you can:</p><p>Change the order of "
1232
+ "images – simply by dragging them manually.</p><p>Delete images.</p><p>Add new "
1233
+ "images from different sources to the grid gallery – click “Add Images” button and "
1234
+ "select the source to import from.</p><p><b>Caption tab</b> – add caption to image "
1235
+ "– it will be displayed on the caption effect of the gallery. Also here included "
1236
+ "the support of html-elements inside caption effect</p><p><b>SEO tab</b> – manage "
1237
+ "image title and description</p><p><b>Link tab</b> – attach links to image – it "
1238
+ "will go to the link when you click the image.</p><p><b>Video tab</b> – attach "
1239
+ "video url – it will be displayed in a pop-up image when you click on the image.</"
1240
+ "p><p><b>Categories tab</b> – add tags for image categories.</p><p><b>Linked "
1241
+ "images tab</b> – add linked images to the chosen image.</p><p><b>Crop tab</b> – "
1242
+ "choose image crop position.</p><p><b>Replace image tab</b> – replace image "
1243
+ "without losing image settings.</p><p>Now follow to the gallery settings – сlick "
1244
+ "“Properties” button.</p>"
1245
+ msgstr ""
1246
+
1247
+ msgid "Preview of Gallery settings"
1248
+ msgstr ""
1249
+
1250
+ msgid ""
1251
+ "At the left side of the monitor you see a preview image in which will be seen "
1252
+ "changes made to the settings. This window for the settings of your gallery."
1253
+ msgstr ""
1254
+
1255
+ msgid "Main Settings"
1256
+ msgstr ""
1257
+
1258
+ msgid ""
1259
+ "<p>Here you can set main settings of gallery - choose Gallery Type, for more "
1260
+ "information check this <a href=\"//supsystic.com/gallery-order-types/\" target="
1261
+ "\"_blank\">article</a>.</p><p>Social Sharing: add social share buttons to your "
1262
+ "gallery. Or showcase images in a Horizontal Scroll view.</p><p>Load More: adds "
1263
+ "\"load more\" button to your gallery. And with Custom Buttons: you can make your "
1264
+ "button better.</p><p>Add to images border and shadow with Border Type and Shadow "
1265
+ "settings.</p><p>In the Pop-up Image section customize lightbox of your gallery.</"
1266
+ "p>"
1267
+ msgstr ""
1268
+
1269
+ msgid "Captions and Icons"
1270
+ msgstr ""
1271
+
1272
+ msgid ""
1273
+ "<p>On Captions tab you can manage the Captions and Icons, and make them your "
1274
+ "style.</p>"
1275
+ msgstr ""
1276
+
1277
+ msgid "Categories and Pagination"
1278
+ msgstr ""
1279
+
1280
+ msgid ""
1281
+ "<p>Categories tab: here you can enable Categories and Pagination options.</"
1282
+ "p><p>To this tab become available you need to buy PRO version."
1283
+ msgstr ""
1284
+
1285
+ msgid ""
1286
+ "<p>Posts tab: here you can add posts and pages to your gallery and also manage "
1287
+ "them. Posts of gallery included in the PRO version of Gallery by Supsystic.</p>"
1288
+ msgstr ""
1289
+
1290
+ msgid "Well done!"
1291
+ msgstr ""
1292
+
1293
+ msgid ""
1294
+ "<p><b>Upgrading</b></p><p>Once you have purchased Premium version of plugin - "
1295
+ "you’ll have to enter license key (you can find it in your personal account on our "
1296
+ "site). Go to the License tab and enter your email and license key. Once you have "
1297
+ "activated your PRO license - you can use all its advanced options.</p><p>That’s "
1298
+ "all. From this moment you can use your Gallery without any doubt. But if you "
1299
+ "still have some question - do not hesitate to contact us through our <a href="
1300
+ "\"https://supsystic.com/contact-us/\">internal support</a> or on our <a href="
1301
+ "\"http://supsystic.com/forum/photo-gallery-plugin/\">Supsystic Forum.</a> Besides "
1302
+ "you can always describe your questions on <a href=\"https://wordpress.org/support/"
1303
+ "plugin/gallery-by-supsystic\">WordPress Ultimate Forum.</a></p><p><b>Enjoy this "
1304
+ "plugin?</b></p><p>It will be nice if you`ll help us and boost plugin with <a href="
1305
+ "\"https://wordpress.org/support/view/plugin-reviews/gallery-by-supsystic?"
1306
+ "rate=5#postform/\">Five Stars rating on WordPress.org.</a></p><p>We hope that you "
1307
+ "like this plugin and wish you all the best! Good luck!</p>"
1308
+ msgstr ""
1309
+
1310
+ # The word order of Japanese is almost upside down, so it needs to be something like "Welcome to the %s" = "%s へようこそ."
1311
+ msgid "Welcome to the"
1312
+ msgstr "ようこそ"
1313
+
1314
+ # The translation/phoneticisation of "presentation" usually means PowerPoint/OHP presentation, so I omitted it to avoid confusion.
1315
+ msgid ""
1316
+ "Photo Gallery plugin is created for people who would like to show their photos in "
1317
+ "a marvelous way. Perform your best ideas, making delightful presentations or "
1318
+ "galleries from videos and photos."
1319
+ msgstr ""
1320
+ "Photo Gallery プラグインは、写真や動画をスタイリッシュに演出したい人々のために開発"
1321
+ "されました。アイデアを最大限に発揮して、閲覧者の心に残るギャラリーを制作してくださ"
1322
+ "い。"
1323
+
1324
+ msgid "Step-by-step tutorial"
1325
+ msgstr "操作手順チュートリアル"
1326
+
1327
+ msgid ""
1328
+ "There’re really many options of photo gallery plugin customization. So as soon as "
1329
+ "you close that page, I’ll show you step-by-step tutorial of how to use plugin. "
1330
+ "Hope it will be usefull for you :)"
1331
+ msgstr ""
1332
+ "Photo Gallery プラグインにはさまざまなオプションがあります。このページを閉じると、"
1333
+ "プラグインの使い方を示す操作手順チュートリアルが表示されますので、ご活用ください。"
1334
+
1335
+ msgid "Support"
1336
+ msgstr "サポート"
1337
+
1338
+ msgid ""
1339
+ "We love our plugin and do the best to improve all features you want and fix all "
1340
+ "issues. But sometimes some issues happened or you can’t find feature you want :) "
1341
+ "Don’t worry, just <a href=\"//supsystic.com/plugins/photo-gallery?"
1342
+ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" "
1343
+ "target=\"_blank\"> contact us </a> . We’ll answer in an hour and fix all issues."
1344
+ msgstr ""
1345
+ "Supsystic は、ユーザーが要望する機能強化と問題の解決に最善を尽くしていますが、問題"
1346
+ "が発生することは避けられず、また使いたい機能が見つからないこともあります。このよう"
1347
+ "な場合は、お気軽に<a href=\"//supsystic.com/plugins/photo-gallery?"
1348
+ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" "
1349
+ "target=\"_blank\">お問い合わせ</a>ください。1 時間以内に回答し、問題を解決するよう"
1350
+ "に努めます。"
1351
+
1352
+ msgid "Video Tutorial"
1353
+ msgstr "動画チュートリアル"
1354
+
1355
+ msgid "Frequently Asked Questions"
1356
+ msgstr "よくある質問"
1357
+
1358
+ msgid ""
1359
+ "Gallery doesn’t load on the front end. If the loading gallery icon just keeps "
1360
+ "playing but never loads the gallery."
1361
+ msgstr ""
1362
+
1363
+ msgid "How to change the position of photos in gallery?"
1364
+ msgstr ""
1365
+
1366
+ msgid "How to insert gallery into widget?"
1367
+ msgstr ""
1368
+
1369
+ msgid "Go to Appearance -> Widgets."
1370
+ msgstr ""
1371
+
1372
+ msgid ""
1373
+ "You’ll see Gallery by Supsystic Widget on the left. Drag it to the area, where "
1374
+ "you want it to appear."
1375
+ msgstr ""
1376
+
1377
+ msgid "Then choose what gallery you want to display. And press save."
1378
+ msgstr ""
1379
+
1380
+ msgid "Check all other FAQs"
1381
+ msgstr ""
1382
+
1383
+ msgid "Roles"
1384
+ msgstr ""
1385
+
1386
+ msgid "PRO option"
1387
+ msgstr ""
1388
+
1389
+ msgid "Edit image"
1390
+ msgstr "画像を編集"
1391
+
1392
+ msgid "SEO"
1393
+ msgstr "SEO"
1394
+
1395
+ msgid "Alternative text"
1396
+ msgstr "代替テキスト"
1397
+
1398
+ msgid "External link"
1399
+ msgstr "外部リンク"
1400
+
1401
+ msgid "Available in PRO version."
1402
+ msgstr "PRO バージョンでは利用できます。"
1403
+
1404
+ msgid "Link"
1405
+ msgstr "リンク"
1406
+
1407
+ msgid "Open in new window"
1408
+ msgstr "別のウィンドウで開く"
1409
+
1410
+ # I translated literally ("Embedded").
1411
+ msgid "Embeded video"
1412
+ msgstr "埋め込まれている動画"
1413
+
1414
+ msgid "Video URL"
1415
+ msgstr "動画の URL"
1416
+
1417
+ msgid "Supports Youtube and Vimeo. URL will be converted to embed automatically."
1418
+ msgstr ""
1419
+ "YouTube と Vimeo をサポートしています。URL は自動的に変換されて埋め込まれます。"
1420
+
1421
+ msgid "Image"
1422
+ msgstr "画像"
1423
+
1424
+ msgid "Date"
1425
+ msgstr "日付"
1426
+
1427
+ msgid "Select %s"
1428
+ msgstr "%s を選択"
1429
+
1430
+ # If this is used after a number (e.g. 1 photo), it needs to be "枚."
1431
+ msgid "photo"
1432
+ msgstr "写真"
1433
+
1434
+ # If this is used after a number (e.g. 26 photos), it needs to be "枚."
1435
+ msgid "photos"
1436
+ msgstr "写真"
1437
+
1438
+ msgid "Caption effect"
1439
+ msgstr "キャプション効果"
1440
+
1441
+ msgid "Video"
1442
+ msgstr "動画"
1443
+
1444
+ msgid "Linked images"
1445
+ msgstr ""
1446
+
1447
+ msgid "Crop"
1448
+ msgstr ""
1449
+
1450
+ msgid "Replace image"
1451
+ msgstr ""
1452
+
1453
+ msgid "http://example.com/"
1454
+ msgstr "http://example.com/"
1455
+
1456
+ msgid "Add nofollow attribute"
1457
+ msgstr ""
1458
+
1459
+ msgid "Choose images"
1460
+ msgstr ""
1461
+
1462
+ #~ msgid "Select categories preset"
1463
+ #~ msgstr "カテゴリープリセットを選択"
1464
+
1465
+ #~ msgid "Categories preset editor"
1466
+ #~ msgstr "カテゴリープリセットエディター"
1467
+
1468
+ #~ msgid "Preset name"
1469
+ #~ msgstr "プリセット名"
1470
+
1471
+ #~ msgid "Normal"
1472
+ #~ msgstr "標準"
1473
+
1474
+ #~ msgid "Bold"
1475
+ #~ msgstr "太字"
1476
+
1477
+ #~ msgid "Select pagination preset"
1478
+ #~ msgstr "ページ付けプリセットを選択"
1479
+
1480
+ #~ msgid "Pages preset editor"
1481
+ #~ msgstr "ページプリセットエディター"
1482
+
1483
+ #~ msgid "You have not any galleries"
1484
+ #~ msgstr "ギャラリーはありません"
1485
+
1486
+ #~ msgid "Show caption"
1487
+ #~ msgstr "キャプションを表示"
1488
+
1489
+ # I translated "These are" as "Welcome to."
1490
+ #~ msgid "Hello! These are the Gallery by Supsystic. "
1491
+ #~ msgstr "こんにちは! Gallery by Supsystic へようこそ。"
1492
+
1493
+ #~ msgid "First Step"
1494
+ #~ msgstr "ステップ 1"
1495
+
1496
+ # In Japanese translation, square brakcets are used to enclose UI strings such as "Categories" and "Load More," but I used double quatation.
1497
+ #~ msgid ""
1498
+ #~ "To Create New Gallery select gallery template. You can change template and "
1499
+ #~ "settings later. Now here four different templates. With PRO version you’ll get "
1500
+ #~ "more features like Categories, Load More button, Categories, Post Feed "
1501
+ #~ "(Content) gallery, Polaroid gallery and more. Enter name of the gallery and "
1502
+ #~ "click “Save”."
1503
+ #~ msgstr ""
1504
+ #~ "新規ギャラリーを作成するには、まずギャラリーテンプレートを選択します。テンプ"
1505
+ #~ "レートと設定は後で変更できます。ここには 4 つのスタイルのテンプレートがありま"
1506
+ #~ "す。PRO バージョンでは、\"カテゴリー\"、\"さらにロード\" ボタン、\"投稿フィー"
1507
+ #~ "ド (コンテンツ)\" ギャラリー、\"ポラロイド\" ギャラリーなどの追加の機能を利用で"
1508
+ #~ "きます。ギャラリーの名前を入力して \"保存\" をクリックしてください。"
1509
+
1510
+ #~ msgid "Second Step"
1511
+ #~ msgstr "ステップ 2"
1512
+
1513
+ #~ msgid "Second Step-2"
1514
+ #~ msgstr "ステップ 2 その 2"
1515
+
1516
+ #~ msgid ""
1517
+ #~ "<p>Import images in several ways:</p><p>Import from Wordpress Media Library/"
1518
+ #~ "Upload files from your computer</p><p>Import from social networks</"
1519
+ #~ "p><p>Instagram (in the Free version)</p><p>With PRO-version also will be "
1520
+ #~ "available import from Flickr, Tumblr and Facebook.</p>"
1521
+ #~ msgstr ""
1522
+ #~ "<p>画像をインポートする方法は次のようにいくつかあります:</p><p>Wordpress メディ"
1523
+ #~ "アライブラリーからインポートする/コンピューターからファイルをアップロードする</"
1524
+ #~ "p><p>ソーシャルネットワークからインポートする</p><p>Instagram (無料バージョ"
1525
+ #~ "ン)</p><p>PRO バージョンでは Flickr、Tumblr、および Facebook からもインポートで"
1526
+ #~ "きる</p>"
1527
+
1528
+ #~ msgid "Third Step"
1529
+ #~ msgstr "ステップ 3"
1530
+
1531
+ # - I changed all the instances of "â" according to the context.
1532
+ # - I translated "it will be displayed in a pop-up image when you click on the image." as "the video will be displayed in a pop-up when you click on the image."
1533
+ # - "Now follow to the gallery settings – сlick “Properties” button." is corrupted and I think this is a feature in the PRO version, so I translated as "Now go to the gallery settings and click "œProperties"€ button" (but I don't know what "gallery settings" is).
1534
+ #~ msgid ""
1535
+ #~ "<p>Now you can see your image list. Here you can:</p><p>Change the order of "
1536
+ #~ "images – simply by dragging them manually.</p><p>Delete images</p><p>Add new "
1537
+ #~ "images from different sources to the grid gallery – click “Add Images” button "
1538
+ #~ "and select the source to import from.</p><p><b>Caption tab</b> – add caption "
1539
+ #~ "to image – it will be displayed on the caption effect of the gallery. Also "
1540
+ #~ "here included the support of html-elements inside caption effect</p><p><b>SEO "
1541
+ #~ "tab</b> – manage image title and description</p><p><b>Link tab</b> – attach "
1542
+ #~ "links to image – it will go to the link when you click the image.</"
1543
+ #~ "p><p><b>Video tab</b> – attach video url – it will be displayed in a pop-up "
1544
+ #~ "image when you click on the image.</p><p><b>Categories tab</b> – add tags for "
1545
+ #~ "image categories.</p><p>Now follow to the gallery settings – сlick "
1546
+ #~ "“Properties” button.</p>"
1547
+ #~ msgstr ""
1548
+ #~ "<p>画像リストが表示されます。ここでは、次の操作を実行できます:</p><p>画像をド"
1549
+ #~ "ラッグして画像の順序を変更する</p><p>画像を削除する</p><p>他のソースからグリッ"
1550
+ #~ "ドギャラリーに画像を追加する (\"画像を追加\" ボタンをクリックし、インポート元の"
1551
+ #~ "ソースを選択します)</p><p><b>\"キャプション\" タブ</b> - 画像にキャプションを追"
1552
+ #~ "加できます。これはギャラリーのキャプション効果に表示されます。キャプション効果"
1553
+ #~ "内で HTML 要素を使用することもできます。</p><p><b>\"SEO\" タブ</b> - 画像のタイ"
1554
+ #~ "トルと説明を管理できます。</p><p><b>\"リンク\" タブ</b> - 画像にリンクを貼るこ"
1555
+ #~ "とができます。画像をクリックすると、リンク先が表示されます。</p><p><b>\"動画\" "
1556
+ #~ "タブ</b> - 動画の URL を貼ることができます。 画像をクリックすると、動画がポップ"
1557
+ #~ "アップに表示されます。</p><p><b>\"カテゴリー\" タブ</b> - 画像のカテゴリーのタ"
1558
+ #~ "グを追加できます。</p><p>次に、ギャラリーの設定に進み、\"プロパティー\" ボタン"
1559
+ #~ "をクリックします。</p>"
1560
+
1561
+ #~ msgid "Fourth Step"
1562
+ #~ msgstr "ステップ 4"
1563
+
1564
+ # I translated "This window for the settings of your gallery." as "This window is used for the settings of your gallery."
1565
+ #~ msgid ""
1566
+ #~ "Gallery Properties: At the left side of the monitor you see a preview image in "
1567
+ #~ "which will be seen changes made to the settings. This window for the settings "
1568
+ #~ "of your gallery."
1569
+ #~ msgstr ""
1570
+ #~ "ギャラリーのプロパティー: モニターの左側にプレビュー画像が表示され、設定への変"
1571
+ #~ "更がそれに反映されます。このウィンドウは、ギャラリーの設定に使用されます。"
1572
+
1573
+ # I translated as "Second Fourth Step."
1574
+ #~ msgid "Fourth Step-1"
1575
+ #~ msgstr "ステップ 4 その 2"
1576
+
1577
+ # I translated "Big image appear settings set in the Pop-up Image section." as "Big image appearance settings are set in the Pop-up Image section."
1578
+ #~ msgid ""
1579
+ #~ "<p>Gallery Type: sets the look of your gallery for more information check this "
1580
+ #~ "article. If you were chosen fixed column you'll see new tab where you can make "
1581
+ #~ "a Number of Columns for your gallery.</p><p>Load More: adds a button to the "
1582
+ #~ "page. And with Custom Buttons: you can make your button better.</p><p>Add to "
1583
+ #~ "images border with Border Type and add shadow with Shadow.</p><p>Big image "
1584
+ #~ "appear settings set in the Pop-up Image section.</p>"
1585
+ #~ msgstr ""
1586
+ #~ "<p>\"ギャラリーのタイプ\": ギャラリーの外観を設定します。詳細については、この記"
1587
+ #~ "事を参照してください。固定列を選択した場合は、ギャラリーの \"列の数\" を設定す"
1588
+ #~ "る新しいタブが表示されます。</p><p>\"さらにロード\": ページにボタンを追加しま"
1589
+ #~ "す。\"カスタムボタン\": ボタンを好みにカスタマイズできます。</p><p>画像に枠線を"
1590
+ #~ "追加するには \"枠線のタイプ\"、シャドウを追加するには \"シャドウ\" を使用しま"
1591
+ #~ "す。</p><p>拡大画像表示は \"ポップアップ画像\" セクションで設定します。</p>"
1592
+
1593
+ #~ msgid "Five Step"
1594
+ #~ msgstr "ステップ5"
1595
+
1596
+ #~ msgid ""
1597
+ #~ "<p>Captions: In this tab you can manage the captions and make them your style."
1598
+ #~ "</p>"
1599
+ #~ msgstr ""
1600
+ #~ "<p>\"キャプション\": このタブでは、キャプションを管理したり、キャンプションを好"
1601
+ #~ "みのスタイルに設定したりできます。</p>"
1602
+
1603
+ #~ msgid "Six Step"
1604
+ #~ msgstr "ステップ 6"
1605
+
1606
+ #~ msgid ""
1607
+ #~ "<p>Categories: Сategories option includes such capabilities:</p><p>Hide \"all"
1608
+ #~ "\" category</p><p>Enable shuffling animation of images. (If you enable posts "
1609
+ #~ "layout on the Posts tab – this feature will not be available).</p><p>Set the "
1610
+ #~ "duration of animation.</p><p>Define the position of categories – over or under "
1611
+ #~ "the gallery.</p><p>Determine the alignment of categories.</p><p>Set Categories "
1612
+ #~ "order</p><p>To this tab become available you need to buy pro-version."
1613
+ #~ msgstr ""
1614
+ #~ "<p>\"カテゴリー\": \"カテゴリー\" オプションには次の機能があります:</p><p>\"す"
1615
+ #~ "べて\" カテゴリーを非表示にする</p><p>画像のシャッフルアニメーションを有効にす"
1616
+ #~ "る (\"投稿\" タブで投稿レイアウトを有効にすると、この機能は使用できません)</"
1617
+ #~ "p><p>アニメーションの長さを設定する</p><p>カテゴリーの位置をギャラリーの上また"
1618
+ #~ "は下に設定する</p><p>カテゴリーの位置合わせを設定する</p><p>カテゴリーの順序を"
1619
+ #~ "設定する</p><p>このタブを使用するには、PRO バージョンを購入する必要があります。"
1620
+
1621
+ #~ msgid "Seven Step"
1622
+ #~ msgstr "ステップ 7"
1623
+
1624
+ #~ msgid ""
1625
+ #~ "<p>Posts: Here you can add posts and pages to your gallery and also manage "
1626
+ #~ "them. Posts of gallery included in the PRO version of Gallery by Supsystic.</p>"
1627
+ #~ msgstr ""
1628
+ #~ "<p>\"投稿\": ここでは、ギャラリーに投稿やページを追加したり、それらを管理したり"
1629
+ #~ "できます。これは Gallery by Supsystic の PRO バージョンで利用できます。</p>"
1630
+
1631
+ #~ msgid "How to use pagination and categories feature of gallery?"
1632
+ #~ msgstr ""
1633
+ #~ "ギャラリーのページ付け機能とカテゴリー機能を使うには、どうすればいいでしょうか?"
1634
+
1635
+ # I assume "Pagination" is NOT on the Categories tab.
1636
+ #~ msgid ""
1637
+ #~ "Activate “Available” radio button opposite the “Pagination” or “Categories” "
1638
+ #~ "option on the Categories tab."
1639
+ #~ msgstr ""
1640
+ #~ "\"ページ付け\" または \"カテゴリー\" タブの \"カテゴリー\" オプションに対応す"
1641
+ #~ "る \"使用可能\" ラジオボタンをアクティブにします。"
1642
+
1643
+ #~ msgid "Set the number of images per page."
1644
+ #~ msgstr "ページ当たりの画像数を設定します。"
1645
+
1646
+ #~ msgid "Choose one of the default presets or create your own."
1647
+ #~ msgstr "デフォルトのプリセットを 1 つ選択するか、独自のプリセットを作成します。"
1648
+
1649
+ #~ msgid "After configuring the settings click “Save” button."
1650
+ #~ msgstr "設定が完了したら、\"保存\" ボタンをクリックします。"
1651
+
1652
+ #~ msgid ""
1653
+ #~ "For more information for <a href=\"//supsystic.com/pagination/\" target="
1654
+ #~ "\"_blank\">Pagination</a> and for <a href=\"//supsystic.com/categories-gallery/"
1655
+ #~ "\" target=\"_blank\">Categories</a>"
1656
+ #~ msgstr ""
1657
+ #~ "\"ページ付け\" については<a href=\"//supsystic.com/pagination/\" target="
1658
+ #~ "\"_blank\">ここ</a>、\"カテゴリー\" については<a href=\"//supsystic.com/"
1659
+ #~ "categories-gallery/\" target=\"_blank\">ここ</a>を参照してください。"
1660
+
1661
+ #~ msgid "What is “Post Feed” Gallery"
1662
+ #~ msgstr "\"投稿フィード\" ギャラリーとは"
1663
+
1664
+ #~ msgid "Go to Posts tab."
1665
+ #~ msgstr "\"投稿\" タブに移動します。"
1666
+
1667
+ #~ msgid ""
1668
+ #~ "Select “Enable” in Posts Layout dropdown list to activate the posts option."
1669
+ #~ msgstr ""
1670
+ #~ "\"投稿レイアウト\" ドロップダウンリストで \"有効にする\" を選択して投稿オプショ"
1671
+ #~ "ンをアクティブにします。"
1672
+
1673
+ #~ msgid "Choose one of post layout styles."
1674
+ #~ msgstr "投稿レイアウトのスタイルを 1 つ選択します。"
1675
+
1676
+ #~ msgid "Add pages and posts."
1677
+ #~ msgstr "ページと投稿を追加します。"
1678
+
1679
+ # I translated "what" as "content(s)."
1680
+ #~ msgid "Choose what to show on posts layout in gallery."
1681
+ #~ msgstr "ギャラリーの投稿レイアウトに表示するコンテンツを選択します。"
1682
+
1683
+ #~ msgid ""
1684
+ #~ "Learn more about how to do this <a href=\"//supsystic.com/plugins/photo-"
1685
+ #~ "gallery/#faq\" target=\"_blank\">here</a>."
1686
+ #~ msgstr ""
1687
+ #~ "これを行う方法については、<a href=\"//supsystic.com/plugins/photo-gallery/#faq"
1688
+ #~ "\" target=\"_blank\">ここ</a>を参照してください。"
1689
+
1690
+ #~ msgid "All other FAQs"
1691
+ #~ msgstr "その他すべての FAQ"
1692
+
1693
+ #~ msgid "Let's Start!"
1694
+ #~ msgstr "さあ始めましょう!"
1695
+
1696
+ # I translated "Lifetime" as "Retention period."
1697
+ #~ msgid "Lifetime for cached data"
1698
+ #~ msgstr "キャッシュされているデータの保持期間"
1699
+
1700
+ # I translated literally, but I need to know the context. If it's the other way around ("Only numeric values can be used in the field "%s""), then it's "フィールド "%s" では数値しか使用できません。"
1701
+ #~ msgid "The field \"%s\" available only for numeric values"
1702
+ #~ msgstr "フィールド \"%s\" は数値のみに使用できます。"
1703
+
1704
+ #~ msgid "Settings successfully updated!"
1705
+ #~ msgstr "設定は正常に更新されました!"
1706
+
1707
+ #~ msgid "Please correct following errors:"
1708
+ #~ msgstr "次のエラーを訂正してください:"
1709
+
1710
+ #~ msgid ""
1711
+ #~ "<strong>%s</strong> has its own caching system in order to significantly "
1712
+ #~ "reduce the load on the database."
1713
+ #~ msgstr ""
1714
+ #~ "データベースに対する負荷を大幅に低減するため、<strong>%s</strong> には独自の"
1715
+ #~ "キャッシュシステムがあります。"
1716
+
1717
+ #~ msgid ""
1718
+ #~ "Use this option only if all your galleries are setting correctly and you dont "
1719
+ #~ "need to change settings soon"
1720
+ #~ msgstr ""
1721
+ #~ "このオプションは、すべてのギャラリーが正しく設定され、設定をすぐに変更する必要"
1722
+ #~ "がない場合にのみ使用してください"
1723
+
1724
+ #~ msgid "Caching is not available because your uploads directory is not writable."
1725
+ #~ msgstr ""
1726
+ #~ "アップロードディレクトリーに書き込むことができないため、キャッシュを使用できま"
1727
+ #~ "せん。"
1728
+
1729
+ #~ msgid ""
1730
+ #~ "The time in seconds after which the cache will be considered obsolete. "
1731
+ #~ "Default: 86400 (24 hours)."
1732
+ #~ msgstr ""
1733
+ #~ "キャッシュが古くなり、不要であると見なされるまでの時間 (秒)。デフォルト: 86400 "
1734
+ #~ "(24 時間)。"
1735
+
1736
+ #~ msgid "Clear cache"
1737
+ #~ msgstr "キャッシュをクリア"
1738
+
1739
+ #~ msgid ""
1740
+ #~ "We don't collect statistics on you, we only collect the errors encountered "
1741
+ #~ "during use in order to improve our product."
1742
+ #~ msgstr ""
1743
+ #~ "Supsystic はユーザーに関する統計を収集しておりません。当社の製品の改善を目的と"
1744
+ #~ "して、使用中に発生したエラーのみを収集しています。"
1745
+
1746
+ #~ msgid "Open in new window."
1747
+ #~ msgstr "別のウィンドウで開きます。"
1748
+
1749
+ # I used double quatation in place of "â." Also, in Japanese translation, square brakcets are used to enclose UI strings such as "Categories" and "Load More," but I used double quatation.
1750
+ #~ msgid ""
1751
+ #~ "To Create New Gallery select gallery template. You can change template and "
1752
+ #~ "settings later. Now here four different templates. With PRO version you’ll get "
1753
+ #~ "more features like Categories, Load More button, Categories, Post Feed "
1754
+ #~ "(Content) gallery, Polaroid gallery and more. Enter name of the gallery and "
1755
+ #~ "click “Save”."
1756
+ #~ msgstr ""
1757
+ #~ "新規ギャラリーを作成するには、まずギャラリーテンプレートを選択します。テンプ"
1758
+ #~ "レートと設定は後で変更できます。ここには 4 つのスタイルのテンプレートがありま"
1759
+ #~ "す。PRO バージョンでは、\"カテゴリー\"、\"さらにロード\" ボタン、\"投稿フィー"
1760
+ #~ "ド (コンテンツ)\" ギャラリー、\"ポラロイド\" ギャラリーなどの追加の機能を利用で"
1761
+ #~ "きます。ギャラリーの名前を入力して \"保存\" をクリックしてください。"
1762
+
1763
+ # - I changed all the instances of "â" according to the context.
1764
+ # - I translated "it will be displayed in a pop-up image when you click on the image." as "the video will be displayed in a pop-up when you click on the image."
1765
+ # - "Now follow to the gallery settings – сlick “Properties” button." is corrupted and I think this is a feature in the PRO version, so I translated as "Now go to the gallery settings and click "œProperties"€ button" (but I don't know what "gallery settings" is).
1766
+ #~ msgid ""
1767
+ #~ "<p>Now you can see your image list. Here you can:</p><p>Change the order of "
1768
+ #~ "images – simply by dragging them manually.</p><p>Delete images</p><p>Add new "
1769
+ #~ "images from different sources to the grid gallery – click “Add Images” button "
1770
+ #~ "and select the source to import from.</p><p><b>Caption tab</b> – add caption "
1771
+ #~ "to image – it will be displayed on the caption effect of the gallery. Also "
1772
+ #~ "here included the support of html-elements inside caption effect</p><p><b>SEO "
1773
+ #~ "tab</b> – manage image title and description</p><p><b>Link tab</b> – attach "
1774
+ #~ "links to image – it will go to the link when you click the image.</"
1775
+ #~ "p><p><b>Video tab</b> – attach video url – it will be displayed in a pop-up "
1776
+ #~ "image when you click on the image.</p><p><b>Categories tab</b> – add tags for "
1777
+ #~ "image categories.</p><p>Now follow to the gallery settings – сlick "
1778
+ #~ "“Properties” button.</p>"
1779
+ #~ msgstr ""
1780
+ #~ "<p>画像リストが表示されます。ここでは、次の操作を実行できます:</p><p>画像をド"
1781
+ #~ "ラッグして画像の順序を変更する</p><p>画像を削除する</p><p>他のソースからグリッ"
1782
+ #~ "ドギャラリーに画像を追加する (\"画像を追加\" ボタンをクリックし、インポート元の"
1783
+ #~ "ソースを選択します)</p><p><b>\"キャプション\" タブ</b> - 画像にキャプションを追"
1784
+ #~ "加できます。これはギャラリーのキャプション効果に表示されます。キャプション効果"
1785
+ #~ "内で HTML 要素を使用することもできます。</p><p><b>\"SEO\" タブ</b> - 画像のタイ"
1786
+ #~ "トルと説明を管理できます。</p><p><b>\"リンク\" タブ</b> - 画像にリンクを貼るこ"
1787
+ #~ "とができます。画像をクリックすると、リンク先が表示されます。</p><p><b>\"動画\" "
1788
+ #~ "タブ</b> - 動画の URL を貼ることができます。 画像をクリックすると、動画がポップ"
1789
+ #~ "アップに表示されます。</p><p><b>\"カテゴリー\" タブ</b> - 画像のカテゴリーのタ"
1790
+ #~ "グを追加できます。</p><p>次に、ギャラリーの設定に進み、\"プロパティー\" ボタン"
1791
+ #~ "をクリックします。</p>"
1792
+
1793
+ #~ msgid ""
1794
+ #~ "<p>Categories: Сategories option includes such capabilities:</p><p>Hide \"all"
1795
+ #~ "\" category</p><p>Enable shuffling animation of images. (If you enable posts "
1796
+ #~ "layout on the Posts tab – this feature will not be available).</p><p>Set the "
1797
+ #~ "duration of animation.</p><p>Define the position of categories – over or under "
1798
+ #~ "the gallery.</p><p>Determine the alignment of categories.</p><p>Set Categories "
1799
+ #~ "order</p><p>To this tab become available you need to buy pro-version."
1800
+ #~ msgstr ""
1801
+ #~ "<p>\"カテゴリー\": \"カテゴリー\" オプションには次の機能があります:</p><p>\"す"
1802
+ #~ "べて\" カテゴリーを非表示にする</p><p>画像のシャッフルアニメーションを有効にす"
1803
+ #~ "る (\"投稿\" タブで投稿レイアウトを有効にすると、この機能は使用できません)</"
1804
+ #~ "p><p>アニメーションの長さを設定する</p><p>カテゴリーの位置をギャラリーの上また"
1805
+ #~ "は下に設定する</p><p>カテゴリーの位置合わせを設定する</p><p>カテゴリーの順序を"
1806
+ #~ "設定する</p><p>このタブを使用するには、PRO バージョンを購入する必要があります。"
1807
+
1808
+ #~ msgid ""
1809
+ #~ "There’re really many options of photo gallery plugin customization. So as soon "
1810
+ #~ "as you close that page, I’ll show you step-by-step tutorial of how to use "
1811
+ #~ "plugin. Hope it will be usefull for you :)"
1812
+ #~ msgstr ""
1813
+ #~ "Photo Gallery プラグインにはさまざまなオプションがあります。このページを閉じる"
1814
+ #~ "と、プラグインの使い方を示す操作手順チュートリアルが表示されますので、ご活用く"
1815
+ #~ "ださい。"
1816
+
1817
+ #~ msgid ""
1818
+ #~ "We love our plugin and do the best to improve all features you want and fix "
1819
+ #~ "all issues. But sometimes some issues happened or you can’t find feature you "
1820
+ #~ "want :) Don’t worry, just <a href=\"//supsystic.com/plugins/photo-gallery?"
1821
+ #~ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" "
1822
+ #~ "target=\"_blank\"> contact us </a> . We’ll answer in an hour and fix all "
1823
+ #~ "issues."
1824
+ #~ msgstr ""
1825
+ #~ "Supsystic は、ユーザーが要望する機能強化と問題の解決に最善を尽くしていますが、"
1826
+ #~ "問題が発生することは避けられず、また使いたい機能が見つからないこともあります。"
1827
+ #~ "このような場合は、お気軽に<a href=\"//supsystic.com/plugins/photo-gallery?"
1828
+ #~ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" "
1829
+ #~ "target=\"_blank\">お問い合わせ</a>ください。1 時間以内に回答し、問題を解決する"
1830
+ #~ "ように努めます。"
1831
+
1832
+ # I assume "Pagination" is NOT on the Categories tab.
1833
+ #~ msgid ""
1834
+ #~ "Activate “Available” radio button opposite the “Pagination” or “Categories” "
1835
+ #~ "option on the Categories tab."
1836
+ #~ msgstr ""
1837
+ #~ "\"ページ付け\" または \"カテゴリー\" タブの \"カテゴリー\" オプションに対応す"
1838
+ #~ "る \"使用可能\" ラジオボタンをアクティブにします。"
1839
+
1840
+ #~ msgid "After configuring the settings click “Save” button."
1841
+ #~ msgstr "設定が完了したら、\"保存\" ボタンをクリックします。"
1842
+
1843
+ #~ msgid "What is “Post Feed” Gallery"
1844
+ #~ msgstr "\"投稿フィード\" ギャラリーとは"
1845
+
1846
+ #~ msgid ""
1847
+ #~ "Select “Enable” in Posts Layout dropdown list to activate the posts option."
1848
+ #~ msgstr ""
1849
+ #~ "\"投稿レイアウト\" ドロップダウンリストで \"有効にする\" を選択して投稿オプショ"
1850
+ #~ "ンをアクティブにします。"
app/langs/sgg-ja_JP.mo ADDED
Binary file
app/langs/sgg-ja_JP.po ADDED
@@ -0,0 +1,1850 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: \n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: ja\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
+
14
+ msgid "An error has occurred"
15
+ msgstr "エラーが発生しました"
16
+
17
+ # It's literlly "概要," but I translated it as "Home."
18
+ msgid "Overview"
19
+ msgstr "ホーム"
20
+
21
+ msgid "New Gallery"
22
+ msgstr "新規ギャラリー"
23
+
24
+ # I want to translate this as "My Galleries" (at this point, it's "Galleries."
25
+ msgid "Galleries"
26
+ msgstr "ギャラリー"
27
+
28
+ msgid "Settings"
29
+ msgstr "設定"
30
+
31
+ msgid "License"
32
+ msgstr "ライセンス"
33
+
34
+ msgid "Images"
35
+ msgstr "画像"
36
+
37
+ msgid "Instagram"
38
+ msgstr "Instagram"
39
+
40
+ msgid "Flickr"
41
+ msgstr "Flickr"
42
+
43
+ msgid "Tumblr"
44
+ msgstr "Tumblr"
45
+
46
+ msgid "Facebook"
47
+ msgstr "Facebook"
48
+
49
+ msgid "Get PRO"
50
+ msgstr "PRO を入手"
51
+
52
+ # I assume this is displayed when an image is being loaded.
53
+ msgid "Loading"
54
+ msgstr "ロード中"
55
+
56
+ msgid "Authorization code is not specified."
57
+ msgstr "承認コードが指定されていません。"
58
+
59
+ msgid "Gallery by Supsystic"
60
+ msgstr "Gallery by Supsystic"
61
+
62
+ msgid "Import images"
63
+ msgstr "画像をインポート"
64
+
65
+ msgid "Facebook authorization"
66
+ msgstr "Facebook 承認"
67
+
68
+ msgid "Upload your images from the Facebook Media Library"
69
+ msgstr "Facebook メディアライブラリーから画像をアップロード"
70
+
71
+ msgid "Login with Facebook"
72
+ msgstr "Facebook アカウントでログイン"
73
+
74
+ msgid "Return to the gallery"
75
+ msgstr "ギャラリーに戻る"
76
+
77
+ msgid "Upload new images"
78
+ msgstr "新しい画像をアップロード"
79
+
80
+ msgid "Logout"
81
+ msgstr "ログアウト"
82
+
83
+ msgid "Select/unselect all photos"
84
+ msgstr "すべての写真を選択/選択解除"
85
+
86
+ msgid ""
87
+ "Here you can specify your business pages and images will load from those pages. "
88
+ "You can set several pages, just separate ID of pages by \",\". To get the ID of "
89
+ "your page you need to switch to the wanted page, then click on \"About\" link "
90
+ "right below page cover, and at the bottom of \"About\" page you will find "
91
+ "Facebook Page ID."
92
+ msgstr ""
93
+
94
+ msgid "Save"
95
+ msgstr "保存"
96
+
97
+ msgid "Empty user data."
98
+ msgstr "ユーザーデータが空です。"
99
+
100
+ msgid "Flickr authorization"
101
+ msgstr "Flickr 承認"
102
+
103
+ msgid "Upload your images from the Flickr Media Library"
104
+ msgstr "Flickr メディアライブラリーから画像をアップロード"
105
+
106
+ msgid "Upload from Flickr"
107
+ msgstr "Flickr からアップロード"
108
+
109
+ msgid "Images not in albums"
110
+ msgstr "画像がアルバムにありません"
111
+
112
+ msgid "Albums"
113
+ msgstr "アルバム"
114
+
115
+ msgid "Fullscreen"
116
+ msgstr "全画面"
117
+
118
+ msgid "Load More Button"
119
+ msgstr "\"さらにロード\" ボタン"
120
+
121
+ msgid "Enable"
122
+ msgstr "有効にする"
123
+
124
+ msgid "Disable"
125
+ msgstr "無効にする"
126
+
127
+ # I need to know the context. I translated literally.
128
+ msgid "Load with scroll"
129
+ msgstr "スクロール付きでロード"
130
+
131
+ msgid "No"
132
+ msgstr "いいえ"
133
+
134
+ msgid "Yes"
135
+ msgstr "はい"
136
+
137
+ msgid "Load more button text"
138
+ msgstr "\"さらにロード\" ボタンのテキスト"
139
+
140
+ # I need to know the context. I assume "amount" means something like the number of bytes.
141
+ msgid "Images amount"
142
+ msgstr "画像の容量"
143
+
144
+ # I need to know the context.
145
+ msgid "Load more amount"
146
+ msgstr "さらに容量をロード"
147
+
148
+ msgid "Custom Buttons"
149
+ msgstr "カスタムボタン"
150
+
151
+ msgid "Gallery Loader"
152
+ msgstr ""
153
+
154
+ msgid "Background color"
155
+ msgstr "背景の色"
156
+
157
+ msgid "Choose Icon"
158
+ msgstr ""
159
+
160
+ msgid "Disable right click"
161
+ msgstr ""
162
+
163
+ msgid "Video size"
164
+ msgstr ""
165
+
166
+ msgid "Autoplay video"
167
+ msgstr ""
168
+
169
+ msgid "When video ends"
170
+ msgstr ""
171
+
172
+ msgid "Do nothing"
173
+ msgstr ""
174
+
175
+ msgid "Open next slide"
176
+ msgstr ""
177
+
178
+ msgid "Close popup"
179
+ msgstr ""
180
+
181
+ # I need to know the context.
182
+ msgid "Posts layout"
183
+ msgstr "投稿レイアウト"
184
+
185
+ # I need to know the context.
186
+ msgid "Posts layout style"
187
+ msgstr "投稿レイアウトのスタイル"
188
+
189
+ msgid "Posts"
190
+ msgstr "投稿"
191
+
192
+ msgid "Pages"
193
+ msgstr "ページ"
194
+
195
+ msgid "Show author"
196
+ msgstr "作成者を表示"
197
+
198
+ msgid "Show date"
199
+ msgstr "日付を表示"
200
+
201
+ msgid "Show contents"
202
+ msgstr "コンテンツを表示"
203
+
204
+ msgid "Show categories"
205
+ msgstr "カテゴリーを表示"
206
+
207
+ msgid "Hide \"All\" category"
208
+ msgstr "\"すべて\" カテゴリーを非表示"
209
+
210
+ # I don't know exactly what this is. "shuffling animation" may need to be "animation shuffle" in Japanese.
211
+ msgid "Enable shuffling animation"
212
+ msgstr "シャッフルアニメーションを有効にする"
213
+
214
+ # In Japanese, "duration" should be translated as "period" or "time" and it's usually accompanied by "seconds" or "minutes." In this case, I translated it as "the length of animation."
215
+ msgid "Animation duration"
216
+ msgstr "アニメーションの長さ"
217
+
218
+ msgid "Position"
219
+ msgstr "位置"
220
+
221
+ msgid "Over the gallery"
222
+ msgstr "ギャラリーの上"
223
+
224
+ msgid "Under the gallery"
225
+ msgstr "ギャラリーの下"
226
+
227
+ msgid "Align"
228
+ msgstr "位置合わせ"
229
+
230
+ msgid "Left"
231
+ msgstr "左"
232
+
233
+ msgid "Center"
234
+ msgstr "中央"
235
+
236
+ msgid "Right"
237
+ msgstr "右"
238
+
239
+ msgid "Presets"
240
+ msgstr "プリセット"
241
+
242
+ msgid "Choose preset"
243
+ msgstr "プリセットを選択"
244
+
245
+ msgid "Preset Editor"
246
+ msgstr "プリセットエディター"
247
+
248
+ msgid "Categories order"
249
+ msgstr "カテゴリーの順序"
250
+
251
+ msgid "All"
252
+ msgstr "すべて"
253
+
254
+ msgid "Enable pagination"
255
+ msgstr "ページ付けを有効にする"
256
+
257
+ msgid "Pagination"
258
+ msgstr "ページ付け"
259
+
260
+ msgid "Images per page"
261
+ msgstr "ページ当たりの画像数"
262
+
263
+ msgid "Buttons position"
264
+ msgstr "ボタンの位置"
265
+
266
+ # It may need to be translated as "the highest (一番上)"
267
+ msgid "Top"
268
+ msgstr "上"
269
+
270
+ # It may need to be translated as "the lowest (一番下)."
271
+ msgid "Bottom"
272
+ msgstr "下"
273
+
274
+ msgid "Container background"
275
+ msgstr "コンテナーの背景"
276
+
277
+ msgid "Hide container background."
278
+ msgstr "コンテナーの背景を非表示にします。"
279
+
280
+ msgid "Text background"
281
+ msgstr "テキストの背景"
282
+
283
+ msgid "Hide text background."
284
+ msgstr "テキストの背景を非表示にします。"
285
+
286
+ msgid "Text color"
287
+ msgstr "テキストの色"
288
+
289
+ msgid "Use color, based on my theme."
290
+ msgstr "使用しているテーマに基づいて色を使用します。"
291
+
292
+ msgid "Vertical padding"
293
+ msgstr "上下の余白"
294
+
295
+ msgid "Horizontal padding"
296
+ msgstr "左右の余白"
297
+
298
+ msgid "Font weight"
299
+ msgstr "フォントの太さ"
300
+
301
+ msgid "Font size"
302
+ msgstr "フォントのサイズ"
303
+
304
+ msgid "Border width"
305
+ msgstr "枠線の幅"
306
+
307
+ msgid "Border type"
308
+ msgstr "枠線のタイプ"
309
+
310
+ msgid "Border color"
311
+ msgstr "枠線の色"
312
+
313
+ msgid "Border radius"
314
+ msgstr "枠線の角丸"
315
+
316
+ msgid "Buttons preset editor for Paginations, Categories and Load More buttons"
317
+ msgstr ""
318
+ "\"ページ付け\"、\"カテゴリー\"、および \"さらにロード\" ボタン用のボタンプリセット"
319
+ "エディター"
320
+
321
+ msgid "Custom class"
322
+ msgstr "カスタムクラス"
323
+
324
+ msgid "Font family"
325
+ msgstr "フォントファミリー"
326
+
327
+ msgid "Border style"
328
+ msgstr "枠線のスタイル"
329
+
330
+ msgid "Choose icon"
331
+ msgstr ""
332
+
333
+ msgid "Page "
334
+ msgstr "ページ"
335
+
336
+ msgid "Activate License"
337
+ msgstr "ライセンスをアクティブ化"
338
+
339
+ msgid "Renew License"
340
+ msgstr "ライセンスを更新"
341
+
342
+ msgid "Slider by Supsystic"
343
+ msgstr "Slider by Supsystic"
344
+
345
+ # "Congratulations!" is omitted.
346
+ msgid ""
347
+ "Congratulations! You have successfully installed and activated PRO version of ' ~ "
348
+ "environment.getMenu().getMenuTitle() ~ ' plugin."
349
+ msgstr ""
350
+ "' ~ environment.getMenu().getMenuTitle() ~ ' プラグインの PRO バージョンは正常にイ"
351
+ "ンストールされ、アクティブ化されました。"
352
+
353
+ # I assume ' ~ days ~ ' will be replaced by the number of days.
354
+ msgid "Your premium support is expired in ' ~ days ~ ' days"
355
+ msgstr "ご利用のプレミアムサポートの有効期限が ' ~ days ~ ' 日後に切れます"
356
+
357
+ msgid "You will not be able to update your pro version with expired license"
358
+ msgstr "ライセンスが失効すると、PRO バージョンを更新できなくなります。"
359
+
360
+ msgid "Activate"
361
+ msgstr "アクティブ化"
362
+
363
+ # I translated literally.
364
+ msgid "Authorization oauth_verifier is not specified."
365
+ msgstr "承認 oauth_verifier が指定されていません。"
366
+
367
+ msgid "Tumblr authorization"
368
+ msgstr "Tumblr 承認"
369
+
370
+ msgid "Upload your images from the Tumblr Media Library"
371
+ msgstr "Tumblr メディアライブラリーから画像をアップロード"
372
+
373
+ msgid "Upload from Tumblr"
374
+ msgstr "Tumblr からアップロード"
375
+
376
+ msgid "FTP"
377
+ msgstr ""
378
+
379
+ msgid "Upload your images from the FTP Server"
380
+ msgstr ""
381
+
382
+ msgid "Enter images folder name, e.g. my-images"
383
+ msgstr ""
384
+
385
+ msgid "Parse"
386
+ msgstr ""
387
+
388
+ msgid "Note: images folder must be in wp-content/uploads/directory"
389
+ msgstr ""
390
+
391
+ msgid "Host"
392
+ msgstr ""
393
+
394
+ msgid "Username"
395
+ msgstr ""
396
+
397
+ msgid "Password"
398
+ msgstr ""
399
+
400
+ msgid "Port"
401
+ msgstr ""
402
+
403
+ msgid "Enter the full path to images folder"
404
+ msgstr ""
405
+
406
+ msgid "Note: you need to specify the full path to images folder"
407
+ msgstr ""
408
+
409
+ msgid "Please fill all fields"
410
+ msgstr ""
411
+
412
+ msgid "Loading text"
413
+ msgstr ""
414
+
415
+ msgid "Loading..."
416
+ msgstr ""
417
+
418
+ msgid "Open by link in popup"
419
+ msgstr ""
420
+
421
+ msgid "Gallery link"
422
+ msgstr ""
423
+
424
+ msgid "Auto posts"
425
+ msgstr ""
426
+
427
+ msgid "Number of posts"
428
+ msgstr ""
429
+
430
+ msgid "Auto Posts Categories"
431
+ msgstr ""
432
+
433
+ msgid "Select categories"
434
+ msgstr ""
435
+
436
+ msgid "Google Drive authorization"
437
+ msgstr ""
438
+
439
+ msgid "Upload your images from Google Drive CDN"
440
+ msgstr ""
441
+
442
+ msgid "Upload from Google Drive"
443
+ msgstr ""
444
+
445
+ msgid "Google Drive"
446
+ msgstr ""
447
+
448
+ msgid "New gallery successfully created"
449
+ msgstr "新規ギャラリーは正常に作成されました"
450
+
451
+ msgid "Title successfully updated"
452
+ msgstr "タイトルは正常に更新されました"
453
+
454
+ msgid "Not enough data."
455
+ msgstr "データが十分ではありません。"
456
+
457
+ msgid "Preset successfully saved."
458
+ msgstr "プリセットは正常に保存されました。"
459
+
460
+ msgid "The preset ID is not specified."
461
+ msgstr "プリセット ID が指定されていません。"
462
+
463
+ msgid "Preset successfully removed."
464
+ msgstr "プリセットは正常に削除されました。"
465
+
466
+ msgid "Failed to find the preset."
467
+ msgstr "プリセットを見つけることができませんでした。"
468
+
469
+ msgid "Preset successfully applied to the gallery."
470
+ msgstr "プリセットは正常にギャラリーに適用されました。"
471
+
472
+ # I translated this as an error message, not as a noun. If this is a noun, it's "名称未設定ギャラリー."
473
+ msgid "Unnamed gallery"
474
+ msgstr "ギャラリーの名前が設定されていません"
475
+
476
+ # I need to know what exactly "identifier" is.
477
+ msgid "The identifier of the gallery is invalid"
478
+ msgstr "ギャラリーの識別子が無効です"
479
+
480
+ msgid "Title is empty"
481
+ msgstr "タイトルが空です"
482
+
483
+ msgid "Failed to rename the gallery"
484
+ msgstr "ギャラリーの名前の変更に失敗しました。"
485
+
486
+ msgid "Invalid gallery identifier specified"
487
+ msgstr "無効なギャラリーの識別子が指定されました"
488
+
489
+ msgid "Failed to delete the gallery"
490
+ msgstr "ギャラリーの削除に失敗しました"
491
+
492
+ # I translated as "Resources do not exist."
493
+ msgid "Resources are does not exists"
494
+ msgstr "リソースは存在しません"
495
+
496
+ msgid "The identifier of the Gallery is not specified"
497
+ msgstr "ギャラリーの識別子が指定されていません"
498
+
499
+ msgid "New gallery"
500
+ msgstr "新規ギャラリー"
501
+
502
+ msgid "Add Images"
503
+ msgstr "画像を追加"
504
+
505
+ msgid "Add selected items"
506
+ msgstr "選択されている項目を追加"
507
+
508
+ msgid "Cancel"
509
+ msgstr "キャンセル"
510
+
511
+ msgid ""
512
+ "You need to import images to your gallery before you can start using galleries"
513
+ msgstr ""
514
+ "ギャラリーの使用を開始する前に、ギャラリーに画像をインポートする必要があります。"
515
+
516
+ # I translated as "current selection."
517
+ msgid "Selected"
518
+ msgstr "現在の選択"
519
+
520
+ msgid "Create new gallery"
521
+ msgstr "新規ギャラリーを作成"
522
+
523
+ msgid ""
524
+ "Choose Gallery Template.You can change template and settings on the next step."
525
+ msgstr ""
526
+ "ギャラリーテンプレートを選択します。テンプレートと設定は次のステップで変更できま"
527
+ "す。"
528
+
529
+ msgid "Gallery Name:"
530
+ msgstr "ギャラリー名:"
531
+
532
+ msgid "Choose Gallery Template."
533
+ msgstr "ギャラリーテンプレートを選択します。"
534
+
535
+ # I translated as "Remove selected items."
536
+ msgid "Remove selected"
537
+ msgstr "選択されている項目を削除"
538
+
539
+ msgid "Select/unselect all posts"
540
+ msgstr "すべての投稿を選択/選択解除"
541
+
542
+ msgid "Images list"
543
+ msgstr "画像リスト"
544
+
545
+ msgid "Preview"
546
+ msgstr "プレビュー"
547
+
548
+ msgid "Total Images: "
549
+ msgstr "合計画像数:"
550
+
551
+ msgid "There are %s photos in the gallery %s"
552
+ msgstr "ギャラリー %s には %s 枚の写真があります。"
553
+
554
+ msgid "Are you sure you want to delete this gallery?"
555
+ msgstr "このギャラリーを削除してもよろしいですか?"
556
+
557
+ msgid "Delete gallery"
558
+ msgstr "ギャラリーを削除"
559
+
560
+ msgid "Shortcode:"
561
+ msgstr "ショートコード:"
562
+
563
+ msgid "PHPCode:"
564
+ msgstr "PHP コード:"
565
+
566
+ msgid "You have no galleries"
567
+ msgstr ""
568
+
569
+ msgid "You don't have any galleries yet."
570
+ msgstr "ギャラリーはまだありません。"
571
+
572
+ msgid "Want to create one right now?"
573
+ msgstr "いますぐ作成しますか?"
574
+
575
+ msgid "What is a gallery"
576
+ msgstr "ギャラリーとは"
577
+
578
+ msgid ""
579
+ "<strong>Gallery</strong> &mdash; the highest type of entity in the Gallery by "
580
+ "Supsystic."
581
+ msgstr ""
582
+ "<strong>ギャラリー</strong> &mdash; Gallery by Supsystic の最上位のエンティティタ"
583
+ "イプです。"
584
+
585
+ msgid ""
586
+ "You can have an unlimited number of galleries, to which you can attach the "
587
+ "preloaded pictures."
588
+ msgstr ""
589
+ "作成できるギャラリーの数に制限はなく、ギャラリーにはロード済みの画像を貼ることがで"
590
+ "きます。"
591
+
592
+ msgid ""
593
+ "Each gallery has a number of display settings and behaviors that you can save to "
594
+ "presets and apply to other galleries."
595
+ msgstr ""
596
+ "ギャラリーにはさまざまな表示設定と動作を個別に設定でき、また、プリセットに保存した"
597
+ "り他のギャラリーに適用したりできます。"
598
+
599
+ msgid "Gallery title can't be empty!"
600
+ msgstr "ギャラリーのタイトルを空にすることはできません!"
601
+
602
+ msgid "Gallery title:"
603
+ msgstr "ギャラリータイトル:"
604
+
605
+ msgid "Select source to import from"
606
+ msgstr "インポート元のソースを選択"
607
+
608
+ msgid "Back to the gallery"
609
+ msgstr "ギャラリーに戻る"
610
+
611
+ msgid "Main"
612
+ msgstr "メイン"
613
+
614
+ msgid "Captions"
615
+ msgstr "キャプション"
616
+
617
+ msgid "Categories"
618
+ msgstr "カテゴリー"
619
+
620
+ msgid "Add images"
621
+ msgstr "画像を追加"
622
+
623
+ msgid "Import settings"
624
+ msgstr "設定をインポート"
625
+
626
+ msgid "Your changes not saved. You really want to leave without saving?"
627
+ msgstr "変更が保存されていません。保存せずに移動してもよろしいですか?"
628
+
629
+ msgid "Gallery Type"
630
+ msgstr "ギャラリーのタイプ"
631
+
632
+ msgid "Number of Columns"
633
+ msgstr "列数"
634
+
635
+ msgid "Responsive columns"
636
+ msgstr "レスポンシブ列"
637
+
638
+ msgid "Gallery Position"
639
+ msgstr ""
640
+
641
+ # I translated as "distance between images."
642
+ msgid "Images distance"
643
+ msgstr "画像間の距離"
644
+
645
+ msgid "Gallery width"
646
+ msgstr "ギャラリーの幅"
647
+
648
+ msgid "Full screen width"
649
+ msgstr ""
650
+
651
+ msgid "Gallery padding"
652
+ msgstr "ギャラリーの余白"
653
+
654
+ msgid "Gallery height"
655
+ msgstr "ギャラリーの高さ"
656
+
657
+ msgid "Image width"
658
+ msgstr "画像の幅"
659
+
660
+ msgid "Image height"
661
+ msgstr "画像の高さ"
662
+
663
+ msgid "Image radius"
664
+ msgstr "画像の角丸"
665
+
666
+ msgid "Image crop quality"
667
+ msgstr ""
668
+
669
+ msgid "Display only first image"
670
+ msgstr ""
671
+
672
+ msgid "Social Sharing"
673
+ msgstr ""
674
+
675
+ msgid "Social Buttons Project"
676
+ msgstr ""
677
+
678
+ msgid "Gallery Sharing"
679
+ msgstr ""
680
+
681
+ msgid "Image Sharing"
682
+ msgstr ""
683
+
684
+ msgid "Buttons align"
685
+ msgstr ""
686
+
687
+ msgid "Popup Image Sharing"
688
+ msgstr ""
689
+
690
+ msgid "You have no Social Sharing projects for now."
691
+ msgstr ""
692
+
693
+ msgid "Create your first project"
694
+ msgstr ""
695
+
696
+ msgid ""
697
+ "then just reload page with your Gallery settings, and you will see list with "
698
+ "available Social Projects for your Gallery."
699
+ msgstr ""
700
+
701
+ msgid "You need to install Social Share Buttons by Supsystic to use this feature."
702
+ msgstr ""
703
+
704
+ msgid "Install plugin"
705
+ msgstr ""
706
+
707
+ msgid "here."
708
+ msgstr ""
709
+
710
+ msgid "Horizontal Scroll"
711
+ msgstr ""
712
+
713
+ msgid "Scroll Bar Color"
714
+ msgstr ""
715
+
716
+ msgid "Scroll Bar Transparency"
717
+ msgstr ""
718
+
719
+ msgid "Border"
720
+ msgstr "枠線"
721
+
722
+ # I need to know the context. It's translated as "can be used."
723
+ msgid "Available"
724
+ msgstr "使用可能"
725
+
726
+ msgid "Border Type"
727
+ msgstr "枠線のタイプ"
728
+
729
+ msgid "Shadow"
730
+ msgstr "シャドウ"
731
+
732
+ msgid "Shadow preset"
733
+ msgstr "シャドウプリセット"
734
+
735
+ msgid "When mouse is over"
736
+ msgstr "ポイント時"
737
+
738
+ msgid "Off"
739
+ msgstr "オフ"
740
+
741
+ # The word order of Japanese is almost upside down, so I needed to translate as "Show mouse on the following (the following on mouse show)."
742
+ msgid "Show mouse on"
743
+ msgstr "次ではマウスを表示"
744
+
745
+ # The word order of Japanese is almost upside down, so I needed to translate as "Hide mouse on the following (the following on mouse hide)."
746
+ msgid "Hide mouse on"
747
+ msgstr "次ではマウスを非表示"
748
+
749
+ msgid "Overlay image with shadow"
750
+ msgstr "画像をシャドウでオーバーレイ"
751
+
752
+ msgid "Shadow color"
753
+ msgstr "シャドウの色"
754
+
755
+ msgid "Shadow blur"
756
+ msgstr "シャドウのぼかし"
757
+
758
+ msgid "Shadow X"
759
+ msgstr "シャドウ X 軸"
760
+
761
+ msgid "Shadow Y"
762
+ msgstr "シャドウ Y 軸"
763
+
764
+ msgid "Pop-up Image"
765
+ msgstr "ポップアップ画像"
766
+
767
+ msgid "Popup box theme"
768
+ msgstr "ポップアップボックスのテーマ"
769
+
770
+ msgid "Choose theme"
771
+ msgstr "テーマを選択"
772
+
773
+ msgid "Disable on mobile"
774
+ msgstr "モバイルでは無効にする"
775
+
776
+ msgid "Popup Image Text"
777
+ msgstr ""
778
+
779
+ msgid "Caption"
780
+ msgstr "キャプション"
781
+
782
+ msgid "Title"
783
+ msgstr ""
784
+
785
+ msgid "Alt text"
786
+ msgstr ""
787
+
788
+ msgid "Description"
789
+ msgstr "説明"
790
+
791
+ msgid "Hide Popup Captions"
792
+ msgstr "ポップアップキャプションを非表示"
793
+
794
+ msgid "Transparency"
795
+ msgstr "透明度"
796
+
797
+ msgid "Slideshow"
798
+ msgstr "スライドショー"
799
+
800
+ msgid "Slideshow speed"
801
+ msgstr "スライドショーの速度"
802
+
803
+ msgid "Slideshow pause on hover"
804
+ msgstr ""
805
+
806
+ msgid "Slideshow autostart"
807
+ msgstr "スライドショーの自動スタート"
808
+
809
+ msgid "Popup Image size"
810
+ msgstr ""
811
+
812
+ msgid "Effect"
813
+ msgstr "効果"
814
+
815
+ msgid "Choose effect"
816
+ msgstr "効果を選択"
817
+
818
+ # I don't know exactly what this is.
819
+ msgid "Personal captions"
820
+ msgstr "パーソナルキャプション"
821
+
822
+ msgid "Polaroid Style"
823
+ msgstr "ポラロイドスタイル"
824
+
825
+ msgid "Polaroid Image Animation"
826
+ msgstr "ポラロイド画像 - アニメーション"
827
+
828
+ # I was not able to find an appropriate word for "Scattering," but at least it makes sense and users know what it is.
829
+ msgid "Polaroid Image Scattering "
830
+ msgstr "ポラロイド画像 - 散乱"
831
+
832
+ msgid "Polaroid Frame Width"
833
+ msgstr ""
834
+
835
+ msgid "Text size"
836
+ msgstr "テキストのサイズ"
837
+
838
+ msgid "Text horizontal align"
839
+ msgstr "テキストの横方向の位置合わせ"
840
+
841
+ msgid "Text vertical align"
842
+ msgstr "テキストの縦方向の位置合わせ"
843
+
844
+ msgid "Hide image title tooltip"
845
+ msgstr "画像タイトルのツールチップを非表示"
846
+
847
+ msgid "Mobile - show always caption"
848
+ msgstr ""
849
+
850
+ msgid "Show icons"
851
+ msgstr "アイコンを表示"
852
+
853
+ msgid "Select effect"
854
+ msgstr "効果を選択"
855
+
856
+ msgid "Animation"
857
+ msgstr "アニメーション"
858
+
859
+ msgid "Icons color"
860
+ msgstr "アイコンの色"
861
+
862
+ msgid "Icons hover color"
863
+ msgstr "アイコンのポイント時の色"
864
+
865
+ msgid "Background hover color"
866
+ msgstr "背景のポイント時の色"
867
+
868
+ msgid "Icons size"
869
+ msgstr "アイコンのサイズ"
870
+
871
+ msgid "Distance between icons"
872
+ msgstr "アイコン間の距離"
873
+
874
+ msgid "Show overlay"
875
+ msgstr "オーバーレイを表示"
876
+
877
+ msgid "Overlay color"
878
+ msgstr "オーバーレイの色"
879
+
880
+ msgid "Overlay transparency"
881
+ msgstr "オーバーレイの透明度"
882
+
883
+ msgid "Categorize images in the gallery"
884
+ msgstr "ギャラリーの画像をカテゴリーに分類"
885
+
886
+ msgid "Let user switch gallery pages"
887
+ msgstr "ユーザーによるギャラリーページの切り替えを許可"
888
+
889
+ msgid "Save settings as preset"
890
+ msgstr "設定をプリセットとして保存"
891
+
892
+ msgid "Preset title:"
893
+ msgstr "プリセットタイトル:"
894
+
895
+ msgid "Delete preset"
896
+ msgstr "プリセットを削除"
897
+
898
+ msgid "Are you really want to delete preset \"%s\"?"
899
+ msgstr "プリセット \"%s\" を削除してもよろしいですか?"
900
+
901
+ msgid "Load settings from presets"
902
+ msgstr "プリセットから設定をロード"
903
+
904
+ msgid "Select preset:"
905
+ msgstr "プリセットを選択:"
906
+
907
+ msgid "Failed to load the presets."
908
+ msgstr "プリセットのロードに失敗しました。"
909
+
910
+ msgid "Currently you have no presets."
911
+ msgstr "プリセットは現在ありません。"
912
+
913
+ msgid "Select \"Big image\" theme"
914
+ msgstr "\"Big image\" テーマを選択"
915
+
916
+ msgid "Select a theme"
917
+ msgstr "テーマを選択"
918
+
919
+ msgid "Select"
920
+ msgstr "選択"
921
+
922
+ msgid "Select overlay effect"
923
+ msgstr "オーバーレイの効果を選択"
924
+
925
+ msgid "This effect requires icons be enabled. Enable Icons?"
926
+ msgstr ""
927
+ "この効果を使用するには、アイコンを有効にする必要があります。アイコンを有効にします"
928
+ "か?"
929
+
930
+ msgid "Select shadow preset"
931
+ msgstr "シャドウプリセットを選択"
932
+
933
+ msgid "Select shadow"
934
+ msgstr "シャドウを選択"
935
+
936
+ msgid "Import settings from gallery"
937
+ msgstr "ギャラリーから設定をインポート"
938
+
939
+ msgid ""
940
+ "Here you can import settings from other galleries, but right now, you have only "
941
+ "one gallery, create more - and see how it works"
942
+ msgstr ""
943
+ "ここでは他のギャラリーの設定をインポートできますが、ギャラリーは現在 1 つしかあり"
944
+ "ません。さらにギャラリーを作成して、どのようにインポートできるか試してみてくださ"
945
+ "い。"
946
+
947
+ msgid "Improve free version"
948
+ msgstr ""
949
+
950
+ msgid "Select icons effects"
951
+ msgstr "アイコンの効果を選択"
952
+
953
+ msgid "Click on the icon to select effect"
954
+ msgstr "アイコンをクリックして効果を選択"
955
+
956
+ msgid "close"
957
+ msgstr ""
958
+
959
+ msgid "next"
960
+ msgstr ""
961
+
962
+ msgid "previous"
963
+ msgstr ""
964
+
965
+ msgid "start slideshow"
966
+ msgstr ""
967
+
968
+ msgid "stop slideshow"
969
+ msgstr ""
970
+
971
+ msgid "image"
972
+ msgstr ""
973
+
974
+ msgid "of"
975
+ msgstr ""
976
+
977
+ # I translated as "Choose source gallery."
978
+ msgid "Choose source"
979
+ msgstr "ソースを選択"
980
+
981
+ msgid "Import from WordPress Media Library"
982
+ msgstr "WordPress メディアライブラリーからインポート"
983
+
984
+ msgid "Import from social networks"
985
+ msgstr "ソーシャルネットワークからインポート"
986
+
987
+ msgid "Import from your Instagram account"
988
+ msgstr "Instagram アカウントからインポート"
989
+
990
+ msgid "Import from your Flickr account"
991
+ msgstr "Flickr アカウントからインポート"
992
+
993
+ msgid "Import from your Tumblr account"
994
+ msgstr "Tumblr アカウントからインポート"
995
+
996
+ msgid "Import from your Facebook account"
997
+ msgstr "Facebook アカウントからインポート"
998
+
999
+ msgid "Import from cloud services"
1000
+ msgstr ""
1001
+
1002
+ msgid "Import from your FTP server"
1003
+ msgstr ""
1004
+
1005
+ msgid "Import from your Google Drive account"
1006
+ msgstr ""
1007
+
1008
+ msgid "Get Pro to enable import"
1009
+ msgstr "PRO を入手してインポートを可能にする"
1010
+
1011
+ msgid "Properties"
1012
+ msgstr "プロパティー"
1013
+
1014
+ msgid "Delete Image"
1015
+ msgstr "画像を削除"
1016
+
1017
+ msgid "Sort To: "
1018
+ msgstr ""
1019
+
1020
+ msgid "Sort By: "
1021
+ msgstr ""
1022
+
1023
+ msgid "Switch to the list view"
1024
+ msgstr "リスト表示に切り替え"
1025
+
1026
+ msgid "Switch to the block view"
1027
+ msgstr "ブロック表示に切り替え"
1028
+
1029
+ msgid "Apply"
1030
+ msgstr ""
1031
+
1032
+ msgid "Search"
1033
+ msgstr ""
1034
+
1035
+ msgid "The gallery is does not exists"
1036
+ msgstr "このギャラリーは存在しません"
1037
+
1038
+ msgid "Currently this gallery has no images"
1039
+ msgstr "このギャラリーには現在画像がありません"
1040
+
1041
+ msgid "Linked Images"
1042
+ msgstr ""
1043
+
1044
+ msgid "Instagram authorization"
1045
+ msgstr "Instagram 承認"
1046
+
1047
+ msgid "Upload your images from the Instagram Media Library"
1048
+ msgstr "Instagram メディアライブラリーから画像をアップロード"
1049
+
1050
+ msgid "Upload from Instagram"
1051
+ msgstr "Instagram からアップロード"
1052
+
1053
+ msgid "Your message successfully send. We contact you soon."
1054
+ msgstr "メッセージは正常に送信されました。折り返しご連絡いたします。"
1055
+
1056
+ msgid "Step-by-step Tutorial"
1057
+ msgstr "操作手順チュートリアル"
1058
+
1059
+ msgid "Begin Step-by-step Tutorial"
1060
+ msgstr "操作手順チュートリアルを開始"
1061
+
1062
+ msgid "Name"
1063
+ msgstr "氏名"
1064
+
1065
+ # I translated as "Email address."
1066
+ msgid "Email"
1067
+ msgstr "メールアドレス"
1068
+
1069
+ msgid "Website"
1070
+ msgstr "ウェブサイト"
1071
+
1072
+ msgid "Subject"
1073
+ msgstr "件名"
1074
+
1075
+ msgid "Topic"
1076
+ msgstr "トピック"
1077
+
1078
+ msgid "Plugin options"
1079
+ msgstr "プラグインのオプション"
1080
+
1081
+ msgid "Report a bug"
1082
+ msgstr "バグの報告"
1083
+
1084
+ msgid "Require a new functionallity"
1085
+ msgstr "新しい機能の要望"
1086
+
1087
+ msgid "Other"
1088
+ msgstr "その他"
1089
+
1090
+ msgid "Message"
1091
+ msgstr "メッセージ"
1092
+
1093
+ msgid "Hello Supsystic Team!"
1094
+ msgstr "こんにちは、Supsystic のd皆さん!"
1095
+
1096
+ msgid ""
1097
+ "Some errors occurred while sending mail please send your message trough this "
1098
+ "contact form:"
1099
+ msgstr ""
1100
+ "メールの送信中にエラーが発生しましたので、このお問い合わせフォームを使用してメッ"
1101
+ "セージをお送りください:"
1102
+
1103
+ msgid "Unable to save chosen photo %s: %s"
1104
+ msgstr "選択されている写真 %s を保存できません: %s"
1105
+
1106
+ msgid "New Folder"
1107
+ msgstr "新規フォルダー"
1108
+
1109
+ msgid "The title can't be empty"
1110
+ msgstr "タイトルを空にすることはできません"
1111
+
1112
+ msgid "Failed to update position."
1113
+ msgstr "位置の更新に失敗しました。"
1114
+
1115
+ msgid "Position updated successfully!"
1116
+ msgstr "位置は正常に更新されました!"
1117
+
1118
+ msgid "Rename folder"
1119
+ msgstr "フォルダーの名前を変更"
1120
+
1121
+ msgid "Folder name:"
1122
+ msgstr "フォルダー名:"
1123
+
1124
+ msgid "Add images to the gallery"
1125
+ msgstr "ギャラリーに画像を追加"
1126
+
1127
+ msgid "Please wait while the plugin to get the list of galleries..."
1128
+ msgstr "プラグインがギャラリーのリストを取得するまでしばらくお待ちください。"
1129
+
1130
+ msgid "Select the gallery:"
1131
+ msgstr "ギャラリーを選択:"
1132
+
1133
+ msgid "New folder"
1134
+ msgstr "新規フォルダー"
1135
+
1136
+ msgid "Add images to the new gallery"
1137
+ msgstr "新規ギャラリーに画像を追加"
1138
+
1139
+ msgid "Create new folder"
1140
+ msgstr "新規フォルダーを作成"
1141
+
1142
+ msgid "Edit selected item"
1143
+ msgstr "選択されている項目を編集"
1144
+
1145
+ msgid "Delete selected items"
1146
+ msgstr "選択されている項目を削除"
1147
+
1148
+ msgid "Create new gallery from the selected items"
1149
+ msgstr "選択されている項目から新規ギャラリーを作成"
1150
+
1151
+ # I need to know the context. Also, I translated as "New gallery from selected items."
1152
+ msgid "New gallery from selected"
1153
+ msgstr "選択されている項目から新規ギャラリー"
1154
+
1155
+ msgid "Add the selected items to the existing gallery"
1156
+ msgstr "選択されている項目を既存のギャラリーに追加"
1157
+
1158
+ # I translated as "Add selected items to the gallery."
1159
+ msgid "Add selected to the gallery"
1160
+ msgstr "選択されている項目をギャラリーに追加"
1161
+
1162
+ msgid "Upload your images from the WordPress Media Library"
1163
+ msgstr "WordPress メディアライブラリーから画像をアップロード"
1164
+
1165
+ msgid "All photos"
1166
+ msgstr "すべての写真"
1167
+
1168
+ msgid "Drop photos here to move them from the folder"
1169
+ msgstr "写真をフォルダーから移動するには、ここにドロップします。"
1170
+
1171
+ msgid "Next"
1172
+ msgstr "次へ"
1173
+
1174
+ msgid "Close Tutorial"
1175
+ msgstr "チュートリアルを閉じる"
1176
+
1177
+ msgid "Welcome to Photo Gallery plugin by Supsystic!"
1178
+ msgstr ""
1179
+
1180
+ msgid ""
1181
+ "Thank you for choosing our Gallery plugin. Just click here to start using it - "
1182
+ "and we will show you it's possibilities and powerfull features."
1183
+ msgstr ""
1184
+
1185
+ msgid "Hello! This is the Gallery by Supsystic Overview."
1186
+ msgstr ""
1187
+
1188
+ msgid ""
1189
+ "Here you can get help: watch the video tutorial or read FAQ and Documentation, "
1190
+ "make use of contact form. Also here requirements for server - Server Settings."
1191
+ msgstr ""
1192
+ "ここでは、動画チュートリアル、FAQ、ニュース記事からプラグインに関する情報を入手で"
1193
+ "き、また、お問い合わせフォームを使用して Supsystic にご質問やご要望を送ることもで"
1194
+ "きます。\"サーバー設定\" にはサーバー要件が掲載されています。"
1195
+
1196
+ msgid "Create your first Gallery"
1197
+ msgstr ""
1198
+
1199
+ msgid ""
1200
+ "To Create New Gallery select gallery template. You can change template and "
1201
+ "settings later. Now here are four different templates. With PRO version you’ll "
1202
+ "get more features like Categories, Load More button, Post Feed (Content) gallery, "
1203
+ "Polaroid gallery and more. Enter name of the gallery and click “Save”."
1204
+ msgstr ""
1205
+
1206
+ msgid "Add images to your Gallery"
1207
+ msgstr ""
1208
+
1209
+ msgid ""
1210
+ "Now you are in the edit menu of your gallery. And the first thing you need to do "
1211
+ "are add media to the gallery. Click \"Add Images\" button."
1212
+ msgstr ""
1213
+ "ギャラリーの編集メニューが表示されます。ここでは、まずギャラリーにメディアを追加し"
1214
+ "ます。\"画像を追加\" ボタンをクリックしてください。"
1215
+
1216
+ msgid "Images Import Options"
1217
+ msgstr ""
1218
+
1219
+ msgid ""
1220
+ "<p>Import images in several ways:</p><p>Import from Wordpress Media Library/"
1221
+ "Upload files from your computer</p><p>Import from social networks</p><p>Instagram "
1222
+ "(in the Free version)</p><p>With PRO-version also will be available import from "
1223
+ "Flickr, Tumblr and Facebook.</p><p>Besides with Gallery PRO version you can "
1224
+ "import images from such cloud services - FTP server, Google Drive.</p>"
1225
+ msgstr ""
1226
+
1227
+ msgid "Image List"
1228
+ msgstr ""
1229
+
1230
+ msgid ""
1231
+ "<p>Now you can see your image list. Here you can:</p><p>Change the order of "
1232
+ "images – simply by dragging them manually.</p><p>Delete images.</p><p>Add new "
1233
+ "images from different sources to the grid gallery – click “Add Images” button and "
1234
+ "select the source to import from.</p><p><b>Caption tab</b> – add caption to image "
1235
+ "– it will be displayed on the caption effect of the gallery. Also here included "
1236
+ "the support of html-elements inside caption effect</p><p><b>SEO tab</b> – manage "
1237
+ "image title and description</p><p><b>Link tab</b> – attach links to image – it "
1238
+ "will go to the link when you click the image.</p><p><b>Video tab</b> – attach "
1239
+ "video url – it will be displayed in a pop-up image when you click on the image.</"
1240
+ "p><p><b>Categories tab</b> – add tags for image categories.</p><p><b>Linked "
1241
+ "images tab</b> – add linked images to the chosen image.</p><p><b>Crop tab</b> – "
1242
+ "choose image crop position.</p><p><b>Replace image tab</b> – replace image "
1243
+ "without losing image settings.</p><p>Now follow to the gallery settings – сlick "
1244
+ "“Properties” button.</p>"
1245
+ msgstr ""
1246
+
1247
+ msgid "Preview of Gallery settings"
1248
+ msgstr ""
1249
+
1250
+ msgid ""
1251
+ "At the left side of the monitor you see a preview image in which will be seen "
1252
+ "changes made to the settings. This window for the settings of your gallery."
1253
+ msgstr ""
1254
+
1255
+ msgid "Main Settings"
1256
+ msgstr ""
1257
+
1258
+ msgid ""
1259
+ "<p>Here you can set main settings of gallery - choose Gallery Type, for more "
1260
+ "information check this <a href=\"//supsystic.com/gallery-order-types/\" target="
1261
+ "\"_blank\">article</a>.</p><p>Social Sharing: add social share buttons to your "
1262
+ "gallery. Or showcase images in a Horizontal Scroll view.</p><p>Load More: adds "
1263
+ "\"load more\" button to your gallery. And with Custom Buttons: you can make your "
1264
+ "button better.</p><p>Add to images border and shadow with Border Type and Shadow "
1265
+ "settings.</p><p>In the Pop-up Image section customize lightbox of your gallery.</"
1266
+ "p>"
1267
+ msgstr ""
1268
+
1269
+ msgid "Captions and Icons"
1270
+ msgstr ""
1271
+
1272
+ msgid ""
1273
+ "<p>On Captions tab you can manage the Captions and Icons, and make them your "
1274
+ "style.</p>"
1275
+ msgstr ""
1276
+
1277
+ msgid "Categories and Pagination"
1278
+ msgstr ""
1279
+
1280
+ msgid ""
1281
+ "<p>Categories tab: here you can enable Categories and Pagination options.</"
1282
+ "p><p>To this tab become available you need to buy PRO version."
1283
+ msgstr ""
1284
+
1285
+ msgid ""
1286
+ "<p>Posts tab: here you can add posts and pages to your gallery and also manage "
1287
+ "them. Posts of gallery included in the PRO version of Gallery by Supsystic.</p>"
1288
+ msgstr ""
1289
+
1290
+ msgid "Well done!"
1291
+ msgstr ""
1292
+
1293
+ msgid ""
1294
+ "<p><b>Upgrading</b></p><p>Once you have purchased Premium version of plugin - "
1295
+ "you’ll have to enter license key (you can find it in your personal account on our "
1296
+ "site). Go to the License tab and enter your email and license key. Once you have "
1297
+ "activated your PRO license - you can use all its advanced options.</p><p>That’s "
1298
+ "all. From this moment you can use your Gallery without any doubt. But if you "
1299
+ "still have some question - do not hesitate to contact us through our <a href="
1300
+ "\"https://supsystic.com/contact-us/\">internal support</a> or on our <a href="
1301
+ "\"http://supsystic.com/forum/photo-gallery-plugin/\">Supsystic Forum.</a> Besides "
1302
+ "you can always describe your questions on <a href=\"https://wordpress.org/support/"
1303
+ "plugin/gallery-by-supsystic\">WordPress Ultimate Forum.</a></p><p><b>Enjoy this "
1304
+ "plugin?</b></p><p>It will be nice if you`ll help us and boost plugin with <a href="
1305
+ "\"https://wordpress.org/support/view/plugin-reviews/gallery-by-supsystic?"
1306
+ "rate=5#postform/\">Five Stars rating on WordPress.org.</a></p><p>We hope that you "
1307
+ "like this plugin and wish you all the best! Good luck!</p>"
1308
+ msgstr ""
1309
+
1310
+ # The word order of Japanese is almost upside down, so it needs to be something like "Welcome to the %s" = "%s へようこそ."
1311
+ msgid "Welcome to the"
1312
+ msgstr "ようこそ"
1313
+
1314
+ # The translation/phoneticisation of "presentation" usually means PowerPoint/OHP presentation, so I omitted it to avoid confusion.
1315
+ msgid ""
1316
+ "Photo Gallery plugin is created for people who would like to show their photos in "
1317
+ "a marvelous way. Perform your best ideas, making delightful presentations or "
1318
+ "galleries from videos and photos."
1319
+ msgstr ""
1320
+ "Photo Gallery プラグインは、写真や動画をスタイリッシュに演出したい人々のために開発"
1321
+ "されました。アイデアを最大限に発揮して、閲覧者の心に残るギャラリーを制作してくださ"
1322
+ "い。"
1323
+
1324
+ msgid "Step-by-step tutorial"
1325
+ msgstr "操作手順チュートリアル"
1326
+
1327
+ msgid ""
1328
+ "There’re really many options of photo gallery plugin customization. So as soon as "
1329
+ "you close that page, I’ll show you step-by-step tutorial of how to use plugin. "
1330
+ "Hope it will be usefull for you :)"
1331
+ msgstr ""
1332
+ "Photo Gallery プラグインにはさまざまなオプションがあります。このページを閉じると、"
1333
+ "プラグインの使い方を示す操作手順チュートリアルが表示されますので、ご活用ください。"
1334
+
1335
+ msgid "Support"
1336
+ msgstr "サポート"
1337
+
1338
+ msgid ""
1339
+ "We love our plugin and do the best to improve all features you want and fix all "
1340
+ "issues. But sometimes some issues happened or you can’t find feature you want :) "
1341
+ "Don’t worry, just <a href=\"//supsystic.com/plugins/photo-gallery?"
1342
+ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" "
1343
+ "target=\"_blank\"> contact us </a> . We’ll answer in an hour and fix all issues."
1344
+ msgstr ""
1345
+ "Supsystic は、ユーザーが要望する機能強化と問題の解決に最善を尽くしていますが、問題"
1346
+ "が発生することは避けられず、また使いたい機能が見つからないこともあります。このよう"
1347
+ "な場合は、お気軽に<a href=\"//supsystic.com/plugins/photo-gallery?"
1348
+ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" "
1349
+ "target=\"_blank\">お問い合わせ</a>ください。1 時間以内に回答し、問題を解決するよう"
1350
+ "に努めます。"
1351
+
1352
+ msgid "Video Tutorial"
1353
+ msgstr "動画チュートリアル"
1354
+
1355
+ msgid "Frequently Asked Questions"
1356
+ msgstr "よくある質問"
1357
+
1358
+ msgid ""
1359
+ "Gallery doesn’t load on the front end. If the loading gallery icon just keeps "
1360
+ "playing but never loads the gallery."
1361
+ msgstr ""
1362
+
1363
+ msgid "How to change the position of photos in gallery?"
1364
+ msgstr ""
1365
+
1366
+ msgid "How to insert gallery into widget?"
1367
+ msgstr ""
1368
+
1369
+ msgid "Go to Appearance -> Widgets."
1370
+ msgstr ""
1371
+
1372
+ msgid ""
1373
+ "You’ll see Gallery by Supsystic Widget on the left. Drag it to the area, where "
1374
+ "you want it to appear."
1375
+ msgstr ""
1376
+
1377
+ msgid "Then choose what gallery you want to display. And press save."
1378
+ msgstr ""
1379
+
1380
+ msgid "Check all other FAQs"
1381
+ msgstr ""
1382
+
1383
+ msgid "Roles"
1384
+ msgstr ""
1385
+
1386
+ msgid "PRO option"
1387
+ msgstr ""
1388
+
1389
+ msgid "Edit image"
1390
+ msgstr "画像を編集"
1391
+
1392
+ msgid "SEO"
1393
+ msgstr "SEO"
1394
+
1395
+ msgid "Alternative text"
1396
+ msgstr "代替テキスト"
1397
+
1398
+ msgid "External link"
1399
+ msgstr "外部リンク"
1400
+
1401
+ msgid "Available in PRO version."
1402
+ msgstr "PRO バージョンでは利用できます。"
1403
+
1404
+ msgid "Link"
1405
+ msgstr "リンク"
1406
+
1407
+ msgid "Open in new window"
1408
+ msgstr "別のウィンドウで開く"
1409
+
1410
+ # I translated literally ("Embedded").
1411
+ msgid "Embeded video"
1412
+ msgstr "埋め込まれている動画"
1413
+
1414
+ msgid "Video URL"
1415
+ msgstr "動画の URL"
1416
+
1417
+ msgid "Supports Youtube and Vimeo. URL will be converted to embed automatically."
1418
+ msgstr ""
1419
+ "YouTube と Vimeo をサポートしています。URL は自動的に変換されて埋め込まれます。"
1420
+
1421
+ msgid "Image"
1422
+ msgstr "画像"
1423
+
1424
+ msgid "Date"
1425
+ msgstr "日付"
1426
+
1427
+ msgid "Select %s"
1428
+ msgstr "%s を選択"
1429
+
1430
+ # If this is used after a number (e.g. 1 photo), it needs to be "枚."
1431
+ msgid "photo"
1432
+ msgstr "写真"
1433
+
1434
+ # If this is used after a number (e.g. 26 photos), it needs to be "枚."
1435
+ msgid "photos"
1436
+ msgstr "写真"
1437
+
1438
+ msgid "Caption effect"
1439
+ msgstr "キャプション効果"
1440
+
1441
+ msgid "Video"
1442
+ msgstr "動画"
1443
+
1444
+ msgid "Linked images"
1445
+ msgstr ""
1446
+
1447
+ msgid "Crop"
1448
+ msgstr ""
1449
+
1450
+ msgid "Replace image"
1451
+ msgstr ""
1452
+
1453
+ msgid "http://example.com/"
1454
+ msgstr "http://example.com/"
1455
+
1456
+ msgid "Add nofollow attribute"
1457
+ msgstr ""
1458
+
1459
+ msgid "Choose images"
1460
+ msgstr ""
1461
+
1462
+ #~ msgid "Select categories preset"
1463
+ #~ msgstr "カテゴリープリセットを選択"
1464
+
1465
+ #~ msgid "Categories preset editor"
1466
+ #~ msgstr "カテゴリープリセットエディター"
1467
+
1468
+ #~ msgid "Preset name"
1469
+ #~ msgstr "プリセット名"
1470
+
1471
+ #~ msgid "Normal"
1472
+ #~ msgstr "標準"
1473
+
1474
+ #~ msgid "Bold"
1475
+ #~ msgstr "太字"
1476
+
1477
+ #~ msgid "Select pagination preset"
1478
+ #~ msgstr "ページ付けプリセットを選択"
1479
+
1480
+ #~ msgid "Pages preset editor"
1481
+ #~ msgstr "ページプリセットエディター"
1482
+
1483
+ #~ msgid "You have not any galleries"
1484
+ #~ msgstr "ギャラリーはありません"
1485
+
1486
+ #~ msgid "Show caption"
1487
+ #~ msgstr "キャプションを表示"
1488
+
1489
+ # I translated "These are" as "Welcome to."
1490
+ #~ msgid "Hello! These are the Gallery by Supsystic. "
1491
+ #~ msgstr "こんにちは! Gallery by Supsystic へようこそ。"
1492
+
1493
+ #~ msgid "First Step"
1494
+ #~ msgstr "ステップ 1"
1495
+
1496
+ # In Japanese translation, square brakcets are used to enclose UI strings such as "Categories" and "Load More," but I used double quatation.
1497
+ #~ msgid ""
1498
+ #~ "To Create New Gallery select gallery template. You can change template and "
1499
+ #~ "settings later. Now here four different templates. With PRO version you’ll get "
1500
+ #~ "more features like Categories, Load More button, Categories, Post Feed "
1501
+ #~ "(Content) gallery, Polaroid gallery and more. Enter name of the gallery and "
1502
+ #~ "click “Save”."
1503
+ #~ msgstr ""
1504
+ #~ "新規ギャラリーを作成するには、まずギャラリーテンプレートを選択します。テンプ"
1505
+ #~ "レートと設定は後で変更できます。ここには 4 つのスタイルのテンプレートがありま"
1506
+ #~ "す。PRO バージョンでは、\"カテゴリー\"、\"さらにロード\" ボタン、\"投稿フィー"
1507
+ #~ "ド (コンテンツ)\" ギャラリー、\"ポラロイド\" ギャラリーなどの追加の機能を利用で"
1508
+ #~ "きます。ギャラリーの名前を入力して \"保存\" をクリックしてください。"
1509
+
1510
+ #~ msgid "Second Step"
1511
+ #~ msgstr "ステップ 2"
1512
+
1513
+ #~ msgid "Second Step-2"
1514
+ #~ msgstr "ステップ 2 その 2"
1515
+
1516
+ #~ msgid ""
1517
+ #~ "<p>Import images in several ways:</p><p>Import from Wordpress Media Library/"
1518
+ #~ "Upload files from your computer</p><p>Import from social networks</"
1519
+ #~ "p><p>Instagram (in the Free version)</p><p>With PRO-version also will be "
1520
+ #~ "available import from Flickr, Tumblr and Facebook.</p>"
1521
+ #~ msgstr ""
1522
+ #~ "<p>画像をインポートする方法は次のようにいくつかあります:</p><p>Wordpress メディ"
1523
+ #~ "アライブラリーからインポートする/コンピューターからファイルをアップロードする</"
1524
+ #~ "p><p>ソーシャルネットワークからインポートする</p><p>Instagram (無料バージョ"
1525
+ #~ "ン)</p><p>PRO バージョンでは Flickr、Tumblr、および Facebook からもインポートで"
1526
+ #~ "きる</p>"
1527
+
1528
+ #~ msgid "Third Step"
1529
+ #~ msgstr "ステップ 3"
1530
+
1531
+ # - I changed all the instances of "â" according to the context.
1532
+ # - I translated "it will be displayed in a pop-up image when you click on the image." as "the video will be displayed in a pop-up when you click on the image."
1533
+ # - "Now follow to the gallery settings – сlick “Properties” button." is corrupted and I think this is a feature in the PRO version, so I translated as "Now go to the gallery settings and click "œProperties"€ button" (but I don't know what "gallery settings" is).
1534
+ #~ msgid ""
1535
+ #~ "<p>Now you can see your image list. Here you can:</p><p>Change the order of "
1536
+ #~ "images – simply by dragging them manually.</p><p>Delete images</p><p>Add new "
1537
+ #~ "images from different sources to the grid gallery – click “Add Images” button "
1538
+ #~ "and select the source to import from.</p><p><b>Caption tab</b> – add caption "
1539
+ #~ "to image – it will be displayed on the caption effect of the gallery. Also "
1540
+ #~ "here included the support of html-elements inside caption effect</p><p><b>SEO "
1541
+ #~ "tab</b> – manage image title and description</p><p><b>Link tab</b> – attach "
1542
+ #~ "links to image – it will go to the link when you click the image.</"
1543
+ #~ "p><p><b>Video tab</b> – attach video url – it will be displayed in a pop-up "
1544
+ #~ "image when you click on the image.</p><p><b>Categories tab</b> – add tags for "
1545
+ #~ "image categories.</p><p>Now follow to the gallery settings – сlick "
1546
+ #~ "“Properties” button.</p>"
1547
+ #~ msgstr ""
1548
+ #~ "<p>画像リストが表示されます。ここでは、次の操作を実行できます:</p><p>画像をド"
1549
+ #~ "ラッグして画像の順序を変更する</p><p>画像を削除する</p><p>他のソースからグリッ"
1550
+ #~ "ドギャラリーに画像を追加する (\"画像を追加\" ボタンをクリックし、インポート元の"
1551
+ #~ "ソースを選択します)</p><p><b>\"キャプション\" タブ</b> - 画像にキャプションを追"
1552
+ #~ "加できます。これはギャラリーのキャプション効果に表示されます。キャプション効果"
1553
+ #~ "内で HTML 要素を使用することもできます。</p><p><b>\"SEO\" タブ</b> - 画像のタイ"
1554
+ #~ "トルと説明を管理できます。</p><p><b>\"リンク\" タブ</b> - 画像にリンクを貼るこ"
1555
+ #~ "とができます。画像をクリックすると、リンク先が表示されます。</p><p><b>\"動画\" "
1556
+ #~ "タブ</b> - 動画の URL を貼ることができます。 画像をクリックすると、動画がポップ"
1557
+ #~ "アップに表示されます。</p><p><b>\"カテゴリー\" タブ</b> - 画像のカテゴリーのタ"
1558
+ #~ "グを追加できます。</p><p>次に、ギャラリーの設定に進み、\"プロパティー\" ボタン"
1559
+ #~ "をクリックします。</p>"
1560
+
1561
+ #~ msgid "Fourth Step"
1562
+ #~ msgstr "ステップ 4"
1563
+
1564
+ # I translated "This window for the settings of your gallery." as "This window is used for the settings of your gallery."
1565
+ #~ msgid ""
1566
+ #~ "Gallery Properties: At the left side of the monitor you see a preview image in "
1567
+ #~ "which will be seen changes made to the settings. This window for the settings "
1568
+ #~ "of your gallery."
1569
+ #~ msgstr ""
1570
+ #~ "ギャラリーのプロパティー: モニターの左側にプレビュー画像が表示され、設定への変"
1571
+ #~ "更がそれに反映されます。このウィンドウは、ギャラリーの設定に使用されます。"
1572
+
1573
+ # I translated as "Second Fourth Step."
1574
+ #~ msgid "Fourth Step-1"
1575
+ #~ msgstr "ステップ 4 その 2"
1576
+
1577
+ # I translated "Big image appear settings set in the Pop-up Image section." as "Big image appearance settings are set in the Pop-up Image section."
1578
+ #~ msgid ""
1579
+ #~ "<p>Gallery Type: sets the look of your gallery for more information check this "
1580
+ #~ "article. If you were chosen fixed column you'll see new tab where you can make "
1581
+ #~ "a Number of Columns for your gallery.</p><p>Load More: adds a button to the "
1582
+ #~ "page. And with Custom Buttons: you can make your button better.</p><p>Add to "
1583
+ #~ "images border with Border Type and add shadow with Shadow.</p><p>Big image "
1584
+ #~ "appear settings set in the Pop-up Image section.</p>"
1585
+ #~ msgstr ""
1586
+ #~ "<p>\"ギャラリーのタイプ\": ギャラリーの外観を設定します。詳細については、この記"
1587
+ #~ "事を参照してください。固定列を選択した場合は、ギャラリーの \"列の数\" を設定す"
1588
+ #~ "る新しいタブが表示されます。</p><p>\"さらにロード\": ページにボタンを追加しま"
1589
+ #~ "す。\"カスタムボタン\": ボタンを好みにカスタマイズできます。</p><p>画像に枠線を"
1590
+ #~ "追加するには \"枠線のタイプ\"、シャドウを追加するには \"シャドウ\" を使用しま"
1591
+ #~ "す。</p><p>拡大画像表示は \"ポップアップ画像\" セクションで設定します。</p>"
1592
+
1593
+ #~ msgid "Five Step"
1594
+ #~ msgstr "ステップ5"
1595
+
1596
+ #~ msgid ""
1597
+ #~ "<p>Captions: In this tab you can manage the captions and make them your style."
1598
+ #~ "</p>"
1599
+ #~ msgstr ""
1600
+ #~ "<p>\"キャプション\": このタブでは、キャプションを管理したり、キャンプションを好"
1601
+ #~ "みのスタイルに設定したりできます。</p>"
1602
+
1603
+ #~ msgid "Six Step"
1604
+ #~ msgstr "ステップ 6"
1605
+
1606
+ #~ msgid ""
1607
+ #~ "<p>Categories: Сategories option includes such capabilities:</p><p>Hide \"all"
1608
+ #~ "\" category</p><p>Enable shuffling animation of images. (If you enable posts "
1609
+ #~ "layout on the Posts tab – this feature will not be available).</p><p>Set the "
1610
+ #~ "duration of animation.</p><p>Define the position of categories – over or under "
1611
+ #~ "the gallery.</p><p>Determine the alignment of categories.</p><p>Set Categories "
1612
+ #~ "order</p><p>To this tab become available you need to buy pro-version."
1613
+ #~ msgstr ""
1614
+ #~ "<p>\"カテゴリー\": \"カテゴリー\" オプションには次の機能があります:</p><p>\"す"
1615
+ #~ "べて\" カテゴリーを非表示にする</p><p>画像のシャッフルアニメーションを有効にす"
1616
+ #~ "る (\"投稿\" タブで投稿レイアウトを有効にすると、この機能は使用できません)</"
1617
+ #~ "p><p>アニメーションの長さを設定する</p><p>カテゴリーの位置をギャラリーの上また"
1618
+ #~ "は下に設定する</p><p>カテゴリーの位置合わせを設定する</p><p>カテゴリーの順序を"
1619
+ #~ "設定する</p><p>このタブを使用するには、PRO バージョンを購入する必要があります。"
1620
+
1621
+ #~ msgid "Seven Step"
1622
+ #~ msgstr "ステップ 7"
1623
+
1624
+ #~ msgid ""
1625
+ #~ "<p>Posts: Here you can add posts and pages to your gallery and also manage "
1626
+ #~ "them. Posts of gallery included in the PRO version of Gallery by Supsystic.</p>"
1627
+ #~ msgstr ""
1628
+ #~ "<p>\"投稿\": ここでは、ギャラリーに投稿やページを追加したり、それらを管理したり"
1629
+ #~ "できます。これは Gallery by Supsystic の PRO バージョンで利用できます。</p>"
1630
+
1631
+ #~ msgid "How to use pagination and categories feature of gallery?"
1632
+ #~ msgstr ""
1633
+ #~ "ギャラリーのページ付け機能とカテゴリー機能を使うには、どうすればいいでしょうか?"
1634
+
1635
+ # I assume "Pagination" is NOT on the Categories tab.
1636
+ #~ msgid ""
1637
+ #~ "Activate “Available” radio button opposite the “Pagination” or “Categories” "
1638
+ #~ "option on the Categories tab."
1639
+ #~ msgstr ""
1640
+ #~ "\"ページ付け\" または \"カテゴリー\" タブの \"カテゴリー\" オプションに対応す"
1641
+ #~ "る \"使用可能\" ラジオボタンをアクティブにします。"
1642
+
1643
+ #~ msgid "Set the number of images per page."
1644
+ #~ msgstr "ページ当たりの画像数を設定します。"
1645
+
1646
+ #~ msgid "Choose one of the default presets or create your own."
1647
+ #~ msgstr "デフォルトのプリセットを 1 つ選択するか、独自のプリセットを作成します。"
1648
+
1649
+ #~ msgid "After configuring the settings click “Save” button."
1650
+ #~ msgstr "設定が完了したら、\"保存\" ボタンをクリックします。"
1651
+
1652
+ #~ msgid ""
1653
+ #~ "For more information for <a href=\"//supsystic.com/pagination/\" target="
1654
+ #~ "\"_blank\">Pagination</a> and for <a href=\"//supsystic.com/categories-gallery/"
1655
+ #~ "\" target=\"_blank\">Categories</a>"
1656
+ #~ msgstr ""
1657
+ #~ "\"ページ付け\" については<a href=\"//supsystic.com/pagination/\" target="
1658
+ #~ "\"_blank\">ここ</a>、\"カテゴリー\" については<a href=\"//supsystic.com/"
1659
+ #~ "categories-gallery/\" target=\"_blank\">ここ</a>を参照してください。"
1660
+
1661
+ #~ msgid "What is “Post Feed” Gallery"
1662
+ #~ msgstr "\"投稿フィード\" ギャラリーとは"
1663
+
1664
+ #~ msgid "Go to Posts tab."
1665
+ #~ msgstr "\"投稿\" タブに移動します。"
1666
+
1667
+ #~ msgid ""
1668
+ #~ "Select “Enable” in Posts Layout dropdown list to activate the posts option."
1669
+ #~ msgstr ""
1670
+ #~ "\"投稿レイアウト\" ドロップダウンリストで \"有効にする\" を選択して投稿オプショ"
1671
+ #~ "ンをアクティブにします。"
1672
+
1673
+ #~ msgid "Choose one of post layout styles."
1674
+ #~ msgstr "投稿レイアウトのスタイルを 1 つ選択します。"
1675
+
1676
+ #~ msgid "Add pages and posts."
1677
+ #~ msgstr "ページと投稿を追加します。"
1678
+
1679
+ # I translated "what" as "content(s)."
1680
+ #~ msgid "Choose what to show on posts layout in gallery."
1681
+ #~ msgstr "ギャラリーの投稿レイアウトに表示するコンテンツを選択します。"
1682
+
1683
+ #~ msgid ""
1684
+ #~ "Learn more about how to do this <a href=\"//supsystic.com/plugins/photo-"
1685
+ #~ "gallery/#faq\" target=\"_blank\">here</a>."
1686
+ #~ msgstr ""
1687
+ #~ "これを行う方法については、<a href=\"//supsystic.com/plugins/photo-gallery/#faq"
1688
+ #~ "\" target=\"_blank\">ここ</a>を参照してください。"
1689
+
1690
+ #~ msgid "All other FAQs"
1691
+ #~ msgstr "その他すべての FAQ"
1692
+
1693
+ #~ msgid "Let's Start!"
1694
+ #~ msgstr "さあ始めましょう!"
1695
+
1696
+ # I translated "Lifetime" as "Retention period."
1697
+ #~ msgid "Lifetime for cached data"
1698
+ #~ msgstr "キャッシュされているデータの保持期間"
1699
+
1700
+ # I translated literally, but I need to know the context. If it's the other way around ("Only numeric values can be used in the field "%s""), then it's "フィールド "%s" では数値しか使用できません。"
1701
+ #~ msgid "The field \"%s\" available only for numeric values"
1702
+ #~ msgstr "フィールド \"%s\" は数値のみに使用できます。"
1703
+
1704
+ #~ msgid "Settings successfully updated!"
1705
+ #~ msgstr "設定は正常に更新されました!"
1706
+
1707
+ #~ msgid "Please correct following errors:"
1708
+ #~ msgstr "次のエラーを訂正してください:"
1709
+
1710
+ #~ msgid ""
1711
+ #~ "<strong>%s</strong> has its own caching system in order to significantly "
1712
+ #~ "reduce the load on the database."
1713
+ #~ msgstr ""
1714
+ #~ "データベースに対する負荷を大幅に低減するため、<strong>%s</strong> には独自の"
1715
+ #~ "キャッシュシステムがあります。"
1716
+
1717
+ #~ msgid ""
1718
+ #~ "Use this option only if all your galleries are setting correctly and you dont "
1719
+ #~ "need to change settings soon"
1720
+ #~ msgstr ""
1721
+ #~ "このオプションは、すべてのギャラリーが正しく設定され、設定をすぐに変更する必要"
1722
+ #~ "がない場合にのみ使用してください"
1723
+
1724
+ #~ msgid "Caching is not available because your uploads directory is not writable."
1725
+ #~ msgstr ""
1726
+ #~ "アップロードディレクトリーに書き込むことができないため、キャッシュを使用できま"
1727
+ #~ "せん。"
1728
+
1729
+ #~ msgid ""
1730
+ #~ "The time in seconds after which the cache will be considered obsolete. "
1731
+ #~ "Default: 86400 (24 hours)."
1732
+ #~ msgstr ""
1733
+ #~ "キャッシュが古くなり、不要であると見なされるまでの時間 (秒)。デフォルト: 86400 "
1734
+ #~ "(24 時間)。"
1735
+
1736
+ #~ msgid "Clear cache"
1737
+ #~ msgstr "キャッシュをクリア"
1738
+
1739
+ #~ msgid ""
1740
+ #~ "We don't collect statistics on you, we only collect the errors encountered "
1741
+ #~ "during use in order to improve our product."
1742
+ #~ msgstr ""
1743
+ #~ "Supsystic はユーザーに関する統計を収集しておりません。当社の製品の改善を目的と"
1744
+ #~ "して、使用中に発生したエラーのみを収集しています。"
1745
+
1746
+ #~ msgid "Open in new window."
1747
+ #~ msgstr "別のウィンドウで開きます。"
1748
+
1749
+ # I used double quatation in place of "â." Also, in Japanese translation, square brakcets are used to enclose UI strings such as "Categories" and "Load More," but I used double quatation.
1750
+ #~ msgid ""
1751
+ #~ "To Create New Gallery select gallery template. You can change template and "
1752
+ #~ "settings later. Now here four different templates. With PRO version you’ll get "
1753
+ #~ "more features like Categories, Load More button, Categories, Post Feed "
1754
+ #~ "(Content) gallery, Polaroid gallery and more. Enter name of the gallery and "
1755
+ #~ "click “Save”."
1756
+ #~ msgstr ""
1757
+ #~ "新規ギャラリーを作成するには、まずギャラリーテンプレートを選択します。テンプ"
1758
+ #~ "レートと設定は後で変更できます。ここには 4 つのスタイルのテンプレートがありま"
1759
+ #~ "す。PRO バージョンでは、\"カテゴリー\"、\"さらにロード\" ボタン、\"投稿フィー"
1760
+ #~ "ド (コンテンツ)\" ギャラリー、\"ポラロイド\" ギャラリーなどの追加の機能を利用で"
1761
+ #~ "きます。ギャラリーの名前を入力して \"保存\" をクリックしてください。"
1762
+
1763
+ # - I changed all the instances of "â" according to the context.
1764
+ # - I translated "it will be displayed in a pop-up image when you click on the image." as "the video will be displayed in a pop-up when you click on the image."
1765
+ # - "Now follow to the gallery settings – сlick “Properties” button." is corrupted and I think this is a feature in the PRO version, so I translated as "Now go to the gallery settings and click "œProperties"€ button" (but I don't know what "gallery settings" is).
1766
+ #~ msgid ""
1767
+ #~ "<p>Now you can see your image list. Here you can:</p><p>Change the order of "
1768
+ #~ "images – simply by dragging them manually.</p><p>Delete images</p><p>Add new "
1769
+ #~ "images from different sources to the grid gallery – click “Add Images” button "
1770
+ #~ "and select the source to import from.</p><p><b>Caption tab</b> – add caption "
1771
+ #~ "to image – it will be displayed on the caption effect of the gallery. Also "
1772
+ #~ "here included the support of html-elements inside caption effect</p><p><b>SEO "
1773
+ #~ "tab</b> – manage image title and description</p><p><b>Link tab</b> – attach "
1774
+ #~ "links to image – it will go to the link when you click the image.</"
1775
+ #~ "p><p><b>Video tab</b> – attach video url – it will be displayed in a pop-up "
1776
+ #~ "image when you click on the image.</p><p><b>Categories tab</b> – add tags for "
1777
+ #~ "image categories.</p><p>Now follow to the gallery settings – сlick "
1778
+ #~ "“Properties” button.</p>"
1779
+ #~ msgstr ""
1780
+ #~ "<p>画像リストが表示されます。ここでは、次の操作を実行できます:</p><p>画像をド"
1781
+ #~ "ラッグして画像の順序を変更する</p><p>画像を削除する</p><p>他のソースからグリッ"
1782
+ #~ "ドギャラリーに画像を追加する (\"画像を追加\" ボタンをクリックし、インポート元の"
1783
+ #~ "ソースを選択します)</p><p><b>\"キャプション\" タブ</b> - 画像にキャプションを追"
1784
+ #~ "加できます。これはギャラリーのキャプション効果に表示されます。キャプション効果"
1785
+ #~ "内で HTML 要素を使用することもできます。</p><p><b>\"SEO\" タブ</b> - 画像のタイ"
1786
+ #~ "トルと説明を管理できます。</p><p><b>\"リンク\" タブ</b> - 画像にリンクを貼るこ"
1787
+ #~ "とができます。画像をクリックすると、リンク先が表示されます。</p><p><b>\"動画\" "
1788
+ #~ "タブ</b> - 動画の URL を貼ることができます。 画像をクリックすると、動画がポップ"
1789
+ #~ "アップに表示されます。</p><p><b>\"カテゴリー\" タブ</b> - 画像のカテゴリーのタ"
1790
+ #~ "グを追加できます。</p><p>次に、ギャラリーの設定に進み、\"プロパティー\" ボタン"
1791
+ #~ "をクリックします。</p>"
1792
+
1793
+ #~ msgid ""
1794
+ #~ "<p>Categories: Сategories option includes such capabilities:</p><p>Hide \"all"
1795
+ #~ "\" category</p><p>Enable shuffling animation of images. (If you enable posts "
1796
+ #~ "layout on the Posts tab – this feature will not be available).</p><p>Set the "
1797
+ #~ "duration of animation.</p><p>Define the position of categories – over or under "
1798
+ #~ "the gallery.</p><p>Determine the alignment of categories.</p><p>Set Categories "
1799
+ #~ "order</p><p>To this tab become available you need to buy pro-version."
1800
+ #~ msgstr ""
1801
+ #~ "<p>\"カテゴリー\": \"カテゴリー\" オプションには次の機能があります:</p><p>\"す"
1802
+ #~ "べて\" カテゴリーを非表示にする</p><p>画像のシャッフルアニメーションを有効にす"
1803
+ #~ "る (\"投稿\" タブで投稿レイアウトを有効にすると、この機能は使用できません)</"
1804
+ #~ "p><p>アニメーションの長さを設定する</p><p>カテゴリーの位置をギャラリーの上また"
1805
+ #~ "は下に設定する</p><p>カテゴリーの位置合わせを設定する</p><p>カテゴリーの順序を"
1806
+ #~ "設定する</p><p>このタブを使用するには、PRO バージョンを購入する必要があります。"
1807
+
1808
+ #~ msgid ""
1809
+ #~ "There’re really many options of photo gallery plugin customization. So as soon "
1810
+ #~ "as you close that page, I’ll show you step-by-step tutorial of how to use "
1811
+ #~ "plugin. Hope it will be usefull for you :)"
1812
+ #~ msgstr ""
1813
+ #~ "Photo Gallery プラグインにはさまざまなオプションがあります。このページを閉じる"
1814
+ #~ "と、プラグインの使い方を示す操作手順チュートリアルが表示されますので、ご活用く"
1815
+ #~ "ださい。"
1816
+
1817
+ #~ msgid ""
1818
+ #~ "We love our plugin and do the best to improve all features you want and fix "
1819
+ #~ "all issues. But sometimes some issues happened or you can’t find feature you "
1820
+ #~ "want :) Don’t worry, just <a href=\"//supsystic.com/plugins/photo-gallery?"
1821
+ #~ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" "
1822
+ #~ "target=\"_blank\"> contact us </a> . We’ll answer in an hour and fix all "
1823
+ #~ "issues."
1824
+ #~ msgstr ""
1825
+ #~ "Supsystic は、ユーザーが要望する機能強化と問題の解決に最善を尽くしていますが、"
1826
+ #~ "問題が発生することは避けられず、また使いたい機能が見つからないこともあります。"
1827
+ #~ "このような場合は、お気軽に<a href=\"//supsystic.com/plugins/photo-gallery?"
1828
+ #~ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" "
1829
+ #~ "target=\"_blank\">お問い合わせ</a>ください。1 時間以内に回答し、問題を解決する"
1830
+ #~ "ように努めます。"
1831
+
1832
+ # I assume "Pagination" is NOT on the Categories tab.
1833
+ #~ msgid ""
1834
+ #~ "Activate “Available” radio button opposite the “Pagination” or “Categories” "
1835
+ #~ "option on the Categories tab."
1836
+ #~ msgstr ""
1837
+ #~ "\"ページ付け\" または \"カテゴリー\" タブの \"カテゴリー\" オプションに対応す"
1838
+ #~ "る \"使用可能\" ラジオボタンをアクティブにします。"
1839
+
1840
+ #~ msgid "After configuring the settings click “Save” button."
1841
+ #~ msgstr "設定が完了したら、\"保存\" ボタンをクリックします。"
1842
+
1843
+ #~ msgid "What is “Post Feed” Gallery"
1844
+ #~ msgstr "\"投稿フィード\" ギャラリーとは"
1845
+
1846
+ #~ msgid ""
1847
+ #~ "Select “Enable” in Posts Layout dropdown list to activate the posts option."
1848
+ #~ msgstr ""
1849
+ #~ "\"投稿レイアウト\" ドロップダウンリストで \"有効にする\" を選択して投稿オプショ"
1850
+ #~ "ンをアクティブにします。"
app/langs/sgg-nl_NL.mo ADDED
Binary file
app/langs/sgg-nl_NL.po ADDED
@@ -0,0 +1,1613 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: \n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: Caforio Marco <marco@e-viva.be>\n"
7
+ "Language-Team: \n"
8
+ "Language: nl_NL\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=iso-8859-1\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
+
14
+ msgid "An error has occurred"
15
+ msgstr "Er heeft zich een fout voorgedaan"
16
+
17
+ msgid "Overview"
18
+ msgstr ""
19
+
20
+ msgid "New Gallery"
21
+ msgstr "Nieuwe gallerij"
22
+
23
+ msgid "Galleries"
24
+ msgstr "Galerijen"
25
+
26
+ msgid "Settings"
27
+ msgstr "Instellingen"
28
+
29
+ msgid "License"
30
+ msgstr ""
31
+
32
+ msgid "Images"
33
+ msgstr "Beelden"
34
+
35
+ msgid "Instagram"
36
+ msgstr "Instagram"
37
+
38
+ msgid "Flickr"
39
+ msgstr "Flickr"
40
+
41
+ msgid "Tumblr"
42
+ msgstr ""
43
+
44
+ msgid "Facebook"
45
+ msgstr ""
46
+
47
+ msgid "Get PRO"
48
+ msgstr "Neem PRO"
49
+
50
+ msgid "Loading"
51
+ msgstr "Aan het laden"
52
+
53
+ msgid "Authorization code is not specified."
54
+ msgstr "Authorisatiecode is niet gespecifi�erd"
55
+
56
+ msgid "Gallery by Supsystic"
57
+ msgstr "Gallery by Supsystic"
58
+
59
+ msgid "Import images"
60
+ msgstr "Importeer beelden"
61
+
62
+ msgid "Facebook authorization"
63
+ msgstr ""
64
+
65
+ msgid "Upload your images from the Facebook Media Library"
66
+ msgstr ""
67
+
68
+ msgid "Login with Facebook"
69
+ msgstr ""
70
+
71
+ msgid "Return to the gallery"
72
+ msgstr ""
73
+
74
+ msgid "Upload new images"
75
+ msgstr "Upload neiuwe beelden"
76
+
77
+ msgid "Logout"
78
+ msgstr "Log uit"
79
+
80
+ msgid "Select/unselect all photos"
81
+ msgstr "Selecteer/deselecteer alle fotos"
82
+
83
+ msgid ""
84
+ "Here you can specify your business pages and images will load from those pages. "
85
+ "You can set several pages, just separate ID of pages by \",\". To get the ID of "
86
+ "your page you need to switch to the wanted page, then click on \"About\" link "
87
+ "right below page cover, and at the bottom of \"About\" page you will find "
88
+ "Facebook Page ID."
89
+ msgstr ""
90
+
91
+ msgid "Save"
92
+ msgstr "Bewaar"
93
+
94
+ msgid "Empty user data."
95
+ msgstr "Lege gebruikersdata"
96
+
97
+ msgid "Flickr authorization"
98
+ msgstr ""
99
+
100
+ msgid "Upload your images from the Flickr Media Library"
101
+ msgstr "Doe een upload van je Flickr-beelden via de media bibliotheek"
102
+
103
+ msgid "Upload from Flickr"
104
+ msgstr "Laad op vanuit Flickr"
105
+
106
+ msgid "Images not in albums"
107
+ msgstr ""
108
+
109
+ msgid "Albums"
110
+ msgstr ""
111
+
112
+ msgid "Fullscreen"
113
+ msgstr ""
114
+
115
+ msgid "Load More Button"
116
+ msgstr ""
117
+
118
+ msgid "Enable"
119
+ msgstr ""
120
+
121
+ msgid "Disable"
122
+ msgstr ""
123
+
124
+ msgid "Load with scroll"
125
+ msgstr ""
126
+
127
+ msgid "No"
128
+ msgstr "Geen"
129
+
130
+ msgid "Yes"
131
+ msgstr "Ja"
132
+
133
+ msgid "Load more button text"
134
+ msgstr ""
135
+
136
+ msgid "Images amount"
137
+ msgstr ""
138
+
139
+ msgid "Load more amount"
140
+ msgstr ""
141
+
142
+ msgid "Custom Buttons"
143
+ msgstr ""
144
+
145
+ msgid "Gallery Loader"
146
+ msgstr ""
147
+
148
+ msgid "Background color"
149
+ msgstr "Achtergrondkleur"
150
+
151
+ msgid "Choose Icon"
152
+ msgstr ""
153
+
154
+ msgid "Disable right click"
155
+ msgstr ""
156
+
157
+ msgid "Video size"
158
+ msgstr ""
159
+
160
+ msgid "Autoplay video"
161
+ msgstr ""
162
+
163
+ msgid "When video ends"
164
+ msgstr ""
165
+
166
+ msgid "Do nothing"
167
+ msgstr ""
168
+
169
+ msgid "Open next slide"
170
+ msgstr ""
171
+
172
+ msgid "Close popup"
173
+ msgstr ""
174
+
175
+ msgid "Posts layout"
176
+ msgstr "Posts layout"
177
+
178
+ msgid "Posts layout style"
179
+ msgstr "Posts layout stijling"
180
+
181
+ msgid "Posts"
182
+ msgstr "Posts"
183
+
184
+ msgid "Pages"
185
+ msgstr "Paginas"
186
+
187
+ msgid "Show author"
188
+ msgstr "Toon auteur"
189
+
190
+ msgid "Show date"
191
+ msgstr "Toon datum"
192
+
193
+ msgid "Show contents"
194
+ msgstr "Toon inhoud"
195
+
196
+ msgid "Show categories"
197
+ msgstr "Toon categori�n"
198
+
199
+ msgid "Hide \"All\" category"
200
+ msgstr ""
201
+
202
+ msgid "Enable shuffling animation"
203
+ msgstr "Activeer schuivende animatie"
204
+
205
+ msgid "Animation duration"
206
+ msgstr "Animatie duur"
207
+
208
+ msgid "Position"
209
+ msgstr "Positie"
210
+
211
+ msgid "Over the gallery"
212
+ msgstr "Boven de gallerij"
213
+
214
+ msgid "Under the gallery"
215
+ msgstr "Onder de gallerij"
216
+
217
+ msgid "Align"
218
+ msgstr "Lijn uit"
219
+
220
+ msgid "Left"
221
+ msgstr "Links"
222
+
223
+ msgid "Center"
224
+ msgstr "Midden"
225
+
226
+ msgid "Right"
227
+ msgstr "Rechts"
228
+
229
+ msgid "Presets"
230
+ msgstr ""
231
+
232
+ msgid "Choose preset"
233
+ msgstr ""
234
+
235
+ msgid "Preset Editor"
236
+ msgstr ""
237
+
238
+ msgid "Categories order"
239
+ msgstr ""
240
+
241
+ msgid "All"
242
+ msgstr ""
243
+
244
+ msgid "Enable pagination"
245
+ msgstr "Paginanummering actief"
246
+
247
+ msgid "Pagination"
248
+ msgstr "Paginanummering"
249
+
250
+ msgid "Images per page"
251
+ msgstr "Beelden per pagina"
252
+
253
+ msgid "Buttons position"
254
+ msgstr "Knoppen positie"
255
+
256
+ msgid "Top"
257
+ msgstr "Boven"
258
+
259
+ msgid "Bottom"
260
+ msgstr "Onder"
261
+
262
+ msgid "Container background"
263
+ msgstr "Containder achtergrond"
264
+
265
+ msgid "Hide container background."
266
+ msgstr "Laat container-achtergrondkleur niet zien"
267
+
268
+ msgid "Text background"
269
+ msgstr "Text achtergrond"
270
+
271
+ msgid "Hide text background."
272
+ msgstr "Verberg text-achtergrond"
273
+
274
+ msgid "Text color"
275
+ msgstr "Tekst kleur"
276
+
277
+ msgid "Use color, based on my theme."
278
+ msgstr "Gebruik een kleur gebasseerd op mijn gekozen thema"
279
+
280
+ msgid "Vertical padding"
281
+ msgstr "Verticale padding"
282
+
283
+ msgid "Horizontal padding"
284
+ msgstr "Horizontale padding"
285
+
286
+ msgid "Font weight"
287
+ msgstr "Letter dikte"
288
+
289
+ msgid "Font size"
290
+ msgstr "Letter grootte"
291
+
292
+ msgid "Border width"
293
+ msgstr "Randgrootte"
294
+
295
+ msgid "Border type"
296
+ msgstr "Boor stijl"
297
+
298
+ msgid "Border color"
299
+ msgstr "Boord kleur"
300
+
301
+ msgid "Border radius"
302
+ msgstr "Boord radius"
303
+
304
+ msgid "Buttons preset editor for Paginations, Categories and Load More buttons"
305
+ msgstr ""
306
+
307
+ msgid "Custom class"
308
+ msgstr ""
309
+
310
+ msgid "Font family"
311
+ msgstr ""
312
+
313
+ msgid "Border style"
314
+ msgstr ""
315
+
316
+ msgid "Choose icon"
317
+ msgstr ""
318
+
319
+ msgid "Page "
320
+ msgstr "Pagina"
321
+
322
+ msgid "Activate License"
323
+ msgstr ""
324
+
325
+ msgid "Renew License"
326
+ msgstr ""
327
+
328
+ msgid "Slider by Supsystic"
329
+ msgstr ""
330
+
331
+ msgid ""
332
+ "Congratulations! You have successfully installed and activated PRO version of ' "
333
+ "~ environment.getMenu().getMenuTitle() ~ ' plugin."
334
+ msgstr ""
335
+
336
+ msgid "Your premium support is expired in ' ~ days ~ ' days"
337
+ msgstr ""
338
+
339
+ msgid "You will not be able to update your pro version with expired license"
340
+ msgstr ""
341
+
342
+ msgid "Activate"
343
+ msgstr ""
344
+
345
+ msgid "Authorization oauth_verifier is not specified."
346
+ msgstr ""
347
+
348
+ msgid "Tumblr authorization"
349
+ msgstr ""
350
+
351
+ msgid "Upload your images from the Tumblr Media Library"
352
+ msgstr ""
353
+
354
+ msgid "Upload from Tumblr"
355
+ msgstr ""
356
+
357
+ msgid "FTP"
358
+ msgstr ""
359
+
360
+ msgid "Upload your images from the FTP Server"
361
+ msgstr ""
362
+
363
+ msgid "Enter images folder name, e.g. my-images"
364
+ msgstr ""
365
+
366
+ msgid "Parse"
367
+ msgstr ""
368
+
369
+ msgid "Note: images folder must be in wp-content/uploads/directory"
370
+ msgstr ""
371
+
372
+ msgid "Host"
373
+ msgstr ""
374
+
375
+ msgid "Username"
376
+ msgstr ""
377
+
378
+ msgid "Password"
379
+ msgstr ""
380
+
381
+ msgid "Port"
382
+ msgstr ""
383
+
384
+ msgid "Enter the full path to images folder"
385
+ msgstr ""
386
+
387
+ msgid "Note: you need to specify the full path to images folder"
388
+ msgstr ""
389
+
390
+ msgid "Please fill all fields"
391
+ msgstr ""
392
+
393
+ msgid "Loading text"
394
+ msgstr ""
395
+
396
+ msgid "Loading..."
397
+ msgstr ""
398
+
399
+ msgid "Open by link in popup"
400
+ msgstr ""
401
+
402
+ msgid "Gallery link"
403
+ msgstr ""
404
+
405
+ msgid "Auto posts"
406
+ msgstr ""
407
+
408
+ msgid "Number of posts"
409
+ msgstr ""
410
+
411
+ msgid "Auto Posts Categories"
412
+ msgstr ""
413
+
414
+ msgid "Select categories"
415
+ msgstr ""
416
+
417
+ msgid "Google Drive authorization"
418
+ msgstr ""
419
+
420
+ msgid "Upload your images from Google Drive CDN"
421
+ msgstr ""
422
+
423
+ msgid "Upload from Google Drive"
424
+ msgstr ""
425
+
426
+ msgid "Google Drive"
427
+ msgstr ""
428
+
429
+ msgid "New gallery successfully created"
430
+ msgstr "Nieuwe gallerij succesvol aangemaakt"
431
+
432
+ msgid "Title successfully updated"
433
+ msgstr "Tittel succesvol ge�pdated"
434
+
435
+ msgid "Not enough data."
436
+ msgstr "Niet genoeg data"
437
+
438
+ msgid "Preset successfully saved."
439
+ msgstr "Ingestelde succesvol bewaard"
440
+
441
+ msgid "The preset ID is not specified."
442
+ msgstr "De voorinstelling ID is niet gespecifi�erd"
443
+
444
+ msgid "Preset successfully removed."
445
+ msgstr "Instelling succesvol verwijderd"
446
+
447
+ msgid "Failed to find the preset."
448
+ msgstr "Vooringestelde niet gevonden."
449
+
450
+ msgid "Preset successfully applied to the gallery."
451
+ msgstr "Instelling succevol toegepast op de gallerij."
452
+
453
+ msgid "Unnamed gallery"
454
+ msgstr "Onbenoemde gallerij"
455
+
456
+ msgid "The identifier of the gallery is invalid"
457
+ msgstr "Gebruiker van de gallerij is ongeldig"
458
+
459
+ msgid "Title is empty"
460
+ msgstr "Titel is niet ingevuld"
461
+
462
+ msgid "Failed to rename the gallery"
463
+ msgstr "Gallerij hernoemen mislukt"
464
+
465
+ msgid "Invalid gallery identifier specified"
466
+ msgstr "Ongeldige gebruiker van de gallerij opgemerkt"
467
+
468
+ msgid "Failed to delete the gallery"
469
+ msgstr "Wissen gallerij mislukt"
470
+
471
+ msgid "Resources are does not exists"
472
+ msgstr "Bron bestaat niet"
473
+
474
+ msgid "The identifier of the Gallery is not specified"
475
+ msgstr "De gebruiker van de gallerij is niet gespecifi�erd"
476
+
477
+ msgid "New gallery"
478
+ msgstr "Nieuwe gallerij"
479
+
480
+ msgid "Add Images"
481
+ msgstr ""
482
+
483
+ msgid "Add selected items"
484
+ msgstr "Voeg geselecteerde items toe"
485
+
486
+ msgid "Cancel"
487
+ msgstr "Annuleer"
488
+
489
+ msgid ""
490
+ "You need to import images to your gallery before you can start using galleries"
491
+ msgstr "Je moet eerst beelden importeren vooralleer je gallerijen kan gebruiken"
492
+
493
+ msgid "Selected"
494
+ msgstr ""
495
+
496
+ msgid "Create new gallery"
497
+ msgstr "Maak een nieuwe gallerij"
498
+
499
+ msgid ""
500
+ "Choose Gallery Template.You can change template and settings on the next step."
501
+ msgstr ""
502
+
503
+ msgid "Gallery Name:"
504
+ msgstr ""
505
+
506
+ msgid "Choose Gallery Template."
507
+ msgstr ""
508
+
509
+ msgid "Remove selected"
510
+ msgstr "Verwijder geselecteerde"
511
+
512
+ msgid "Select/unselect all posts"
513
+ msgstr "Selecteer/deselecteer alle artikelen"
514
+
515
+ msgid "Images list"
516
+ msgstr "Beelden lijst"
517
+
518
+ msgid "Preview"
519
+ msgstr "Preview"
520
+
521
+ msgid "Total Images: "
522
+ msgstr ""
523
+
524
+ msgid "There are %s photos in the gallery %s"
525
+ msgstr "Er zijn %s fotos in de gallerij %s"
526
+
527
+ msgid "Are you sure you want to delete this gallery?"
528
+ msgstr ""
529
+
530
+ msgid "Delete gallery"
531
+ msgstr ""
532
+
533
+ msgid "Shortcode:"
534
+ msgstr ""
535
+
536
+ msgid "PHPCode:"
537
+ msgstr ""
538
+
539
+ msgid "You have no galleries"
540
+ msgstr ""
541
+
542
+ msgid "You don't have any galleries yet."
543
+ msgstr "Je hebt nog geen enkele gallerij."
544
+
545
+ msgid "Want to create one right now?"
546
+ msgstr "Wil je nu ��n maken?"
547
+
548
+ msgid "What is a gallery"
549
+ msgstr "Wat is een gallerij"
550
+
551
+ msgid ""
552
+ "<strong>Gallery</strong> &mdash; the highest type of entity in the Gallery by "
553
+ "Supsystic."
554
+ msgstr ""
555
+
556
+ msgid ""
557
+ "You can have an unlimited number of galleries, to which you can attach the "
558
+ "preloaded pictures."
559
+ msgstr ""
560
+
561
+ msgid ""
562
+ "Each gallery has a number of display settings and behaviors that you can save to "
563
+ "presets and apply to other galleries."
564
+ msgstr ""
565
+ "Iedere gallerij heeft een aantal mogelijkheden om in te stellen. Deze kan je als "
566
+ "voorinstelling bewaren om te kunnen gebruiken bij andere gallerijen."
567
+
568
+ msgid "Gallery title can't be empty!"
569
+ msgstr "De gallerij moet een titel bevatten"
570
+
571
+ msgid "Gallery title:"
572
+ msgstr "Gallerie titel:"
573
+
574
+ msgid "Select source to import from"
575
+ msgstr ""
576
+
577
+ msgid "Back to the gallery"
578
+ msgstr "Terug naar gallerij"
579
+
580
+ msgid "Main"
581
+ msgstr "Hoofd"
582
+
583
+ msgid "Captions"
584
+ msgstr ""
585
+
586
+ msgid "Categories"
587
+ msgstr "Categori�n"
588
+
589
+ msgid "Add images"
590
+ msgstr "Voeg beelden toe"
591
+
592
+ msgid "Import settings"
593
+ msgstr ""
594
+
595
+ msgid "Your changes not saved. You really want to leave without saving?"
596
+ msgstr ""
597
+
598
+ msgid "Gallery Type"
599
+ msgstr ""
600
+
601
+ msgid "Number of Columns"
602
+ msgstr ""
603
+
604
+ msgid "Responsive columns"
605
+ msgstr ""
606
+
607
+ msgid "Gallery Position"
608
+ msgstr ""
609
+
610
+ msgid "Images distance"
611
+ msgstr ""
612
+
613
+ msgid "Gallery width"
614
+ msgstr "Gallerij breedte"
615
+
616
+ msgid "Full screen width"
617
+ msgstr ""
618
+
619
+ msgid "Gallery padding"
620
+ msgstr ""
621
+
622
+ msgid "Gallery height"
623
+ msgstr "Gallerij hoogte"
624
+
625
+ msgid "Image width"
626
+ msgstr ""
627
+
628
+ msgid "Image height"
629
+ msgstr ""
630
+
631
+ msgid "Image radius"
632
+ msgstr ""
633
+
634
+ msgid "Image crop quality"
635
+ msgstr ""
636
+
637
+ msgid "Display only first image"
638
+ msgstr ""
639
+
640
+ msgid "Social Sharing"
641
+ msgstr ""
642
+
643
+ msgid "Social Buttons Project"
644
+ msgstr ""
645
+
646
+ msgid "Gallery Sharing"
647
+ msgstr ""
648
+
649
+ msgid "Image Sharing"
650
+ msgstr ""
651
+
652
+ msgid "Buttons align"
653
+ msgstr ""
654
+
655
+ msgid "Popup Image Sharing"
656
+ msgstr ""
657
+
658
+ msgid "You have no Social Sharing projects for now."
659
+ msgstr ""
660
+
661
+ msgid "Create your first project"
662
+ msgstr ""
663
+
664
+ msgid ""
665
+ "then just reload page with your Gallery settings, and you will see list with "
666
+ "available Social Projects for your Gallery."
667
+ msgstr ""
668
+
669
+ msgid "You need to install Social Share Buttons by Supsystic to use this feature."
670
+ msgstr ""
671
+
672
+ msgid "Install plugin"
673
+ msgstr ""
674
+
675
+ msgid "here."
676
+ msgstr ""
677
+
678
+ msgid "Horizontal Scroll"
679
+ msgstr ""
680
+
681
+ msgid "Scroll Bar Color"
682
+ msgstr ""
683
+
684
+ msgid "Scroll Bar Transparency"
685
+ msgstr ""
686
+
687
+ msgid "Border"
688
+ msgstr "Rand"
689
+
690
+ msgid "Available"
691
+ msgstr ""
692
+
693
+ msgid "Border Type"
694
+ msgstr ""
695
+
696
+ msgid "Shadow"
697
+ msgstr "Schaduw"
698
+
699
+ msgid "Shadow preset"
700
+ msgstr ""
701
+
702
+ msgid "When mouse is over"
703
+ msgstr "Indien muis over"
704
+
705
+ msgid "Off"
706
+ msgstr ""
707
+
708
+ msgid "Show mouse on"
709
+ msgstr ""
710
+
711
+ msgid "Hide mouse on"
712
+ msgstr ""
713
+
714
+ msgid "Overlay image with shadow"
715
+ msgstr "Bedekking beeld met schaduw"
716
+
717
+ msgid "Shadow color"
718
+ msgstr "Schaduw kleur"
719
+
720
+ msgid "Shadow blur"
721
+ msgstr "Wazige shaduw"
722
+
723
+ msgid "Shadow X"
724
+ msgstr "Schaduw X-as"
725
+
726
+ msgid "Shadow Y"
727
+ msgstr "Schaduw Y-as"
728
+
729
+ msgid "Pop-up Image"
730
+ msgstr ""
731
+
732
+ msgid "Popup box theme"
733
+ msgstr ""
734
+
735
+ msgid "Choose theme"
736
+ msgstr "Kies thema"
737
+
738
+ msgid "Disable on mobile"
739
+ msgstr ""
740
+
741
+ msgid "Popup Image Text"
742
+ msgstr ""
743
+
744
+ msgid "Caption"
745
+ msgstr "Onderschrift"
746
+
747
+ msgid "Title"
748
+ msgstr "Tittel"
749
+
750
+ msgid "Alt text"
751
+ msgstr ""
752
+
753
+ msgid "Description"
754
+ msgstr "Omschrijving"
755
+
756
+ msgid "Hide Popup Captions"
757
+ msgstr ""
758
+
759
+ msgid "Transparency"
760
+ msgstr "Transparantheid"
761
+
762
+ msgid "Slideshow"
763
+ msgstr "Slideshow"
764
+
765
+ msgid "Slideshow speed"
766
+ msgstr "Slideshow snellheid"
767
+
768
+ msgid "Slideshow pause on hover"
769
+ msgstr ""
770
+
771
+ msgid "Slideshow autostart"
772
+ msgstr "Slideshow automatische start"
773
+
774
+ msgid "Popup Image size"
775
+ msgstr ""
776
+
777
+ msgid "Effect"
778
+ msgstr "Effect"
779
+
780
+ msgid "Choose effect"
781
+ msgstr "Kies effect"
782
+
783
+ msgid "Personal captions"
784
+ msgstr ""
785
+
786
+ msgid "Polaroid Style"
787
+ msgstr ""
788
+
789
+ msgid "Polaroid Image Animation"
790
+ msgstr ""
791
+
792
+ msgid "Polaroid Image Scattering "
793
+ msgstr ""
794
+
795
+ msgid "Polaroid Frame Width"
796
+ msgstr ""
797
+
798
+ msgid "Text size"
799
+ msgstr "Tekst grootte"
800
+
801
+ msgid "Text horizontal align"
802
+ msgstr ""
803
+
804
+ msgid "Text vertical align"
805
+ msgstr ""
806
+
807
+ msgid "Hide image title tooltip"
808
+ msgstr ""
809
+
810
+ msgid "Mobile - show always caption"
811
+ msgstr ""
812
+
813
+ msgid "Show icons"
814
+ msgstr "Toon iconen"
815
+
816
+ msgid "Select effect"
817
+ msgstr "Selecteer effecten"
818
+
819
+ msgid "Animation"
820
+ msgstr ""
821
+
822
+ msgid "Icons color"
823
+ msgstr "Icoon kleur"
824
+
825
+ msgid "Icons hover color"
826
+ msgstr "Zwevende kleur over iconen"
827
+
828
+ msgid "Background hover color"
829
+ msgstr "Zwevende achtergrondkleur"
830
+
831
+ msgid "Icons size"
832
+ msgstr "Icoon grootte"
833
+
834
+ msgid "Distance between icons"
835
+ msgstr "Afstand tussen iconen"
836
+
837
+ msgid "Show overlay"
838
+ msgstr "Toon bedekking"
839
+
840
+ msgid "Overlay color"
841
+ msgstr "Bedekkingskleur"
842
+
843
+ msgid "Overlay transparency"
844
+ msgstr "Bedekkings transparantie"
845
+
846
+ msgid "Categorize images in the gallery"
847
+ msgstr ""
848
+
849
+ msgid "Let user switch gallery pages"
850
+ msgstr ""
851
+
852
+ msgid "Save settings as preset"
853
+ msgstr "Bewaar instellingen als vooringestelde"
854
+
855
+ msgid "Preset title:"
856
+ msgstr "Vooringestelde titel:"
857
+
858
+ msgid "Delete preset"
859
+ msgstr "Verwijder vooringestelde"
860
+
861
+ msgid "Are you really want to delete preset \"%s\"?"
862
+ msgstr "Ben je zeker om deze instelling te wissen \"%s\"?"
863
+
864
+ msgid "Load settings from presets"
865
+ msgstr "Laad instellingen vanuit vooringestelden."
866
+
867
+ msgid "Select preset:"
868
+ msgstr "Selecteer vooringestelde:"
869
+
870
+ msgid "Failed to load the presets."
871
+ msgstr "Inladen instellingen mislukt."
872
+
873
+ msgid "Currently you have no presets."
874
+ msgstr "Er zijn momenteel geen instellingen"
875
+
876
+ msgid "Select \"Big image\" theme"
877
+ msgstr "Selecteer \"Big image\" thema"
878
+
879
+ msgid "Select a theme"
880
+ msgstr "Selecteer thema"
881
+
882
+ msgid "Select"
883
+ msgstr ""
884
+
885
+ msgid "Select overlay effect"
886
+ msgstr "Selecteer bedekkingseffect"
887
+
888
+ msgid "This effect requires icons be enabled. Enable Icons?"
889
+ msgstr ""
890
+
891
+ msgid "Select shadow preset"
892
+ msgstr ""
893
+
894
+ msgid "Select shadow"
895
+ msgstr ""
896
+
897
+ msgid "Import settings from gallery"
898
+ msgstr ""
899
+
900
+ msgid ""
901
+ "Here you can import settings from other galleries, but right now, you have only "
902
+ "one gallery, create more - and see how it works"
903
+ msgstr ""
904
+
905
+ msgid "Improve free version"
906
+ msgstr ""
907
+
908
+ msgid "Select icons effects"
909
+ msgstr "Selecteer icoon-effecten"
910
+
911
+ msgid "Click on the icon to select effect"
912
+ msgstr "Klik op het icoon om effect te kiezen"
913
+
914
+ msgid "close"
915
+ msgstr ""
916
+
917
+ msgid "next"
918
+ msgstr ""
919
+
920
+ msgid "previous"
921
+ msgstr ""
922
+
923
+ msgid "start slideshow"
924
+ msgstr ""
925
+
926
+ msgid "stop slideshow"
927
+ msgstr ""
928
+
929
+ msgid "image"
930
+ msgstr ""
931
+
932
+ msgid "of"
933
+ msgstr ""
934
+
935
+ msgid "Choose source"
936
+ msgstr ""
937
+
938
+ msgid "Import from WordPress Media Library"
939
+ msgstr ""
940
+
941
+ msgid "Import from social networks"
942
+ msgstr ""
943
+
944
+ msgid "Import from your Instagram account"
945
+ msgstr ""
946
+
947
+ msgid "Import from your Flickr account"
948
+ msgstr ""
949
+
950
+ msgid "Import from your Tumblr account"
951
+ msgstr ""
952
+
953
+ msgid "Import from your Facebook account"
954
+ msgstr ""
955
+
956
+ msgid "Import from cloud services"
957
+ msgstr ""
958
+
959
+ msgid "Import from your FTP server"
960
+ msgstr ""
961
+
962
+ msgid "Import from your Google Drive account"
963
+ msgstr ""
964
+
965
+ msgid "Get Pro to enable import"
966
+ msgstr ""
967
+
968
+ msgid "Properties"
969
+ msgstr "Eigenschappen"
970
+
971
+ msgid "Delete Image"
972
+ msgstr ""
973
+
974
+ msgid "Sort To: "
975
+ msgstr ""
976
+
977
+ msgid "Sort By: "
978
+ msgstr ""
979
+
980
+ msgid "Switch to the list view"
981
+ msgstr "Schakel om naar lijst weergave"
982
+
983
+ msgid "Switch to the block view"
984
+ msgstr "Schakel om naar blok weergave"
985
+
986
+ msgid "Apply"
987
+ msgstr ""
988
+
989
+ msgid "Search"
990
+ msgstr ""
991
+
992
+ msgid "The gallery is does not exists"
993
+ msgstr "De gallerij bestaat niet"
994
+
995
+ msgid "Currently this gallery has no images"
996
+ msgstr "Op dit ogenblik bevat deze gallerij geen beelden"
997
+
998
+ msgid "Linked Images"
999
+ msgstr ""
1000
+
1001
+ msgid "Instagram authorization"
1002
+ msgstr ""
1003
+
1004
+ msgid "Upload your images from the Instagram Media Library"
1005
+ msgstr "Laad je beelden in van je Instagram mediabibliotheek"
1006
+
1007
+ msgid "Upload from Instagram"
1008
+ msgstr "Laad op vannuit Instagram"
1009
+
1010
+ msgid "Your message successfully send. We contact you soon."
1011
+ msgstr ""
1012
+
1013
+ msgid "Step-by-step Tutorial"
1014
+ msgstr ""
1015
+
1016
+ msgid "Begin Step-by-step Tutorial"
1017
+ msgstr ""
1018
+
1019
+ msgid "Name"
1020
+ msgstr ""
1021
+
1022
+ msgid "Email"
1023
+ msgstr ""
1024
+
1025
+ msgid "Website"
1026
+ msgstr ""
1027
+
1028
+ msgid "Subject"
1029
+ msgstr ""
1030
+
1031
+ msgid "Topic"
1032
+ msgstr ""
1033
+
1034
+ msgid "Plugin options"
1035
+ msgstr ""
1036
+
1037
+ msgid "Report a bug"
1038
+ msgstr ""
1039
+
1040
+ msgid "Require a new functionallity"
1041
+ msgstr ""
1042
+
1043
+ msgid "Other"
1044
+ msgstr ""
1045
+
1046
+ msgid "Message"
1047
+ msgstr ""
1048
+
1049
+ msgid "Hello Supsystic Team!"
1050
+ msgstr ""
1051
+
1052
+ msgid ""
1053
+ "Some errors occurred while sending mail please send your message trough this "
1054
+ "contact form:"
1055
+ msgstr ""
1056
+
1057
+ msgid "Unable to save chosen photo %s: %s"
1058
+ msgstr "Foto opslaan mislukt %s: %s"
1059
+
1060
+ msgid "New Folder"
1061
+ msgstr "Nieuwe map"
1062
+
1063
+ msgid "The title can't be empty"
1064
+ msgstr "Titel mag niet leeg zijn"
1065
+
1066
+ msgid "Failed to update position."
1067
+ msgstr "Positie update mislukt"
1068
+
1069
+ msgid "Position updated successfully!"
1070
+ msgstr "Positie update gelukt!"
1071
+
1072
+ msgid "Rename folder"
1073
+ msgstr "Hernoem map"
1074
+
1075
+ msgid "Folder name:"
1076
+ msgstr "Map naam:"
1077
+
1078
+ msgid "Add images to the gallery"
1079
+ msgstr "Voeg beelden toe aan de gallerij"
1080
+
1081
+ msgid "Please wait while the plugin to get the list of galleries..."
1082
+ msgstr "Ogenblikje wachten om de lijst van gallerijen te zien..."
1083
+
1084
+ msgid "Select the gallery:"
1085
+ msgstr "Selecteer gallerij:"
1086
+
1087
+ msgid "New folder"
1088
+ msgstr "Nieuwe folder"
1089
+
1090
+ msgid "Add images to the new gallery"
1091
+ msgstr "Voeg nieuwe beelden toe aan de gallerij"
1092
+
1093
+ msgid "Create new folder"
1094
+ msgstr "Maak nieuwe map aan"
1095
+
1096
+ msgid "Edit selected item"
1097
+ msgstr "Verander geselecteerde item"
1098
+
1099
+ msgid "Delete selected items"
1100
+ msgstr "Verwijder geselecteerde item"
1101
+
1102
+ msgid "Create new gallery from the selected items"
1103
+ msgstr "Maak nieuwe gallerij vannuit de geselecteerden"
1104
+
1105
+ msgid "New gallery from selected"
1106
+ msgstr "Nieuwe gallerij vannuit deze geselecteerden"
1107
+
1108
+ msgid "Add the selected items to the existing gallery"
1109
+ msgstr "Voeg geselecteerde onderwerpen toe aan de gallerij"
1110
+
1111
+ msgid "Add selected to the gallery"
1112
+ msgstr "Voeg geselecteerde aan gallerij"
1113
+
1114
+ msgid "Upload your images from the WordPress Media Library"
1115
+ msgstr ""
1116
+
1117
+ msgid "All photos"
1118
+ msgstr "Alle beelden"
1119
+
1120
+ msgid "Drop photos here to move them from the folder"
1121
+ msgstr "Sleep fotos hierheen om ze uit de map te verplaatsen"
1122
+
1123
+ msgid "Next"
1124
+ msgstr ""
1125
+
1126
+ msgid "Close Tutorial"
1127
+ msgstr ""
1128
+
1129
+ msgid "Welcome to Photo Gallery plugin by Supsystic!"
1130
+ msgstr ""
1131
+
1132
+ msgid ""
1133
+ "Thank you for choosing our Gallery plugin. Just click here to start using it - "
1134
+ "and we will show you it's possibilities and powerfull features."
1135
+ msgstr ""
1136
+
1137
+ msgid "Hello! This is the Gallery by Supsystic Overview."
1138
+ msgstr ""
1139
+
1140
+ msgid ""
1141
+ "Here you can get help: watch the video tutorial or read FAQ and Documentation, "
1142
+ "make use of contact form. Also here requirements for server - Server Settings."
1143
+ msgstr ""
1144
+
1145
+ msgid "Create your first Gallery"
1146
+ msgstr ""
1147
+
1148
+ msgid ""
1149
+ "To Create New Gallery select gallery template. You can change template and "
1150
+ "settings later. Now here are four different templates. With PRO version you’ll "
1151
+ "get more features like Categories, Load More button, Post Feed (Content) "
1152
+ "gallery, Polaroid gallery and more. Enter name of the gallery and click “Save”."
1153
+ msgstr ""
1154
+
1155
+ msgid "Add images to your Gallery"
1156
+ msgstr ""
1157
+
1158
+ msgid ""
1159
+ "Now you are in the edit menu of your gallery. And the first thing you need to do "
1160
+ "are add media to the gallery. Click \"Add Images\" button."
1161
+ msgstr ""
1162
+
1163
+ msgid "Images Import Options"
1164
+ msgstr ""
1165
+
1166
+ msgid ""
1167
+ "<p>Import images in several ways:</p><p>Import from Wordpress Media Library/"
1168
+ "Upload files from your computer</p><p>Import from social networks</"
1169
+ "p><p>Instagram (in the Free version)</p><p>With PRO-version also will be "
1170
+ "available import from Flickr, Tumblr and Facebook.</p><p>Besides with Gallery "
1171
+ "PRO version you can import images from such cloud services - FTP server, Google "
1172
+ "Drive.</p>"
1173
+ msgstr ""
1174
+
1175
+ msgid "Image List"
1176
+ msgstr ""
1177
+
1178
+ msgid ""
1179
+ "<p>Now you can see your image list. Here you can:</p><p>Change the order of "
1180
+ "images – simply by dragging them manually.</p><p>Delete images.</p><p>Add new "
1181
+ "images from different sources to the grid gallery – click “Add Images” button "
1182
+ "and select the source to import from.</p><p><b>Caption tab</b> – add caption to "
1183
+ "image – it will be displayed on the caption effect of the gallery. Also here "
1184
+ "included the support of html-elements inside caption effect</p><p><b>SEO tab</b> "
1185
+ "– manage image title and description</p><p><b>Link tab</b> – attach links to "
1186
+ "image – it will go to the link when you click the image.</p><p><b>Video tab</b> "
1187
+ "– attach video url – it will be displayed in a pop-up image when you click on "
1188
+ "the image.</p><p><b>Categories tab</b> – add tags for image categories.</"
1189
+ "p><p><b>Linked images tab</b> – add linked images to the chosen image.</"
1190
+ "p><p><b>Crop tab</b> – choose image crop position.</p><p><b>Replace image tab</"
1191
+ "b> – replace image without losing image settings.</p><p>Now follow to the "
1192
+ "gallery settings – сlick “Properties” button.</p>"
1193
+ msgstr ""
1194
+
1195
+ msgid "Preview of Gallery settings"
1196
+ msgstr ""
1197
+
1198
+ msgid ""
1199
+ "At the left side of the monitor you see a preview image in which will be seen "
1200
+ "changes made to the settings. This window for the settings of your gallery."
1201
+ msgstr ""
1202
+
1203
+ msgid "Main Settings"
1204
+ msgstr ""
1205
+
1206
+ msgid ""
1207
+ "<p>Here you can set main settings of gallery - choose Gallery Type, for more "
1208
+ "information check this <a href=\"//supsystic.com/gallery-order-types/\" target="
1209
+ "\"_blank\">article</a>.</p><p>Social Sharing: add social share buttons to your "
1210
+ "gallery. Or showcase images in a Horizontal Scroll view.</p><p>Load More: adds "
1211
+ "\"load more\" button to your gallery. And with Custom Buttons: you can make your "
1212
+ "button better.</p><p>Add to images border and shadow with Border Type and Shadow "
1213
+ "settings.</p><p>In the Pop-up Image section customize lightbox of your gallery.</"
1214
+ "p>"
1215
+ msgstr ""
1216
+
1217
+ msgid "Captions and Icons"
1218
+ msgstr ""
1219
+
1220
+ msgid ""
1221
+ "<p>On Captions tab you can manage the Captions and Icons, and make them your "
1222
+ "style.</p>"
1223
+ msgstr ""
1224
+
1225
+ msgid "Categories and Pagination"
1226
+ msgstr ""
1227
+
1228
+ msgid ""
1229
+ "<p>Categories tab: here you can enable Categories and Pagination options.</"
1230
+ "p><p>To this tab become available you need to buy PRO version."
1231
+ msgstr ""
1232
+
1233
+ msgid ""
1234
+ "<p>Posts tab: here you can add posts and pages to your gallery and also manage "
1235
+ "them. Posts of gallery included in the PRO version of Gallery by Supsystic.</p>"
1236
+ msgstr ""
1237
+
1238
+ msgid "Well done!"
1239
+ msgstr ""
1240
+
1241
+ msgid ""
1242
+ "<p><b>Upgrading</b></p><p>Once you have purchased Premium version of plugin - "
1243
+ "you’ll have to enter license key (you can find it in your personal account on "
1244
+ "our site). Go to the License tab and enter your email and license key. Once you "
1245
+ "have activated your PRO license - you can use all its advanced options.</"
1246
+ "p><p>That’s all. From this moment you can use your Gallery without any doubt. "
1247
+ "But if you still have some question - do not hesitate to contact us through our "
1248
+ "<a href=\"https://supsystic.com/contact-us/\">internal support</a> or on our <a "
1249
+ "href=\"http://supsystic.com/forum/photo-gallery-plugin/\">Supsystic Forum.</a> "
1250
+ "Besides you can always describe your questions on <a href=\"https://wordpress."
1251
+ "org/support/plugin/gallery-by-supsystic\">WordPress Ultimate Forum.</a></"
1252
+ "p><p><b>Enjoy this plugin?</b></p><p>It will be nice if you`ll help us and boost "
1253
+ "plugin with <a href=\"https://wordpress.org/support/view/plugin-reviews/gallery-"
1254
+ "by-supsystic?rate=5#postform/\">Five Stars rating on WordPress.org.</a></p><p>We "
1255
+ "hope that you like this plugin and wish you all the best! Good luck!</p>"
1256
+ msgstr ""
1257
+
1258
+ msgid "Welcome to the"
1259
+ msgstr ""
1260
+
1261
+ msgid ""
1262
+ "Photo Gallery plugin is created for people who would like to show their photos "
1263
+ "in a marvelous way. Perform your best ideas, making delightful presentations or "
1264
+ "galleries from videos and photos."
1265
+ msgstr ""
1266
+
1267
+ msgid "Step-by-step tutorial"
1268
+ msgstr ""
1269
+
1270
+ msgid ""
1271
+ "There’re really many options of photo gallery plugin customization. So as soon "
1272
+ "as you close that page, I’ll show you step-by-step tutorial of how to use "
1273
+ "plugin. Hope it will be usefull for you :)"
1274
+ msgstr ""
1275
+
1276
+ msgid "Support"
1277
+ msgstr ""
1278
+
1279
+ msgid ""
1280
+ "We love our plugin and do the best to improve all features you want and fix all "
1281
+ "issues. But sometimes some issues happened or you can’t find feature you want :) "
1282
+ "Don’t worry, just <a href=\"//supsystic.com/plugins/photo-gallery?"
1283
+ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" "
1284
+ "target=\"_blank\"> contact us </a> . We’ll answer in an hour and fix all issues."
1285
+ msgstr ""
1286
+
1287
+ msgid "Video Tutorial"
1288
+ msgstr ""
1289
+
1290
+ msgid "Frequently Asked Questions"
1291
+ msgstr ""
1292
+
1293
+ msgid ""
1294
+ "Gallery doesn’t load on the front end. If the loading gallery icon just keeps "
1295
+ "playing but never loads the gallery."
1296
+ msgstr ""
1297
+
1298
+ msgid "How to change the position of photos in gallery?"
1299
+ msgstr ""
1300
+
1301
+ msgid "How to insert gallery into widget?"
1302
+ msgstr ""
1303
+
1304
+ msgid "Go to Appearance -> Widgets."
1305
+ msgstr ""
1306
+
1307
+ msgid ""
1308
+ "You’ll see Gallery by Supsystic Widget on the left. Drag it to the area, where "
1309
+ "you want it to appear."
1310
+ msgstr ""
1311
+
1312
+ msgid "Then choose what gallery you want to display. And press save."
1313
+ msgstr ""
1314
+
1315
+ msgid "Check all other FAQs"
1316
+ msgstr ""
1317
+
1318
+ msgid "Roles"
1319
+ msgstr ""
1320
+
1321
+ msgid "PRO option"
1322
+ msgstr ""
1323
+
1324
+ msgid "Edit image"
1325
+ msgstr "Bewerk beeld"
1326
+
1327
+ msgid "SEO"
1328
+ msgstr "SEO optimatisatie"
1329
+
1330
+ msgid "Alternative text"
1331
+ msgstr "Alternatieve tekst"
1332
+
1333
+ msgid "External link"
1334
+ msgstr "Externe link"
1335
+
1336
+ msgid "Available in PRO version."
1337
+ msgstr "Beschikbaar in PRO versie"
1338
+
1339
+ msgid "Link"
1340
+ msgstr "Link"
1341
+
1342
+ msgid "Open in new window"
1343
+ msgstr "Open in nieuw venster"
1344
+
1345
+ msgid "Embeded video"
1346
+ msgstr "Sluit video in"
1347
+
1348
+ msgid "Video URL"
1349
+ msgstr "Video URL"
1350
+
1351
+ msgid "Supports Youtube and Vimeo. URL will be converted to embed automatically."
1352
+ msgstr ""
1353
+ "Ondersteund Youtube en Vimeo. De URL zal automatisch omgezet worden om kunnen in "
1354
+ "te sluiten"
1355
+
1356
+ msgid "Image"
1357
+ msgstr "Beeld"
1358
+
1359
+ msgid "Date"
1360
+ msgstr "Datum"
1361
+
1362
+ msgid "Select %s"
1363
+ msgstr "Selecteer %s"
1364
+
1365
+ msgid "photo"
1366
+ msgstr "foto"
1367
+
1368
+ msgid "photos"
1369
+ msgstr "fotos"
1370
+
1371
+ msgid "Caption effect"
1372
+ msgstr ""
1373
+
1374
+ msgid "Video"
1375
+ msgstr "Video"
1376
+
1377
+ msgid "Linked images"
1378
+ msgstr ""
1379
+
1380
+ msgid "Crop"
1381
+ msgstr ""
1382
+
1383
+ msgid "Replace image"
1384
+ msgstr ""
1385
+
1386
+ msgid "http://example.com/"
1387
+ msgstr "http://voorbeeld.com/"
1388
+
1389
+ msgid "Add nofollow attribute"
1390
+ msgstr ""
1391
+
1392
+ msgid "Choose images"
1393
+ msgstr ""
1394
+
1395
+ #~ msgid "Refresh Images List"
1396
+ #~ msgstr "Ververs beelden"
1397
+
1398
+ #~ msgid "Author"
1399
+ #~ msgstr "Auteur"
1400
+
1401
+ #~ msgid "Comments"
1402
+ #~ msgstr "Comentaren"
1403
+
1404
+ #~ msgid "Type"
1405
+ #~ msgstr "Type"
1406
+
1407
+ #~ msgid "Normal"
1408
+ #~ msgstr "Normaal"
1409
+
1410
+ #~ msgid "Bold"
1411
+ #~ msgstr "Vet"
1412
+
1413
+ #~ msgid "Add new gallery"
1414
+ #~ msgstr "Voeg nieuwe gallerij toe"
1415
+
1416
+ #~ msgid "Edit"
1417
+ #~ msgstr "Verander"
1418
+
1419
+ #~ msgid "Select shortcode for the gallery "
1420
+ #~ msgstr "Selecteer snelcode voor de gallerij"
1421
+
1422
+ #~ msgid "You have not any galleries"
1423
+ #~ msgstr "Je hebt geen gallerijen"
1424
+
1425
+ #~ msgid ""
1426
+ #~ "<strong>Gallery</strong> — the highest type of entity in the Supsystic by "
1427
+ #~ "GalleryGallery."
1428
+ #~ msgstr ""
1429
+ #~ "<strong>Gallerij</strong> — de hoogste etentiteit van Gallery by Supsystic."
1430
+
1431
+ #~ msgid ""
1432
+ #~ "You can have an unlimited number of galleries, to which you can attach the "
1433
+ #~ "preloaded pictures and folders."
1434
+ #~ msgstr ""
1435
+ #~ "Je kan oneindig aantal gallerijen aanmaken, waaraan je mappen en beelden kan "
1436
+ #~ "aan koppelen."
1437
+
1438
+ #~ msgid "Wanna know more?"
1439
+ #~ msgstr "Wil je meer weten?"
1440
+
1441
+ #~ msgid "Help"
1442
+ #~ msgstr "Hulp"
1443
+
1444
+ #~ msgid "Visit %s section to read more information about the galleries."
1445
+ #~ msgstr "Bezoek %s dit onderwerp hier om meer te leren over gallerijen."
1446
+
1447
+ #~ msgid "Delete"
1448
+ #~ msgstr "Verwijder"
1449
+
1450
+ #~ msgid "Area"
1451
+ #~ msgstr "Regio"
1452
+
1453
+ #~ msgid "Big image"
1454
+ #~ msgstr "Groot beeld"
1455
+
1456
+ #~ msgid "Icons"
1457
+ #~ msgstr "Iconen"
1458
+
1459
+ #~ msgid "Images shuffling"
1460
+ #~ msgstr "Beelden schuffelen"
1461
+
1462
+ #~ msgid "Post feed"
1463
+ #~ msgstr "Bericht content"
1464
+
1465
+ #~ msgid "Grid"
1466
+ #~ msgstr "Raster"
1467
+
1468
+ #~ msgid "Distance between photos"
1469
+ #~ msgstr "Afstand tussen fotos"
1470
+
1471
+ #~ msgid "Photo width"
1472
+ #~ msgstr "Foto breedte"
1473
+
1474
+ #~ msgid "Photo height"
1475
+ #~ msgstr "Foto hoogte"
1476
+
1477
+ #~ msgid "Use shadow"
1478
+ #~ msgstr "Gebruik schaduw"
1479
+
1480
+ #~ msgid "Show caption"
1481
+ #~ msgstr "Toon onderschrift"
1482
+
1483
+ #~ msgid "Text align"
1484
+ #~ msgstr "Tekst uitlijning"
1485
+
1486
+ #~ msgid "Theme"
1487
+ #~ msgstr "Thema"
1488
+
1489
+ #~ msgid "Transition"
1490
+ #~ msgstr "Transitie"
1491
+
1492
+ #~ msgid "Elastic"
1493
+ #~ msgstr "Elastiticiteit"
1494
+
1495
+ #~ msgid "Fade"
1496
+ #~ msgstr "Vervaag"
1497
+
1498
+ #~ msgid "None"
1499
+ #~ msgstr "Geen"
1500
+
1501
+ #~ msgid "Transition speed"
1502
+ #~ msgstr "Tansitie snelheid"
1503
+
1504
+ #~ msgid "Close speed"
1505
+ #~ msgstr "Sluiting tijd"
1506
+
1507
+ #~ msgid "Disabled"
1508
+ #~ msgstr "Uit"
1509
+
1510
+ #~ msgid "Enabled"
1511
+ #~ msgstr "Aan"
1512
+
1513
+ #~ msgid "Shortcode"
1514
+ #~ msgstr "Insluitcode"
1515
+
1516
+ #~ msgid "Use this shortcode to insert the gallery \"%s\" on the pages or posts."
1517
+ #~ msgstr ""
1518
+ #~ "Gebruik de code om de gallerij in te voegen \"%s\" op paginas en berichten."
1519
+
1520
+ #~ msgid ""
1521
+ #~ "If you new to current feature, then you can read more about shortcodes in the "
1522
+ #~ "<a href=\"http://en.support.wordpress.com/shortcodes/\">official wordpress "
1523
+ #~ "documentation</a>."
1524
+ #~ msgstr ""
1525
+ #~ "Indien je meer wil weten over insluitcodes kijk dan bij de <a href=\"http://"
1526
+ #~ "en.support.wordpress.com/shortcodes/\">officiele wordpress documentatie</a>."
1527
+
1528
+ #~ msgid "Cover"
1529
+ #~ msgstr "Coverbeeld"
1530
+
1531
+ #~ msgid "Sort and orginize images with \"Categories\" option"
1532
+ #~ msgstr "Sorteer en organiseer beelden met \"Categories\" optie "
1533
+
1534
+ #~ msgid "Live preview"
1535
+ #~ msgstr "Live preview"
1536
+
1537
+ #~ msgid "Delete image"
1538
+ #~ msgstr "Verwijder beeld"
1539
+
1540
+ #~ msgid "Upload your images from the Wordpress Media Library"
1541
+ #~ msgstr "Laad je beelden op naar de mediagallerij van Wordpress"
1542
+
1543
+ #~ msgid "Lifetime for cached data"
1544
+ #~ msgstr "Levenslange caching voor data"
1545
+
1546
+ #~ msgid "The field \"%s\" available only for numeric values"
1547
+ #~ msgstr "Het veld \"%s\" is enkel numeriek"
1548
+
1549
+ #~ msgid "Settings successfully updated!"
1550
+ #~ msgstr "Instellingen succesvol bewaard"
1551
+
1552
+ #~ msgid "Please correct following errors:"
1553
+ #~ msgstr "Verander AUB volgende fouten:"
1554
+
1555
+ #~ msgid ""
1556
+ #~ "<strong>%s</strong> has its own caching system in order to significantly "
1557
+ #~ "reduce the load on the database."
1558
+ #~ msgstr ""
1559
+ #~ "<strong>%s</strong> heeft zijn eigen cachingssysteem dat de performantie van "
1560
+ #~ "de database beduidend kan versnellen."
1561
+
1562
+ #~ msgid "Caching is not available because your uploads directory is not writable."
1563
+ #~ msgstr "Caching is onmoegelijk. De map is niet schrijfbaar."
1564
+
1565
+ #~ msgid ""
1566
+ #~ "The time in seconds after which the cache will be considered obsolete. "
1567
+ #~ "Default: 86400 (24 hours)."
1568
+ #~ msgstr ""
1569
+ #~ "De tijd in seconden die nodig is om de caching als voldaan te beschouwen. "
1570
+ #~ "Standaard: 86400 (24 hours)."
1571
+
1572
+ #~ msgid "Clear cache"
1573
+ #~ msgstr "Leeg cachegeheugen"
1574
+
1575
+ #~ msgid ""
1576
+ #~ "We don't collect statistics on you, we only collect the errors encountered "
1577
+ #~ "during use in order to improve our product."
1578
+ #~ msgstr ""
1579
+ #~ "We verzamelen geen gegevens over u, we verzamelen enkel de fouten om zo ons "
1580
+ #~ "product te verbeteren."
1581
+
1582
+ #~ msgid "File"
1583
+ #~ msgstr "Bestand"
1584
+
1585
+ #~ msgid "Tags"
1586
+ #~ msgstr "Tags"
1587
+
1588
+ #~ msgid "Open in new window."
1589
+ #~ msgstr "Open in nieuw venster."
1590
+
1591
+ #~ msgid "Welcome to"
1592
+ #~ msgstr "Welkom tot"
1593
+
1594
+ #~ msgid "Version"
1595
+ #~ msgstr "Versie"
1596
+
1597
+ #~ msgid "Google"
1598
+ #~ msgstr "Google"
1599
+
1600
+ #~ msgid "Wordpress.org"
1601
+ #~ msgstr "Wordpress.org"
1602
+
1603
+ #~ msgid "Reffer a friend"
1604
+ #~ msgstr "Vertel een vriend"
1605
+
1606
+ #~ msgid "Find on the web"
1607
+ #~ msgstr "Vind op het web"
1608
+
1609
+ #~ msgid "Other way"
1610
+ #~ msgstr "Anders"
1611
+
1612
+ #~ msgid "Thank for check info. Start using plugin"
1613
+ #~ msgstr "Dank u om de info te verifi�ren. Begin de plugin te gebruiken"
app/langs/sgg-pl_PL.mo ADDED
Binary file
app/langs/sgg-pl_PL.po ADDED
@@ -0,0 +1,1626 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: \n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: pl_PL\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7.1\n"
13
+
14
+ # change - PB
15
+ msgid "An error has occurred"
16
+ msgstr "Wystąpił błąd"
17
+
18
+ # change - PB
19
+ msgid "Overview"
20
+ msgstr "Przegląd"
21
+
22
+ msgid "New Gallery"
23
+ msgstr "Nowa Galeria"
24
+
25
+ msgid "Galleries"
26
+ msgstr "Galerie"
27
+
28
+ msgid "Settings"
29
+ msgstr "Ustawienia"
30
+
31
+ msgid "License"
32
+ msgstr "Licencja"
33
+
34
+ msgid "Images"
35
+ msgstr "Obrazy"
36
+
37
+ msgid "Instagram"
38
+ msgstr "Instagram"
39
+
40
+ msgid "Flickr"
41
+ msgstr "Flickr"
42
+
43
+ msgid "Tumblr"
44
+ msgstr "Tumblr"
45
+
46
+ msgid "Facebook"
47
+ msgstr "Facebook"
48
+
49
+ # change - PB
50
+ msgid "Get PRO"
51
+ msgstr "Pobierz PRO"
52
+
53
+ msgid "Loading"
54
+ msgstr "Ładowanie"
55
+
56
+ msgid "Authorization code is not specified."
57
+ msgstr "Kod autoryzacji nie został określony."
58
+
59
+ msgid "Gallery by Supsystic"
60
+ msgstr "Galeria Supsystic"
61
+
62
+ msgid "Import images"
63
+ msgstr "Importuj obrazy"
64
+
65
+ msgid "Facebook authorization"
66
+ msgstr ""
67
+
68
+ msgid "Upload your images from the Facebook Media Library"
69
+ msgstr "Prześlij obrazy z biblioteki Facebooka"
70
+
71
+ msgid "Login with Facebook"
72
+ msgstr "Logowanie z Facebook"
73
+
74
+ msgid "Return to the gallery"
75
+ msgstr ""
76
+
77
+ msgid "Upload new images"
78
+ msgstr "Prześlij nowe obrazy"
79
+
80
+ msgid "Logout"
81
+ msgstr "Wylogowanie"
82
+
83
+ msgid "Select/unselect all photos"
84
+ msgstr "Zaznacz/odznacz wszystkie obrazy"
85
+
86
+ msgid ""
87
+ "Here you can specify your business pages and images will load from those "
88
+ "pages. You can set several pages, just separate ID of pages by \",\". To get "
89
+ "the ID of your page you need to switch to the wanted page, then click on "
90
+ "\"About\" link right below page cover, and at the bottom of \"About\" page "
91
+ "you will find Facebook Page ID."
92
+ msgstr ""
93
+
94
+ msgid "Save"
95
+ msgstr "Zapisz"
96
+
97
+ msgid "Empty user data."
98
+ msgstr "Puste dane użytkownika."
99
+
100
+ msgid "Flickr authorization"
101
+ msgstr ""
102
+
103
+ # change - PB
104
+ msgid "Upload your images from the Flickr Media Library"
105
+ msgstr "Prześlij swoje obrazy z biblioteki mediów Flickr"
106
+
107
+ msgid "Upload from Flickr"
108
+ msgstr "Prześlij z Flickr"
109
+
110
+ msgid "Images not in albums"
111
+ msgstr ""
112
+
113
+ msgid "Albums"
114
+ msgstr ""
115
+
116
+ msgid "Fullscreen"
117
+ msgstr ""
118
+
119
+ msgid "Load More Button"
120
+ msgstr ""
121
+
122
+ msgid "Enable"
123
+ msgstr ""
124
+
125
+ msgid "Disable"
126
+ msgstr "Zablokowane"
127
+
128
+ msgid "Load with scroll"
129
+ msgstr ""
130
+
131
+ msgid "No"
132
+ msgstr "Nie"
133
+
134
+ msgid "Yes"
135
+ msgstr "Tak"
136
+
137
+ msgid "Load more button text"
138
+ msgstr ""
139
+
140
+ msgid "Images amount"
141
+ msgstr ""
142
+
143
+ msgid "Load more amount"
144
+ msgstr ""
145
+
146
+ msgid "Custom Buttons"
147
+ msgstr ""
148
+
149
+ msgid "Gallery Loader"
150
+ msgstr ""
151
+
152
+ msgid "Background color"
153
+ msgstr "Kolor tła"
154
+
155
+ msgid "Choose Icon"
156
+ msgstr ""
157
+
158
+ msgid "Disable right click"
159
+ msgstr ""
160
+
161
+ msgid "Video size"
162
+ msgstr ""
163
+
164
+ msgid "Autoplay video"
165
+ msgstr ""
166
+
167
+ msgid "When video ends"
168
+ msgstr ""
169
+
170
+ msgid "Do nothing"
171
+ msgstr ""
172
+
173
+ msgid "Open next slide"
174
+ msgstr ""
175
+
176
+ msgid "Close popup"
177
+ msgstr ""
178
+
179
+ msgid "Posts layout"
180
+ msgstr "Układ postów"
181
+
182
+ msgid "Posts layout style"
183
+ msgstr "Styl układu postów"
184
+
185
+ msgid "Posts"
186
+ msgstr "Posty"
187
+
188
+ msgid "Pages"
189
+ msgstr "Strony"
190
+
191
+ msgid "Show author"
192
+ msgstr "Pokaż autora"
193
+
194
+ msgid "Show date"
195
+ msgstr "Pokaż date"
196
+
197
+ msgid "Show contents"
198
+ msgstr "Pokaż komentarze"
199
+
200
+ msgid "Show categories"
201
+ msgstr "Pokaż kategorie"
202
+
203
+ msgid "Hide \"All\" category"
204
+ msgstr ""
205
+
206
+ msgid "Enable shuffling animation"
207
+ msgstr "Animacja dostępna"
208
+
209
+ msgid "Animation duration"
210
+ msgstr "Czas animacji"
211
+
212
+ msgid "Position"
213
+ msgstr "Pozycja"
214
+
215
+ msgid "Over the gallery"
216
+ msgstr "Ponad galerią"
217
+
218
+ msgid "Under the gallery"
219
+ msgstr "Pod galerią"
220
+
221
+ msgid "Align"
222
+ msgstr "Wyrównanie"
223
+
224
+ msgid "Left"
225
+ msgstr "Lewo"
226
+
227
+ msgid "Center"
228
+ msgstr "Środek"
229
+
230
+ msgid "Right"
231
+ msgstr "Prawo"
232
+
233
+ msgid "Presets"
234
+ msgstr "Ustawienia"
235
+
236
+ # change - PB
237
+ msgid "Choose preset"
238
+ msgstr "Wybierz wcześniej zdefiniowne ustawienia"
239
+
240
+ msgid "Preset Editor"
241
+ msgstr "Edytor ustawień"
242
+
243
+ msgid "Categories order"
244
+ msgstr ""
245
+
246
+ msgid "All"
247
+ msgstr ""
248
+
249
+ msgid "Enable pagination"
250
+ msgstr "Stronicowanie dostępne"
251
+
252
+ msgid "Pagination"
253
+ msgstr "Stronicowanie"
254
+
255
+ msgid "Images per page"
256
+ msgstr "Obrazów na stronę"
257
+
258
+ msgid "Buttons position"
259
+ msgstr "Pozycja przycisku"
260
+
261
+ msgid "Top"
262
+ msgstr "Góra"
263
+
264
+ msgid "Bottom"
265
+ msgstr "Dół"
266
+
267
+ msgid "Container background"
268
+ msgstr "Tło kontenera"
269
+
270
+ msgid "Hide container background."
271
+ msgstr "Ukryj tło kontenera"
272
+
273
+ msgid "Text background"
274
+ msgstr "Tło tekstu"
275
+
276
+ msgid "Hide text background."
277
+ msgstr "Ukryj tło tekstu"
278
+
279
+ msgid "Text color"
280
+ msgstr "Kolor tekstu"
281
+
282
+ msgid "Use color, based on my theme."
283
+ msgstr "Użyj koloru mojego motywu."
284
+
285
+ msgid "Vertical padding"
286
+ msgstr "Wypełnienie pionowe"
287
+
288
+ msgid "Horizontal padding"
289
+ msgstr "Wypełnienie poziome"
290
+
291
+ msgid "Font weight"
292
+ msgstr "Grubość czcionki"
293
+
294
+ msgid "Font size"
295
+ msgstr "Rozmiar czcionki"
296
+
297
+ msgid "Border width"
298
+ msgstr "Szerokość ramki"
299
+
300
+ msgid "Border type"
301
+ msgstr "Typ ramki"
302
+
303
+ msgid "Border color"
304
+ msgstr "Kolor ramki"
305
+
306
+ msgid "Border radius"
307
+ msgstr "Promień ramki"
308
+
309
+ msgid "Buttons preset editor for Paginations, Categories and Load More buttons"
310
+ msgstr ""
311
+
312
+ msgid "Custom class"
313
+ msgstr ""
314
+
315
+ msgid "Font family"
316
+ msgstr "Czcionka"
317
+
318
+ msgid "Border style"
319
+ msgstr ""
320
+
321
+ msgid "Choose icon"
322
+ msgstr ""
323
+
324
+ msgid "Page "
325
+ msgstr "Strona"
326
+
327
+ msgid "Activate License"
328
+ msgstr ""
329
+
330
+ msgid "Renew License"
331
+ msgstr ""
332
+
333
+ msgid "Slider by Supsystic"
334
+ msgstr ""
335
+
336
+ msgid ""
337
+ "Congratulations! You have successfully installed and activated PRO version "
338
+ "of ' ~ environment.getMenu().getMenuTitle() ~ ' plugin."
339
+ msgstr ""
340
+
341
+ msgid "Your premium support is expired in ' ~ days ~ ' days"
342
+ msgstr ""
343
+
344
+ msgid "You will not be able to update your pro version with expired license"
345
+ msgstr ""
346
+
347
+ msgid "Activate"
348
+ msgstr ""
349
+
350
+ msgid "Authorization oauth_verifier is not specified."
351
+ msgstr "Autoryzacja oauth_verifier nie została określona."
352
+
353
+ msgid "Tumblr authorization"
354
+ msgstr ""
355
+
356
+ # change - PB
357
+ msgid "Upload your images from the Tumblr Media Library"
358
+ msgstr "Prześlij swoje obrazy z biblioteki multimedialnej Tumblr"
359
+
360
+ msgid "Upload from Tumblr"
361
+ msgstr "Prześlij z Tumblr"
362
+
363
+ msgid "FTP"
364
+ msgstr ""
365
+
366
+ msgid "Upload your images from the FTP Server"
367
+ msgstr ""
368
+
369
+ msgid "Enter images folder name, e.g. my-images"
370
+ msgstr ""
371
+
372
+ msgid "Parse"
373
+ msgstr ""
374
+
375
+ msgid "Note: images folder must be in wp-content/uploads/directory"
376
+ msgstr ""
377
+
378
+ msgid "Host"
379
+ msgstr ""
380
+
381
+ msgid "Username"
382
+ msgstr ""
383
+
384
+ msgid "Password"
385
+ msgstr ""
386
+
387
+ msgid "Port"
388
+ msgstr ""
389
+
390
+ msgid "Enter the full path to images folder"
391
+ msgstr ""
392
+
393
+ msgid "Note: you need to specify the full path to images folder"
394
+ msgstr ""
395
+
396
+ msgid "Please fill all fields"
397
+ msgstr ""
398
+
399
+ msgid "Loading text"
400
+ msgstr ""
401
+
402
+ msgid "Loading..."
403
+ msgstr ""
404
+
405
+ msgid "Open by link in popup"
406
+ msgstr ""
407
+
408
+ msgid "Gallery link"
409
+ msgstr ""
410
+
411
+ msgid "Auto posts"
412
+ msgstr ""
413
+
414
+ msgid "Number of posts"
415
+ msgstr ""
416
+
417
+ msgid "Auto Posts Categories"
418
+ msgstr ""
419
+
420
+ msgid "Select categories"
421
+ msgstr ""
422
+
423
+ msgid "Google Drive authorization"
424
+ msgstr ""
425
+
426
+ msgid "Upload your images from Google Drive CDN"
427
+ msgstr ""
428
+
429
+ msgid "Upload from Google Drive"
430
+ msgstr ""
431
+
432
+ msgid "Google Drive"
433
+ msgstr ""
434
+
435
+ msgid "New gallery successfully created"
436
+ msgstr "Nowa galeria została utworzona"
437
+
438
+ # change - PB
439
+ msgid "Title successfully updated"
440
+ msgstr "Tytuł został pomyślnie uaktualniony"
441
+
442
+ msgid "Not enough data."
443
+ msgstr "Dane niewystarczające."
444
+
445
+ msgid "Preset successfully saved."
446
+ msgstr "Ustawienie zostało zapisane."
447
+
448
+ # Change - PB
449
+ msgid "The preset ID is not specified."
450
+ msgstr "Identyfikator wcześniej zdefiniowanych ustawień nie zostało określone."
451
+
452
+ msgid "Preset successfully removed."
453
+ msgstr "Ustawienie zostało usunięte."
454
+
455
+ msgid "Failed to find the preset."
456
+ msgstr "Nie można znaleźć ustawienia"
457
+
458
+ msgid "Preset successfully applied to the gallery."
459
+ msgstr "Zastosowano ustawienie w galerii."
460
+
461
+ msgid "Unnamed gallery"
462
+ msgstr "Galeria bez nazwy"
463
+
464
+ msgid "The identifier of the gallery is invalid"
465
+ msgstr "Identyfikator galerii jest nieważny"
466
+
467
+ msgid "Title is empty"
468
+ msgstr "Tytuł jest pusty"
469
+
470
+ # change - PB
471
+ msgid "Failed to rename the gallery"
472
+ msgstr "Nie udało się zmienić nazwy galerii"
473
+
474
+ # change - PB
475
+ msgid "Invalid gallery identifier specified"
476
+ msgstr "Podano nieprawidłowy identyfikator galerii"
477
+
478
+ # change - PB
479
+ msgid "Failed to delete the gallery"
480
+ msgstr "Nie udało się usunąć galerii"
481
+
482
+ # change - PB
483
+ msgid "Resources are does not exists"
484
+ msgstr "Zasoby nie istnieją"
485
+
486
+ msgid "The identifier of the Gallery is not specified"
487
+ msgstr "Identyfikator galerii nie został określony"
488
+
489
+ msgid "New gallery"
490
+ msgstr "Nowa galeria"
491
+
492
+ msgid "Add Images"
493
+ msgstr "Dodaj obrazy"
494
+
495
+ msgid "Add selected items"
496
+ msgstr "Dodaj wybrane pozycje"
497
+
498
+ msgid "Cancel"
499
+ msgstr "Anuluj"
500
+
501
+ # change - PB
502
+ msgid ""
503
+ "You need to import images to your gallery before you can start using "
504
+ "galleries"
505
+ msgstr ""
506
+ "Musisz zaimportować obrazy do galerii zanim rozpoczniesz jej użytkowanie"
507
+
508
+ msgid "Selected"
509
+ msgstr ""
510
+
511
+ msgid "Create new gallery"
512
+ msgstr "Utwórz nową galerię"
513
+
514
+ # change - PB
515
+ msgid ""
516
+ "Choose Gallery Template.You can change template and settings on the next "
517
+ "step."
518
+ msgstr "Wybierz szablon galerii. Ustawienia możesz zmienić w następnym kroku."
519
+
520
+ msgid "Gallery Name:"
521
+ msgstr "Nazwa Galerii:"
522
+
523
+ # change - PB
524
+ msgid "Choose Gallery Template."
525
+ msgstr "Wybierz szablon galerii"
526
+
527
+ msgid "Remove selected"
528
+ msgstr "Usuń zaznaczone"
529
+
530
+ # change - PB
531
+ msgid "Select/unselect all posts"
532
+ msgstr "Zaznacz/odznacz wszystkie posty"
533
+
534
+ msgid "Images list"
535
+ msgstr "Lista obrazów"
536
+
537
+ msgid "Preview"
538
+ msgstr "Podgląd"
539
+
540
+ # change - PB
541
+ msgid "Total Images: "
542
+ msgstr "Suma obrazów:"
543
+
544
+ # change - PB
545
+ msgid "There are %s photos in the gallery %s"
546
+ msgstr "Jest %s zdjęć w galerii %s"
547
+
548
+ msgid "Are you sure you want to delete this gallery?"
549
+ msgstr ""
550
+
551
+ # change - PB
552
+ msgid "Delete gallery"
553
+ msgstr "Usuń galerię"
554
+
555
+ msgid "Shortcode:"
556
+ msgstr "Skrócony kod:"
557
+
558
+ msgid "PHPCode:"
559
+ msgstr ""
560
+
561
+ msgid "You have no galleries"
562
+ msgstr ""
563
+
564
+ # change - PB
565
+ msgid "You don't have any galleries yet."
566
+ msgstr "Nie ma jeszcze żadnych galerii."
567
+
568
+ # change - PB
569
+ msgid "Want to create one right now?"
570
+ msgstr "Chcesz stworzyć jedną w tej chwili?"
571
+
572
+ msgid "What is a gallery"
573
+ msgstr "Co to jest galeria"
574
+
575
+ msgid ""
576
+ "<strong>Gallery</strong> &mdash; the highest type of entity in the Gallery "
577
+ "by Supsystic."
578
+ msgstr ""
579
+
580
+ # change - PB
581
+ msgid ""
582
+ "You can have an unlimited number of galleries, to which you can attach the "
583
+ "preloaded pictures."
584
+ msgstr ""
585
+ "Możesz mieć nielimitowaną liczbę galerii, do których możesz dodawać "
586
+ "załadowane obrazy."
587
+
588
+ # change - PB
589
+ msgid ""
590
+ "Each gallery has a number of display settings and behaviors that you can "
591
+ "save to presets and apply to other galleries."
592
+ msgstr ""
593
+ "Każda galeria posiada wiele ustawień i zachowań, które można zdefiniować "
594
+ "jako ustawienia wstępne i stosować je do innych galerii."
595
+
596
+ # change - PB
597
+ msgid "Gallery title can't be empty!"
598
+ msgstr "Tytuł galerii nie może być pusty!"
599
+
600
+ msgid "Gallery title:"
601
+ msgstr "Tytuł Galerii:"
602
+
603
+ # change - PB
604
+ msgid "Select source to import from"
605
+ msgstr "Wybierz źródło importu z"
606
+
607
+ msgid "Back to the gallery"
608
+ msgstr "Powrót do galerii"
609
+
610
+ # change - PB
611
+ msgid "Main"
612
+ msgstr "Główna"
613
+
614
+ msgid "Captions"
615
+ msgstr "Opisy"
616
+
617
+ msgid "Categories"
618
+ msgstr "Kategorie"
619
+
620
+ msgid "Add images"
621
+ msgstr "Dodaj obrazy"
622
+
623
+ msgid "Import settings"
624
+ msgstr ""
625
+
626
+ msgid "Your changes not saved. You really want to leave without saving?"
627
+ msgstr ""
628
+
629
+ msgid "Gallery Type"
630
+ msgstr "Typ Galerii"
631
+
632
+ msgid "Number of Columns"
633
+ msgstr "Liczba kolumn"
634
+
635
+ msgid "Responsive columns"
636
+ msgstr ""
637
+
638
+ msgid "Gallery Position"
639
+ msgstr ""
640
+
641
+ msgid "Images distance"
642
+ msgstr "Odległość obrazów"
643
+
644
+ msgid "Gallery width"
645
+ msgstr "Szerokość galerii"
646
+
647
+ msgid "Full screen width"
648
+ msgstr ""
649
+
650
+ msgid "Gallery padding"
651
+ msgstr ""
652
+
653
+ msgid "Gallery height"
654
+ msgstr "Wysokość galerii"
655
+
656
+ msgid "Image width"
657
+ msgstr "Szerokość obrazka"
658
+
659
+ msgid "Image height"
660
+ msgstr "Wysokość obrazka"
661
+
662
+ msgid "Image radius"
663
+ msgstr "Promień obrazka"
664
+
665
+ msgid "Image crop quality"
666
+ msgstr ""
667
+
668
+ msgid "Display only first image"
669
+ msgstr ""
670
+
671
+ msgid "Social Sharing"
672
+ msgstr ""
673
+
674
+ msgid "Social Buttons Project"
675
+ msgstr ""
676
+
677
+ msgid "Gallery Sharing"
678
+ msgstr ""
679
+
680
+ msgid "Image Sharing"
681
+ msgstr ""
682
+
683
+ msgid "Buttons align"
684
+ msgstr ""
685
+
686
+ msgid "Popup Image Sharing"
687
+ msgstr ""
688
+
689
+ msgid "You have no Social Sharing projects for now."
690
+ msgstr ""
691
+
692
+ msgid "Create your first project"
693
+ msgstr ""
694
+
695
+ msgid ""
696
+ "then just reload page with your Gallery settings, and you will see list with "
697
+ "available Social Projects for your Gallery."
698
+ msgstr ""
699
+
700
+ msgid ""
701
+ "You need to install Social Share Buttons by Supsystic to use this feature."
702
+ msgstr ""
703
+
704
+ msgid "Install plugin"
705
+ msgstr ""
706
+
707
+ msgid "here."
708
+ msgstr ""
709
+
710
+ msgid "Horizontal Scroll"
711
+ msgstr ""
712
+
713
+ msgid "Scroll Bar Color"
714
+ msgstr ""
715
+
716
+ msgid "Scroll Bar Transparency"
717
+ msgstr ""
718
+
719
+ msgid "Border"
720
+ msgstr "Ramka"
721
+
722
+ msgid "Available"
723
+ msgstr "Dostępne"
724
+
725
+ msgid "Border Type"
726
+ msgstr "Typ ramki"
727
+
728
+ msgid "Shadow"
729
+ msgstr "Cień"
730
+
731
+ # change - PB
732
+ msgid "Shadow preset"
733
+ msgstr "Wcześniej zdefiniowane ustawienia cienia"
734
+
735
+ # change - PB
736
+ msgid "When mouse is over"
737
+ msgstr "Gdy mysz jest nad"
738
+
739
+ msgid "Off"
740
+ msgstr "Wyłączony"
741
+
742
+ # change - PB
743
+ msgid "Show mouse on"
744
+ msgstr "Pokaż gdy kursor myszy jest na"
745
+
746
+ # change - PB
747
+ msgid "Hide mouse on"
748
+ msgstr "Ukryj gdy kursor myszy jest na "
749
+
750
+ msgid "Overlay image with shadow"
751
+ msgstr "Pokryj obrazek cieniem"
752
+
753
+ msgid "Shadow color"
754
+ msgstr "Kolor cienia"
755
+
756
+ msgid "Shadow blur"
757
+ msgstr "Rozmycie cienia"
758
+
759
+ msgid "Shadow X"
760
+ msgstr "Cień X"
761
+
762
+ msgid "Shadow Y"
763
+ msgstr "Cień Y"
764
+
765
+ msgid "Pop-up Image"
766
+ msgstr "Wyskakujący obraz"
767
+
768
+ msgid "Popup box theme"
769
+ msgstr ""
770
+
771
+ msgid "Choose theme"
772
+ msgstr "Wybierz schemat"
773
+
774
+ msgid "Disable on mobile"
775
+ msgstr "Zablokuj dla urządzeń mobilnych"
776
+
777
+ msgid "Popup Image Text"
778
+ msgstr ""
779
+
780
+ msgid "Caption"
781
+ msgstr "Napis"
782
+
783
+ msgid "Title"
784
+ msgstr ""
785
+
786
+ msgid "Alt text"
787
+ msgstr ""
788
+
789
+ msgid "Description"
790
+ msgstr "Opis"
791
+
792
+ msgid "Hide Popup Captions"
793
+ msgstr "Ukryj wyskakujący opis"
794
+
795
+ msgid "Transparency"
796
+ msgstr "Przeźroczystość"
797
+
798
+ msgid "Slideshow"
799
+ msgstr "Pokaz slajdów"
800
+
801
+ msgid "Slideshow speed"
802
+ msgstr "Szybkość pokazu"
803
+
804
+ msgid "Slideshow pause on hover"
805
+ msgstr ""
806
+
807
+ msgid "Slideshow autostart"
808
+ msgstr "Autostart pokazu"
809
+
810
+ msgid "Popup Image size"
811
+ msgstr ""
812
+
813
+ msgid "Effect"
814
+ msgstr "Efekt"
815
+
816
+ msgid "Choose effect"
817
+ msgstr "Wybierz efekt"
818
+
819
+ msgid "Personal captions"
820
+ msgstr ""
821
+
822
+ msgid "Polaroid Style"
823
+ msgstr ""
824
+
825
+ msgid "Polaroid Image Animation"
826
+ msgstr ""
827
+
828
+ msgid "Polaroid Image Scattering "
829
+ msgstr ""
830
+
831
+ msgid "Polaroid Frame Width"
832
+ msgstr ""
833
+
834
+ msgid "Text size"
835
+ msgstr "Rozmiar tekstu"
836
+
837
+ msgid "Text horizontal align"
838
+ msgstr ""
839
+
840
+ msgid "Text vertical align"
841
+ msgstr ""
842
+
843
+ msgid "Hide image title tooltip"
844
+ msgstr ""
845
+
846
+ msgid "Mobile - show always caption"
847
+ msgstr ""
848
+
849
+ msgid "Show icons"
850
+ msgstr "Pokaz ikony"
851
+
852
+ msgid "Select effect"
853
+ msgstr "Wybierz efekt"
854
+
855
+ msgid "Animation"
856
+ msgstr "Animacja"
857
+
858
+ msgid "Icons color"
859
+ msgstr "Kolor ikon"
860
+
861
+ msgid "Icons hover color"
862
+ msgstr "Kolor aktywnej ikony"
863
+
864
+ msgid "Background hover color"
865
+ msgstr "Kolor aktywnego tła"
866
+
867
+ msgid "Icons size"
868
+ msgstr "Rozmiar ikon"
869
+
870
+ msgid "Distance between icons"
871
+ msgstr "Odległość pomiedzy ikonami"
872
+
873
+ msgid "Show overlay"
874
+ msgstr "Pokaż pokrycie"
875
+
876
+ msgid "Overlay color"
877
+ msgstr "Kolor pokrycia"
878
+
879
+ msgid "Overlay transparency"
880
+ msgstr "Przeźroczystość pokrycia"
881
+
882
+ msgid "Categorize images in the gallery"
883
+ msgstr "Ułóż obrazy w galerii"
884
+
885
+ msgid "Let user switch gallery pages"
886
+ msgstr "Pozwól na zmianę strony "
887
+
888
+ msgid "Save settings as preset"
889
+ msgstr "Zapisz ustawienia"
890
+
891
+ # change - PB
892
+ msgid "Preset title:"
893
+ msgstr "Tytuł wcześniej zdefiniowanego ustawienia:"
894
+
895
+ # change - PB
896
+ msgid "Delete preset"
897
+ msgstr "Usuń wcześniej zdefiniowane ustawienie"
898
+
899
+ # change - PB
900
+ msgid "Are you really want to delete preset \"%s\"?"
901
+ msgstr "Czy na pewno chcesz usunąć wcześniej zdefiniowane ustawienie \"%s\"?"
902
+
903
+ # change - PB
904
+ msgid "Load settings from presets"
905
+ msgstr "Załaduj ustawienia z wcześniej zdefiniowanych ustawienień"
906
+
907
+ # change - PB
908
+ msgid "Select preset:"
909
+ msgstr "Wybierz wcześniej zdefiniowane ustawienie:"
910
+
911
+ # change - PB
912
+ msgid "Failed to load the presets."
913
+ msgstr "Nie udało się załadować wcześniej zdefiniowanych ustawienień."
914
+
915
+ # change - PB
916
+ msgid "Currently you have no presets."
917
+ msgstr "Obecnie nie masz zdefiniowanych ustawień."
918
+
919
+ # change - PB
920
+ msgid "Select \"Big image\" theme"
921
+ msgstr "Wybierz motyw \"Wielki obrazek\""
922
+
923
+ # change - PB
924
+ msgid "Select a theme"
925
+ msgstr "Wybierz motyw"
926
+
927
+ msgid "Select"
928
+ msgstr "Wybierz"
929
+
930
+ msgid "Select overlay effect"
931
+ msgstr "Wybierz efekt powłoki"
932
+
933
+ msgid "This effect requires icons be enabled. Enable Icons?"
934
+ msgstr ""
935
+
936
+ msgid "Select shadow preset"
937
+ msgstr "Wybierz zdefiniowane ustawienie cienia"
938
+
939
+ msgid "Select shadow"
940
+ msgstr "Wybierz cień"
941
+
942
+ msgid "Import settings from gallery"
943
+ msgstr ""
944
+
945
+ msgid ""
946
+ "Here you can import settings from other galleries, but right now, you have "
947
+ "only one gallery, create more - and see how it works"
948
+ msgstr ""
949
+
950
+ msgid "Improve free version"
951
+ msgstr ""
952
+
953
+ msgid "Select icons effects"
954
+ msgstr "Wybierz efekt ikon"
955
+
956
+ msgid "Click on the icon to select effect"
957
+ msgstr "Kliknij na ikonę aby wybrać efekt"
958
+
959
+ msgid "close"
960
+ msgstr ""
961
+
962
+ msgid "next"
963
+ msgstr ""
964
+
965
+ msgid "previous"
966
+ msgstr ""
967
+
968
+ msgid "start slideshow"
969
+ msgstr ""
970
+
971
+ msgid "stop slideshow"
972
+ msgstr ""
973
+
974
+ msgid "image"
975
+ msgstr ""
976
+
977
+ msgid "of"
978
+ msgstr ""
979
+
980
+ msgid "Choose source"
981
+ msgstr "Wybierz źródło"
982
+
983
+ # change - PB
984
+ msgid "Import from WordPress Media Library"
985
+ msgstr "Zaimportuj z biblioteki multimediów WordPress"
986
+
987
+ # change - PB
988
+ msgid "Import from social networks"
989
+ msgstr "Zaimportuj z sieci społecznościowej"
990
+
991
+ msgid "Import from your Instagram account"
992
+ msgstr "Zaimportuj z konta Instagram"
993
+
994
+ msgid "Import from your Flickr account"
995
+ msgstr "Zaimportuj z konta Flickr"
996
+
997
+ msgid "Import from your Tumblr account"
998
+ msgstr "Zaimportuj z konta Tumblr"
999
+
1000
+ msgid "Import from your Facebook account"
1001
+ msgstr "Zaimportuj z konta Facebook"
1002
+
1003
+ msgid "Import from cloud services"
1004
+ msgstr ""
1005
+
1006
+ msgid "Import from your FTP server"
1007
+ msgstr ""
1008
+
1009
+ msgid "Import from your Google Drive account"
1010
+ msgstr ""
1011
+
1012
+ # change - PB
1013
+ msgid "Get Pro to enable import"
1014
+ msgstr "Pobierz Pro aby importować"
1015
+
1016
+ msgid "Properties"
1017
+ msgstr "Właściwości"
1018
+
1019
+ msgid "Delete Image"
1020
+ msgstr "Usuń obrazek"
1021
+
1022
+ msgid "Sort To: "
1023
+ msgstr ""
1024
+
1025
+ msgid "Sort By: "
1026
+ msgstr ""
1027
+
1028
+ msgid "Switch to the list view"
1029
+ msgstr "Przełącz do widoku listy"
1030
+
1031
+ msgid "Switch to the block view"
1032
+ msgstr "Przełącz do widoku bloków"
1033
+
1034
+ msgid "Apply"
1035
+ msgstr ""
1036
+
1037
+ msgid "Search"
1038
+ msgstr ""
1039
+
1040
+ msgid "The gallery is does not exists"
1041
+ msgstr "Ta galeria nie istnieje"
1042
+
1043
+ # change - PB
1044
+ msgid "Currently this gallery has no images"
1045
+ msgstr "Obecnie galeria nie zawiera obrazów"
1046
+
1047
+ msgid "Linked Images"
1048
+ msgstr ""
1049
+
1050
+ msgid "Instagram authorization"
1051
+ msgstr ""
1052
+
1053
+ msgid "Upload your images from the Instagram Media Library"
1054
+ msgstr "Prześlij swoje obrazy z biblioteki mulitimediów Instagram"
1055
+
1056
+ msgid "Upload from Instagram"
1057
+ msgstr "Prześlij z Instagram"
1058
+
1059
+ msgid "Your message successfully send. We contact you soon."
1060
+ msgstr ""
1061
+
1062
+ msgid "Step-by-step Tutorial"
1063
+ msgstr ""
1064
+
1065
+ msgid "Begin Step-by-step Tutorial"
1066
+ msgstr ""
1067
+
1068
+ msgid "Name"
1069
+ msgstr "Imię"
1070
+
1071
+ msgid "Email"
1072
+ msgstr ""
1073
+
1074
+ msgid "Website"
1075
+ msgstr "Strona"
1076
+
1077
+ msgid "Subject"
1078
+ msgstr "Tytuł"
1079
+
1080
+ msgid "Topic"
1081
+ msgstr "Temat"
1082
+
1083
+ msgid "Plugin options"
1084
+ msgstr "Opcje wtyczki"
1085
+
1086
+ msgid "Report a bug"
1087
+ msgstr "Raportuj błędy"
1088
+
1089
+ msgid "Require a new functionallity"
1090
+ msgstr "Potrzebuje nowych funkcjonalności"
1091
+
1092
+ msgid "Other"
1093
+ msgstr "Inne"
1094
+
1095
+ msgid "Message"
1096
+ msgstr "Wiadomość"
1097
+
1098
+ msgid "Hello Supsystic Team!"
1099
+ msgstr ""
1100
+
1101
+ msgid ""
1102
+ "Some errors occurred while sending mail please send your message trough this "
1103
+ "contact form:"
1104
+ msgstr ""
1105
+
1106
+ msgid "Unable to save chosen photo %s: %s"
1107
+ msgstr "Nie można zapisać wybranego obrazka %s: %s"
1108
+
1109
+ msgid "New Folder"
1110
+ msgstr "Nowy folder"
1111
+
1112
+ msgid "The title can't be empty"
1113
+ msgstr "Tytuł nie może być pusty"
1114
+
1115
+ # change - PB
1116
+ msgid "Failed to update position."
1117
+ msgstr "Nie udało się zaktualizować pozycji."
1118
+
1119
+ # change - PB
1120
+ msgid "Position updated successfully!"
1121
+ msgstr "Pozycja pomyślnie zaktualizowana!"
1122
+
1123
+ msgid "Rename folder"
1124
+ msgstr "Zmień nazwę foldeu"
1125
+
1126
+ msgid "Folder name:"
1127
+ msgstr "Nazwa folderu:"
1128
+
1129
+ msgid "Add images to the gallery"
1130
+ msgstr "Dodaj obrazy do galerii"
1131
+
1132
+ msgid "Please wait while the plugin to get the list of galleries..."
1133
+ msgstr "Proszę czekać, wtyczka przetwarza listę galerii..."
1134
+
1135
+ msgid "Select the gallery:"
1136
+ msgstr "Wybierz galerię:"
1137
+
1138
+ msgid "New folder"
1139
+ msgstr "Nowy folder"
1140
+
1141
+ # change - less space - PB
1142
+ msgid "Add images to the new gallery"
1143
+ msgstr "Dodaj obrazy do nowej galerii"
1144
+
1145
+ msgid "Create new folder"
1146
+ msgstr "Utwórz nowy folder"
1147
+
1148
+ msgid "Edit selected item"
1149
+ msgstr "Edytuj wybrane pozycje"
1150
+
1151
+ msgid "Delete selected items"
1152
+ msgstr "Usuń wybrane pozycje"
1153
+
1154
+ # change - PB
1155
+ msgid "Create new gallery from the selected items"
1156
+ msgstr "Utwórz nową galerię z wybranymi pozycjami"
1157
+
1158
+ msgid "New gallery from selected"
1159
+ msgstr "Nowa galeria z wybranych"
1160
+
1161
+ msgid "Add the selected items to the existing gallery"
1162
+ msgstr "Dodaj wybrane pozycje do istniejącej galerii"
1163
+
1164
+ msgid "Add selected to the gallery"
1165
+ msgstr "Dodaj wybrane do galerii"
1166
+
1167
+ msgid "Upload your images from the WordPress Media Library"
1168
+ msgstr "Prześlij obrazy z biblioteki WordPress Media "
1169
+
1170
+ msgid "All photos"
1171
+ msgstr "Wszystkie obrazy"
1172
+
1173
+ # change - PB
1174
+ msgid "Drop photos here to move them from the folder"
1175
+ msgstr "Upuść obrazy tutaj aby przenieść je z folderu"
1176
+
1177
+ msgid "Next"
1178
+ msgstr ""
1179
+
1180
+ msgid "Close Tutorial"
1181
+ msgstr ""
1182
+
1183
+ msgid "Welcome to Photo Gallery plugin by Supsystic!"
1184
+ msgstr ""
1185
+
1186
+ msgid ""
1187
+ "Thank you for choosing our Gallery plugin. Just click here to start using it "
1188
+ "- and we will show you it's possibilities and powerfull features."
1189
+ msgstr ""
1190
+
1191
+ msgid "Hello! This is the Gallery by Supsystic Overview."
1192
+ msgstr ""
1193
+
1194
+ msgid ""
1195
+ "Here you can get help: watch the video tutorial or read FAQ and "
1196
+ "Documentation, make use of contact form. Also here requirements for server - "
1197
+ "Server Settings."
1198
+ msgstr ""
1199
+
1200
+ msgid "Create your first Gallery"
1201
+ msgstr ""
1202
+
1203
+ msgid ""
1204
+ "To Create New Gallery select gallery template. You can change template and "
1205
+ "settings later. Now here are four different templates. With PRO version "
1206
+ "you’ll get more features like Categories, Load More button, Post Feed "
1207
+ "(Content) gallery, Polaroid gallery and more. Enter name of the gallery and "
1208
+ "click “Save”."
1209
+ msgstr ""
1210
+
1211
+ msgid "Add images to your Gallery"
1212
+ msgstr ""
1213
+
1214
+ msgid ""
1215
+ "Now you are in the edit menu of your gallery. And the first thing you need "
1216
+ "to do are add media to the gallery. Click \"Add Images\" button."
1217
+ msgstr ""
1218
+
1219
+ msgid "Images Import Options"
1220
+ msgstr ""
1221
+
1222
+ msgid ""
1223
+ "<p>Import images in several ways:</p><p>Import from Wordpress Media Library/"
1224
+ "Upload files from your computer</p><p>Import from social networks</"
1225
+ "p><p>Instagram (in the Free version)</p><p>With PRO-version also will be "
1226
+ "available import from Flickr, Tumblr and Facebook.</p><p>Besides with "
1227
+ "Gallery PRO version you can import images from such cloud services - FTP "
1228
+ "server, Google Drive.</p>"
1229
+ msgstr ""
1230
+
1231
+ msgid "Image List"
1232
+ msgstr ""
1233
+
1234
+ msgid ""
1235
+ "<p>Now you can see your image list. Here you can:</p><p>Change the order of "
1236
+ "images – simply by dragging them manually.</p><p>Delete images.</p><p>Add "
1237
+ "new images from different sources to the grid gallery – click “Add Images” "
1238
+ "button and select the source to import from.</p><p><b>Caption tab</b> – add "
1239
+ "caption to image – it will be displayed on the caption effect of the "
1240
+ "gallery. Also here included the support of html-elements inside caption "
1241
+ "effect</p><p><b>SEO tab</b> – manage image title and description</"
1242
+ "p><p><b>Link tab</b> – attach links to image – it will go to the link when "
1243
+ "you click the image.</p><p><b>Video tab</b> – attach video url – it will be "
1244
+ "displayed in a pop-up image when you click on the image.</p><p><b>Categories "
1245
+ "tab</b> – add tags for image categories.</p><p><b>Linked images tab</b> – "
1246
+ "add linked images to the chosen image.</p><p><b>Crop tab</b> – choose image "
1247
+ "crop position.</p><p><b>Replace image tab</b> – replace image without losing "
1248
+ "image settings.</p><p>Now follow to the gallery settings – сlick "
1249
+ "“Properties” button.</p>"
1250
+ msgstr ""
1251
+
1252
+ msgid "Preview of Gallery settings"
1253
+ msgstr ""
1254
+
1255
+ msgid ""
1256
+ "At the left side of the monitor you see a preview image in which will be "
1257
+ "seen changes made to the settings. This window for the settings of your "
1258
+ "gallery."
1259
+ msgstr ""
1260
+
1261
+ msgid "Main Settings"
1262
+ msgstr ""
1263
+
1264
+ msgid ""
1265
+ "<p>Here you can set main settings of gallery - choose Gallery Type, for more "
1266
+ "information check this <a href=\"//supsystic.com/gallery-order-types/\" "
1267
+ "target=\"_blank\">article</a>.</p><p>Social Sharing: add social share "
1268
+ "buttons to your gallery. Or showcase images in a Horizontal Scroll view.</"
1269
+ "p><p>Load More: adds \"load more\" button to your gallery. And with Custom "
1270
+ "Buttons: you can make your button better.</p><p>Add to images border and "
1271
+ "shadow with Border Type and Shadow settings.</p><p>In the Pop-up Image "
1272
+ "section customize lightbox of your gallery.</p>"
1273
+ msgstr ""
1274
+
1275
+ msgid "Captions and Icons"
1276
+ msgstr ""
1277
+
1278
+ msgid ""
1279
+ "<p>On Captions tab you can manage the Captions and Icons, and make them your "
1280
+ "style.</p>"
1281
+ msgstr ""
1282
+
1283
+ msgid "Categories and Pagination"
1284
+ msgstr ""
1285
+
1286
+ msgid ""
1287
+ "<p>Categories tab: here you can enable Categories and Pagination options.</"
1288
+ "p><p>To this tab become available you need to buy PRO version."
1289
+ msgstr ""
1290
+
1291
+ msgid ""
1292
+ "<p>Posts tab: here you can add posts and pages to your gallery and also "
1293
+ "manage them. Posts of gallery included in the PRO version of Gallery by "
1294
+ "Supsystic.</p>"
1295
+ msgstr ""
1296
+
1297
+ msgid "Well done!"
1298
+ msgstr ""
1299
+
1300
+ msgid ""
1301
+ "<p><b>Upgrading</b></p><p>Once you have purchased Premium version of plugin "
1302
+ "- you’ll have to enter license key (you can find it in your personal account "
1303
+ "on our site). Go to the License tab and enter your email and license key. "
1304
+ "Once you have activated your PRO license - you can use all its advanced "
1305
+ "options.</p><p>That’s all. From this moment you can use your Gallery without "
1306
+ "any doubt. But if you still have some question - do not hesitate to contact "
1307
+ "us through our <a href=\"https://supsystic.com/contact-us/\">internal "
1308
+ "support</a> or on our <a href=\"http://supsystic.com/forum/photo-gallery-"
1309
+ "plugin/\">Supsystic Forum.</a> Besides you can always describe your "
1310
+ "questions on <a href=\"https://wordpress.org/support/plugin/gallery-by-"
1311
+ "supsystic\">WordPress Ultimate Forum.</a></p><p><b>Enjoy this plugin?</b></"
1312
+ "p><p>It will be nice if you`ll help us and boost plugin with <a href="
1313
+ "\"https://wordpress.org/support/view/plugin-reviews/gallery-by-supsystic?"
1314
+ "rate=5#postform/\">Five Stars rating on WordPress.org.</a></p><p>We hope "
1315
+ "that you like this plugin and wish you all the best! Good luck!</p>"
1316
+ msgstr ""
1317
+
1318
+ msgid "Welcome to the"
1319
+ msgstr ""
1320
+
1321
+ msgid ""
1322
+ "Photo Gallery plugin is created for people who would like to show their "
1323
+ "photos in a marvelous way. Perform your best ideas, making delightful "
1324
+ "presentations or galleries from videos and photos."
1325
+ msgstr ""
1326
+
1327
+ msgid "Step-by-step tutorial"
1328
+ msgstr ""
1329
+
1330
+ msgid ""
1331
+ "There’re really many options of photo gallery plugin customization. So as "
1332
+ "soon as you close that page, I’ll show you step-by-step tutorial of how to "
1333
+ "use plugin. Hope it will be usefull for you :)"
1334
+ msgstr ""
1335
+
1336
+ msgid "Support"
1337
+ msgstr ""
1338
+
1339
+ msgid ""
1340
+ "We love our plugin and do the best to improve all features you want and fix "
1341
+ "all issues. But sometimes some issues happened or you can’t find feature you "
1342
+ "want :) Don’t worry, just <a href=\"//supsystic.com/plugins/photo-gallery?"
1343
+ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact"
1344
+ "\" target=\"_blank\"> contact us </a> . We’ll answer in an hour and fix all "
1345
+ "issues."
1346
+ msgstr ""
1347
+
1348
+ msgid "Video Tutorial"
1349
+ msgstr ""
1350
+
1351
+ msgid "Frequently Asked Questions"
1352
+ msgstr ""
1353
+
1354
+ msgid ""
1355
+ "Gallery doesn’t load on the front end. If the loading gallery icon just "
1356
+ "keeps playing but never loads the gallery."
1357
+ msgstr ""
1358
+
1359
+ msgid "How to change the position of photos in gallery?"
1360
+ msgstr ""
1361
+
1362
+ msgid "How to insert gallery into widget?"
1363
+ msgstr ""
1364
+
1365
+ msgid "Go to Appearance -> Widgets."
1366
+ msgstr ""
1367
+
1368
+ msgid ""
1369
+ "You’ll see Gallery by Supsystic Widget on the left. Drag it to the area, "
1370
+ "where you want it to appear."
1371
+ msgstr ""
1372
+
1373
+ msgid "Then choose what gallery you want to display. And press save."
1374
+ msgstr ""
1375
+
1376
+ msgid "Check all other FAQs"
1377
+ msgstr ""
1378
+
1379
+ msgid "Roles"
1380
+ msgstr ""
1381
+
1382
+ msgid "PRO option"
1383
+ msgstr ""
1384
+
1385
+ msgid "Edit image"
1386
+ msgstr "Edytuj obrazek"
1387
+
1388
+ msgid "SEO"
1389
+ msgstr "SEO"
1390
+
1391
+ msgid "Alternative text"
1392
+ msgstr "Tekst alternatywny"
1393
+
1394
+ msgid "External link"
1395
+ msgstr "Link zewnetrzny"
1396
+
1397
+ msgid "Available in PRO version."
1398
+ msgstr "Dostępne w wersji PRO"
1399
+
1400
+ msgid "Link"
1401
+ msgstr "Link"
1402
+
1403
+ msgid "Open in new window"
1404
+ msgstr "Otwórz w nowym oknie"
1405
+
1406
+ msgid "Embeded video"
1407
+ msgstr "Osadzone wideo"
1408
+
1409
+ msgid "Video URL"
1410
+ msgstr "Video URL"
1411
+
1412
+ # change -PB
1413
+ msgid ""
1414
+ "Supports Youtube and Vimeo. URL will be converted to embed automatically."
1415
+ msgstr ""
1416
+ "Wsparcie Youtube i Vimeo. URL będzie przekonwertowany do automatycznego "
1417
+ "osadzenia."
1418
+
1419
+ msgid "Image"
1420
+ msgstr "Obraz"
1421
+
1422
+ msgid "Date"
1423
+ msgstr "Data"
1424
+
1425
+ msgid "Select %s"
1426
+ msgstr "Wybierz %s"
1427
+
1428
+ # change - PB
1429
+ msgid "photo"
1430
+ msgstr "zdięcie"
1431
+
1432
+ # change - PB
1433
+ msgid "photos"
1434
+ msgstr "zdięcia"
1435
+
1436
+ msgid "Caption effect"
1437
+ msgstr ""
1438
+
1439
+ msgid "Video"
1440
+ msgstr "Video"
1441
+
1442
+ msgid "Linked images"
1443
+ msgstr ""
1444
+
1445
+ msgid "Crop"
1446
+ msgstr ""
1447
+
1448
+ msgid "Replace image"
1449
+ msgstr ""
1450
+
1451
+ msgid "http://example.com/"
1452
+ msgstr "http://example.com/"
1453
+
1454
+ msgid "Add nofollow attribute"
1455
+ msgstr ""
1456
+
1457
+ msgid "Choose images"
1458
+ msgstr ""
1459
+
1460
+ #~ msgid "Select categories preset"
1461
+ #~ msgstr "Wybierz ustawioną kategorię"
1462
+
1463
+ #~ msgid "Categories preset editor"
1464
+ #~ msgstr "Edytor ustawień kategorii"
1465
+
1466
+ #~ msgid "Preset name"
1467
+ #~ msgstr "Nazwa ustawienia"
1468
+
1469
+ #~ msgid "Normal"
1470
+ #~ msgstr "Normalna"
1471
+
1472
+ #~ msgid "Bold"
1473
+ #~ msgstr "Pogrubiona"
1474
+
1475
+ #~ msgid "Select pagination preset"
1476
+ #~ msgstr "Wybierz ustawienie stronicowania"
1477
+
1478
+ #~ msgid "Pages preset editor"
1479
+ #~ msgstr "Edytor ustawień stron"
1480
+
1481
+ #~ msgid "Check"
1482
+ #~ msgstr "Sprawdź"
1483
+
1484
+ #~ msgid "Choose image"
1485
+ #~ msgstr "Wybierz obraz"
1486
+
1487
+ # change - PB
1488
+ #~ msgid "You have not any galleries"
1489
+ #~ msgstr "Nie masz żadnych galerii"
1490
+
1491
+ # change - PB
1492
+ #~ msgid ""
1493
+ #~ "<strong>Gallery</strong> — the highest type of entity in the Gallery by "
1494
+ #~ "Supsystic."
1495
+ #~ msgstr ""
1496
+ #~ "<strong>Galeria</strong> — najwyższy typ jednostki w galerii Supsystic."
1497
+
1498
+ #~ msgid "Choose image for preview"
1499
+ #~ msgstr "Wybież obraz podglądu"
1500
+
1501
+ #~ msgid "Disable Popup"
1502
+ #~ msgstr "Zablokuj wyskakiwanie"
1503
+
1504
+ #~ msgid "Theme"
1505
+ #~ msgstr "Schemat"
1506
+
1507
+ #~ msgid "Transition"
1508
+ #~ msgstr "Przejście"
1509
+
1510
+ #~ msgid "Elastic"
1511
+ #~ msgstr "Elastyczny"
1512
+
1513
+ #~ msgid "Fade"
1514
+ #~ msgstr "Łagodny"
1515
+
1516
+ #~ msgid "None"
1517
+ #~ msgstr "Żaden"
1518
+
1519
+ #~ msgid "Transition speed"
1520
+ #~ msgstr "Szybkość przejścia"
1521
+
1522
+ #~ msgid "Close speed"
1523
+ #~ msgstr "Wyrównana prędkość"
1524
+
1525
+ #~ msgid "Show caption"
1526
+ #~ msgstr "Pokaż opis"
1527
+
1528
+ #~ msgid "Text align"
1529
+ #~ msgstr "Wyrównanie"
1530
+
1531
+ #~ msgid "Select transition"
1532
+ #~ msgstr "Wybierz przejście"
1533
+
1534
+ #~ msgid "Your name"
1535
+ #~ msgstr "Twoje Imię"
1536
+
1537
+ #~ msgid "Your email"
1538
+ #~ msgstr "Twój email"
1539
+
1540
+ #~ msgid "Type your message"
1541
+ #~ msgstr "Napisz wiadomość"
1542
+
1543
+ # change - PB
1544
+ #~ msgid "Lifetime for cached data"
1545
+ #~ msgstr "Czas przechowania buforowanych danych"
1546
+
1547
+ #~ msgid "The field \"%s\" available only for numeric values"
1548
+ #~ msgstr "Pole \"%s\" dostępne wyłącznie dla liczb"
1549
+
1550
+ # change - PB
1551
+ #~ msgid "Settings successfully updated!"
1552
+ #~ msgstr "Ustawienia pomyślnie zaktualizowane!"
1553
+
1554
+ #~ msgid "Please correct following errors:"
1555
+ #~ msgstr "Popraw następujące błędy:"
1556
+
1557
+ # change - PB
1558
+ #~ msgid ""
1559
+ #~ "<strong>%s</strong> has its own caching system in order to significantly "
1560
+ #~ "reduce the load on the database."
1561
+ #~ msgstr ""
1562
+ #~ "<strong>%s</strong> posiada własny system buforowania aby znacząco "
1563
+ #~ "ograniczyć obciążenie bazy danych."
1564
+
1565
+ # change - PB
1566
+ #~ msgid ""
1567
+ #~ "Use this option only if all your galleries are setting correctly and you "
1568
+ #~ "dont need to change settings soon"
1569
+ #~ msgstr ""
1570
+ #~ "Użyj tej opcji w przypadku gdy wszystkie Twoje galerie są ustawione "
1571
+ #~ "prawidłowo i nie przebujesz w najbliższym czacie wprowadzać zmian "
1572
+ #~ "ustawień."
1573
+
1574
+ # change - PB
1575
+ #~ msgid ""
1576
+ #~ "Caching is not available because your uploads directory is not writable."
1577
+ #~ msgstr ""
1578
+ #~ "Buforowanie jest niedostępne ponieważ katalog do którego przesłasz nie "
1579
+ #~ "jest zapisywalny."
1580
+
1581
+ # change - PB
1582
+ #~ msgid ""
1583
+ #~ "The time in seconds after which the cache will be considered obsolete. "
1584
+ #~ "Default: 86400 (24 hours)."
1585
+ #~ msgstr ""
1586
+ #~ "Czas w sekundach, po którym bufor będzie uznany za nieaktualny. "
1587
+ #~ "Domyślnie: 86400 (24 godziny)."
1588
+
1589
+ #~ msgid "Clear cache"
1590
+ #~ msgstr "Wyczyść bufor"
1591
+
1592
+ # change - PB
1593
+ #~ msgid ""
1594
+ #~ "We don't collect statistics on you, we only collect the errors "
1595
+ #~ "encountered during use in order to improve our product."
1596
+ #~ msgstr ""
1597
+ #~ "Nie zbieramy statystyk twoich działań, zbieramy jedynie błędy celem "
1598
+ #~ "poprawy naszego produktu."
1599
+
1600
+ # change - PB
1601
+ #~ msgid "Open in new window."
1602
+ #~ msgstr "Otwórz w nowym oknie."
1603
+
1604
+ #~ msgid "Welcome to"
1605
+ #~ msgstr "Witamy w"
1606
+
1607
+ #~ msgid "Version"
1608
+ #~ msgstr "Wersja"
1609
+
1610
+ #~ msgid "Google"
1611
+ #~ msgstr "Google"
1612
+
1613
+ #~ msgid "Wordpress.org"
1614
+ #~ msgstr "Wordpress.org"
1615
+
1616
+ #~ msgid "Reffer a friend"
1617
+ #~ msgstr "Zarekomenduj znajomym"
1618
+
1619
+ #~ msgid "Find on the web"
1620
+ #~ msgstr "Znajdź w sieci"
1621
+
1622
+ #~ msgid "Other way"
1623
+ #~ msgstr "Inny sposób"
1624
+
1625
+ #~ msgid "Thank for check info. Start using plugin"
1626
+ #~ msgstr "Dziękuję za zapoznanie się. Zacznij użytkowanie wtyczki"
app/langs/sgg-pt_BR.mo ADDED
Binary file
app/langs/sgg-pt_BR.po ADDED
@@ -0,0 +1,1617 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Portugu�s\n"
4
+ "POT-Creation-Date: \n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: pt_BR\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=iso-8859-1\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
13
+ "X-Generator: Poedit 1.8.7.1\n"
14
+
15
+ msgid "An error has occurred"
16
+ msgstr "Ocorreu um erro"
17
+
18
+ msgid "Overview"
19
+ msgstr ""
20
+
21
+ msgid "New Gallery"
22
+ msgstr "Nova Galeria"
23
+
24
+ msgid "Galleries"
25
+ msgstr "Galerias"
26
+
27
+ msgid "Settings"
28
+ msgstr "Configura��es"
29
+
30
+ msgid "License"
31
+ msgstr ""
32
+
33
+ msgid "Images"
34
+ msgstr "Imagens"
35
+
36
+ msgid "Instagram"
37
+ msgstr "Instagram"
38
+
39
+ msgid "Flickr"
40
+ msgstr "Flickr"
41
+
42
+ msgid "Tumblr"
43
+ msgstr ""
44
+
45
+ msgid "Facebook"
46
+ msgstr ""
47
+
48
+ msgid "Get PRO"
49
+ msgstr "Obter PRO"
50
+
51
+ msgid "Loading"
52
+ msgstr "Carregando"
53
+
54
+ msgid "Authorization code is not specified."
55
+ msgstr "C�digo de autoriza��o n�o foi especificado."
56
+
57
+ msgid "Gallery by Supsystic"
58
+ msgstr ""
59
+
60
+ msgid "Import images"
61
+ msgstr "Importar imagens"
62
+
63
+ msgid "Facebook authorization"
64
+ msgstr ""
65
+
66
+ msgid "Upload your images from the Facebook Media Library"
67
+ msgstr ""
68
+
69
+ msgid "Login with Facebook"
70
+ msgstr ""
71
+
72
+ msgid "Return to the gallery"
73
+ msgstr ""
74
+
75
+ msgid "Upload new images"
76
+ msgstr "Upload novas imagens"
77
+
78
+ msgid "Logout"
79
+ msgstr "Logout"
80
+
81
+ msgid "Select/unselect all photos"
82
+ msgstr "Selecione/Descelecione todas as fotos"
83
+
84
+ msgid ""
85
+ "Here you can specify your business pages and images will load from those pages. "
86
+ "You can set several pages, just separate ID of pages by \",\". To get the ID of "
87
+ "your page you need to switch to the wanted page, then click on \"About\" link "
88
+ "right below page cover, and at the bottom of \"About\" page you will find "
89
+ "Facebook Page ID."
90
+ msgstr ""
91
+
92
+ msgid "Save"
93
+ msgstr "Salvar"
94
+
95
+ msgid "Empty user data."
96
+ msgstr "Dados de usu�rio vazio."
97
+
98
+ msgid "Flickr authorization"
99
+ msgstr ""
100
+
101
+ msgid "Upload your images from the Flickr Media Library"
102
+ msgstr "Fazer upload de suas imagens da biblioteca de m�dia do Flickr"
103
+
104
+ msgid "Upload from Flickr"
105
+ msgstr "Fazer o upload do Flickr"
106
+
107
+ msgid "Images not in albums"
108
+ msgstr ""
109
+
110
+ msgid "Albums"
111
+ msgstr ""
112
+
113
+ msgid "Fullscreen"
114
+ msgstr ""
115
+
116
+ msgid "Load More Button"
117
+ msgstr ""
118
+
119
+ msgid "Enable"
120
+ msgstr ""
121
+
122
+ msgid "Disable"
123
+ msgstr ""
124
+
125
+ msgid "Load with scroll"
126
+ msgstr ""
127
+
128
+ msgid "No"
129
+ msgstr "N�o"
130
+
131
+ msgid "Yes"
132
+ msgstr "Sim"
133
+
134
+ msgid "Load more button text"
135
+ msgstr ""
136
+
137
+ msgid "Images amount"
138
+ msgstr ""
139
+
140
+ msgid "Load more amount"
141
+ msgstr ""
142
+
143
+ msgid "Custom Buttons"
144
+ msgstr ""
145
+
146
+ msgid "Gallery Loader"
147
+ msgstr ""
148
+
149
+ msgid "Background color"
150
+ msgstr "Cor do Fundo"
151
+
152
+ msgid "Choose Icon"
153
+ msgstr ""
154
+
155
+ msgid "Disable right click"
156
+ msgstr ""
157
+
158
+ msgid "Video size"
159
+ msgstr ""
160
+
161
+ msgid "Autoplay video"
162
+ msgstr ""
163
+
164
+ msgid "When video ends"
165
+ msgstr ""
166
+
167
+ msgid "Do nothing"
168
+ msgstr ""
169
+
170
+ msgid "Open next slide"
171
+ msgstr ""
172
+
173
+ msgid "Close popup"
174
+ msgstr ""
175
+
176
+ msgid "Posts layout"
177
+ msgstr "Layout do Post"
178
+
179
+ msgid "Posts layout style"
180
+ msgstr "Estilo do layout do post"
181
+
182
+ msgid "Posts"
183
+ msgstr "Posts"
184
+
185
+ msgid "Pages"
186
+ msgstr "P�ginas"
187
+
188
+ msgid "Show author"
189
+ msgstr "Mostrar autor"
190
+
191
+ msgid "Show date"
192
+ msgstr "Mostrar data"
193
+
194
+ msgid "Show contents"
195
+ msgstr "Mostrar conte�do"
196
+
197
+ msgid "Show categories"
198
+ msgstr "Mostrar categorias"
199
+
200
+ msgid "Hide \"All\" category"
201
+ msgstr ""
202
+
203
+ msgid "Enable shuffling animation"
204
+ msgstr "Habilitar anima��o aleat�ria"
205
+
206
+ msgid "Animation duration"
207
+ msgstr "Dura��o da anima��o"
208
+
209
+ msgid "Position"
210
+ msgstr "Posi��o"
211
+
212
+ msgid "Over the gallery"
213
+ msgstr "Acima da galeria"
214
+
215
+ msgid "Under the gallery"
216
+ msgstr "Abaixo da galeria"
217
+
218
+ msgid "Align"
219
+ msgstr "Alinhamento"
220
+
221
+ msgid "Left"
222
+ msgstr "Esquerda"
223
+
224
+ msgid "Center"
225
+ msgstr "Centro"
226
+
227
+ msgid "Right"
228
+ msgstr "Direita"
229
+
230
+ msgid "Presets"
231
+ msgstr ""
232
+
233
+ msgid "Choose preset"
234
+ msgstr ""
235
+
236
+ msgid "Preset Editor"
237
+ msgstr ""
238
+
239
+ msgid "Categories order"
240
+ msgstr ""
241
+
242
+ msgid "All"
243
+ msgstr ""
244
+
245
+ msgid "Enable pagination"
246
+ msgstr "Habilitar pagina��o"
247
+
248
+ msgid "Pagination"
249
+ msgstr "Pagina��o"
250
+
251
+ msgid "Images per page"
252
+ msgstr "Imagens por p�gina"
253
+
254
+ msgid "Buttons position"
255
+ msgstr "Posi��o dos bot�es"
256
+
257
+ msgid "Top"
258
+ msgstr "Superior"
259
+
260
+ msgid "Bottom"
261
+ msgstr "Inferior"
262
+
263
+ msgid "Container background"
264
+ msgstr "Fundo do Container"
265
+
266
+ msgid "Hide container background."
267
+ msgstr "Esconder fundo do container"
268
+
269
+ msgid "Text background"
270
+ msgstr "Fundo do texto"
271
+
272
+ msgid "Hide text background."
273
+ msgstr "Esconder fundo do texto"
274
+
275
+ msgid "Text color"
276
+ msgstr "Cor do texto"
277
+
278
+ msgid "Use color, based on my theme."
279
+ msgstr "Usar cor, baseado em meu tema"
280
+
281
+ msgid "Vertical padding"
282
+ msgstr "Padding vertical"
283
+
284
+ msgid "Horizontal padding"
285
+ msgstr "Padding horizontal"
286
+
287
+ msgid "Font weight"
288
+ msgstr "Espessura da fonte"
289
+
290
+ msgid "Font size"
291
+ msgstr "Tamanho da fonte"
292
+
293
+ msgid "Border width"
294
+ msgstr "Tamanho da borda"
295
+
296
+ msgid "Border type"
297
+ msgstr "Tipo de borda"
298
+
299
+ msgid "Border color"
300
+ msgstr "Cor da borda"
301
+
302
+ msgid "Border radius"
303
+ msgstr "Border radius"
304
+
305
+ msgid "Buttons preset editor for Paginations, Categories and Load More buttons"
306
+ msgstr ""
307
+
308
+ msgid "Custom class"
309
+ msgstr ""
310
+
311
+ msgid "Font family"
312
+ msgstr ""
313
+
314
+ msgid "Border style"
315
+ msgstr ""
316
+
317
+ msgid "Choose icon"
318
+ msgstr ""
319
+
320
+ msgid "Page "
321
+ msgstr "P�gina"
322
+
323
+ msgid "Activate License"
324
+ msgstr ""
325
+
326
+ msgid "Renew License"
327
+ msgstr ""
328
+
329
+ msgid "Slider by Supsystic"
330
+ msgstr ""
331
+
332
+ msgid ""
333
+ "Congratulations! You have successfully installed and activated PRO version of ' "
334
+ "~ environment.getMenu().getMenuTitle() ~ ' plugin."
335
+ msgstr ""
336
+
337
+ msgid "Your premium support is expired in ' ~ days ~ ' days"
338
+ msgstr ""
339
+
340
+ msgid "You will not be able to update your pro version with expired license"
341
+ msgstr ""
342
+
343
+ msgid "Activate"
344
+ msgstr ""
345
+
346
+ msgid "Authorization oauth_verifier is not specified."
347
+ msgstr ""
348
+
349
+ msgid "Tumblr authorization"
350
+ msgstr ""
351
+
352
+ msgid "Upload your images from the Tumblr Media Library"
353
+ msgstr ""
354
+
355
+ msgid "Upload from Tumblr"
356
+ msgstr ""
357
+
358
+ msgid "FTP"
359
+ msgstr ""
360
+
361
+ msgid "Upload your images from the FTP Server"
362
+ msgstr ""
363
+
364
+ msgid "Enter images folder name, e.g. my-images"
365
+ msgstr ""
366
+
367
+ msgid "Parse"
368
+ msgstr ""
369
+
370
+ msgid "Note: images folder must be in wp-content/uploads/directory"
371
+ msgstr ""
372
+
373
+ msgid "Host"
374
+ msgstr ""
375
+
376
+ msgid "Username"
377
+ msgstr ""
378
+
379
+ msgid "Password"
380
+ msgstr ""
381
+
382
+ msgid "Port"
383
+ msgstr ""
384
+
385
+ msgid "Enter the full path to images folder"
386
+ msgstr ""
387
+
388
+ msgid "Note: you need to specify the full path to images folder"
389
+ msgstr ""
390
+
391
+ msgid "Please fill all fields"
392
+ msgstr ""
393
+
394
+ msgid "Loading text"
395
+ msgstr ""
396
+
397
+ msgid "Loading..."
398
+ msgstr ""
399
+
400
+ msgid "Open by link in popup"
401
+ msgstr ""
402
+
403
+ msgid "Gallery link"
404
+ msgstr ""
405
+
406
+ msgid "Auto posts"
407
+ msgstr ""
408
+
409
+ msgid "Number of posts"
410
+ msgstr ""
411
+
412
+ msgid "Auto Posts Categories"
413
+ msgstr ""
414
+
415
+ msgid "Select categories"
416
+ msgstr ""
417
+
418
+ msgid "Google Drive authorization"
419
+ msgstr ""
420
+
421
+ msgid "Upload your images from Google Drive CDN"
422
+ msgstr ""
423
+
424
+ msgid "Upload from Google Drive"
425
+ msgstr ""
426
+
427
+ msgid "Google Drive"
428
+ msgstr ""
429
+
430
+ msgid "New gallery successfully created"
431
+ msgstr "Nova Galeria criada com sucesso"
432
+
433
+ msgid "Title successfully updated"
434
+ msgstr "T�tulo atualizado com sucesso"
435
+
436
+ msgid "Not enough data."
437
+ msgstr "Sem dados suficientes"
438
+
439
+ msgid "Preset successfully saved."
440
+ msgstr "Pr�-defini��o salva com sucesso"
441
+
442
+ msgid "The preset ID is not specified."
443
+ msgstr "O ID desta pr�-defini��o n�o est� especificado"
444
+
445
+ msgid "Preset successfully removed."
446
+ msgstr "Pr�-defini��o removido com sucesso"
447
+
448
+ msgid "Failed to find the preset."
449
+ msgstr "Falhou em encontrar a Pr�-defini��o"
450
+
451
+ msgid "Preset successfully applied to the gallery."
452
+ msgstr "Pr�-defini��o aplicada com sucesso � galeria"
453
+
454
+ msgid "Unnamed gallery"
455
+ msgstr "Galeria sem nome"
456
+
457
+ msgid "The identifier of the gallery is invalid"
458
+ msgstr "O idenfiticador da galeria � inv�lido"
459
+
460
+ msgid "Title is empty"
461
+ msgstr "T�tulo est� vazio"
462
+
463
+ msgid "Failed to rename the gallery"
464
+ msgstr "Falhou em renomear a galeria"
465
+
466
+ msgid "Invalid gallery identifier specified"
467
+ msgstr "Inv�lido identificador da galeria especificado"
468
+
469
+ msgid "Failed to delete the gallery"
470
+ msgstr "Falhou em deletar a galeria"
471
+
472
+ msgid "Resources are does not exists"
473
+ msgstr "Recursos n�o existem"
474
+
475
+ msgid "The identifier of the Gallery is not specified"
476
+ msgstr "O identificador da galeria n�o est� especificado"
477
+
478
+ msgid "New gallery"
479
+ msgstr "Nova Galeria"
480
+
481
+ msgid "Add Images"
482
+ msgstr "Adicione imagens"
483
+
484
+ msgid "Add selected items"
485
+ msgstr "Adicionar itens selecionados"
486
+
487
+ msgid "Cancel"
488
+ msgstr "Cancelar"
489
+
490
+ msgid ""
491
+ "You need to import images to your gallery before you can start using galleries"
492
+ msgstr ""
493
+ "Voc� precisa importar imagens para sua galeria antes de come�ar a usar "
494
+ "\"Galleries\""
495
+
496
+ msgid "Selected"
497
+ msgstr ""
498
+
499
+ msgid "Create new gallery"
500
+ msgstr "Criar nova galeria"
501
+
502
+ msgid ""
503
+ "Choose Gallery Template.You can change template and settings on the next step."
504
+ msgstr ""
505
+
506
+ msgid "Gallery Name:"
507
+ msgstr ""
508
+
509
+ msgid "Choose Gallery Template."
510
+ msgstr ""
511
+
512
+ msgid "Remove selected"
513
+ msgstr "Remover selecionados"
514
+
515
+ msgid "Select/unselect all posts"
516
+ msgstr "Selecionar/Descelecionar todos posts"
517
+
518
+ msgid "Images list"
519
+ msgstr "Lista de Imagens"
520
+
521
+ msgid "Preview"
522
+ msgstr "Pr�-visualizar"
523
+
524
+ msgid "Total Images: "
525
+ msgstr ""
526
+
527
+ msgid "There are %s photos in the gallery %s"
528
+ msgstr "Existem %s fotos na galeria %s"
529
+
530
+ msgid "Are you sure you want to delete this gallery?"
531
+ msgstr ""
532
+
533
+ msgid "Delete gallery"
534
+ msgstr ""
535
+
536
+ msgid "Shortcode:"
537
+ msgstr ""
538
+
539
+ msgid "PHPCode:"
540
+ msgstr ""
541
+
542
+ msgid "You have no galleries"
543
+ msgstr ""
544
+
545
+ msgid "You don't have any galleries yet."
546
+ msgstr "Voc� n�o tem nenhuma galeria ainda"
547
+
548
+ msgid "Want to create one right now?"
549
+ msgstr "Quer criar uma bem agora?"
550
+
551
+ msgid "What is a gallery"
552
+ msgstr "O que � a galeria"
553
+
554
+ msgid ""
555
+ "<strong>Gallery</strong> &mdash; the highest type of entity in the Gallery by "
556
+ "Supsystic."
557
+ msgstr ""
558
+
559
+ msgid ""
560
+ "You can have an unlimited number of galleries, to which you can attach the "
561
+ "preloaded pictures."
562
+ msgstr ""
563
+
564
+ msgid ""
565
+ "Each gallery has a number of display settings and behaviors that you can save to "
566
+ "presets and apply to other galleries."
567
+ msgstr ""
568
+ "Cada galeria tem um n�mero de configura��es de display e comportamentos "
569
+ "que pode ser salvo em Pr�-defini��es e aplicados � outras galerias."
570
+
571
+ msgid "Gallery title can't be empty!"
572
+ msgstr "T�tulo da galeria n�o pode ser vazio!"
573
+
574
+ msgid "Gallery title:"
575
+ msgstr "T�tulo da galeria"
576
+
577
+ msgid "Select source to import from"
578
+ msgstr ""
579
+
580
+ msgid "Back to the gallery"
581
+ msgstr "Voltar � galeria"
582
+
583
+ msgid "Main"
584
+ msgstr "Principal"
585
+
586
+ msgid "Captions"
587
+ msgstr ""
588
+
589
+ msgid "Categories"
590
+ msgstr "Categorias"
591
+
592
+ msgid "Add images"
593
+ msgstr ""
594
+
595
+ msgid "Import settings"
596
+ msgstr ""
597
+
598
+ msgid "Your changes not saved. You really want to leave without saving?"
599
+ msgstr ""
600
+
601
+ msgid "Gallery Type"
602
+ msgstr ""
603
+
604
+ msgid "Number of Columns"
605
+ msgstr ""
606
+
607
+ msgid "Responsive columns"
608
+ msgstr ""
609
+
610
+ msgid "Gallery Position"
611
+ msgstr ""
612
+
613
+ msgid "Images distance"
614
+ msgstr ""
615
+
616
+ msgid "Gallery width"
617
+ msgstr "Tamanho da Galeria"
618
+
619
+ msgid "Full screen width"
620
+ msgstr ""
621
+
622
+ msgid "Gallery padding"
623
+ msgstr ""
624
+
625
+ msgid "Gallery height"
626
+ msgstr "Altura da galeria"
627
+
628
+ msgid "Image width"
629
+ msgstr ""
630
+
631
+ msgid "Image height"
632
+ msgstr ""
633
+
634
+ msgid "Image radius"
635
+ msgstr ""
636
+
637
+ msgid "Image crop quality"
638
+ msgstr ""
639
+
640
+ msgid "Display only first image"
641
+ msgstr ""
642
+
643
+ msgid "Social Sharing"
644
+ msgstr ""
645
+
646
+ msgid "Social Buttons Project"
647
+ msgstr ""
648
+
649
+ msgid "Gallery Sharing"
650
+ msgstr ""
651
+
652
+ msgid "Image Sharing"
653
+ msgstr ""
654
+
655
+ msgid "Buttons align"
656
+ msgstr ""
657
+
658
+ msgid "Popup Image Sharing"
659
+ msgstr ""
660
+
661
+ msgid "You have no Social Sharing projects for now."
662
+ msgstr ""
663
+
664
+ msgid "Create your first project"
665
+ msgstr ""
666
+
667
+ msgid ""
668
+ "then just reload page with your Gallery settings, and you will see list with "
669
+ "available Social Projects for your Gallery."
670
+ msgstr ""
671
+
672
+ msgid "You need to install Social Share Buttons by Supsystic to use this feature."
673
+ msgstr ""
674
+
675
+ msgid "Install plugin"
676
+ msgstr ""
677
+
678
+ msgid "here."
679
+ msgstr ""
680
+
681
+ msgid "Horizontal Scroll"
682
+ msgstr ""
683
+
684
+ msgid "Scroll Bar Color"
685
+ msgstr ""
686
+
687
+ msgid "Scroll Bar Transparency"
688
+ msgstr ""
689
+
690
+ msgid "Border"
691
+ msgstr "Borda"
692
+
693
+ msgid "Available"
694
+ msgstr ""
695
+
696
+ msgid "Border Type"
697
+ msgstr ""
698
+
699
+ msgid "Shadow"
700
+ msgstr "Sombra"
701
+
702
+ msgid "Shadow preset"
703
+ msgstr ""
704
+
705
+ msgid "When mouse is over"
706
+ msgstr "Quando o mouse est� sobre "
707
+
708
+ msgid "Off"
709
+ msgstr ""
710
+
711
+ msgid "Show mouse on"
712
+ msgstr ""
713
+
714
+ msgid "Hide mouse on"
715
+ msgstr ""
716
+
717
+ msgid "Overlay image with shadow"
718
+ msgstr "Sobrepor imagem com sombra"
719
+
720
+ msgid "Shadow color"
721
+ msgstr "Cor da sombra"
722
+
723
+ msgid "Shadow blur"
724
+ msgstr "Desfoque da sombra"
725
+
726
+ msgid "Shadow X"
727
+ msgstr "Sombra X"
728
+
729
+ msgid "Shadow Y"
730
+ msgstr "Sombra Y"
731
+
732
+ msgid "Pop-up Image"
733
+ msgstr ""
734
+
735
+ msgid "Popup box theme"
736
+ msgstr ""
737
+
738
+ msgid "Choose theme"
739
+ msgstr "Escolher tema"
740
+
741
+ msgid "Disable on mobile"
742
+ msgstr ""
743
+
744
+ msgid "Popup Image Text"
745
+ msgstr ""
746
+
747
+ msgid "Caption"
748
+ msgstr "Sub�tulo"
749
+
750
+ msgid "Title"
751
+ msgstr "T�tulo"
752
+
753
+ msgid "Alt text"
754
+ msgstr ""
755
+
756
+ msgid "Description"
757
+ msgstr "Descri��o"
758
+
759
+ msgid "Hide Popup Captions"
760
+ msgstr ""
761
+
762
+ msgid "Transparency"
763
+ msgstr "Transpar�ncia"
764
+
765
+ msgid "Slideshow"
766
+ msgstr "Slideshow"
767
+
768
+ msgid "Slideshow speed"
769
+ msgstr "Velocidade da apresenta��o de imagems"
770
+
771
+ msgid "Slideshow pause on hover"
772
+ msgstr ""
773
+
774
+ msgid "Slideshow autostart"
775
+ msgstr "Iniciar automaticamente apresenta��o de slides"
776
+
777
+ msgid "Popup Image size"
778
+ msgstr ""
779
+
780
+ msgid "Effect"
781
+ msgstr "Efeito"
782
+
783
+ msgid "Choose effect"
784
+ msgstr "Escolher efeito"
785
+
786
+ msgid "Personal captions"
787
+ msgstr ""
788
+
789
+ msgid "Polaroid Style"
790
+ msgstr ""
791
+
792
+ msgid "Polaroid Image Animation"
793
+ msgstr ""
794
+
795
+ msgid "Polaroid Image Scattering "
796
+ msgstr ""
797
+
798
+ msgid "Polaroid Frame Width"
799
+ msgstr ""
800
+
801
+ msgid "Text size"
802
+ msgstr "Tamanho do texto"
803
+
804
+ msgid "Text horizontal align"
805
+ msgstr ""
806
+
807
+ msgid "Text vertical align"
808
+ msgstr ""
809
+
810
+ msgid "Hide image title tooltip"
811
+ msgstr ""
812
+
813
+ msgid "Mobile - show always caption"
814
+ msgstr ""
815
+
816
+ msgid "Show icons"
817
+ msgstr "Mostrar �cones"
818
+
819
+ msgid "Select effect"
820
+ msgstr "Efeito selecionado"
821
+
822
+ msgid "Animation"
823
+ msgstr ""
824
+
825
+ msgid "Icons color"
826
+ msgstr "Cor dos �cones"
827
+
828
+ msgid "Icons hover color"
829
+ msgstr "Cor do �cone quando \"hover\""
830
+
831
+ msgid "Background hover color"
832
+ msgstr "Cor do fundo quando \"hover\""
833
+
834
+ msgid "Icons size"
835
+ msgstr "Tamanho dos �cones"
836
+
837
+ msgid "Distance between icons"
838
+ msgstr "Dist�ncia entre �cones"
839
+
840
+ msgid "Show overlay"
841
+ msgstr "Mostrar sobreposi��o"
842
+
843
+ msgid "Overlay color"
844
+ msgstr "Cor sobreposta"
845
+
846
+ msgid "Overlay transparency"
847
+ msgstr "Transpar�ncia sobreposta"
848
+
849
+ msgid "Categorize images in the gallery"
850
+ msgstr ""
851
+
852
+ msgid "Let user switch gallery pages"
853
+ msgstr ""
854
+
855
+ msgid "Save settings as preset"
856
+ msgstr "Salvar configura��es como pr�-defini��o"
857
+
858
+ msgid "Preset title:"
859
+ msgstr "T�tulo do "
860
+
861
+ msgid "Delete preset"
862
+ msgstr "Deletar pr�-defini��o"
863
+
864
+ msgid "Are you really want to delete preset \"%s\"?"
865
+ msgstr "Voc� tem certeza que quer deletar a Pr�-defini��o \"%s\"?"
866
+
867
+ msgid "Load settings from presets"
868
+ msgstr "Carregar configura��es Pr�-definidas"
869
+
870
+ msgid "Select preset:"
871
+ msgstr "Selecionar pr�-defini��o:"
872
+
873
+ msgid "Failed to load the presets."
874
+ msgstr "Falhou em carregar as pr�-defini��es."
875
+
876
+ msgid "Currently you have no presets."
877
+ msgstr "Atualmente voc� n�o tem pr�-defini��es."
878
+
879
+ msgid "Select \"Big image\" theme"
880
+ msgstr "Selecione tema \"Big image\""
881
+
882
+ msgid "Select a theme"
883
+ msgstr "Selecione um tema"
884
+
885
+ msgid "Select"
886
+ msgstr ""
887
+
888
+ msgid "Select overlay effect"
889
+ msgstr "Selecione efeito de sobrepor"
890
+
891
+ msgid "This effect requires icons be enabled. Enable Icons?"
892
+ msgstr ""
893
+
894
+ msgid "Select shadow preset"
895
+ msgstr ""
896
+
897
+ msgid "Select shadow"
898
+ msgstr ""
899
+
900
+ msgid "Import settings from gallery"
901
+ msgstr ""
902
+
903
+ msgid ""
904
+ "Here you can import settings from other galleries, but right now, you have only "
905
+ "one gallery, create more - and see how it works"
906
+ msgstr ""
907
+
908
+ msgid "Improve free version"
909
+ msgstr ""
910
+
911
+ msgid "Select icons effects"
912
+ msgstr "Selcionar efeitos dos �cones"
913
+
914
+ msgid "Click on the icon to select effect"
915
+ msgstr "Clicar no �cone para selecionar efeito"
916
+
917
+ msgid "close"
918
+ msgstr ""
919
+
920
+ msgid "next"
921
+ msgstr ""
922
+
923
+ msgid "previous"
924
+ msgstr ""
925
+
926
+ msgid "start slideshow"
927
+ msgstr ""
928
+
929
+ msgid "stop slideshow"
930
+ msgstr ""
931
+
932
+ msgid "image"
933
+ msgstr ""
934
+
935
+ msgid "of"
936
+ msgstr ""
937
+
938
+ msgid "Choose source"
939
+ msgstr ""
940
+
941
+ msgid "Import from WordPress Media Library"
942
+ msgstr ""
943
+
944
+ msgid "Import from social networks"
945
+ msgstr ""
946
+
947
+ msgid "Import from your Instagram account"
948
+ msgstr ""
949
+
950
+ msgid "Import from your Flickr account"
951
+ msgstr ""
952
+
953
+ msgid "Import from your Tumblr account"
954
+ msgstr ""
955
+
956
+ msgid "Import from your Facebook account"
957
+ msgstr ""
958
+
959
+ msgid "Import from cloud services"
960
+ msgstr ""
961
+
962
+ msgid "Import from your FTP server"
963
+ msgstr ""
964
+
965
+ msgid "Import from your Google Drive account"
966
+ msgstr ""
967
+
968
+ msgid "Get Pro to enable import"
969
+ msgstr ""
970
+
971
+ msgid "Properties"
972
+ msgstr "Propriedades"
973
+
974
+ msgid "Delete Image"
975
+ msgstr ""
976
+
977
+ msgid "Sort To: "
978
+ msgstr ""
979
+
980
+ msgid "Sort By: "
981
+ msgstr ""
982
+
983
+ msgid "Switch to the list view"
984
+ msgstr "Trocar para vis�o em listas"
985
+
986
+ msgid "Switch to the block view"
987
+ msgstr "Trocar para vis�o em blocos"
988
+
989
+ msgid "Apply"
990
+ msgstr ""
991
+
992
+ msgid "Search"
993
+ msgstr ""
994
+
995
+ msgid "The gallery is does not exists"
996
+ msgstr "A galeria n�o existe"
997
+
998
+ msgid "Currently this gallery has no images"
999
+ msgstr "Atualmente esta galerias n�o tem imagens"
1000
+
1001
+ msgid "Linked Images"
1002
+ msgstr ""
1003
+
1004
+ msgid "Instagram authorization"
1005
+ msgstr ""
1006
+
1007
+ msgid "Upload your images from the Instagram Media Library"
1008
+ msgstr "Fazer upload de suas imagens da biblioteca de m�dia do Instagram"
1009
+
1010
+ msgid "Upload from Instagram"
1011
+ msgstr "Fazer upload do Instagram"
1012
+
1013
+ msgid "Your message successfully send. We contact you soon."
1014
+ msgstr ""
1015
+
1016
+ msgid "Step-by-step Tutorial"
1017
+ msgstr ""
1018
+
1019
+ msgid "Begin Step-by-step Tutorial"
1020
+ msgstr ""
1021
+
1022
+ msgid "Name"
1023
+ msgstr ""
1024
+
1025
+ msgid "Email"
1026
+ msgstr ""
1027
+
1028
+ msgid "Website"
1029
+ msgstr ""
1030
+
1031
+ msgid "Subject"
1032
+ msgstr ""
1033
+
1034
+ msgid "Topic"
1035
+ msgstr ""
1036
+
1037
+ msgid "Plugin options"
1038
+ msgstr ""
1039
+
1040
+ msgid "Report a bug"
1041
+ msgstr ""
1042
+
1043
+ msgid "Require a new functionallity"
1044
+ msgstr ""
1045
+
1046
+ msgid "Other"
1047
+ msgstr ""
1048
+
1049
+ msgid "Message"
1050
+ msgstr ""
1051
+
1052
+ msgid "Hello Supsystic Team!"
1053
+ msgstr ""
1054
+
1055
+ msgid ""
1056
+ "Some errors occurred while sending mail please send your message trough this "
1057
+ "contact form:"
1058
+ msgstr ""
1059
+
1060
+ msgid "Unable to save chosen photo %s: %s"
1061
+ msgstr "N�o pode salvar foto escolhida %s: %s"
1062
+
1063
+ msgid "New Folder"
1064
+ msgstr "Nova pasta"
1065
+
1066
+ msgid "The title can't be empty"
1067
+ msgstr "O t�tulo n�o pode ser vazio"
1068
+
1069
+ msgid "Failed to update position."
1070
+ msgstr "Falhou em atualizar posi��o."
1071
+
1072
+ msgid "Position updated successfully!"
1073
+ msgstr "Posi��o atualiza��o com sucesso!"
1074
+
1075
+ msgid "Rename folder"
1076
+ msgstr "Renomear pasta"
1077
+
1078
+ msgid "Folder name:"
1079
+ msgstr "Nome da Pasta"
1080
+
1081
+ msgid "Add images to the gallery"
1082
+ msgstr "Adicione imagens � esta galeria"
1083
+
1084
+ msgid "Please wait while the plugin to get the list of galleries..."
1085
+ msgstr "Por favor espere enquanto o plugin carrega a lista de galerias"
1086
+
1087
+ msgid "Select the gallery:"
1088
+ msgstr "Selecione a galeria:"
1089
+
1090
+ msgid "New folder"
1091
+ msgstr "Nova pasta"
1092
+
1093
+ #, fuzzy
1094
+ msgid "Add images to the new gallery"
1095
+ msgstr "Adicione imagens � esta galeria"
1096
+
1097
+ msgid "Create new folder"
1098
+ msgstr "Criar nova pasta"
1099
+
1100
+ msgid "Edit selected item"
1101
+ msgstr "Editar �cone selecionado"
1102
+
1103
+ msgid "Delete selected items"
1104
+ msgstr "Deletar item selecionado"
1105
+
1106
+ msgid "Create new gallery from the selected items"
1107
+ msgstr "Criar nova galeria a partir de um item selecionado"
1108
+
1109
+ msgid "New gallery from selected"
1110
+ msgstr "Nova galeria a partir de um item selecionado"
1111
+
1112
+ msgid "Add the selected items to the existing gallery"
1113
+ msgstr "Adicionar os itens selecionados � galeria existente"
1114
+
1115
+ msgid "Add selected to the gallery"
1116
+ msgstr "Adicionar selecionados � galeria"
1117
+
1118
+ msgid "Upload your images from the WordPress Media Library"
1119
+ msgstr ""
1120
+
1121
+ msgid "All photos"
1122
+ msgstr "Todas as fotos"
1123
+
1124
+ msgid "Drop photos here to move them from the folder"
1125
+ msgstr "Solte suas imagens aqui para mov�-las de uma pasta"
1126
+
1127
+ msgid "Next"
1128
+ msgstr ""
1129
+
1130
+ msgid "Close Tutorial"
1131
+ msgstr ""
1132
+
1133
+ msgid "Welcome to Photo Gallery plugin by Supsystic!"
1134
+ msgstr ""
1135
+
1136
+ msgid ""
1137
+ "Thank you for choosing our Gallery plugin. Just click here to start using it - "
1138
+ "and we will show you it's possibilities and powerfull features."
1139
+ msgstr ""
1140
+
1141
+ msgid "Hello! This is the Gallery by Supsystic Overview."
1142
+ msgstr ""
1143
+
1144
+ msgid ""
1145
+ "Here you can get help: watch the video tutorial or read FAQ and Documentation, "
1146
+ "make use of contact form. Also here requirements for server - Server Settings."
1147
+ msgstr ""
1148
+
1149
+ msgid "Create your first Gallery"
1150
+ msgstr ""
1151
+
1152
+ msgid ""
1153
+ "To Create New Gallery select gallery template. You can change template and "
1154
+ "settings later. Now here are four different templates. With PRO version you’ll "
1155
+ "get more features like Categories, Load More button, Post Feed (Content) "
1156
+ "gallery, Polaroid gallery and more. Enter name of the gallery and click “Save”."
1157
+ msgstr ""
1158
+
1159
+ msgid "Add images to your Gallery"
1160
+ msgstr ""
1161
+
1162
+ msgid ""
1163
+ "Now you are in the edit menu of your gallery. And the first thing you need to do "
1164
+ "are add media to the gallery. Click \"Add Images\" button."
1165
+ msgstr ""
1166
+
1167
+ msgid "Images Import Options"
1168
+ msgstr ""
1169
+
1170
+ msgid ""
1171
+ "<p>Import images in several ways:</p><p>Import from Wordpress Media Library/"
1172
+ "Upload files from your computer</p><p>Import from social networks</"
1173
+ "p><p>Instagram (in the Free version)</p><p>With PRO-version also will be "
1174
+ "available import from Flickr, Tumblr and Facebook.</p><p>Besides with Gallery "
1175
+ "PRO version you can import images from such cloud services - FTP server, Google "
1176
+ "Drive.</p>"
1177
+ msgstr ""
1178
+
1179
+ msgid "Image List"
1180
+ msgstr ""
1181
+
1182
+ msgid ""
1183
+ "<p>Now you can see your image list. Here you can:</p><p>Change the order of "
1184
+ "images – simply by dragging them manually.</p><p>Delete images.</p><p>Add new "
1185
+ "images from different sources to the grid gallery – click “Add Images” button "
1186
+ "and select the source to import from.</p><p><b>Caption tab</b> – add caption to "
1187
+ "image – it will be displayed on the caption effect of the gallery. Also here "
1188
+ "included the support of html-elements inside caption effect</p><p><b>SEO tab</b> "
1189
+ "– manage image title and description</p><p><b>Link tab</b> – attach links to "
1190
+ "image – it will go to the link when you click the image.</p><p><b>Video tab</b> "
1191
+ "– attach video url – it will be displayed in a pop-up image when you click on "
1192
+ "the image.</p><p><b>Categories tab</b> – add tags for image categories.</"
1193
+ "p><p><b>Linked images tab</b> – add linked images to the chosen image.</"
1194
+ "p><p><b>Crop tab</b> – choose image crop position.</p><p><b>Replace image tab</"
1195
+ "b> – replace image without losing image settings.</p><p>Now follow to the "
1196
+ "gallery settings – сlick “Properties” button.</p>"
1197
+ msgstr ""
1198
+
1199
+ msgid "Preview of Gallery settings"
1200
+ msgstr ""
1201
+
1202
+ msgid ""
1203
+ "At the left side of the monitor you see a preview image in which will be seen "
1204
+ "changes made to the settings. This window for the settings of your gallery."
1205
+ msgstr ""
1206
+
1207
+ msgid "Main Settings"
1208
+ msgstr ""
1209
+
1210
+ msgid ""
1211
+ "<p>Here you can set main settings of gallery - choose Gallery Type, for more "
1212
+ "information check this <a href=\"//supsystic.com/gallery-order-types/\" target="
1213
+ "\"_blank\">article</a>.</p><p>Social Sharing: add social share buttons to your "
1214
+ "gallery. Or showcase images in a Horizontal Scroll view.</p><p>Load More: adds "
1215
+ "\"load more\" button to your gallery. And with Custom Buttons: you can make your "
1216
+ "button better.</p><p>Add to images border and shadow with Border Type and Shadow "
1217
+ "settings.</p><p>In the Pop-up Image section customize lightbox of your gallery.</"
1218
+ "p>"
1219
+ msgstr ""
1220
+
1221
+ msgid "Captions and Icons"
1222
+ msgstr ""
1223
+
1224
+ msgid ""
1225
+ "<p>On Captions tab you can manage the Captions and Icons, and make them your "
1226
+ "style.</p>"
1227
+ msgstr ""
1228
+
1229
+ msgid "Categories and Pagination"
1230
+ msgstr ""
1231
+
1232
+ msgid ""
1233
+ "<p>Categories tab: here you can enable Categories and Pagination options.</"
1234
+ "p><p>To this tab become available you need to buy PRO version."
1235
+ msgstr ""
1236
+
1237
+ msgid ""
1238
+ "<p>Posts tab: here you can add posts and pages to your gallery and also manage "
1239
+ "them. Posts of gallery included in the PRO version of Gallery by Supsystic.</p>"
1240
+ msgstr ""
1241
+
1242
+ msgid "Well done!"
1243
+ msgstr ""
1244
+
1245
+ msgid ""
1246
+ "<p><b>Upgrading</b></p><p>Once you have purchased Premium version of plugin - "
1247
+ "you’ll have to enter license key (you can find it in your personal account on "
1248
+ "our site). Go to the License tab and enter your email and license key. Once you "
1249
+ "have activated your PRO license - you can use all its advanced options.</"
1250
+ "p><p>That’s all. From this moment you can use your Gallery without any doubt. "
1251
+ "But if you still have some question - do not hesitate to contact us through our "
1252
+ "<a href=\"https://supsystic.com/contact-us/\">internal support</a> or on our <a "
1253
+ "href=\"http://supsystic.com/forum/photo-gallery-plugin/\">Supsystic Forum.</a> "
1254
+ "Besides you can always describe your questions on <a href=\"https://wordpress."
1255
+ "org/support/plugin/gallery-by-supsystic\">WordPress Ultimate Forum.</a></"
1256
+ "p><p><b>Enjoy this plugin?</b></p><p>It will be nice if you`ll help us and boost "
1257
+ "plugin with <a href=\"https://wordpress.org/support/view/plugin-reviews/gallery-"
1258
+ "by-supsystic?rate=5#postform/\">Five Stars rating on WordPress.org.</a></p><p>We "
1259
+ "hope that you like this plugin and wish you all the best! Good luck!</p>"
1260
+ msgstr ""
1261
+
1262
+ msgid "Welcome to the"
1263
+ msgstr ""
1264
+
1265
+ msgid ""
1266
+ "Photo Gallery plugin is created for people who would like to show their photos "
1267
+ "in a marvelous way. Perform your best ideas, making delightful presentations or "
1268
+ "galleries from videos and photos."
1269
+ msgstr ""
1270
+
1271
+ msgid "Step-by-step tutorial"
1272
+ msgstr ""
1273
+
1274
+ msgid ""
1275
+ "There’re really many options of photo gallery plugin customization. So as soon "
1276
+ "as you close that page, I’ll show you step-by-step tutorial of how to use "
1277
+ "plugin. Hope it will be usefull for you :)"
1278
+ msgstr ""
1279
+
1280
+ msgid "Support"
1281
+ msgstr ""
1282
+
1283
+ msgid ""
1284
+ "We love our plugin and do the best to improve all features you want and fix all "
1285
+ "issues. But sometimes some issues happened or you can’t find feature you want :) "
1286
+ "Don’t worry, just <a href=\"//supsystic.com/plugins/photo-gallery?"
1287
+ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" "
1288
+ "target=\"_blank\"> contact us </a> . We’ll answer in an hour and fix all issues."
1289
+ msgstr ""
1290
+
1291
+ msgid "Video Tutorial"
1292
+ msgstr ""
1293
+
1294
+ msgid "Frequently Asked Questions"
1295
+ msgstr ""
1296
+
1297
+ msgid ""
1298
+ "Gallery doesn’t load on the front end. If the loading gallery icon just keeps "
1299
+ "playing but never loads the gallery."
1300
+ msgstr ""
1301
+
1302
+ msgid "How to change the position of photos in gallery?"
1303
+ msgstr ""
1304
+
1305
+ msgid "How to insert gallery into widget?"
1306
+ msgstr ""
1307
+
1308
+ msgid "Go to Appearance -> Widgets."
1309
+ msgstr ""
1310
+
1311
+ msgid ""
1312
+ "You’ll see Gallery by Supsystic Widget on the left. Drag it to the area, where "
1313
+ "you want it to appear."
1314
+ msgstr ""
1315
+
1316
+ msgid "Then choose what gallery you want to display. And press save."
1317
+ msgstr ""
1318
+
1319
+ msgid "Check all other FAQs"
1320
+ msgstr ""
1321
+
1322
+ msgid "Roles"
1323
+ msgstr ""
1324
+
1325
+ msgid "PRO option"
1326
+ msgstr ""
1327
+
1328
+ msgid "Edit image"
1329
+ msgstr "Editar imagem"
1330
+
1331
+ msgid "SEO"
1332
+ msgstr "SEO"
1333
+
1334
+ msgid "Alternative text"
1335
+ msgstr "Texto alternativo"
1336
+
1337
+ msgid "External link"
1338
+ msgstr "Link externo"
1339
+
1340
+ msgid "Available in PRO version."
1341
+ msgstr "Dispon�vel na vers�o PRO."
1342
+
1343
+ msgid "Link"
1344
+ msgstr "Link"
1345
+
1346
+ msgid "Open in new window"
1347
+ msgstr "Abrir em uma nova janela"
1348
+
1349
+ msgid "Embeded video"
1350
+ msgstr "Video em anexo"
1351
+
1352
+ msgid "Video URL"
1353
+ msgstr "URL do v�deo"
1354
+
1355
+ msgid "Supports Youtube and Vimeo. URL will be converted to embed automatically."
1356
+ msgstr "Suporta Youtube e Vimeo. URL ser� convertida em link automaticamente."
1357
+
1358
+ msgid "Image"
1359
+ msgstr "Imagem"
1360
+
1361
+ msgid "Date"
1362
+ msgstr "Data"
1363
+
1364
+ msgid "Select %s"
1365
+ msgstr "Selecione %s"
1366
+
1367
+ msgid "photo"
1368
+ msgstr "Foto"
1369
+
1370
+ msgid "photos"
1371
+ msgstr "Fotos"
1372
+
1373
+ msgid "Caption effect"
1374
+ msgstr ""
1375
+
1376
+ msgid "Video"
1377
+ msgstr "V�deo"
1378
+
1379
+ msgid "Linked images"
1380
+ msgstr ""
1381
+
1382
+ msgid "Crop"
1383
+ msgstr ""
1384
+
1385
+ msgid "Replace image"
1386
+ msgstr ""
1387
+
1388
+ msgid "http://example.com/"
1389
+ msgstr "http://exemplo.com/"
1390
+
1391
+ msgid "Add nofollow attribute"
1392
+ msgstr ""
1393
+
1394
+ msgid "Choose images"
1395
+ msgstr ""
1396
+
1397
+ #~ msgid "Refresh Images List"
1398
+ #~ msgstr "Atualizar lista de Imagens"
1399
+
1400
+ #~ msgid "Author"
1401
+ #~ msgstr "Autor"
1402
+
1403
+ #~ msgid "Comments"
1404
+ #~ msgstr "Coment�rios"
1405
+
1406
+ #~ msgid "Type"
1407
+ #~ msgstr "Fonte"
1408
+
1409
+ #~ msgid "Normal"
1410
+ #~ msgstr "Normal"
1411
+
1412
+ #~ msgid "Bold"
1413
+ #~ msgstr "Negrito"
1414
+
1415
+ #~ msgid "Add new gallery"
1416
+ #~ msgstr "Adicionar nova galeria"
1417
+
1418
+ #~ msgid "Edit"
1419
+ #~ msgstr "Editar"
1420
+
1421
+ #~ msgid "Select shortcode for the gallery "
1422
+ #~ msgstr "Selecionar shortcode para a galeria"
1423
+
1424
+ #~ msgid "You have not any galleries"
1425
+ #~ msgstr "Voc� n�o tem nenhuma galeria"
1426
+
1427
+ #~ msgid ""
1428
+ #~ "<strong>Gallery</strong> — the highest type of entity in the Gallery by "
1429
+ #~ "Supsystic."
1430
+ #~ msgstr ""
1431
+ #~ "<strong>Galeria</strong> — A entidade mais tipificada na galeria por Supsystic"
1432
+
1433
+ #~ msgid ""
1434
+ #~ "You can have an unlimited number of galleries, to which you can attach the "
1435
+ #~ "preloaded pictures and folders."
1436
+ #~ msgstr ""
1437
+ #~ "Voc� pode ter um n�mero ilimitado de galerias, para a qual voc� pode "
1438
+ #~ "anexar as imagens pr�-carregas e pastas"
1439
+
1440
+ #~ msgid "Wanna know more?"
1441
+ #~ msgstr "Quer saber mais?"
1442
+
1443
+ #~ msgid "Help"
1444
+ #~ msgstr "Ajuda"
1445
+
1446
+ #~ msgid "Visit %s section to read more information about the galleries."
1447
+ #~ msgstr "Visite %s se��o para ler mais informa��es sobre as galerias."
1448
+
1449
+ #~ msgid "Delete"
1450
+ #~ msgstr "Deletar"
1451
+
1452
+ #~ msgid "Area"
1453
+ #~ msgstr "Area"
1454
+
1455
+ #~ msgid "Big image"
1456
+ #~ msgstr "Imagem grande"
1457
+
1458
+ #~ msgid "Icons"
1459
+ #~ msgstr "�cones"
1460
+
1461
+ #~ msgid "Images shuffling"
1462
+ #~ msgstr "Imagens aleat�rias"
1463
+
1464
+ #~ msgid "Post feed"
1465
+ #~ msgstr "Postar feed"
1466
+
1467
+ #~ msgid "Grid"
1468
+ #~ msgstr "Grade"
1469
+
1470
+ #~ msgid "Distance between photos"
1471
+ #~ msgstr "Dist�ncias entre imagens"
1472
+
1473
+ #~ msgid "Photo width"
1474
+ #~ msgstr "Tamanho da imagem"
1475
+
1476
+ #~ msgid "Photo height"
1477
+ #~ msgstr "Altura da imagem"
1478
+
1479
+ #~ msgid "Use shadow"
1480
+ #~ msgstr "Aplicar sombra"
1481
+
1482
+ #~ msgid "Show caption"
1483
+ #~ msgstr "Mostrar subt�tulo"
1484
+
1485
+ #~ msgid "Text align"
1486
+ #~ msgstr "Alinhamento do texto"
1487
+
1488
+ #~ msgid "Theme"
1489
+ #~ msgstr "Tema"
1490
+
1491
+ #~ msgid "Transition"
1492
+ #~ msgstr "Transi��o"
1493
+
1494
+ #~ msgid "Elastic"
1495
+ #~ msgstr "El�stico"
1496
+
1497
+ #~ msgid "Fade"
1498
+ #~ msgstr "Esmaecer"
1499
+
1500
+ #~ msgid "None"
1501
+ #~ msgstr "Nenhum"
1502
+
1503
+ #~ msgid "Transition speed"
1504
+ #~ msgstr "Velocidade da transi��o"
1505
+
1506
+ #~ msgid "Close speed"
1507
+ #~ msgstr "Velocidade para fechar"
1508
+
1509
+ #~ msgid "Disabled"
1510
+ #~ msgstr "Desabilitado"
1511
+
1512
+ #~ msgid "Enabled"
1513
+ #~ msgstr "Habilitado"
1514
+
1515
+ #~ msgid "Shortcode"
1516
+ #~ msgstr "Shortcode"
1517
+
1518
+ #~ msgid "Use this shortcode to insert the gallery \"%s\" on the pages or posts."
1519
+ #~ msgstr "Use este shortcode para inserir a galeria \"%s\" em p�ginas ou posts."
1520
+
1521
+ #~ msgid ""
1522
+ #~ "If you new to current feature, then you can read more about shortcodes in the "
1523
+ #~ "<a href=\"http://en.support.wordpress.com/shortcodes/\">official wordpress "
1524
+ #~ "documentation</a>."
1525
+ #~ msgstr ""
1526
+ #~ "Se n�o est� familiarizado com shortcodes, ent�o visite a <a href="
1527
+ #~ "\"http://en.support.wordpress.com/shortcodes/\">documenta��o oficial do "
1528
+ #~ "wordpress</a>"
1529
+
1530
+ #~ msgid "Cover"
1531
+ #~ msgstr "Capa"
1532
+
1533
+ #~ msgid "Sort and orginize images with \"Categories\" option"
1534
+ #~ msgstr "Ordene e organize imagens com a op��o \"Categorias\""
1535
+
1536
+ #~ msgid "Live preview"
1537
+ #~ msgstr "Pre-visualizar"
1538
+
1539
+ #~ msgid "Delete image"
1540
+ #~ msgstr "Deletar imagem"
1541
+
1542
+ #~ msgid "Upload your images from the Wordpress Media Library"
1543
+ #~ msgstr "Upload suas imagens a partir da Biblioteca de media do wordpress"
1544
+
1545
+ #~ msgid "Lifetime for cached data"
1546
+ #~ msgstr "Limite excedido para dados em cache"
1547
+
1548
+ #~ msgid "The field \"%s\" available only for numeric values"
1549
+ #~ msgstr "O campo \"%s\" dispon�vel somente para valores num�ricos"
1550
+
1551
+ #~ msgid "Settings successfully updated!"
1552
+ #~ msgstr "Configura��es foram atualizadas com sucesso!"
1553
+
1554
+ #~ msgid "Please correct following errors:"
1555
+ #~ msgstr "Por favor corriga os erros a seguir:"
1556
+
1557
+ #~ msgid ""
1558
+ #~ "<strong>%s</strong> has its own caching system in order to significantly "
1559
+ #~ "reduce the load on the database."
1560
+ #~ msgstr ""
1561
+ #~ "<strong>%s</strong> tem seu pr�prio sistema de cache para reduzir "
1562
+ #~ "significativamente a sobrecarga na base de dados."
1563
+
1564
+ #~ msgid "Caching is not available because your uploads directory is not writable."
1565
+ #~ msgstr ""
1566
+ #~ "Cachear n�o est� dispon�vel pois seus diret�rios de upload n�o "
1567
+ #~ "podem ser escritos."
1568
+
1569
+ #~ msgid ""
1570
+ #~ "The time in seconds after which the cache will be considered obsolete. "
1571
+ #~ "Default: 86400 (24 hours)."
1572
+ #~ msgstr ""
1573
+ #~ "O tempo em segundos depois do qual o cache ser� considerado obsoleto. "
1574
+ #~ "Default: 86400 (24 horas)."
1575
+
1576
+ #~ msgid "Clear cache"
1577
+ #~ msgstr "Limpar cache"
1578
+
1579
+ #~ msgid ""
1580
+ #~ "We don't collect statistics on you, we only collect the errors encountered "
1581
+ #~ "during use in order to improve our product."
1582
+ #~ msgstr ""
1583
+ #~ "N�s n�o coletamos estat�sticas sobre voc�, n�s somente coletamos os "
1584
+ #~ "erros encontrados durante o uso para melhorar nosso produto."
1585
+
1586
+ #~ msgid "File"
1587
+ #~ msgstr "Arquivo"
1588
+
1589
+ #~ msgid "Tags"
1590
+ #~ msgstr "Tags"
1591
+
1592
+ #~ msgid "Open in new window."
1593
+ #~ msgstr "Abrir em uma nova janela."
1594
+
1595
+ #~ msgid "Welcome to"
1596
+ #~ msgstr "Bem vindo �"
1597
+
1598
+ #~ msgid "Version"
1599
+ #~ msgstr "Vers�o"
1600
+
1601
+ #~ msgid "Google"
1602
+ #~ msgstr "Google"
1603
+
1604
+ #~ msgid "Wordpress.org"
1605
+ #~ msgstr "Wordpress.org"
1606
+
1607
+ #~ msgid "Reffer a friend"
1608
+ #~ msgstr "Indicar para um amigo"
1609
+
1610
+ #~ msgid "Find on the web"
1611
+ #~ msgstr "Encontrar na web"
1612
+
1613
+ #~ msgid "Other way"
1614
+ #~ msgstr "Outro jeito"
1615
+
1616
+ #~ msgid "Thank for check info. Start using plugin"
1617
+ #~ msgstr "Obrigador por checar os dados. Come�e usando o plugin"
app/langs/sgg-pt_PT.mo ADDED
Binary file
app/langs/sgg-pt_PT.po ADDED
@@ -0,0 +1,2120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Português\n"
4
+ "POT-Creation-Date: \n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: pt_PT\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=iso-8859-1\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
+ "X-Generator: Poedit 2.0.1\n"
14
+
15
+ msgid "An error has occurred"
16
+ msgstr "Ocorreu um erro"
17
+
18
+ msgid "Overview"
19
+ msgstr "Vista geral"
20
+
21
+ msgid "New Gallery"
22
+ msgstr "Nova Galeria"
23
+
24
+ msgid "Galleries"
25
+ msgstr "Galerias"
26
+
27
+ msgid "Image Optimize"
28
+ msgstr ""
29
+
30
+ msgid "Settings"
31
+ msgstr "Configurações"
32
+
33
+ msgid "License"
34
+ msgstr "Licença"
35
+
36
+ msgid "Featured Plugins"
37
+ msgstr ""
38
+
39
+ msgid "Images"
40
+ msgstr "Imagens"
41
+
42
+ msgid "Instagram"
43
+ msgstr "Instagram"
44
+
45
+ msgid "Flickr"
46
+ msgstr "Flickr"
47
+
48
+ msgid "Tumblr"
49
+ msgstr "Tumblr"
50
+
51
+ msgid "Facebook"
52
+ msgstr "Facebook"
53
+
54
+ msgid "Get PRO"
55
+ msgstr "Obter PRO"
56
+
57
+ msgid "Loading"
58
+ msgstr "Carregando"
59
+
60
+ msgid "Authorization code is not specified."
61
+ msgstr "Código de autorização não foi especificado."
62
+
63
+ msgid "Gallery by Supsystic"
64
+ msgstr "Galeria por Supsystic"
65
+
66
+ msgid "Import images"
67
+ msgstr "Importar imagens"
68
+
69
+ msgid "Facebook authorization"
70
+ msgstr "Autorização do facebook"
71
+
72
+ msgid "Upload your images from the Facebook Media Library"
73
+ msgstr "Upload das imagens da biblioteca do facebook"
74
+
75
+ msgid "Login with Facebook"
76
+ msgstr "Ligar-se com o Facebook"
77
+
78
+ msgid "Return to the gallery"
79
+ msgstr "Voltar à galeria"
80
+
81
+ msgid "Upload new images"
82
+ msgstr "Upload novas imagens"
83
+
84
+ msgid "Logout"
85
+ msgstr "Logout"
86
+
87
+ msgid "Select/unselect all photos"
88
+ msgstr "Selecione/Desseleccione todas as fotos"
89
+
90
+ msgid ""
91
+ "Here you can specify your business pages and images will load from those pages. "
92
+ "You can set several pages, just separate ID of pages by \",\". To get the ID of "
93
+ "your page you need to switch to the wanted page, then click on \"About\" link "
94
+ "right below page cover, and at the bottom of \"About\" page you will find "
95
+ "Facebook Page ID."
96
+ msgstr ""
97
+ "Aqui pode especificar as páginas que vão carregar as imagens. Pode selecionar "
98
+ "várias páginas, separe os IDs das páginas por \",\". Para obtero o ID da "
99
+ "página precisa de mudar para a página desejada e clicar em \"Sobre\" ligação "
100
+ "abaixo da capa de página, e no fim da página \"Sobre\" encontra o Facebook "
101
+ "Page ID."
102
+
103
+ msgid "Save"
104
+ msgstr "Salvar"
105
+
106
+ msgid "Empty user data."
107
+ msgstr "Dados de usuário vazio."
108
+
109
+ msgid "Flickr authorization"
110
+ msgstr "Autorização do Flickr"
111
+
112
+ msgid "Upload your images from the Flickr Media Library"
113
+ msgstr "Fazer upload de suas imagens da biblioteca de média do Flickr"
114
+
115
+ msgid "Upload from Flickr"
116
+ msgstr "Fazer o upload do Flickr"
117
+
118
+ msgid "Images not in albums"
119
+ msgstr "As imagens não estão nos albuns"
120
+
121
+ msgid "Albums"
122
+ msgstr "Albums"
123
+
124
+ msgid "Fullscreen"
125
+ msgstr "Ecrã Inteiro"
126
+
127
+ msgid "Load More Button"
128
+ msgstr "Butão Carregar mais"
129
+
130
+ msgid "Enable"
131
+ msgstr "Ligar"
132
+
133
+ msgid "Disable"
134
+ msgstr "Desligar"
135
+
136
+ msgid "Load with scroll"
137
+ msgstr "Carregar com scroll"
138
+
139
+ msgid "No"
140
+ msgstr "Não"
141
+
142
+ msgid "Yes"
143
+ msgstr "Sim"
144
+
145
+ msgid "Load more button text"
146
+ msgstr "Texto do botão carregar mais"
147
+
148
+ msgid "Loading text"
149
+ msgstr "A carregar o texto"
150
+
151
+ msgid "Loading..."
152
+ msgstr "A carregar..."
153
+
154
+ msgid "Images amount"
155
+ msgstr "Quantidade de images"
156
+
157
+ msgid "Load more amount"
158
+ msgstr "Carregar mais Quantidade"
159
+
160
+ msgid "Custom Buttons"
161
+ msgstr "Botões customizaveis "
162
+
163
+ msgid "Gallery Loader"
164
+ msgstr "Loader da Galeria"
165
+
166
+ msgid "Background color"
167
+ msgstr "Cor do Fundo"
168
+
169
+ msgid "Choose Icon"
170
+ msgstr "Escolha um Icon"
171
+
172
+ msgid "Open by link in popup"
173
+ msgstr "Abrir por hiperligação em janela nova"
174
+
175
+ msgid "Gallery link"
176
+ msgstr "Hiperligação da galeria"
177
+
178
+ msgid "Disable right click"
179
+ msgstr "Desligar o Click direito"
180
+
181
+ msgid "Video size"
182
+ msgstr "Tamanho do Vídeo"
183
+
184
+ msgid "Autoplay video"
185
+ msgstr "Video Começar automático"
186
+
187
+ msgid "When video ends"
188
+ msgstr "Quando o video acaba"
189
+
190
+ msgid "Do nothing"
191
+ msgstr "Não fazer nada"
192
+
193
+ msgid "Open next slide"
194
+ msgstr "Abrir o próximo slide"
195
+
196
+ msgid "Close popup"
197
+ msgstr "fechar janela"
198
+
199
+ msgid "Posts layout"
200
+ msgstr "Layout do Post"
201
+
202
+ msgid "Posts layout style"
203
+ msgstr "Estilo do layout do post"
204
+
205
+ msgid "Auto posts"
206
+ msgstr "Post automáticos"
207
+
208
+ msgid "Number of posts"
209
+ msgstr "Numero de Posts"
210
+
211
+ msgid "Auto Posts Categories"
212
+ msgstr "Categorias dos post automáticos"
213
+
214
+ msgid "Select categories"
215
+ msgstr "Escolher categorias"
216
+
217
+ msgid "All"
218
+ msgstr "Todos"
219
+
220
+ msgid "Posts"
221
+ msgstr "Posts"
222
+
223
+ msgid "Pages"
224
+ msgstr "Páginas"
225
+
226
+ msgid "Show author"
227
+ msgstr "Mostrar autor"
228
+
229
+ msgid "Show date"
230
+ msgstr "Mostrar data"
231
+
232
+ msgid "Show contents"
233
+ msgstr "Mostrar conteúdo"
234
+
235
+ msgid "Show categories"
236
+ msgstr "Mostrar categorias"
237
+
238
+ msgid "Hide \"All\" category"
239
+ msgstr "Esconder a Categoria \"Todos\""
240
+
241
+ msgid "Enable shuffling animation"
242
+ msgstr "Habilitar animação aleatória"
243
+
244
+ msgid "Animation duration"
245
+ msgstr "Duração da animação"
246
+
247
+ msgid "Position"
248
+ msgstr "Posição"
249
+
250
+ msgid "Over the gallery"
251
+ msgstr "Acima da galeria"
252
+
253
+ msgid "Under the gallery"
254
+ msgstr "Abaixo da galeria"
255
+
256
+ msgid "Align"
257
+ msgstr "Alinhamento"
258
+
259
+ msgid "Left"
260
+ msgstr "Esquerda"
261
+
262
+ msgid "Center"
263
+ msgstr "Centro"
264
+
265
+ msgid "Right"
266
+ msgstr "Direita"
267
+
268
+ msgid "Presets"
269
+ msgstr "Valores padrão"
270
+
271
+ msgid "Choose preset"
272
+ msgstr "Escolher valor padrão"
273
+
274
+ msgid "Preset Editor"
275
+ msgstr "Editor valor padrão"
276
+
277
+ msgid "Categories order"
278
+ msgstr "Ordem das categorias"
279
+
280
+ msgid "Enable pagination"
281
+ msgstr "Habilitar paginação"
282
+
283
+ msgid "Pagination"
284
+ msgstr "Paginação"
285
+
286
+ msgid "Images per page"
287
+ msgstr "Imagens por página"
288
+
289
+ msgid "Buttons position"
290
+ msgstr "Posição dos botões"
291
+
292
+ msgid "Top"
293
+ msgstr "Superior"
294
+
295
+ msgid "Bottom"
296
+ msgstr "Inferior"
297
+
298
+ msgid "Container background"
299
+ msgstr "Parte de trás da caixa"
300
+
301
+ msgid "Hide container background."
302
+ msgstr "Esconder parte de traz da caixa"
303
+
304
+ msgid "Text background"
305
+ msgstr "Parte de trás do texto"
306
+
307
+ msgid "Hide text background."
308
+ msgstr "Esconder parte de trás do texto"
309
+
310
+ msgid "Text color"
311
+ msgstr "Cor do texto"
312
+
313
+ msgid "Use color, based on my theme."
314
+ msgstr "Usar cor, baseado no meu tema"
315
+
316
+ msgid "Vertical padding"
317
+ msgstr "Espaçamento vertical"
318
+
319
+ msgid "Horizontal padding"
320
+ msgstr "Espaçamento horizontal"
321
+
322
+ msgid "Font weight"
323
+ msgstr "Espessura da fonte"
324
+
325
+ msgid "Font size"
326
+ msgstr "Tamanho da fonte"
327
+
328
+ msgid "Border width"
329
+ msgstr "Tamanho da borda"
330
+
331
+ msgid "Border type"
332
+ msgstr "Tipo de borda"
333
+
334
+ msgid "Border color"
335
+ msgstr "Cor da borda"
336
+
337
+ msgid "Border radius"
338
+ msgstr "Raio da borda"
339
+
340
+ msgid "Buttons preset editor for Paginations, Categories and Load More buttons"
341
+ msgstr ""
342
+ "Configurações da predefinição de botões para Paginação, Categorias e "
343
+ "Carregar mais"
344
+
345
+ msgid "Custom class"
346
+ msgstr "Classe personalizada"
347
+
348
+ msgid "Font family"
349
+ msgstr "Família da fonte"
350
+
351
+ msgid "Border style"
352
+ msgstr "Estilo da borda"
353
+
354
+ msgid "Choose icon"
355
+ msgstr "Escolher Icon"
356
+
357
+ msgid "Page "
358
+ msgstr "Página"
359
+
360
+ msgid "Activate License"
361
+ msgstr "Ativar a Licença"
362
+
363
+ msgid "Renew License"
364
+ msgstr "Renovar a Licença"
365
+
366
+ msgid "Slider by Supsystic"
367
+ msgstr "Slider por Supsystic"
368
+
369
+ msgid ""
370
+ "Congratulations! You have successfully installed and activated PRO version of ' "
371
+ "~ environment.getMenu().getMenuTitle() ~ ' plugin."
372
+ msgstr ""
373
+ "Parabens! Instalou e ativou com sucesso a versão PRO de ' ~ environment."
374
+ "getMenu().getMenuTitle() ~ ' plugin."
375
+
376
+ msgid "Your premium support is expired in ' ~ days ~ ' days"
377
+ msgstr "O teu suporte premium expira em ' ~ days ~ ' dias"
378
+
379
+ msgid "You will not be able to update your pro version with expired license"
380
+ msgstr "Não vai ser possível atualizar a versão PRO com a licença expirada"
381
+
382
+ msgid "Activate"
383
+ msgstr "Ativar"
384
+
385
+ msgid "Authorization oauth_verifier is not specified."
386
+ msgstr ""
387
+
388
+ msgid "Tumblr authorization"
389
+ msgstr "Autorização Tumblr"
390
+
391
+ msgid "Upload your images from the Tumblr Media Library"
392
+ msgstr ""
393
+
394
+ msgid "Upload from Tumblr"
395
+ msgstr "Carregar do Tumblr"
396
+
397
+ msgid "FTP"
398
+ msgstr "FTP"
399
+
400
+ msgid "Upload your images from the FTP Server"
401
+ msgstr "Carrega as imagens do teu Servidor FTP"
402
+
403
+ msgid "Enter images folder name, e.g. my-images"
404
+ msgstr ""
405
+
406
+ msgid "Upload"
407
+ msgstr ""
408
+
409
+ msgid "Note: images folder must be in wp-content/uploads/directory"
410
+ msgstr "Nota: a pasta das imagens tem de estar em wp-content/uploads/directory"
411
+
412
+ msgid "Host"
413
+ msgstr "Domínio"
414
+
415
+ msgid "Username"
416
+ msgstr "Username"
417
+
418
+ msgid "Password"
419
+ msgstr "Password"
420
+
421
+ msgid "Port"
422
+ msgstr "Porta"
423
+
424
+ msgid "Enter the full path to images folder"
425
+ msgstr "Introduza o caminho completo da pasta das imagens"
426
+
427
+ msgid "Note: you need to specify the full path to images folder"
428
+ msgstr "Nota: Precisa de especificar o caminho completo da pasta das imagens"
429
+
430
+ msgid "Please fill all fields"
431
+ msgstr "Por favor preencha todos os campos"
432
+
433
+ msgid "Popup Linked Image Text"
434
+ msgstr ""
435
+
436
+ msgid "Title"
437
+ msgstr "Título"
438
+
439
+ msgid "Alt text"
440
+ msgstr ""
441
+
442
+ msgid "Description"
443
+ msgstr "Descrição"
444
+
445
+ msgid "Disable source image for Linked Images"
446
+ msgstr ""
447
+
448
+ msgid "Disable title optimize"
449
+ msgstr ""
450
+
451
+ msgid "Show Watermark"
452
+ msgstr ""
453
+
454
+ msgid "Show Watermark for"
455
+ msgstr ""
456
+
457
+ msgid "Thumbnails"
458
+ msgstr ""
459
+
460
+ msgid "Popup Images"
461
+ msgstr ""
462
+
463
+ msgid "Thumbnail and Popup Images"
464
+ msgstr ""
465
+
466
+ msgid "Apply to all images"
467
+ msgstr ""
468
+
469
+ msgid "Save source images"
470
+ msgstr ""
471
+
472
+ msgid "Type"
473
+ msgstr "Fonte"
474
+
475
+ msgid "Image"
476
+ msgstr "Imagem"
477
+
478
+ msgid "Text"
479
+ msgstr ""
480
+
481
+ msgid "Watermark Image"
482
+ msgstr ""
483
+
484
+ msgid "Margin"
485
+ msgstr ""
486
+
487
+ msgid "Left Top"
488
+ msgstr ""
489
+
490
+ msgid "Left Center"
491
+ msgstr ""
492
+
493
+ msgid "Left Bottom"
494
+ msgstr ""
495
+
496
+ msgid "Top Center"
497
+ msgstr ""
498
+
499
+ msgid "Center Center"
500
+ msgstr ""
501
+
502
+ msgid "Bottom Center"
503
+ msgstr ""
504
+
505
+ msgid "Right Top"
506
+ msgstr ""
507
+
508
+ msgid "Right Center"
509
+ msgstr ""
510
+
511
+ msgid "Right Bottom"
512
+ msgstr ""
513
+
514
+ msgid "Transparency"
515
+ msgstr "Transparência"
516
+
517
+ msgid ""
518
+ "To use this option, you must install php-extension GD. The list of functions "
519
+ "that are used in the plugin can be seen in readme.txt file."
520
+ msgstr ""
521
+
522
+ msgid "Image on hover"
523
+ msgstr ""
524
+
525
+ msgid "Select image on hover"
526
+ msgstr ""
527
+
528
+ msgid "Upload Image"
529
+ msgstr ""
530
+
531
+ msgid "Google Drive authorization"
532
+ msgstr "Autorização do Google Drive"
533
+
534
+ msgid "Upload your images from Google Drive CDN"
535
+ msgstr ""
536
+
537
+ msgid "Upload from Google Drive"
538
+ msgstr "Importar do Google Drive"
539
+
540
+ msgid "Google Drive"
541
+ msgstr "Google Drive"
542
+
543
+ msgid "Popup Plugin"
544
+ msgstr ""
545
+
546
+ msgid ""
547
+ "The Best WordPress PopUp option plugin to help you gain more subscribers, social "
548
+ "followers or advertisement. Responsive pop-ups with friendly options."
549
+ msgstr ""
550
+
551
+ msgid "Slider Plugin"
552
+ msgstr ""
553
+
554
+ msgid ""
555
+ "Creating slideshows with Slider plugin is fast and easy. Simply select images "
556
+ "from your WordPress Media Library, Flickr, Instagram or Facebook, set slide "
557
+ "captions, links and SEO fields all from one page."
558
+ msgstr ""
559
+
560
+ msgid "Photo Gallery Plugin"
561
+ msgstr ""
562
+
563
+ msgid ""
564
+ "Photo Gallery Plugin with a great number of layouts will help you to create "
565
+ "quality respectable portfolios and image galleries."
566
+ msgstr ""
567
+
568
+ msgid "Data Tables Generator"
569
+ msgstr ""
570
+
571
+ msgid ""
572
+ "Create and manage beautiful data tables with custom design. No HTML knowledge is "
573
+ "required."
574
+ msgstr ""
575
+
576
+ msgid "Social Share Buttons"
577
+ msgstr ""
578
+
579
+ msgid ""
580
+ "Social share buttons to increase social traffic and popularity. Social sharing "
581
+ "to Facebook, Twitter and other social networks."
582
+ msgstr ""
583
+
584
+ msgid "Live Chat Plugin"
585
+ msgstr ""
586
+
587
+ msgid ""
588
+ "Be closer to your visitors and customers with Live Chat Support by Supsystic. "
589
+ "Help you visitors, support them in real-time with exceptional Live Chat "
590
+ "WordPress plugin by Supsystic."
591
+ msgstr ""
592
+
593
+ msgid "Pricing Table"
594
+ msgstr ""
595
+
596
+ msgid ""
597
+ "It’s never been so easy to create and manage pricing and comparison tables with "
598
+ "table builder. Any element of the table can be customise with mouse click."
599
+ msgstr ""
600
+
601
+ msgid "Coming Soon Plugin"
602
+ msgstr ""
603
+
604
+ msgid ""
605
+ "Coming soon page with drag-and-drop builder or under construction | maintenance "
606
+ "mode to notify visitors and collects emails."
607
+ msgstr ""
608
+
609
+ msgid "Backup Plugin"
610
+ msgstr ""
611
+
612
+ msgid ""
613
+ "Backup and Restore WordPress Plugin by Supsystic provides quick and unhitched "
614
+ "DropBox, FTP, Amazon S3, Google Drive backup for your WordPress website."
615
+ msgstr ""
616
+
617
+ msgid "Google Maps Easy"
618
+ msgstr ""
619
+
620
+ msgid ""
621
+ "Display custom Google Maps. Set markers and locations with text, images, "
622
+ "categories and links. Customize google map in a simple and intuitive way."
623
+ msgstr ""
624
+
625
+ msgid "Digital Publication Plugin"
626
+ msgstr ""
627
+
628
+ msgid ""
629
+ "Digital Publication WordPress Plugin by Supsystic for Magazines, Catalogs, "
630
+ "Portfolios. Convert images, posts, PDF to the page flip book."
631
+ msgstr ""
632
+
633
+ msgid "Contact Form Plugin"
634
+ msgstr ""
635
+
636
+ msgid ""
637
+ "One of the best plugin for creating Contact Forms on your WordPress site. "
638
+ "Changeable fonts, backgrounds, an option for adding fields etc."
639
+ msgstr ""
640
+
641
+ msgid "Newsletter Plugin"
642
+ msgstr ""
643
+
644
+ msgid ""
645
+ "Supsystic Newsletter plugin for automatic mailing of your letters. You will have "
646
+ "no need to control it or send them manually. No coding, hard skills or long "
647
+ "hours of customizing are required."
648
+ msgstr ""
649
+
650
+ msgid "Membership by Supsystic"
651
+ msgstr ""
652
+
653
+ msgid ""
654
+ "Create online membership community with custom user profiles, roles, FrontEnd "
655
+ "registration and login. Members Directory, activity, groups, messages."
656
+ msgstr ""
657
+
658
+ msgid "New gallery successfully created"
659
+ msgstr "Nova Galeria criada com sucesso"
660
+
661
+ msgid "Title successfully updated"
662
+ msgstr "Título atualizado com sucesso"
663
+
664
+ msgid "Not enough data."
665
+ msgstr "Sem dados suficientes"
666
+
667
+ msgid "Preset successfully saved."
668
+ msgstr "Predefinição gravada com sucesso"
669
+
670
+ msgid "The preset ID is not specified."
671
+ msgstr "O ID desta predefinição não está especificado"
672
+
673
+ msgid "Preset successfully removed."
674
+ msgstr "Predefinição removida com sucesso"
675
+
676
+ msgid "Failed to find the preset."
677
+ msgstr "Falha em encontrar a predefenição"
678
+
679
+ msgid "Preset successfully applied to the gallery."
680
+ msgstr "Predefinição aplicada com sucesso na galeria"
681
+
682
+ msgid "Unnamed gallery"
683
+ msgstr "Galeria sem nome"
684
+
685
+ msgid "The identifier of the gallery is invalid"
686
+ msgstr "O identificador da galeria inválido"
687
+
688
+ msgid "Title is empty"
689
+ msgstr "O titulo está vazio"
690
+
691
+ msgid "Failed to rename the gallery"
692
+ msgstr "Falhou em renomear a galeria"
693
+
694
+ msgid "Invalid gallery identifier specified"
695
+ msgstr "Identificador da galeria especificado inválido"
696
+
697
+ msgid "Failed to delete the gallery"
698
+ msgstr "Falhou em apagar a galeria"
699
+
700
+ msgid "Resources are does not exists"
701
+ msgstr "Recursos não existem"
702
+
703
+ msgid "The identifier of the Gallery is not specified"
704
+ msgstr "O identificador da galeria não está especificado"
705
+
706
+ msgid "New gallery"
707
+ msgstr "Nova Galeria"
708
+
709
+ msgid "Add Images"
710
+ msgstr "Adicione imagens"
711
+
712
+ msgid "Add selected items"
713
+ msgstr "Adicionar itens selecionados"
714
+
715
+ msgid "Cancel"
716
+ msgstr "Cancelar"
717
+
718
+ msgid ""
719
+ "You need to import images to your gallery before you can start using galleries"
720
+ msgstr ""
721
+ "Precisa importar imagens para sua galeria antes de começar a usar Galerias"
722
+
723
+ msgid "Selected"
724
+ msgstr "Selecionado"
725
+
726
+ msgid "Create new gallery"
727
+ msgstr "Criar nova galeria"
728
+
729
+ msgid ""
730
+ "Choose Gallery Template. You can change template and settings on the next step."
731
+ msgstr ""
732
+
733
+ msgid "Gallery Name:"
734
+ msgstr "Nome da galeria:"
735
+
736
+ msgid "Choose Gallery Template."
737
+ msgstr "Escolher o modelo da galeria."
738
+
739
+ msgid "Remove selected"
740
+ msgstr "Remover selecionados"
741
+
742
+ msgid "Select/unselect all posts"
743
+ msgstr "Selecionar/Descelecionar todos posts"
744
+
745
+ msgid "Images: "
746
+ msgstr ""
747
+
748
+ msgid "There are %s photos in the gallery %s"
749
+ msgstr "Existem %s fotos na galeria %s"
750
+
751
+ msgid " Size: "
752
+ msgstr ""
753
+
754
+ msgid " Mb "
755
+ msgstr ""
756
+
757
+ msgid "Images list"
758
+ msgstr "Lista de Imagens"
759
+
760
+ msgid "Preview"
761
+ msgstr "Pré-visualizar"
762
+
763
+ msgid "Images Optimization"
764
+ msgstr ""
765
+
766
+ msgid "Are you sure you want to delete this gallery?"
767
+ msgstr "Tem a certeza que quer apagar esta galeria?"
768
+
769
+ msgid "Delete gallery"
770
+ msgstr "Apagar galeria"
771
+
772
+ msgid "Shortcode:"
773
+ msgstr "Shortcode:"
774
+
775
+ msgid "PHPCode:"
776
+ msgstr "Código PHP:"
777
+
778
+ msgid "You have no galleries"
779
+ msgstr "Não tem galerias"
780
+
781
+ msgid "You don't have any galleries yet."
782
+ msgstr "Ainda não tem nenhuma galeria"
783
+
784
+ msgid "Want to create one right now?"
785
+ msgstr "Quer criar uma agora?"
786
+
787
+ msgid "What is a gallery"
788
+ msgstr "O que è a galeria"
789
+
790
+ msgid ""
791
+ "<strong>Gallery</strong> &mdash; the highest type of entity in the Gallery by "
792
+ "Supsystic."
793
+ msgstr ""
794
+
795
+ msgid ""
796
+ "You can have an unlimited number of galleries, to which you can attach the "
797
+ "preloaded pictures."
798
+ msgstr "Podes ter galerias ilimitadas, nas quais podes ligar imagens predefinidas."
799
+
800
+ msgid ""
801
+ "Each gallery has a number of display settings and behaviors that you can save to "
802
+ "presets and apply to other galleries."
803
+ msgstr ""
804
+ "Cada galeria tem um número de configurações de apresentação e "
805
+ "comportamentos que pode ser salvo em predefinições e aplicados a outras "
806
+ "galerias."
807
+
808
+ msgid "Gallery title can't be empty!"
809
+ msgstr "Título da galeria não pode estar vazio!"
810
+
811
+ msgid "Gallery title:"
812
+ msgstr "Título da galeria"
813
+
814
+ msgid "Select source to import from"
815
+ msgstr "Escolher fonte para importar"
816
+
817
+ msgid "Back to the gallery"
818
+ msgstr "Voltar à galeria"
819
+
820
+ msgid "Main"
821
+ msgstr "Principal"
822
+
823
+ msgid "Captions"
824
+ msgstr "Legendas"
825
+
826
+ msgid "Categories"
827
+ msgstr "Categorias"
828
+
829
+ msgid "Watermark"
830
+ msgstr ""
831
+
832
+ msgid "Add images"
833
+ msgstr "Adicionar imagens"
834
+
835
+ msgid "Import settings"
836
+ msgstr "Importar configurações"
837
+
838
+ msgid "Social"
839
+ msgstr ""
840
+
841
+ msgid "Load More"
842
+ msgstr ""
843
+
844
+ msgid "Buttons"
845
+ msgstr ""
846
+
847
+ msgid "Scroll"
848
+ msgstr ""
849
+
850
+ msgid "Border"
851
+ msgstr "Borda"
852
+
853
+ msgid "Shadow"
854
+ msgstr "Sombra"
855
+
856
+ msgid "Lightbox"
857
+ msgstr ""
858
+
859
+ msgid "Loader"
860
+ msgstr ""
861
+
862
+ msgid "Your changes not saved. You really want to leave without saving?"
863
+ msgstr ""
864
+ "As suas alterações não foram salvas. Tem a certeza que quer sair sem salvar?"
865
+
866
+ msgid "Gallery Type"
867
+ msgstr "Tipo de galeria"
868
+
869
+ msgid "Number of Columns"
870
+ msgstr "Numero de colunas"
871
+
872
+ msgid "Responsive columns"
873
+ msgstr ""
874
+
875
+ msgid "Gallery Position"
876
+ msgstr "Posição da galeria"
877
+
878
+ msgid "Images distance"
879
+ msgstr "distância de imagens"
880
+
881
+ msgid "Gallery width"
882
+ msgstr "Tamanho da Galeria"
883
+
884
+ msgid "Full screen width"
885
+ msgstr "Largura do ecrã inteiro"
886
+
887
+ msgid "Gallery padding"
888
+ msgstr "Espaçamento da galeria"
889
+
890
+ msgid "Gallery height"
891
+ msgstr "Altura da galeria"
892
+
893
+ msgid "Image width"
894
+ msgstr "Largura da imagem"
895
+
896
+ msgid "Image height"
897
+ msgstr "altura da imagem"
898
+
899
+ msgid "Image radius"
900
+ msgstr "raio da imagem"
901
+
902
+ msgid "Image crop quality"
903
+ msgstr "qualidade do corte da imagem"
904
+
905
+ msgid "Display only first image"
906
+ msgstr "Mostar só na primeira imagem"
907
+
908
+ msgid "Social Sharing"
909
+ msgstr "Partilha em redes sociais"
910
+
911
+ msgid "Social Buttons Project"
912
+ msgstr "Projeto botões de redes sociais"
913
+
914
+ msgid "Gallery Sharing"
915
+ msgstr "Partilhar galeria"
916
+
917
+ msgid "Image Sharing"
918
+ msgstr "Partilhar imagem"
919
+
920
+ msgid "Buttons align"
921
+ msgstr "Alinhar botões"
922
+
923
+ msgid "Popup Image Sharing"
924
+ msgstr ""
925
+
926
+ msgid "You have no Social Sharing projects for now."
927
+ msgstr ""
928
+
929
+ msgid "Create your first project"
930
+ msgstr "Cria o teu primeiro projeto"
931
+
932
+ msgid ""
933
+ "then just reload page with your Gallery settings, and you will see list with "
934
+ "available Social Projects for your Gallery."
935
+ msgstr ""
936
+
937
+ msgid "You need to install Social Share Buttons by Supsystic to use this feature."
938
+ msgstr ""
939
+ "Precisa de instalar o Social Share Buttons da Supsystic para usar esta função"
940
+
941
+ msgid "Install plugin"
942
+ msgstr "Instala o plugin"
943
+
944
+ msgid "here."
945
+ msgstr "aqui."
946
+
947
+ msgid "Horizontal Scroll"
948
+ msgstr ""
949
+
950
+ msgid "Scroll Bar Color"
951
+ msgstr ""
952
+
953
+ msgid "Scroll Bar Transparency"
954
+ msgstr ""
955
+
956
+ msgid "Available"
957
+ msgstr "Disponivel"
958
+
959
+ msgid "Border Type"
960
+ msgstr "Tipo de borda"
961
+
962
+ msgid "Shadow preset"
963
+ msgstr "Predefinição da sombra"
964
+
965
+ msgid "When mouse is over"
966
+ msgstr "Quando o rato está em cima"
967
+
968
+ msgid "Off"
969
+ msgstr "Desligado"
970
+
971
+ msgid "Show mouse on"
972
+ msgstr "Amostrar com o rato ligado"
973
+
974
+ msgid "Hide mouse on"
975
+ msgstr "Esconder com o rato ligado"
976
+
977
+ msgid "Overlay image with shadow"
978
+ msgstr "Sobrepor imagem com sombra"
979
+
980
+ msgid "Shadow color"
981
+ msgstr "Cor da sombra"
982
+
983
+ msgid "Shadow blur"
984
+ msgstr "Desfoque da sombra"
985
+
986
+ msgid "Shadow X"
987
+ msgstr "Sombra X"
988
+
989
+ msgid "Shadow Y"
990
+ msgstr "Sombra Y"
991
+
992
+ msgid "Pop-up Image"
993
+ msgstr ""
994
+
995
+ msgid "Popup box theme"
996
+ msgstr ""
997
+
998
+ msgid "Choose theme"
999
+ msgstr "Escolher tema"
1000
+
1001
+ msgid "Disable on mobile"
1002
+ msgstr "Desligado em dispositivos móveis"
1003
+
1004
+ msgid "Popup Image Text"
1005
+ msgstr ""
1006
+
1007
+ msgid "Caption"
1008
+ msgstr "Subtítulo"
1009
+
1010
+ msgid "Hide Popup Captions"
1011
+ msgstr ""
1012
+
1013
+ msgid "Hide long titles"
1014
+ msgstr ""
1015
+
1016
+ msgid "Slideshow"
1017
+ msgstr "Slideshow"
1018
+
1019
+ msgid "Slideshow speed"
1020
+ msgstr "Velocidade da apresentação de imagems"
1021
+
1022
+ msgid "Slideshow pause on hover"
1023
+ msgstr "Pausa do Slideshow quando passa com o rato"
1024
+
1025
+ msgid "Slideshow autostart"
1026
+ msgstr "Iniciar automaticamente apresentação de slides"
1027
+
1028
+ msgid "Popup Image size"
1029
+ msgstr "Tamanho da Janela"
1030
+
1031
+ msgid "Disable browser history"
1032
+ msgstr ""
1033
+
1034
+ msgid "Effect"
1035
+ msgstr "Efeito"
1036
+
1037
+ msgid "Choose effect"
1038
+ msgstr "Escolher efeito"
1039
+
1040
+ msgid "Personal captions"
1041
+ msgstr ""
1042
+
1043
+ msgid "Polaroid Style"
1044
+ msgstr "Estilo Polaroid"
1045
+
1046
+ msgid "Polaroid Image Animation"
1047
+ msgstr "Animação de imagem Polaroid"
1048
+
1049
+ msgid "Polaroid Image Scattering "
1050
+ msgstr ""
1051
+
1052
+ msgid "Polaroid Frame Width"
1053
+ msgstr ""
1054
+
1055
+ msgid "Text size"
1056
+ msgstr "Tamanho do texto"
1057
+
1058
+ msgid "Text horizontal align"
1059
+ msgstr "Texto alinhamento horizontal"
1060
+
1061
+ msgid "Text vertical align"
1062
+ msgstr "Texto alinhamento vertical"
1063
+
1064
+ msgid "Hide image title tooltip"
1065
+ msgstr ""
1066
+
1067
+ msgid "Mobile - show always caption"
1068
+ msgstr ""
1069
+
1070
+ msgid "Disable captions on mobile"
1071
+ msgstr ""
1072
+
1073
+ msgid "Show icons"
1074
+ msgstr "Mostrar ícones"
1075
+
1076
+ msgid "Select effect"
1077
+ msgstr "Efeito selecionado"
1078
+
1079
+ msgid "Animation"
1080
+ msgstr "Animação"
1081
+
1082
+ msgid "Icons color"
1083
+ msgstr "Cor dos ícones"
1084
+
1085
+ msgid "Icons hover color"
1086
+ msgstr "Cor do ícone quando sobrevoar"
1087
+
1088
+ msgid "Background hover color"
1089
+ msgstr "Cor do fundo quando sobrevoar"
1090
+
1091
+ msgid "Icons size"
1092
+ msgstr "Tamanho dos ícones"
1093
+
1094
+ msgid "Distance between icons"
1095
+ msgstr "Distância entre ícones"
1096
+
1097
+ msgid "Show overlay"
1098
+ msgstr "Mostrar sobreposição"
1099
+
1100
+ msgid "Overlay color"
1101
+ msgstr "Cor sobreposta"
1102
+
1103
+ msgid "Overlay transparency"
1104
+ msgstr "Transparência sobreposta"
1105
+
1106
+ msgid "Categorize images in the gallery"
1107
+ msgstr "Categoriza as imagens na galeria"
1108
+
1109
+ msgid "Let user switch gallery pages"
1110
+ msgstr "Deixar o utilizador mudar as páginas da galeria"
1111
+
1112
+ msgid "Add watermarks to your photos"
1113
+ msgstr ""
1114
+
1115
+ msgid "Save settings as preset"
1116
+ msgstr "Salvar configurações como predefinição"
1117
+
1118
+ msgid "Preset title:"
1119
+ msgstr "Título predefinido"
1120
+
1121
+ msgid "Delete preset"
1122
+ msgstr "Apagar predefinição"
1123
+
1124
+ msgid "Are you really want to delete preset \"%s\"?"
1125
+ msgstr "Tem a certeza que quer apagar a predefinição \"%s\"?"
1126
+
1127
+ msgid "Load settings from presets"
1128
+ msgstr "Carregar configurações das predefenições"
1129
+
1130
+ msgid "Select preset:"
1131
+ msgstr "Selecionar predefinições:"
1132
+
1133
+ msgid "Failed to load the presets."
1134
+ msgstr "Falhou em carregar as predefinições."
1135
+
1136
+ msgid "Currently you have no presets."
1137
+ msgstr "Atualmente não tem predefinições."
1138
+
1139
+ msgid "Select \"Big image\" theme"
1140
+ msgstr "Selecione tema \"Big image\""
1141
+
1142
+ msgid "Select a theme"
1143
+ msgstr "Selecione um tema"
1144
+
1145
+ msgid "Select"
1146
+ msgstr "Selecionar"
1147
+
1148
+ msgid "Select overlay effect"
1149
+ msgstr "Selecione efeito de sobrepor"
1150
+
1151
+ msgid "This effect requires icons be enabled. Enable Icons?"
1152
+ msgstr "Este efeito requere os icons ligados. Ligar os Icons?"
1153
+
1154
+ msgid "Select shadow preset"
1155
+ msgstr "Selecionar a sombra predefenida"
1156
+
1157
+ msgid "Select shadow"
1158
+ msgstr "Escolher sombra"
1159
+
1160
+ msgid "Import settings from gallery"
1161
+ msgstr "Importar configurações da galeria"
1162
+
1163
+ msgid ""
1164
+ "Here you can import settings from other galleries, but right now, you have only "
1165
+ "one gallery, create more - and see how it works"
1166
+ msgstr ""
1167
+
1168
+ msgid "Improve free version"
1169
+ msgstr "Melhorar a versão grátis"
1170
+
1171
+ msgid "Select icons effects"
1172
+ msgstr "Selecionar efeitos dos ícones"
1173
+
1174
+ msgid "Click on the icon to select effect"
1175
+ msgstr "Clicar no ícone para selecionar efeito"
1176
+
1177
+ msgid "close"
1178
+ msgstr "fechar"
1179
+
1180
+ msgid "next"
1181
+ msgstr "próximo"
1182
+
1183
+ msgid "previous"
1184
+ msgstr "anterior"
1185
+
1186
+ msgid "start slideshow"
1187
+ msgstr "Começar o Slideshow"
1188
+
1189
+ msgid "stop slideshow"
1190
+ msgstr "Parar slideshow"
1191
+
1192
+ msgid "image"
1193
+ msgstr "imagem"
1194
+
1195
+ msgid "of"
1196
+ msgstr "de"
1197
+
1198
+ msgid "Choose source"
1199
+ msgstr "Escolher fonte"
1200
+
1201
+ msgid "Import from WordPress Media Library"
1202
+ msgstr "Importar da biblioteca do Wordpress"
1203
+
1204
+ msgid "Import from social networks"
1205
+ msgstr "Importar de redes sociais"
1206
+
1207
+ msgid "Import from your Instagram account"
1208
+ msgstr "Importar da conta Instagram"
1209
+
1210
+ msgid "Import from your Flickr account"
1211
+ msgstr "Importar da conta Flickr"
1212
+
1213
+ msgid "Import from your Tumblr account"
1214
+ msgstr "Importar da conta Tumblr"
1215
+
1216
+ msgid "Import from your Facebook account"
1217
+ msgstr "Importar da conta Facebook"
1218
+
1219
+ msgid "Import from cloud services"
1220
+ msgstr "Importar de serviços cloud"
1221
+
1222
+ msgid "Import from your FTP server"
1223
+ msgstr "Importar da sua conta FTP"
1224
+
1225
+ msgid "Import from your Google Drive account"
1226
+ msgstr "Importar da conta Google Drive"
1227
+
1228
+ msgid "Get Pro to enable import"
1229
+ msgstr "Obtero PRO para habilitar a importação"
1230
+
1231
+ msgid "Properties"
1232
+ msgstr "Propriedades"
1233
+
1234
+ msgid "Delete Image"
1235
+ msgstr "Apagar imagem"
1236
+
1237
+ msgid "Search"
1238
+ msgstr "Procurar"
1239
+
1240
+ msgid "Sort By: "
1241
+ msgstr "Separar por:"
1242
+
1243
+ msgid "Sort To: "
1244
+ msgstr "Separar para:"
1245
+
1246
+ msgid "Apply"
1247
+ msgstr "Aplicar"
1248
+
1249
+ msgid "The gallery is does not exists"
1250
+ msgstr "A galeria não existe"
1251
+
1252
+ msgid "Currently this gallery has no images"
1253
+ msgstr "Atualmente esta galerias não tem imagens"
1254
+
1255
+ msgid "Linked Images"
1256
+ msgstr "Imagens ligadas"
1257
+
1258
+ msgid "Instagram authorization"
1259
+ msgstr "Autorização do Instagram"
1260
+
1261
+ msgid "Upload your images from the Instagram Media Library"
1262
+ msgstr "Fazer upload de suas imagens da biblioteca de média do Instagram"
1263
+
1264
+ msgid "Upload from Instagram"
1265
+ msgstr "Fazer upload do Instagram"
1266
+
1267
+ msgid "Error occurred"
1268
+ msgstr ""
1269
+
1270
+ msgid "Auth key saved!"
1271
+ msgstr ""
1272
+
1273
+ msgid "Service data was saved!"
1274
+ msgstr ""
1275
+
1276
+ msgid "Error! Incorrect service params!"
1277
+ msgstr ""
1278
+
1279
+ msgid "Error! Incorrect selected service!"
1280
+ msgstr ""
1281
+
1282
+ msgid "Error! Incorrect params!"
1283
+ msgstr ""
1284
+
1285
+ msgid "Table ' . $this->table. ' not exists! Please reactivate this plugin!"
1286
+ msgstr ""
1287
+
1288
+ msgid "Minimal version of php = 5.3.0"
1289
+ msgstr ""
1290
+
1291
+ msgid "Enable cUrl extension"
1292
+ msgstr ""
1293
+
1294
+ msgid "Can't check current version of cUrl extension"
1295
+ msgstr ""
1296
+
1297
+ msgid "Minimal cUrl extension version 7.20.0"
1298
+ msgstr ""
1299
+
1300
+ msgid "Optimization"
1301
+ msgstr ""
1302
+
1303
+ msgid "Image Optimization"
1304
+ msgstr ""
1305
+
1306
+ msgid "Your host does not support the minimum requirements:"
1307
+ msgstr ""
1308
+
1309
+ msgid "Transfer to CDN"
1310
+ msgstr ""
1311
+
1312
+ msgid "KeyCDN"
1313
+ msgstr ""
1314
+
1315
+ msgid "Change Details"
1316
+ msgstr ""
1317
+
1318
+ msgid "Setup"
1319
+ msgstr ""
1320
+
1321
+ msgid "Transfer selected"
1322
+ msgstr ""
1323
+
1324
+ msgid "Gallery Name"
1325
+ msgstr ""
1326
+
1327
+ msgid "Total Images"
1328
+ msgstr ""
1329
+
1330
+ msgid "Total Size"
1331
+ msgstr ""
1332
+
1333
+ msgid "Location"
1334
+ msgstr ""
1335
+
1336
+ msgid "Mb"
1337
+ msgstr ""
1338
+
1339
+ msgid "website"
1340
+ msgstr ""
1341
+
1342
+ msgid "Transfer to"
1343
+ msgstr ""
1344
+
1345
+ msgid "Transfer Gallery to"
1346
+ msgstr ""
1347
+
1348
+ msgid "Servicename"
1349
+ msgstr ""
1350
+
1351
+ msgid "Total images"
1352
+ msgstr ""
1353
+
1354
+ msgid "Total size"
1355
+ msgstr ""
1356
+
1357
+ msgid "Delete source image after transfer"
1358
+ msgstr ""
1359
+
1360
+ msgid "Start Transfer"
1361
+ msgstr ""
1362
+
1363
+ msgid "Connected to"
1364
+ msgstr ""
1365
+
1366
+ msgid "service"
1367
+ msgstr ""
1368
+
1369
+ msgid "Transfer information:"
1370
+ msgstr ""
1371
+
1372
+ msgid "galleries"
1373
+ msgstr ""
1374
+
1375
+ msgid "images"
1376
+ msgstr ""
1377
+
1378
+ msgid "Transfer ending with errors!"
1379
+ msgstr ""
1380
+
1381
+ msgid "Transfer completed successfully!"
1382
+ msgstr ""
1383
+
1384
+ msgid "Image optimization"
1385
+ msgstr ""
1386
+
1387
+ msgid "Start Optimization"
1388
+ msgstr ""
1389
+
1390
+ msgid "Service"
1391
+ msgstr ""
1392
+
1393
+ msgid "Setup Service"
1394
+ msgstr ""
1395
+
1396
+ msgid "Backup Images Source"
1397
+ msgstr ""
1398
+
1399
+ msgid "Optimize Preview images"
1400
+ msgstr ""
1401
+
1402
+ msgid "Optimization in process..."
1403
+ msgstr ""
1404
+
1405
+ msgid "Optimize:"
1406
+ msgstr ""
1407
+
1408
+ msgid "images (preview and original images)"
1409
+ msgstr ""
1410
+
1411
+ msgid "Error ocured. Optimize process stopped!"
1412
+ msgstr ""
1413
+
1414
+ msgid "Optimization complete"
1415
+ msgstr ""
1416
+
1417
+ msgid "Images size before:"
1418
+ msgstr ""
1419
+
1420
+ msgid "Images size after:"
1421
+ msgstr ""
1422
+
1423
+ msgid "Total Saving:"
1424
+ msgstr ""
1425
+
1426
+ msgid "Optimize one more time"
1427
+ msgstr ""
1428
+
1429
+ msgid "Show image comparision"
1430
+ msgstr ""
1431
+
1432
+ msgid "TinyPNG"
1433
+ msgstr ""
1434
+
1435
+ msgid "Another Service"
1436
+ msgstr ""
1437
+
1438
+ msgid "Optimize selected"
1439
+ msgstr ""
1440
+
1441
+ msgid "optimize"
1442
+ msgstr ""
1443
+
1444
+ msgid "Restore Source Images"
1445
+ msgstr ""
1446
+
1447
+ msgid "Optimize"
1448
+ msgstr ""
1449
+
1450
+ msgid "Optimize Now"
1451
+ msgstr ""
1452
+
1453
+ msgid "Enter your TinyPNG API key"
1454
+ msgstr ""
1455
+
1456
+ msgid "Enter your Site name"
1457
+ msgstr ""
1458
+
1459
+ msgid "Enter your username"
1460
+ msgstr ""
1461
+
1462
+ msgid "Enter your password"
1463
+ msgstr ""
1464
+
1465
+ msgid "Enter your ftp base path"
1466
+ msgstr ""
1467
+
1468
+ msgid "Incorrect service Code"
1469
+ msgstr ""
1470
+
1471
+ msgid "Last 24 hours"
1472
+ msgstr ""
1473
+
1474
+ msgid "Week"
1475
+ msgstr ""
1476
+
1477
+ msgid "Month"
1478
+ msgstr ""
1479
+
1480
+ msgid "Number of images"
1481
+ msgstr ""
1482
+
1483
+ msgid "Total size before"
1484
+ msgstr ""
1485
+
1486
+ msgid "Total size after"
1487
+ msgstr ""
1488
+
1489
+ msgid "Save in Mb"
1490
+ msgstr ""
1491
+
1492
+ msgid "Save in %"
1493
+ msgstr ""
1494
+
1495
+ msgid "Your message successfully send. We contact you soon."
1496
+ msgstr "A sua mensagem foi enviada. Entraremos em contacto brevemente."
1497
+
1498
+ msgid "Start step-by-step tutorial"
1499
+ msgstr ""
1500
+
1501
+ msgid "Name"
1502
+ msgstr "Nome"
1503
+
1504
+ msgid "Email"
1505
+ msgstr "Email"
1506
+
1507
+ msgid "Website"
1508
+ msgstr "Site"
1509
+
1510
+ msgid "Subject"
1511
+ msgstr "Assunto"
1512
+
1513
+ msgid "Topic"
1514
+ msgstr "Tópico"
1515
+
1516
+ msgid "Plugin options"
1517
+ msgstr "Opções do plugin"
1518
+
1519
+ msgid "Report a bug"
1520
+ msgstr "reportar um problema"
1521
+
1522
+ msgid "Require a new functionallity"
1523
+ msgstr "requerer uma funcionalidade nova"
1524
+
1525
+ msgid "Other"
1526
+ msgstr "Outros"
1527
+
1528
+ msgid "Message"
1529
+ msgstr "mensagem"
1530
+
1531
+ msgid "Hello Supsystic Team!"
1532
+ msgstr "Olá equipa Supsystic!"
1533
+
1534
+ msgid ""
1535
+ "Some errors occurred while sending mail please send your message trough this "
1536
+ "contact form:"
1537
+ msgstr ""
1538
+ "Alguns erros podem ocorrer durante o envio de emails, por favor envia a sua "
1539
+ "mensagem através do formulário de contato:"
1540
+
1541
+ msgid "Unable to save chosen photo %s: %s"
1542
+ msgstr "Inpossivel gravar a fotografia escolhida %s: %s"
1543
+
1544
+ msgid "New Folder"
1545
+ msgstr "Nova pasta"
1546
+
1547
+ msgid "The title can't be empty"
1548
+ msgstr "O título não pode ser vazio"
1549
+
1550
+ msgid "Failed to update position."
1551
+ msgstr "Falhou em atualizar a posição"
1552
+
1553
+ msgid "Position updated successfully!"
1554
+ msgstr "A posição foi atualizada com sucesso!"
1555
+
1556
+ msgid "Rename folder"
1557
+ msgstr "Renomear pasta"
1558
+
1559
+ msgid "Folder name:"
1560
+ msgstr "Nome da Pasta"
1561
+
1562
+ msgid "Add images to the gallery"
1563
+ msgstr "Adicione imagens à galeria"
1564
+
1565
+ msgid "Please wait while the plugin to get the list of galleries..."
1566
+ msgstr "Por favor espere enquanto o plugin carrega a lista de galerias"
1567
+
1568
+ msgid "Select the gallery:"
1569
+ msgstr "Selecione a galeria:"
1570
+
1571
+ msgid "New folder"
1572
+ msgstr "Nova pasta"
1573
+
1574
+ msgid "Add images to the new gallery"
1575
+ msgstr "Adicione imagens à nova galeria"
1576
+
1577
+ msgid "Create new folder"
1578
+ msgstr "Criar nova pasta"
1579
+
1580
+ msgid "Edit selected item"
1581
+ msgstr "Editar icone selecionado"
1582
+
1583
+ msgid "Delete selected items"
1584
+ msgstr "Apagar item selecionado"
1585
+
1586
+ msgid "Create new gallery from the selected items"
1587
+ msgstr "Criar nova galeria a partir de um item selecionado"
1588
+
1589
+ msgid "New gallery from selected"
1590
+ msgstr "Nova galeria a partir de um item selecionado"
1591
+
1592
+ msgid "Add the selected items to the existing gallery"
1593
+ msgstr "Adicionar os itens selecionados à galeria existente"
1594
+
1595
+ msgid "Add selected to the gallery"
1596
+ msgstr "Adicionar selecionados à galeria"
1597
+
1598
+ msgid "Switch to the list view"
1599
+ msgstr "Trocar para visualização em listas"
1600
+
1601
+ msgid "Switch to the block view"
1602
+ msgstr "Trocar para visualização em blocos"
1603
+
1604
+ msgid "Upload your images from the WordPress Media Library"
1605
+ msgstr ""
1606
+
1607
+ msgid "All photos"
1608
+ msgstr "Todas as fotos"
1609
+
1610
+ msgid "Drop photos here to move them from the folder"
1611
+ msgstr "Solte suas imagens aqui para movïmentalas de uma pasta"
1612
+
1613
+ msgid "Next"
1614
+ msgstr "Próximo"
1615
+
1616
+ msgid "Close Tutorial"
1617
+ msgstr "Fechar Tuturial"
1618
+
1619
+ msgid "Welcome to Photo Gallery plugin by Supsystic!"
1620
+ msgstr "Bemvindo à Photo Gallery plugin da Supsystic!"
1621
+
1622
+ msgid ""
1623
+ "Thank you for choosing our Gallery plugin. Just click here to start using it - "
1624
+ "and we will show you it's possibilities and powerfull features."
1625
+ msgstr ""
1626
+
1627
+ msgid "Hello! This is the Gallery by Supsystic Overview."
1628
+ msgstr ""
1629
+
1630
+ msgid ""
1631
+ "Here you can get help: watch the video tutorial or read FAQ and Documentation, "
1632
+ "make use of contact form. Also here requirements for server - Server Settings."
1633
+ msgstr ""
1634
+
1635
+ msgid "Create your first Gallery"
1636
+ msgstr "Cria a tua primeira Galeria"
1637
+
1638
+ msgid ""
1639
+ "To Create New Gallery select gallery template. You can change template and "
1640
+ "settings later. Now here are four different templates. With PRO version you’ll "
1641
+ "get more features like Categories, Load More button, Post Feed (Content) "
1642
+ "gallery, Polaroid gallery and more. Enter name of the gallery and click “Save”."
1643
+ msgstr ""
1644
+
1645
+ msgid "Add images to your Gallery"
1646
+ msgstr "Adiciona imagens à tua galeria"
1647
+
1648
+ msgid ""
1649
+ "Now you are in the edit menu of your gallery. And the first thing you need to do "
1650
+ "are add media to the gallery. Click \"Add Images\" button."
1651
+ msgstr ""
1652
+
1653
+ msgid "Images Import Options"
1654
+ msgstr "Opções de importação de imagens"
1655
+
1656
+ msgid ""
1657
+ "<p>Import images in several ways:</p><p>Import from Wordpress Media Library/"
1658
+ "Upload files from your computer</p><p>Import from social networks</"
1659
+ "p><p>Instagram (in the Free version)</p><p>With PRO-version also will be "
1660
+ "available import from Flickr, Tumblr and Facebook.</p><p>Besides with Gallery "
1661
+ "PRO version you can import images from such cloud services - FTP server, Google "
1662
+ "Drive.</p>"
1663
+ msgstr ""
1664
+
1665
+ msgid "Image List"
1666
+ msgstr "Lista de imagens"
1667
+
1668
+ msgid ""
1669
+ "<p>Now you can see your image list. Here you can:</p><p>Change the order of "
1670
+ "images – simply by dragging them manually.</p><p>Delete images.</p><p>Add new "
1671
+ "images from different sources to the grid gallery – click “Add Images” button "
1672
+ "and select the source to import from.</p><p><b>Caption tab</b> – add caption to "
1673
+ "image – it will be displayed on the caption effect of the gallery. Also here "
1674
+ "included the support of html-elements inside caption effect</p><p><b>SEO tab</b> "
1675
+ "– manage image title and description</p><p><b>Link tab</b> – attach links to "
1676
+ "image – it will go to the link when you click the image.</p><p><b>Video tab</b> "
1677
+ "– attach video url – it will be displayed in a pop-up image when you click on "
1678
+ "the image.</p><p><b>Categories tab</b> – add tags for image categories.</"
1679
+ "p><p><b>Linked images tab</b> – add linked images to the chosen image.</"
1680
+ "p><p><b>Crop tab</b> – choose image crop position.</p><p><b>Replace image tab</"
1681
+ "b> – replace image without losing image settings.</p><p>Now follow to the "
1682
+ "gallery settings – сlick “Properties” button.</p>"
1683
+ msgstr ""
1684
+
1685
+ msgid "Preview of Gallery settings"
1686
+ msgstr ""
1687
+
1688
+ msgid ""
1689
+ "At the left side of the monitor you see a preview image in which will be seen "
1690
+ "changes made to the settings. This window for the settings of your gallery."
1691
+ msgstr ""
1692
+
1693
+ msgid "Main Settings"
1694
+ msgstr "Configurações principais"
1695
+
1696
+ msgid ""
1697
+ "<p>Here you can set main settings of gallery - choose Gallery Type, for more "
1698
+ "information check this <a href=\"//supsystic.com/gallery-order-types/\" target="
1699
+ "\"_blank\">article</a>.</p><p>Social Sharing: add social share buttons to your "
1700
+ "gallery. Or showcase images in a Horizontal Scroll view.</p><p>Load More: adds "
1701
+ "\"load more\" button to your gallery. And with Custom Buttons: you can make your "
1702
+ "button better.</p><p>Add to images border and shadow with Border Type and Shadow "
1703
+ "settings.</p><p>In the Pop-up Image section customize lightbox of your gallery.</"
1704
+ "p>"
1705
+ msgstr ""
1706
+
1707
+ msgid "Captions and Icons"
1708
+ msgstr "Legendas e icons"
1709
+
1710
+ msgid ""
1711
+ "<p>On Captions tab you can manage the Captions and Icons, and make them your "
1712
+ "style.</p>"
1713
+ msgstr ""
1714
+
1715
+ msgid "Categories and Pagination"
1716
+ msgstr "Categorias e paginação"
1717
+
1718
+ msgid ""
1719
+ "<p>Categories tab: here you can enable Categories and Pagination options.</"
1720
+ "p><p>To this tab become available you need to buy PRO version."
1721
+ msgstr ""
1722
+
1723
+ msgid ""
1724
+ "<p>Posts tab: here you can add posts and pages to your gallery and also manage "
1725
+ "them. Posts of gallery included in the PRO version of Gallery by Supsystic.</p>"
1726
+ msgstr ""
1727
+
1728
+ msgid "Well done!"
1729
+ msgstr "Muito bem!"
1730
+
1731
+ msgid ""
1732
+ "<p><b>Upgrading</b></p><p>Once you have purchased Premium version of plugin - "
1733
+ "you’ll have to enter license key (you can find it in your personal account on "
1734
+ "our site). Go to the License tab and enter your email and license key. Once you "
1735
+ "have activated your PRO license - you can use all its advanced options.</"
1736
+ "p><p>That’s all. From this moment you can use your Gallery without any doubt. "
1737
+ "But if you still have some question - do not hesitate to contact us through our "
1738
+ "<a href=\"https://supsystic.com/contact-us/\">internal support</a> or on our <a "
1739
+ "href=\"http://supsystic.com/forum/photo-gallery-plugin/\">Supsystic Forum.</a> "
1740
+ "Besides you can always describe your questions on <a href=\"https://wordpress."
1741
+ "org/support/plugin/gallery-by-supsystic\">WordPress Ultimate Forum.</a></"
1742
+ "p><p><b>Enjoy this plugin?</b></p><p>It will be nice if you`ll help us and boost "
1743
+ "plugin with <a href=\"https://wordpress.org/support/view/plugin-reviews/gallery-"
1744
+ "by-supsystic?rate=5#postform/\">Five Stars rating on WordPress.org.</a></p><p>We "
1745
+ "hope that you like this plugin and wish you all the best! Good luck!</p>"
1746
+ msgstr ""
1747
+
1748
+ msgid "Welcome to the"
1749
+ msgstr "Benvindo a"
1750
+
1751
+ msgid ""
1752
+ "Photo Gallery plugin is created for people who would like to show their photos "
1753
+ "in a marvelous way. Perform your best ideas, making delightful presentations or "
1754
+ "galleries from videos and photos."
1755
+ msgstr ""
1756
+
1757
+ msgid "Step-by-step tutorial"
1758
+ msgstr "Tuturial passo-a-passo"
1759
+
1760
+ msgid ""
1761
+ "There’re really many options of photo gallery plugin customization. So as soon "
1762
+ "as you close that page, I’ll show you step-by-step tutorial of how to use "
1763
+ "plugin. Hope it will be usefull for you :)"
1764
+ msgstr ""
1765
+
1766
+ msgid "Support"
1767
+ msgstr "Apoio técnico"
1768
+
1769
+ msgid ""
1770
+ "We love our plugin and do the best to improve all features you want and fix all "
1771
+ "issues. But sometimes some issues happened or you can’t find feature you want :) "
1772
+ "Don’t worry, just <a href=\"//supsystic.com/plugins/photo-gallery?"
1773
+ "utm_source=plugin&utm_medium=welcomepage&utm_campaign=photo-gallery#contact\" "
1774
+ "target=\"_blank\"> contact us </a> . We’ll answer in an hour and fix all issues."
1775
+ msgstr ""
1776
+
1777
+ msgid "Video Tutorial"
1778
+ msgstr "Video tutorial"
1779
+
1780
+ msgid "Frequently Asked Questions"
1781
+ msgstr "Preguntas frequentes"
1782
+
1783
+ msgid ""
1784
+ "Gallery doesn’t load on the front end. If the loading gallery icon just keeps "
1785
+ "playing but never loads the gallery."
1786
+ msgstr ""
1787
+
1788
+ msgid "How to change the position of photos in gallery?"
1789
+ msgstr ""
1790
+
1791
+ msgid "How to insert gallery into widget?"
1792
+ msgstr ""
1793
+
1794
+ msgid "Go to Appearance -> Widgets."
1795
+ msgstr ""
1796
+
1797
+ msgid ""
1798
+ "You’ll see Gallery by Supsystic Widget on the left. Drag it to the area, where "
1799
+ "you want it to appear."
1800
+ msgstr ""
1801
+
1802
+ msgid "Then choose what gallery you want to display. And press save."
1803
+ msgstr ""
1804
+
1805
+ msgid "Check all other FAQs"
1806
+ msgstr ""
1807
+
1808
+ msgid "Image Editor"
1809
+ msgstr ""
1810
+
1811
+ msgid "Roles"
1812
+ msgstr ""
1813
+
1814
+ msgid "PRO option"
1815
+ msgstr "Opção PRO"
1816
+
1817
+ msgid "Edit image"
1818
+ msgstr "Editar imagem"
1819
+
1820
+ msgid "SEO"
1821
+ msgstr "SEO"
1822
+
1823
+ msgid "Alternative text"
1824
+ msgstr "Texto alternativo"
1825
+
1826
+ msgid "External link"
1827
+ msgstr "Link externo"
1828
+
1829
+ msgid "Available in PRO version."
1830
+ msgstr "Disponível na versão PRO."
1831
+
1832
+ msgid "Link"
1833
+ msgstr "Link"
1834
+
1835
+ msgid "Open in new window"
1836
+ msgstr "Abrir em uma nova janela"
1837
+
1838
+ msgid "Embeded video"
1839
+ msgstr "Video em anexo"
1840
+
1841
+ msgid "Video URL"
1842
+ msgstr "URL do vídeo"
1843
+
1844
+ msgid "Supports Youtube and Vimeo. URL will be converted to embed automatically."
1845
+ msgstr "Suporta Youtube e Vimeo. URL será convertida em link automaticamente."
1846
+
1847
+ msgid "Date"
1848
+ msgstr "Data"
1849
+
1850
+ msgid "Select %s"
1851
+ msgstr "Selecione %s"
1852
+
1853
+ msgid "photo"
1854
+ msgstr "Foto"
1855
+
1856
+ msgid "photos"
1857
+ msgstr "Fotos"
1858
+
1859
+ msgid "Caption effect"
1860
+ msgstr "Efeito de legenda"
1861
+
1862
+ msgid "Video"
1863
+ msgstr "Vídeo"
1864
+
1865
+ msgid "Linked images"
1866
+ msgstr "Imagens vinculadas"
1867
+
1868
+ msgid "Crop"
1869
+ msgstr "Recortar"
1870
+
1871
+ msgid "Replace image"
1872
+ msgstr "Substituir imagem"
1873
+
1874
+ msgid "http://example.com/"
1875
+ msgstr "http://exemplo.com/"
1876
+
1877
+ msgid "Add nofollow attribute"
1878
+ msgstr "Adicionar o atributo nofollow"
1879
+
1880
+ msgid "Choose images"
1881
+ msgstr "Escolher imagens"
1882
+
1883
+ msgid "Choose image"
1884
+ msgstr ""
1885
+
1886
+ #~ msgid ""
1887
+ #~ "Choose Gallery Template.You can change template and settings on the next step."
1888
+ #~ msgstr ""
1889
+ #~ "Escolhe o modelo da galeria. Podes alterar o modelo e configurações no "
1890
+ #~ "próximo passo."
1891
+
1892
+ #~ msgid "Step-by-step Tutorial"
1893
+ #~ msgstr "Tuturial passo-a-passo"
1894
+
1895
+ #~ msgid "Begin Step-by-step Tutorial"
1896
+ #~ msgstr "Começar tutorial passo-a-passo"
1897
+
1898
+ #~ msgid "Refresh Images List"
1899
+ #~ msgstr "Atualizar lista de Imagens"
1900
+
1901
+ #~ msgid "Author"
1902
+ #~ msgstr "Autor"
1903
+
1904
+ #~ msgid "Comments"
1905
+ #~ msgstr "Coment�rios"
1906
+
1907
+ #~ msgid "Normal"
1908
+ #~ msgstr "Normal"
1909
+
1910
+ #~ msgid "Bold"
1911
+ #~ msgstr "Negrito"
1912
+
1913
+ #~ msgid "Add new gallery"
1914
+ #~ msgstr "Adicionar nova galeria"
1915
+
1916
+ #~ msgid "Edit"
1917
+ #~ msgstr "Editar"
1918
+
1919
+ #~ msgid "Select shortcode for the gallery "
1920
+ #~ msgstr "Selecionar shortcode para a galeria"
1921
+
1922
+ #~ msgid "You have not any galleries"
1923
+ #~ msgstr "Voc� n�o tem nenhuma galeria"
1924
+
1925
+ #~ msgid ""
1926
+ #~ "<strong>Gallery</strong> — the highest type of entity in the Gallery by "
1927
+ #~ "Supsystic."
1928
+ #~ msgstr ""
1929
+ #~ "<strong>Galeria</strong> — A entidade mais tipificada na galeria por "
1930
+ #~ "Supsystic"
1931
+
1932
+ #~ msgid ""
1933
+ #~ "You can have an unlimited number of galleries, to which you can attach the "
1934
+ #~ "preloaded pictures and folders."
1935
+ #~ msgstr ""
1936
+ #~ "Voc� pode ter um n�mero ilimitado de galerias, para a qual "
1937
+ #~ "voc� pode anexar as imagens pr�-carregas e pastas"
1938
+
1939
+ #~ msgid "Wanna know more?"
1940
+ #~ msgstr "Quer saber mais?"
1941
+
1942
+ #~ msgid "Help"
1943
+ #~ msgstr "Ajuda"
1944
+
1945
+ #~ msgid "Visit %s section to read more information about the galleries."
1946
+ #~ msgstr ""
1947
+ #~ "Visite %s se��o para ler mais informa��es sobre as "
1948
+ #~ "galerias."
1949
+
1950
+ #~ msgid "Delete"
1951
+ #~ msgstr "Deletar"
1952
+
1953
+ #~ msgid "Area"
1954
+ #~ msgstr "Area"
1955
+
1956
+ #~ msgid "Big image"
1957
+ #~ msgstr "Imagem grande"
1958
+
1959
+ #~ msgid "Icons"
1960
+ #~ msgstr "�cones"
1961
+
1962
+ #~ msgid "Images shuffling"
1963
+ #~ msgstr "Imagens aleat�rias"
1964
+
1965
+ #~ msgid "Post feed"
1966
+ #~ msgstr "Postar feed"
1967
+
1968
+ #~ msgid "Grid"
1969
+ #~ msgstr "Grade"
1970
+
1971
+ #~ msgid "Distance between photos"
1972
+ #~ msgstr "Dist�ncias entre imagens"
1973
+
1974
+ #~ msgid "Photo width"
1975
+ #~ msgstr "Tamanho da imagem"
1976
+
1977
+ #~ msgid "Photo height"
1978
+ #~ msgstr "Altura da imagem"
1979
+
1980
+ #~ msgid "Use shadow"
1981
+ #~ msgstr "Aplicar sombra"
1982
+
1983
+ #~ msgid "Show caption"
1984
+ #~ msgstr "Mostrar subt�tulo"
1985
+
1986
+ #~ msgid "Text align"
1987
+ #~ msgstr "Alinhamento do texto"
1988
+
1989
+ #~ msgid "Theme"
1990
+ #~ msgstr "Tema"
1991
+
1992
+ #~ msgid "Transition"
1993
+ #~ msgstr "Transi��o"
1994
+
1995
+ #~ msgid "Elastic"
1996
+ #~ msgstr "El�stico"
1997
+
1998
+ #~ msgid "Fade"
1999
+ #~ msgstr "Esmaecer"
2000
+
2001
+ #~ msgid "None"
2002
+ #~ msgstr "Nenhum"
2003
+
2004
+ #~ msgid "Transition speed"
2005
+ #~ msgstr "Velocidade da transi��o"
2006
+
2007
+ #~ msgid "Close speed"
2008
+ #~ msgstr "Velocidade para fechar"
2009
+
2010
+ #~ msgid "Disabled"
2011
+ #~ msgstr "Desabilitado"
2012
+
2013
+ #~ msgid "Enabled"
2014
+ #~ msgstr "Habilitado"
2015
+
2016
+ #~ msgid "Shortcode"
2017
+ #~ msgstr "Shortcode"
2018
+
2019
+ #~ msgid "Use this shortcode to insert the gallery \"%s\" on the pages or posts."
2020
+ #~ msgstr ""
2021
+ #~ "Use este shortcode para inserir a galeria \"%s\" em p�ginas ou posts."
2022
+
2023
+ #~ msgid ""
2024
+ #~ "If you new to current feature, then you can read more about shortcodes in the "
2025
+ #~ "<a href=\"http://en.support.wordpress.com/shortcodes/\">official wordpress "
2026
+ #~ "documentation</a>."
2027
+ #~ msgstr ""
2028
+ #~ "Se n�o est� familiarizado com shortcodes, ent�o visite a <a "
2029
+ #~ "href=\"http://en.support.wordpress.com/shortcodes/\">documenta��o "
2030
+ #~ "oficial do wordpress</a>"
2031
+
2032
+ #~ msgid "Cover"
2033
+ #~ msgstr "Capa"
2034
+
2035
+ #~ msgid "Sort and orginize images with \"Categories\" option"
2036
+ #~ msgstr "Ordene e organize imagens com a op��o \"Categorias\""
2037
+
2038
+ #~ msgid "Live preview"
2039
+ #~ msgstr "Pre-visualizar"
2040
+
2041
+ #~ msgid "Delete image"
2042
+ #~ msgstr "Deletar imagem"
2043
+
2044
+ #~ msgid "Upload your images from the Wordpress Media Library"
2045
+ #~ msgstr "Upload suas imagens a partir da Biblioteca de media do wordpress"
2046
+
2047
+ #~ msgid "Lifetime for cached data"
2048
+ #~ msgstr "Limite excedido para dados em cache"
2049
+
2050
+ #~ msgid "The field \"%s\" available only for numeric values"
2051
+ #~ msgstr "O campo \"%s\" dispon�vel somente para valores num�ricos"
2052
+
2053
+ #~ msgid "Settings successfully updated!"
2054
+ #~ msgstr "Configura��es foram atualizadas com sucesso!"
2055
+
2056
+ #~ msgid "Please correct following errors:"
2057
+ #~ msgstr "Por favor corriga os erros a seguir:"
2058
+
2059
+ #~ msgid ""
2060
+ #~ "<strong>%s</strong> has its own caching system in order to significantly "
2061
+ #~ "reduce the load on the database."
2062
+ #~ msgstr ""
2063
+ #~ "<strong>%s</strong> tem seu pr�prio sistema de cache para reduzir "
2064
+ #~ "significativamente a sobrecarga na base de dados."
2065
+
2066
+ #~ msgid "Caching is not available because your uploads directory is not writable."
2067
+ #~ msgstr ""
2068
+ #~ "Cachear n�o est� dispon�vel pois seus diret�rios de "
2069
+ #~ "upload n�o podem ser escritos."
2070
+
2071
+ #~ msgid ""
2072
+ #~ "The time in seconds after which the cache will be considered obsolete. "
2073
+ #~ "Default: 86400 (24 hours)."
2074
+ #~ msgstr ""
2075
+ #~ "O tempo em segundos depois do qual o cache ser� considerado obsoleto. "
2076
+ #~ "Default: 86400 (24 horas)."
2077
+
2078
+ #~ msgid "Clear cache"
2079
+ #~ msgstr "Limpar cache"
2080
+
2081
+ #~ msgid ""
2082
+ #~ "We don't collect statistics on you, we only collect the errors encountered "
2083
+ #~ "during use in order to improve our product."
2084
+ #~ msgstr ""
2085
+ #~ "N�s n�o coletamos estat�sticas sobre voc�, n�s "
2086
+ #~ "somente coletamos os erros encontrados durante o uso para melhorar nosso "
2087
+ #~ "produto."
2088
+
2089
+ #~ msgid "File"
2090
+ #~ msgstr "Arquivo"
2091
+
2092
+ #~ msgid "Tags"
2093
+ #~ msgstr "Tags"
2094
+
2095
+ #~ msgid "Open in new window."
2096
+ #~ msgstr "Abrir em uma nova janela."
2097
+
2098
+ #~ msgid "Welcome to"
2099
+ #~ msgstr "Bem vindo �"
2100
+
2101
+ #~ msgid "Version"
2102
+ #~ msgstr "Vers�o"
2103
+
2104
+ #~ msgid "Google"
2105
+ #~ msgstr "Google"
2106
+
2107
+ #~ msgid "Wordpress.org"
2108
+ #~ msgstr "Wordpress.org"
2109
+
2110
+ #~ msgid "Reffer a friend"
2111
+ #~ msgstr "Indicar para um amigo"
2112
+
2113
+ #~ msgid "Find on the web"
2114
+ #~ msgstr "Encontrar na web"
2115
+
2116
+ #~ msgid "Other way"
2117
+ #~ msgstr "Outro jeito"
2118
+
2119
+ #~ msgid "Thank for check info. Start using plugin"
2120
+ #~ msgstr "Obrigador por checar os dados. Come�e usando o plugin"
app/langs/sgg-ru_RU.mo ADDED
Binary file
app/langs/sgg-ru_RU.po ADDED
@@ -0,0 +1,2708 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: \n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: ru_RU\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.13\n"
13
+
14
+ msgid "An error has occurred"
15
+ msgstr "Произошла ошибка"
16
+
17
+ msgid "Overview"
18
+ msgstr "Обзор"
19
+
20
+ msgid "New Gallery"
21
+ msgstr "Новая Галерея"
22
+
23
+ msgid "Galleries"
24
+ msgstr "Галереи"
25
+
26
+ msgid "Image Optimize"
27
+ msgstr "Оптимизация Изображения"
28
+
29
+ msgid "Settings"
30
+ msgstr "Настройки"
31
+
32
+ msgid "License"
33
+ msgstr "Лицензия"
34
+
35
+ msgid "Featured Plugins"
36
+ msgstr "Рекомендуемые Плагины"
37
+
38
+ msgid "Images"
39
+ msgstr "Изображения"
40
+
41
+ msgid "Instagram"
42
+ msgstr "Instagram"
43
+
44
+ msgid "Flickr"
45
+ msgstr "Flickr"
46
+
47
+ msgid "Tumblr"
48
+ msgstr "Tumblr"
49
+
50
+ msgid "Facebook"
51
+ msgstr "Facebook"
52
+
53
+ msgid "Get PRO"
54
+ msgstr "Получить ПРО"
55
+
56
+ msgid "Loading"
57
+ msgstr "Загрузка"
58
+
59
+ msgid "Authorization code is not specified."
60
+ msgstr "Код авторизации не указано."
61
+
62
+ msgid "Gallery by Supsystic"
63
+ msgstr "Галерея Supsystic"
64
+
65
+ msgid "Import images"
66
+ msgstr "Импорт картинок"
67
+
68
+ msgid "Facebook authorization"
69
+ msgstr "Авторизация через Фейсбук"
70
+
71
+ msgid "Upload your images from the Facebook Media Library"
72
+ msgstr "Загрузить картинки через Facebook "
73
+
74
+ msgid "Login with Facebook"
75
+ msgstr "Войти через Facebook"
76
+
77
+ msgid "Return to the gallery"
78
+ msgstr "Вернуться в Галерею"
79
+
80
+ msgid "Upload new images"
81
+ msgstr "Загрузить новые изображения"
82
+
83
+ msgid "Logout"
84
+ msgstr "Выйти"
85
+
86
+ msgid "Select/unselect all photos"
87
+ msgstr "Выбрать/снять все картинки"
88
+
89
+ msgid ""
90
+ "Here you can specify your business pages and images will load from those "
91
+ "pages. You can set several pages, just separate ID of pages by \",\". To get "
92
+ "the ID of your page you need to switch to the wanted page, then click on "
93
+ "\"About\" link right below page cover, and at the bottom of \"About\" page "
94
+ "you will find Facebook Page ID."
95
+ msgstr ""
96
+ "Здесь вы можете указать ваши бизнес страницы и изображения, которые будут "
97
+ "загружаться с этих страниц. Вы можете задать несколько страниц, просто "
98
+ "разделив их ID с помощью \",\". Что бы получить ID вашей страницы, вам "
99
+ "необходимо переключится на нужную страницу, затем справа под обложкой "
100
+ "кликнуть ссылку \"О странице\" и в низу \"О странице\" вы найдете ID Фейсбук-"
101
+ "страницы "
102
+
103
+ msgid "Save"
104
+ msgstr "Сохранить"
105
+
106
+ msgid "Empty user data."
107
+ msgstr "Пустые данные пользователя"
108
+
109
+ msgid "Flickr authorization"
110
+ msgstr "Flickr авторизация"
111
+
112
+ msgid "Upload your images from the Flickr Media Library"
113
+ msgstr "Загрузить ваши изображения через Flickr Медиа Библиотеку"
114
+
115
+ msgid "Upload from Flickr"
116
+ msgstr "Загрузить через Flickr"
117
+
118
+ msgid "Images not in albums"
119
+ msgstr "Изображения не в альбоме"
120
+
121
+ msgid "Albums"
122
+ msgstr "Альбомы"
123
+
124
+ msgid "Fullscreen"
125
+ msgstr "На весь экран"
126
+
127
+ msgid "Load More Button"
128
+ msgstr "Кнопка Загрузить Больше"
129
+
130
+ msgid "Enable"
131
+ msgstr "Включить"
132
+
133
+ msgid "Disable"
134
+ msgstr "Выключить"
135
+
136
+ msgid "Load with scroll"
137
+ msgstr "Загрузить с прокруткой"
138
+
139
+ msgid "No"
140
+ msgstr "Нет"
141
+
142
+ msgid "Yes"
143
+ msgstr "Да"
144
+
145
+ msgid "Load more button text"
146
+ msgstr "Текст на кнопке 'Загрузить больше'"
147
+
148
+ msgid "Loading text"
149
+ msgstr "Загрузка текста"
150
+
151
+ msgid "Loading..."
152
+ msgstr "Загрузка..."
153
+
154
+ msgid "Images amount"
155
+ msgstr "Обьем Изображений"
156
+
157
+ msgid "Load more amount"
158
+ msgstr "Загрузить больше объема"
159
+
160
+ msgid "Custom Buttons"
161
+ msgstr "Кнопки Покупателя"
162
+
163
+ msgid "Gallery Loader"
164
+ msgstr "Загрузка Галереи"
165
+
166
+ msgid "Background color"
167
+ msgstr "Цвет фона"
168
+
169
+ msgid "Choose Icon"
170
+ msgstr "Выбрать иконку"
171
+
172
+ msgid "Open by link in popup"
173
+ msgstr "Открывать по ссылке в попапе"
174
+
175
+ msgid "Gallery link"
176
+ msgstr "Ссылка на Галерею"
177
+
178
+ msgid "Disable right click"
179
+ msgstr "Отключить правый щелчок"
180
+
181
+ msgid "Video size"
182
+ msgstr "Размер Видео"
183
+
184
+ msgid "Autoplay video"
185
+ msgstr "Авто проигрывание видео"
186
+
187
+ msgid "When video ends"
188
+ msgstr "Когда видео заканчивается"
189
+
190
+ msgid "Do nothing"
191
+ msgstr "Ничего не делать"
192
+
193
+ msgid "Open next slide"
194
+ msgstr "Открыть следующий слайд"
195
+
196
+ msgid "Close popup"
197
+ msgstr "Закрыть попап"
198
+
199
+ msgid "Posts layout"
200
+ msgstr "Макет поста"
201
+
202
+ msgid "Posts layout style"
203
+ msgstr "Стиль макета поста"
204
+
205
+ msgid "Auto posts"
206
+ msgstr "Авто посты"
207
+
208
+ msgid "Number of posts"
209
+ msgstr "Количество постов"
210
+
211
+ msgid "Auto Posts Categories"
212
+ msgstr "Категории Авто Постов"
213
+
214
+ msgid "Select categories"
215
+ msgstr "Выбрать категории"
216
+
217
+ msgid "All"
218
+ msgstr "Все"
219
+
220
+ msgid "Posts"
221
+ msgstr "Посты"
222
+
223
+ msgid "Pages"
224
+ msgstr "Страницы"
225
+
226
+ msgid "Show author"
227
+ msgstr "Отображать автора"
228
+
229
+ msgid "Show date"
230
+ msgstr "Отображать дату"
231
+
232
+ msgid "Show contents"
233
+ msgstr "Отображать контент"
234
+
235
+ msgid "Show categories"
236
+ msgstr "Отображать категорию"
237
+
238
+ msgid "Hide \"All\" category"
239
+ msgstr "Спрятать Категорию \"Все\""
240
+
241
+ msgid "Enable shuffling animation"
242
+ msgstr "Включить смешанную анимацию"
243
+
244
+ msgid "Animation duration"
245
+ msgstr "Продолжительность анимации"
246
+
247
+ msgid "Position"
248
+ msgstr "Позиция"
249
+
250
+ msgid "Over the gallery"
251
+ msgstr "Над галереей "
252
+
253
+ msgid "Under the gallery"
254
+ msgstr "Под галереей"
255
+
256
+ msgid "Align"
257
+ msgstr "Выровнять"
258
+
259
+ msgid "Left"
260
+ msgstr "Слева"
261
+
262
+ msgid "Center"
263
+ msgstr "Центр"
264
+
265
+ msgid "Right"
266
+ msgstr "Справа"
267
+
268
+ msgid "Presets"
269
+ msgstr "Предустановка"
270
+
271
+ msgid "Choose preset"
272
+ msgstr "Выберите предустановки"
273
+
274
+ msgid "Preset Editor"
275
+ msgstr "Редактор предустановки"
276
+
277
+ msgid "Categories order"
278
+ msgstr "Порядок Категорий"
279
+
280
+ msgid "Enable pagination"
281
+ msgstr "Включить нумерацию страниц"
282
+
283
+ msgid "Pagination"
284
+ msgstr "Нумерация страниц"
285
+
286
+ msgid "Images per page"
287
+ msgstr "Изображения на странице"
288
+
289
+ msgid "Buttons position"
290
+ msgstr "Положение кнопок"
291
+
292
+ msgid "Top"
293
+ msgstr "Вверху"
294
+
295
+ msgid "Bottom"
296
+ msgstr "Внизу"
297
+
298
+ msgid "Container background"
299
+ msgstr "Фон контейнера"
300
+
301
+ msgid "Hide container background."
302
+ msgstr "Скрыть цвет контейнера"
303
+
304
+ msgid "Text background"
305
+ msgstr "Текстовый фон"
306
+
307
+ msgid "Hide text background."
308
+ msgstr "Скрыть текстовый фон"
309
+
310
+ msgid "Text color"
311
+ msgstr "Цвет текста"
312
+
313
+ msgid "Use color, based on my theme."
314
+ msgstr "Использовать цвет, основанный на моей теме."
315
+
316
+ msgid "Vertical padding"
317
+ msgstr "Вертикальный отступ"
318
+
319
+ msgid "Horizontal padding"
320
+ msgstr "Горизонтальный отступ"
321
+
322
+ msgid "Font weight"
323
+ msgstr "Жирность шрифта"
324
+
325
+ msgid "Font size"
326
+ msgstr "Размер шрифта"
327
+
328
+ msgid "Border width"
329
+ msgstr "Ширина рамки"
330
+
331
+ msgid "Border type"
332
+ msgstr "Тип рамки"
333
+
334
+ msgid "Border color"
335
+ msgstr "Цвет рамки"
336
+
337
+ msgid "Border radius"
338
+ msgstr "Радиус рамки"
339
+
340
+ msgid "Buttons preset editor for Paginations, Categories and Load More buttons"
341
+ msgstr ""
342
+ "Кнопки представляют редактор для Нумераций страниц, Категорий и кнопки "
343
+ "\"Загрузить Больше\""
344
+
345
+ msgid "Custom class"
346
+ msgstr "Клас пользователя"
347
+
348
+ msgid "Font family"
349
+ msgstr "Тип шрифта"
350
+
351
+ msgid "Border style"
352
+ msgstr "Стиль границы"
353
+
354
+ msgid "Choose icon"
355
+ msgstr "Выбрать иконку"
356
+
357
+ msgid "Page "
358
+ msgstr "Страница"
359
+
360
+ msgid "Activate License"
361
+ msgstr "Активировать Лицензию"
362
+
363
+ msgid "Renew License"
364
+ msgstr "Обновить Лицензию"
365
+
366
+ msgid "Slider by Supsystic"
367
+ msgstr "Supsystic Слайдер"
368
+
369
+ msgid ""
370
+ "Congratulations! You have successfully installed and activated PRO version "
371
+ "of ' ~ environment.getMenu().getMenuTitle() ~ ' plugin."
372
+ msgstr ""
373
+ "Поздравляем! Вы успешно установили и активировали ПРО версию ' ~ environment."
374
+ "getMenu().getMenuTitle() ~ ' плагина."
375
+
376
+ msgid "Your premium support is expired in ' ~ days ~ ' days"
377
+ msgstr "Ваша премиальная клиентская поддержка истекает через ' ~ days ~ ' дней"
378
+
379
+ msgid "You will not be able to update your pro version with expired license"
380
+ msgstr "Вы не сможете обновлять ПРО версию плагина с просроченной лицензией"
381
+
382
+ msgid "Activate"
383
+ msgstr "Активировать"
384
+
385
+ msgid "Authorization oauth_verifier is not specified."
386
+ msgstr "Авторизация oauth_verifier не указана."
387
+
388
+ msgid "Tumblr authorization"
389
+ msgstr "Tumblr авторизация"
390
+
391
+ msgid "Upload your images from the Tumblr Media Library"
392
+ msgstr "Загрузить ваши картинки через Tumblr медиа библиотеку"
393
+
394
+ msgid "Upload from Tumblr"
395
+ msgstr "Загрузить через Tumblr"
396
+
397
+ msgid "FTP"
398
+ msgstr "FTP"
399
+
400
+ msgid "Upload your images from the FTP Server"
401
+ msgstr "Загрузить ваши изображения с FTP сервера"
402
+
403
+ msgid "Enter images folder name, e.g. my-images"
404
+ msgstr "Введите имя папки с изображениями, напр. мои-изображения"
405
+
406
+ msgid "Upload"
407
+ msgstr "Загрузить"
408
+
409
+ msgid "Note: images folder must be in wp-content/uploads/directory"
410
+ msgstr ""
411
+ "Заметьте: папка с изображениями должна быть в wp-content/uploads/directory"
412
+
413
+ msgid "Host"
414
+ msgstr "Хост"
415
+
416
+ msgid "Username"
417
+ msgstr "Имя Пользователя"
418
+
419
+ msgid "Password"
420
+ msgstr "Пароль"
421
+
422
+ msgid "Port"
423
+ msgstr "Порт"
424
+
425
+ msgid "Enter the full path to images folder"
426
+ msgstr "Введите полный путь к папке с изображением"
427
+
428
+ msgid "Note: you need to specify the full path to images folder"
429
+ msgstr "Приметка: вам нужно указать полный путь к папке с изображениями"
430
+
431
+ msgid "Please fill all fields"
432
+ msgstr "Пожалуйста заполните все поля"
433
+
434
+ msgid "Pro plugin params Error!"
435
+ msgstr "Параметры Про Плагина ОШИБКА!"
436
+
437
+ msgid "Gallery Type"
438
+ msgstr "Тип галереи"
439
+
440
+ msgid "Image Count"
441
+ msgstr ""
442
+
443
+ msgid "Display all images"
444
+ msgstr ""
445
+
446
+ msgid "Images count"
447
+ msgstr ""
448
+
449
+ msgid "Show hidden images by click"
450
+ msgstr ""
451
+
452
+ msgid "Use Caption Builder"
453
+ msgstr "Использовать Конструктор Подписей"
454
+
455
+ msgid "Template: SuperMega"
456
+ msgstr "Шаблон: SuperMega"
457
+
458
+ msgid "Background"
459
+ msgstr "Фона"
460
+
461
+ msgid "Color"
462
+ msgstr "Цвет"
463
+
464
+ msgid "Transparency"
465
+ msgstr "Прозрачность"
466
+
467
+ msgid "Animation Effect"
468
+ msgstr "Эффект Анимации"
469
+
470
+ msgid "Choose effect"
471
+ msgstr "Выбрать эффект"
472
+
473
+ msgid "Image on hover"
474
+ msgstr "Изображение По Наведению"
475
+
476
+ msgid "Select image on hover"
477
+ msgstr "Выбрать Изображение По Наведению Курсором"
478
+
479
+ msgid "Upload Image"
480
+ msgstr "Загрузить Изображение"
481
+
482
+ msgid "Background color for \"Show on hover\""
483
+ msgstr ""
484
+
485
+ msgid "Personal captions"
486
+ msgstr "Персональные подписи"
487
+
488
+ msgid "Polaroid Style"
489
+ msgstr "Стиль Полароида"
490
+
491
+ msgid "Polaroid Image Animation"
492
+ msgstr "Анимация Изображений Полароид"
493
+
494
+ msgid "Polaroid Image Scattering "
495
+ msgstr "Анимация для Полароид Изображений "
496
+
497
+ msgid "Polaroid Frame Width"
498
+ msgstr "Ширина Рамки Полароида"
499
+
500
+ msgid "Hide image title tooltip"
501
+ msgstr "Спрятать подсказку с названием изображения"
502
+
503
+ msgid "Mobile - show always caption"
504
+ msgstr "Всегда показывать подпись на мобильных устройствах"
505
+
506
+ msgid "Disable captions on mobile"
507
+ msgstr "Выключить Подписи На Мобильных Устройствах"
508
+
509
+ msgid "Caption"
510
+ msgstr "Подпись"
511
+
512
+ msgid "Top Left"
513
+ msgstr "Сверху Слева"
514
+
515
+ msgid "Top Center"
516
+ msgstr "Сверху По Центру"
517
+
518
+ msgid "Top Right"
519
+ msgstr "Сверху Справа"
520
+
521
+ msgid "Middle Left"
522
+ msgstr "Посредине Слева"
523
+
524
+ msgid "Middle Center"
525
+ msgstr "Посредине По Центру"
526
+
527
+ msgid "Middle Right"
528
+ msgstr "Посредине Справа"
529
+
530
+ msgid "Bottom Left"
531
+ msgstr "Внизу Слева"
532
+
533
+ msgid "Bottom Center"
534
+ msgstr "Внизу По Центру"
535
+
536
+ msgid "Bottom Right"
537
+ msgstr "Внизу Спрова"
538
+
539
+ msgid "Paddings"
540
+ msgstr "Отступы"
541
+
542
+ msgid "Font"
543
+ msgstr "Шрифт"
544
+
545
+ msgid "Font style"
546
+ msgstr "Стиль Шрифта"
547
+
548
+ msgid "Bold"
549
+ msgstr "Жирный"
550
+
551
+ msgid "Italic"
552
+ msgstr "Курсив"
553
+
554
+ msgid "Line"
555
+ msgstr "Линия"
556
+
557
+ msgid "Text Highlight Color"
558
+ msgstr "Цвет Выделения Текста"
559
+
560
+ msgid "Text Highlight Color Transparency"
561
+ msgstr "Прозрачность Цвета Выделения Текста"
562
+
563
+ msgid "Animation start"
564
+ msgstr "Начало Анимации"
565
+
566
+ msgid "Image Load"
567
+ msgstr "Загрузка Изображения"
568
+
569
+ msgid "Mouser Over"
570
+ msgstr "Мышка Поверху"
571
+
572
+ msgid "Delay for"
573
+ msgstr "Отсрочка для"
574
+
575
+ msgid "Description"
576
+ msgstr "Описание"
577
+
578
+ msgid "Icons"
579
+ msgstr "Иконки"
580
+
581
+ msgid "Icon entry type"
582
+ msgstr "Входной Тип Иконки"
583
+
584
+ msgid "Video, Link, LightBox"
585
+ msgstr "Видео, Ссылка, Попап"
586
+
587
+ msgid "Social"
588
+ msgstr "Социальный"
589
+
590
+ msgid "Use old icons and overlay"
591
+ msgstr "Использовать старые иконки и наложения"
592
+
593
+ msgid "Popup image icon"
594
+ msgstr "Изображение Иконки Попапа"
595
+
596
+ msgid "Video icon"
597
+ msgstr "Иконка Видео"
598
+
599
+ msgid "Link icon"
600
+ msgstr "Иконка Ссылки"
601
+
602
+ msgid "Icons size"
603
+ msgstr "Размер иконки"
604
+
605
+ msgid "Icons color"
606
+ msgstr "Цвет иконок"
607
+
608
+ msgid "Icons hover color"
609
+ msgstr "Цвет при наведении на иконку"
610
+
611
+ msgid "Icons Transparency"
612
+ msgstr "Прозрачность Иконок"
613
+
614
+ msgid "Background hover color"
615
+ msgstr "Цвет при наведении на экран"
616
+
617
+ msgid "Background Transparency"
618
+ msgstr "Прозрачность Фона"
619
+
620
+ msgid "Distance between icons"
621
+ msgstr "Расстояние между иконками"
622
+
623
+ msgid "Animation Effects"
624
+ msgstr "Эффект Анимации "
625
+
626
+ msgid "Choose"
627
+ msgstr "Выбрать"
628
+
629
+ msgid "Hide browser url tooltip on image hover"
630
+ msgstr "Спрятать подсказку URL браузера при наведении на картинку"
631
+
632
+ msgid "Popup Linked Image Text"
633
+ msgstr "Текст Прикрепленного Изображения в Попапе"
634
+
635
+ msgid "Title"
636
+ msgstr "Название"
637
+
638
+ msgid "Alt text"
639
+ msgstr "Альтернативный текст"
640
+
641
+ msgid "Disable source image for Linked Images"
642
+ msgstr ""
643
+ "Отключить отображение источника изображения для Прикрепленных Изображений"
644
+
645
+ msgid "Disable title optimize"
646
+ msgstr "Выключить оптимизацию названий"
647
+
648
+ msgid "Show Previous/Next Arrows"
649
+ msgstr ""
650
+
651
+ msgid "Text for Previous Arrow"
652
+ msgstr ""
653
+
654
+ msgid "prev"
655
+ msgstr ""
656
+
657
+ msgid "Text for Next Arrow"
658
+ msgstr ""
659
+
660
+ msgid "next"
661
+ msgstr "вперед"
662
+
663
+ msgid "Social setup"
664
+ msgstr ""
665
+
666
+ msgid "Select one icon"
667
+ msgstr "Выберать одну иконку"
668
+
669
+ msgid "Show Watermark"
670
+ msgstr "Отображать Водный Знак"
671
+
672
+ msgid "Show Watermark for"
673
+ msgstr "Отображать Водный Знак для"
674
+
675
+ msgid "Thumbnails"
676
+ msgstr "Миниатюры"
677
+
678
+ msgid "Popup Images"
679
+ msgstr "Всплывающие Изображения"
680
+
681
+ msgid "Thumbnail and Popup Images"
682
+ msgstr "Миниатюры и Всплывающие Изображения"
683
+
684
+ msgid "Apply to all images"
685
+ msgstr "Применить для всех изображений"
686
+
687
+ msgid "Save source images"
688
+ msgstr "Сохранять Источник Изображений"
689
+
690
+ msgid "Type"
691
+ msgstr "Тип"
692
+
693
+ msgid "Image"
694
+ msgstr "Изображение"
695
+
696
+ msgid "Text"
697
+ msgstr "Текст"
698
+
699
+ msgid "Watermark Image"
700
+ msgstr "Водный Знак"
701
+
702
+ msgid "Margin"
703
+ msgstr "Граница"
704
+
705
+ msgid "Left Top"
706
+ msgstr "Сверху Слева"
707
+
708
+ msgid "Left Center"
709
+ msgstr "Слева По Центру"
710
+
711
+ msgid "Left Bottom"
712
+ msgstr "Внизу Слева"
713
+
714
+ msgid "Center Center"
715
+ msgstr "По Центру"
716
+
717
+ msgid "Right Top"
718
+ msgstr "Справа Вверху"
719
+
720
+ msgid "Right Center"
721
+ msgstr "Справа По Центру"
722
+
723
+ msgid "Right Bottom"
724
+ msgstr "Справа Внизу"
725
+
726
+ msgid ""
727
+ "To use this option, you must install php-extension GD. The list of functions "
728
+ "that are used in the plugin can be seen in readme.txt file."
729
+ msgstr ""
730
+ "Что бы использовать ету опцию, Вам нужно установить php-расширение GD. "
731
+ "Список использованных функций можно увидеть в файле readme.txt."
732
+
733
+ msgid "Watermark saved succesfully"
734
+ msgstr "Водный знак успешно сохранен"
735
+
736
+ msgid "Select"
737
+ msgstr "Выбрать"
738
+
739
+ msgid "Image Count Text"
740
+ msgstr ""
741
+
742
+ msgid "Background transparency"
743
+ msgstr ""
744
+
745
+ msgid "Show EXIF data"
746
+ msgstr ""
747
+
748
+ msgid "Error occurred!"
749
+ msgstr ""
750
+
751
+ msgid "Please, wait while reading images info..."
752
+ msgstr ""
753
+
754
+ msgid "Please wait until Exif data has been recollected"
755
+ msgstr ""
756
+
757
+ msgid "Image reccollected successfully. Processed "
758
+ msgstr ""
759
+
760
+ msgid " of "
761
+ msgstr ""
762
+
763
+ msgid "Recollect image error!. Processed "
764
+ msgstr ""
765
+
766
+ msgid " image "
767
+ msgstr ""
768
+
769
+ msgid "Recollect EXIF"
770
+ msgstr ""
771
+
772
+ msgid "Show EXIF as caption"
773
+ msgstr ""
774
+
775
+ msgid "Show EXIF as description"
776
+ msgstr ""
777
+
778
+ msgid "Show EXIF on Lightobox image"
779
+ msgstr ""
780
+
781
+ msgid "Show options"
782
+ msgstr ""
783
+
784
+ msgid "Camera"
785
+ msgstr ""
786
+
787
+ msgid "Camera model"
788
+ msgstr ""
789
+
790
+ msgid "Aperture"
791
+ msgstr ""
792
+
793
+ msgid "Exposure Bias"
794
+ msgstr ""
795
+
796
+ msgid "Flash"
797
+ msgstr ""
798
+
799
+ msgid "Focal Length"
800
+ msgstr ""
801
+
802
+ msgid "ISO"
803
+ msgstr ""
804
+
805
+ msgid "Shutter Speed"
806
+ msgstr ""
807
+
808
+ msgid "Location"
809
+ msgstr "Локация"
810
+
811
+ msgid "Show the previous page of the grid"
812
+ msgstr ""
813
+
814
+ msgid "Show the next page of the grid"
815
+ msgstr ""
816
+
817
+ msgid "Google Drive authorization"
818
+ msgstr "Авторизация Гугл Диска"
819
+
820
+ msgid "Upload your images from Google Drive CDN"
821
+ msgstr "Загрузить ваши изображения с CDN Гугл Диска"
822
+
823
+ msgid "Upload from Google Drive"
824
+ msgstr "Загрузить с Гугл Диска"
825
+
826
+ msgid "Google Drive"
827
+ msgstr "Гугл Диск"
828
+
829
+ msgid "Horizontal (normal)"
830
+ msgstr ""
831
+
832
+ msgid "Mirror horizontal"
833
+ msgstr ""
834
+
835
+ msgid "Rotate 180"
836
+ msgstr ""
837
+
838
+ msgid "Mirror vertical"
839
+ msgstr ""
840
+
841
+ msgid "Mirror horizontal and rotate 270 CW"
842
+ msgstr ""
843
+
844
+ msgid "Rotate 90 CW"
845
+ msgstr ""
846
+
847
+ msgid "Mirror horizontal and rotate 90 CW"
848
+ msgstr ""
849
+
850
+ msgid "Rotate 270 CW"
851
+ msgstr ""
852
+
853
+ msgid "Popup Plugin"
854
+ msgstr "Popup Plugin"
855
+
856
+ msgid ""
857
+ "The Best WordPress PopUp option plugin to help you gain more subscribers, "
858
+ "social followers or advertisement. Responsive pop-ups with friendly options."
859
+ msgstr ""
860
+ "Лучший PopUp Плагин для Вашего ВордПресса поможет Вам заполучить больше "
861
+ "подписчиков, последователей в соц.сетях или для рекламы на сайте. "
862
+ "Всплывающие окна очень имеют дружелюбные опции и очень податливы к разным "
863
+ "размерам экранов."
864
+
865
+ msgid "Slider Plugin"
866
+ msgstr "Плагин Слайдера"
867
+
868
+ msgid ""
869
+ "Creating slideshows with Slider plugin is fast and easy. Simply select "
870
+ "images from your WordPress Media Library, Flickr, Instagram or Facebook, set "
871
+ "slide captions, links and SEO fields all from one page."
872
+ msgstr ""
873
+ "Теперь создавать слайдшоу легко как никогда благодаря Плагину Слайдера. "
874
+ "Всего-то нужно выбрать необходимые изображения в Медиа Библиотеки "
875
+ "ВордПресса, Инстаграма, Фликра или Фейсбука, добавить подписи, заполнить "
876
+ "поля для ссылок и СЕО - и это все на одной странице."
877
+
878
+ msgid "Photo Gallery Plugin"
879
+ msgstr "Плагин Галереи"
880
+
881
+ msgid ""
882
+ "Photo Gallery Plugin with a great number of layouts will help you to create "
883
+ "quality respectable portfolios and image galleries."
884
+ msgstr ""
885
+ "Плагин Галереи имеет огромное количество макетов, которые помогут Вам "
886
+ "создать качественно уважаемые портфолио и фото галереи."
887
+
888
+ msgid "Data Tables Generator"
889
+ msgstr "Генератор Таблиц"
890
+
891
+ msgid ""
892
+ "Create and manage beautiful data tables with custom design. No HTML "
893
+ "knowledge is required."
894
+ msgstr ""
895
+ "Создавайте и управляйте красивейшими таблицами данных с персональным "
896
+ "дизайном. При этом Вам не требуется иметь навыки кодирования."
897
+
898
+ msgid "Social Share Buttons"
899
+ msgstr "Соц.Кнопки"
900
+
901
+ msgid ""
902
+ "Social share buttons to increase social traffic and popularity. Social "
903
+ "sharing to Facebook, Twitter and other social networks."
904
+ msgstr ""
905
+ "Поагин Соц Кнопок создан для того что бы увеличивать входящий трафик на Ваш "
906
+ "сайт, а также повышать его популярность. Установите у себя кнопки соц. "
907
+ "шаринга Фейсбука, Твиттера или многих других социальных сетей."
908
+
909
+ msgid "Live Chat Plugin"
910
+ msgstr "Плагин Живого Чата"
911
+
912
+ msgid ""
913
+ "Be closer to your visitors and customers with Live Chat Support by "
914
+ "Supsystic. Help you visitors, support them in real-time with exceptional "
915
+ "Live Chat WordPress plugin by Supsystic."
916
+ msgstr ""
917
+ "Будьте ближе к своим посетителям и клиентам с Лив Чатом от компании "
918
+ "Сапсистик. Помогите вашим посетителям, поддержите их в реальном времени с "
919
+ "помощью уникального ВордПрес плагина Лив Чата."
920
+
921
+ msgid "Pricing Table"
922
+ msgstr "Таблицы Цен"
923
+
924
+ msgid ""
925
+ "It’s never been so easy to create and manage pricing and comparison tables "
926
+ "with table builder. Any element of the table can be customise with mouse "
927
+ "click."
928
+ msgstr ""
929
+ "Еще никогда не было так просто создавать и управлять таблицами цен и "
930
+ "сравнений с помощью конструктора. Все элементы таблицы можно легко настроены "
931
+ "всего кликом мышки."
932
+
933
+ msgid "Coming Soon Plugin"
934
+ msgstr "Камин Сур Плагин"
935
+
936
+ msgid ""
937
+ "Coming soon page with drag-and-drop builder or under construction | "
938
+ "maintenance mode to notify visitors and collects emails."
939
+ msgstr ""
940
+ "Режим страницы Камин Сун или Страница На Реконструкции для естетического "
941
+ "уведомления ваших посетителей со сложившейся ситуации и сбора подписчиков."
942
+
943
+ msgid "Backup Plugin"
944
+ msgstr "Плагин Бекапа"
945
+
946
+ msgid ""
947
+ "Backup and Restore WordPress Plugin by Supsystic provides quick and "
948
+ "unhitched DropBox, FTP, Amazon S3, Google Drive backup for your WordPress "
949
+ "website."
950
+ msgstr ""
951
+ "Бекап Плагин от компании Сапсистик позволяет сделать резервное копирование "
952
+ "файлов Вашего ВордПресс сайта в DropBox, FTP, Amazon S3, Google Drive "
953
+ "хранилище."
954
+
955
+ msgid "Google Maps Easy"
956
+ msgstr "Плагин Гугл Карт"
957
+
958
+ msgid ""
959
+ "Display custom Google Maps. Set markers and locations with text, images, "
960
+ "categories and links. Customize google map in a simple and intuitive way."
961
+ msgstr ""
962
+ "Отобразите персональные Гугл Карты на Вашем сайте. Этот плагин также "
963
+ "позволяет Вам создавать маркеры с различными отображением и описанием в виде "
964
+ "текста, картинок или ссылок. Очень легок и интуитивен в настройке и "
965
+ "управлении. "
966
+
967
+ msgid "Digital Publication Plugin"
968
+ msgstr "Плагин Диджитал Публикаций"
969
+
970
+ msgid ""
971
+ "Digital Publication WordPress Plugin by Supsystic for Magazines, Catalogs, "
972
+ "Portfolios. Convert images, posts, PDF to the page flip book."
973
+ msgstr ""
974
+ "ВордПрес Плагин Диджитал Публикаций от Компании Сапсистик позволяет Вам "
975
+ "оригинально оформлять журналы, каталоги, портфолио. Конвертируйте "
976
+ "изображения, статьи, ПДФ в красивейшую книгу с шуршащими страницами."
977
+
978
+ msgid "Contact Form Plugin"
979
+ msgstr "Плагин Контакт Форм"
980
+
981
+ msgid ""
982
+ "One of the best plugin for creating Contact Forms on your WordPress site. "
983
+ "Changeable fonts, backgrounds, an option for adding fields etc."
984
+ msgstr ""
985
+ "Один из наилучших плагинов создания Контакт Форм перед Вами! Изменяемые "
986
+ "шрифты, фоны, поля - все на Ваш вкус!"
987
+
988
+ msgid "Newsletter Plugin"
989
+ msgstr "Плагин Рассылки"
990
+
991
+ msgid ""
992
+ "Supsystic Newsletter plugin for automatic mailing of your letters. You will "
993
+ "have no need to control it or send them manually. No coding, hard skills or "
994
+ "long hours of customizing are required."
995
+ msgstr ""
996
+ "Плагин Рассылки компании Сапсистик позволяет осуществлять автоматическую "
997
+ "рассылку Ваших писем. Теперь Вам не нужно будет делать множество работы "
998
+ "вручную! И при этом знание основ кодирования не требуются."
999
+
1000
+ msgid "Membership by Supsystic"
1001
+ msgstr "Мембершип Плагин"
1002
+
1003
+ msgid ""
1004
+ "Create online membership community with custom user profiles, roles, "
1005
+ "FrontEnd registration and login. Members Directory, activity, groups, "
1006
+ "messages."
1007
+ msgstr ""
1008
+ "Создайте онлайн мембершип сообщество с редактируемыми профайлами юзеров, "
1009
+ "различными ролями, регистрацией и логином с Фронт-енда. Папка Учасников, "
1010
+ "Активити, Групы, Сообщения и многое другое."
1011
+
1012
+ msgid "New gallery successfully created"
1013
+ msgstr "Успешно создана Новая галерея"
1014
+
1015
+ msgid "Title successfully updated"
1016
+ msgstr "Заголовок успешно обновлен"
1017
+
1018
+ msgid "Not enough data."
1019
+ msgstr "Не хватает данных."
1020
+
1021
+ msgid "Preset successfully saved."
1022
+ msgstr "Предустановка успешно сохранена."
1023
+
1024
+ msgid "The preset ID is not specified."
1025
+ msgstr "ID предустановки не указан."
1026
+
1027
+ msgid "Preset successfully removed."
1028
+ msgstr "Предустановки успешно удалены."
1029
+
1030
+ msgid "Failed to find the preset."
1031
+ msgstr "Не удалось найти предустановки."
1032
+
1033
+ msgid "Preset successfully applied to the gallery."
1034
+ msgstr "Предустановка успешно применена к галерее."
1035
+
1036
+ msgid "Gallery clone error"
1037
+ msgstr "Ошибка клонирования Галереи"
1038
+
1039
+ msgid "Unnamed gallery"
1040
+ msgstr "Галерея без имени"
1041
+
1042
+ msgid "The identifier of the gallery is invalid"
1043
+ msgstr "Идентификатор галереи является недействительным"
1044
+
1045
+ msgid "Title is empty"
1046
+ msgstr "Название пустое"
1047
+
1048
+ msgid "Failed to rename the gallery"
1049
+ msgstr "Не удалось переименовать галерею"
1050
+
1051
+ msgid "Invalid gallery identifier specified"
1052
+ msgstr "Неверно указан идентификатор галереи "
1053
+
1054
+ msgid "Failed to delete the gallery"
1055
+ msgstr "Не удалось удалить галерею"
1056
+
1057
+ msgid "Source gallery incorrect id"
1058
+ msgstr "Неправильный id источника гелереи"
1059
+
1060
+ msgid "Clone type parameter is incorrect"
1061
+ msgstr "Клонирование типового параметра неправильно"
1062
+
1063
+ msgid "Cloned "
1064
+ msgstr "Клонировано "
1065
+
1066
+ msgid "Can't create new gallery!"
1067
+ msgstr "Невозможно создать новую галерею!"
1068
+
1069
+ msgid "Can't create resources for gallery!"
1070
+ msgstr "Невозможно создать ресурсы для галереи!"
1071
+
1072
+ msgid "Can't create image position for gallery!"
1073
+ msgstr "Невозможно создать позиции для галереи!"
1074
+
1075
+ msgid "Can't create settings for gallery!"
1076
+ msgstr "Невозможно создать настройки для галереи!"
1077
+
1078
+ msgid "Can't create membership params for gallery!"
1079
+ msgstr "Невозможно создать параметры Мембершипа для Галереи!"
1080
+
1081
+ msgid "Resources are does not exists"
1082
+ msgstr "Ресурсы не существует"
1083
+
1084
+ msgid "The identifier of the Gallery is not specified"
1085
+ msgstr "Идентификатор галереи не указан"
1086
+
1087
+ msgid "New gallery"
1088
+ msgstr "Новая галерея"
1089
+
1090
+ msgid "Add Images"
1091
+ msgstr "Добавить картинки"
1092
+
1093
+ msgid "Add selected items"
1094
+ msgstr "Добавить выбранные пункты"
1095
+
1096
+ msgid "Cancel"
1097
+ msgstr "Отменить"
1098
+
1099
+ msgid ""
1100
+ "You need to import images to your gallery before you can start using "
1101
+ "galleries"
1102
+ msgstr ""
1103
+ "Вы должны импортировать изображения в галерею, прежде чем начнете "
1104
+ "использовать галерею"
1105
+
1106
+ msgid "Selected"
1107
+ msgstr "Выбрано"
1108
+
1109
+ msgid "Create new gallery"
1110
+ msgstr "Создать новую галерею"
1111
+
1112
+ msgid ""
1113
+ "Choose Gallery Template. You can change template and settings on the next "
1114
+ "step."
1115
+ msgstr ""
1116
+ "Выберите Шаблон Галереи. Вы можете изменить шаблон и настройки в следующем "
1117
+ "шаге."
1118
+
1119
+ msgid "Gallery Name:"
1120
+ msgstr "Имя Галереи:"
1121
+
1122
+ msgid "Choose Gallery Template."
1123
+ msgstr "Выбрать Шаблон Галереи."
1124
+
1125
+ msgid "Select images per page"
1126
+ msgstr ""
1127
+
1128
+ msgid "First"
1129
+ msgstr ""
1130
+
1131
+ msgid "Previous"
1132
+ msgstr ""
1133
+
1134
+ msgid "Next"
1135
+ msgstr "Далее"
1136
+
1137
+ msgid "Last"
1138
+ msgstr ""
1139
+
1140
+ msgid "Remove selected"
1141
+ msgstr "Удалить выбранное"
1142
+
1143
+ msgid "Select/unselect all posts"
1144
+ msgstr "Выбрать/снять все посты"
1145
+
1146
+ msgid "Images: "
1147
+ msgstr "Изображения: "
1148
+
1149
+ msgid "There are %s photos in the gallery %s"
1150
+ msgstr "Есть всего %s фотографий в галерее %s"
1151
+
1152
+ msgid " Size: "
1153
+ msgstr "Размер:"
1154
+
1155
+ msgid " Mb "
1156
+ msgstr " Mb "
1157
+
1158
+ msgid "Images list"
1159
+ msgstr "Список изображений"
1160
+
1161
+ msgid "Preview"
1162
+ msgstr "Просмотр"
1163
+
1164
+ msgid "Images Optimization"
1165
+ msgstr "Оптимизация Изображений"
1166
+
1167
+ msgid "Are you sure you want to delete this gallery?"
1168
+ msgstr "Вы уверенны что хотите удалить ету галерею?"
1169
+
1170
+ msgid "Delete gallery"
1171
+ msgstr "Удалить галерею"
1172
+
1173
+ msgid "Shortcode:"
1174
+ msgstr "Шорткод:"
1175
+
1176
+ msgid "PHPCode:"
1177
+ msgstr "PHP код:"
1178
+
1179
+ msgid "You have no galleries"
1180
+ msgstr "У вас нет галерей"
1181
+
1182
+ msgid "You don't have any galleries yet."
1183
+ msgstr "У Вас ещё нет никаких галерей."
1184
+
1185
+ msgid "Want to create one right now?"
1186
+ msgstr "Хотите создать прямо сейчас?"
1187
+
1188
+ msgid "What is a gallery"
1189
+ msgstr "Что такое галерея"
1190
+
1191
+ msgid ""
1192
+ "<strong>Gallery</strong> &mdash; the highest type of entity in the Gallery "
1193
+ "by Supsystic."
1194
+ msgstr ""
1195
+ "<strong>Галерея</strong> &mdash; высший тип организации в Supsystic Галерее."
1196
+
1197
+ msgid ""
1198
+ "You can have an unlimited number of galleries, to which you can attach the "
1199
+ "preloaded pictures."
1200
+ msgstr ""
1201
+ "Вы можете иметь неограниченное количество галерей, в которых вы можете "
1202
+ "прикрепить предустановленные фотографии."
1203
+
1204
+ msgid ""
1205
+ "Each gallery has a number of display settings and behaviors that you can "
1206
+ "save to presets and apply to other galleries."
1207
+ msgstr ""
1208
+ "Каждая галерея имеет ряд настроек, которые вы можете сохранить в качестве "
1209
+ "предустановок и применять к другим галереям."
1210
+
1211
+ msgid "Gallery title can't be empty!"
1212
+ msgstr "Название галереи не может быть пустым!"
1213
+
1214
+ msgid "Gallery title:"
1215
+ msgstr "Название галереи:"
1216
+
1217
+ msgid "Select source to import from"
1218
+ msgstr "Выберите источник для импорта"
1219
+
1220
+ msgid "Back to the gallery"
1221
+ msgstr "Вернуться к галерее"
1222
+
1223
+ msgid "Main"
1224
+ msgstr "Главная"
1225
+
1226
+ msgid "Captions"
1227
+ msgstr "Подпись"
1228
+
1229
+ msgid "Categories"
1230
+ msgstr "Категории"
1231
+
1232
+ msgid "Watermark"
1233
+ msgstr "Водный Знак"
1234
+
1235
+ msgid "Add images"
1236
+ msgstr "Добавить картинки"
1237
+
1238
+ msgid "Import settings"
1239
+ msgstr "Импорт настроек"
1240
+
1241
+ msgid "Clone"
1242
+ msgstr "Клонировать"
1243
+
1244
+ msgid "Enable for Membership:"
1245
+ msgstr "Включить для Мембершипа"
1246
+
1247
+ msgid "You need to install Membership by Supsystic to use this feature. "
1248
+ msgstr ""
1249
+ "Что бы использовать ету функцию Вам необходимо установить Сапсистик "
1250
+ "Мембершип."
1251
+
1252
+ msgid ""
1253
+ " plugin from your admin area, or visit it's official page on Wordpress.org "
1254
+ msgstr ""
1255
+ "плагин из вашей зоны админа, или посетите официальную страницу на сайте "
1256
+ "Wordpress.org "
1257
+
1258
+ msgid "Cloning gallery..."
1259
+ msgstr "Клонирование Галереи..."
1260
+
1261
+ msgid "Server internal error"
1262
+ msgstr "Ошибка внутреннего сервера"
1263
+
1264
+ msgid "Gallery image optimization error ocured."
1265
+ msgstr "Случилась ошибка оптимизации изображения галереи."
1266
+
1267
+ msgid "Tranfer images to CDN"
1268
+ msgstr "Перенести изображения в CDN"
1269
+
1270
+ msgid "Select clone type:"
1271
+ msgstr "Выбрать тип клонирования:"
1272
+
1273
+ msgid "Select clone type"
1274
+ msgstr "Выбрать тип клонирования"
1275
+
1276
+ msgid "Clone with images"
1277
+ msgstr "Клонировать с изображениями"
1278
+
1279
+ msgid "Clone without images"
1280
+ msgstr "Клонировать без изображений"
1281
+
1282
+ msgid "Load More"
1283
+ msgstr "Загрузить Больше"
1284
+
1285
+ msgid "Buttons"
1286
+ msgstr "Кнопка"
1287
+
1288
+ msgid "Scroll"
1289
+ msgstr "Прокрутка"
1290
+
1291
+ msgid "Border"
1292
+ msgstr "Рамка"
1293
+
1294
+ msgid "Shadow"
1295
+ msgstr "Тень"
1296
+
1297
+ msgid "Lightbox"
1298
+ msgstr "Попап"
1299
+
1300
+ msgid "LazyLoad"
1301
+ msgstr ""
1302
+
1303
+ msgid "Loader"
1304
+ msgstr "Иконка Загрузки"
1305
+
1306
+ msgid "Your changes not saved. You really want to leave without saving?"
1307
+ msgstr ""
1308
+ "Ваши изменения не сохранены. Вы действительно желаете покинуть страницу без "
1309
+ "сохранения?"
1310
+
1311
+ msgid "Available in Pro"
1312
+ msgstr ""
1313
+
1314
+ msgid "Number of Columns"
1315
+ msgstr "Количество столбцов"
1316
+
1317
+ msgid "Responsive columns"
1318
+ msgstr "Адаптивные колонки"
1319
+
1320
+ msgid "Gallery Position"
1321
+ msgstr "Положение Галереи"
1322
+
1323
+ msgid "Images distance"
1324
+ msgstr "Расстояние картинок"
1325
+
1326
+ msgid "Gallery width"
1327
+ msgstr "Ширина галереи"
1328
+
1329
+ msgid "Full screen width"
1330
+ msgstr "На всю ширину екрана"
1331
+
1332
+ msgid "Gallery padding"
1333
+ msgstr "Отступ от Галереи"
1334
+
1335
+ msgid "Gallery height"
1336
+ msgstr "Высота галереи"
1337
+
1338
+ msgid "Image width"
1339
+ msgstr "Ширина изображения"
1340
+
1341
+ msgid "Image height"
1342
+ msgstr "Высота изображения"
1343
+
1344
+ msgid "Image radius"
1345
+ msgstr "Радиус изображения"
1346
+
1347
+ msgid "Image crop quality"
1348
+ msgstr "Качество обрезки изображения"
1349
+
1350
+ msgid "Display only first image"
1351
+ msgstr "Отображать только первое изображение"
1352
+
1353
+ msgid "Make this settings - default"
1354
+ msgstr ""
1355
+
1356
+ msgid "Social Sharing"
1357
+ msgstr "Поделится в соцсетях"
1358
+
1359
+ msgid "Social Buttons Project"
1360
+ msgstr "Проект соцкнопок"
1361
+
1362
+ msgid "Gallery Sharing"
1363
+ msgstr "Поделиться Галереей"
1364
+
1365
+ msgid "Image Sharing"
1366
+ msgstr "Поделиться Изображением"
1367
+
1368
+ msgid "Buttons align"
1369
+ msgstr "Выравнивание кнопок"
1370
+
1371
+ msgid "Popup Image Sharing"
1372
+ msgstr "Поделиться Изображением в Попапе"
1373
+
1374
+ msgid "You have no Social Sharing projects for now."
1375
+ msgstr ""
1376
+ "Сейчас у Вас нет ни одного проекта, которым можно поделиться с "
1377
+ "общественностью."
1378
+
1379
+ msgid "Create your first project"
1380
+ msgstr "Создать мой первый проект"
1381
+
1382
+ msgid ""
1383
+ "then just reload page with your Gallery settings, and you will see list with "
1384
+ "available Social Projects for your Gallery."
1385
+ msgstr ""
1386
+ "затем просто перезагрузите страницу с вашими настройками Галереи и вы "
1387
+ "увидите список доступных СоцПроектов для вашей Галереи."
1388
+
1389
+ msgid ""
1390
+ "You need to install Social Share Buttons by Supsystic to use this feature."
1391
+ msgstr ""
1392
+ "Что бы использовать ету функцию Вам необходимо установить Сапсистик Кнопки "
1393
+ "Социальных Сетей."
1394
+
1395
+ msgid "Install plugin"
1396
+ msgstr "Установить плагин"
1397
+
1398
+ msgid "here."
1399
+ msgstr "тут."
1400
+
1401
+ msgid "Horizontal Scroll"
1402
+ msgstr "Горизонтальная прокрутка"
1403
+
1404
+ msgid "Scroll Bar Color"
1405
+ msgstr "Цвет полосы прокрутки"
1406
+
1407
+ msgid "Scroll Bar Transparency"
1408
+ msgstr "Прозрачность полосы прокрутки"
1409
+
1410
+ msgid "Mouse Wheel Scroll Step"
1411
+ msgstr ""
1412
+
1413
+ msgid "Touch Scroll Step"
1414
+ msgstr ""
1415
+
1416
+ msgid "Available"
1417
+ msgstr "Доступно"
1418
+
1419
+ msgid "Border Type"
1420
+ msgstr "Тип рамки"
1421
+
1422
+ msgid "Shadow preset"
1423
+ msgstr "Предварительная тень"
1424
+
1425
+ msgid "When mouse is over"
1426
+ msgstr "Когда мышка находится над"
1427
+
1428
+ msgid "Off"
1429
+ msgstr "Выкл"
1430
+
1431
+ msgid "Show mouse on"
1432
+ msgstr "Показывать при наведении мышки"
1433
+
1434
+ msgid "Hide mouse on"
1435
+ msgstr "Скрыть при наведении мышки"
1436
+
1437
+ msgid "Overlay image with shadow"
1438
+ msgstr "Наложение изображения с тенью"
1439
+
1440
+ msgid "Shadow color"
1441
+ msgstr "Цвет тени"
1442
+
1443
+ msgid "Shadow blur"
1444
+ msgstr "Размытие тени"
1445
+
1446
+ msgid "Shadow X"
1447
+ msgstr "Тень по оси Х"
1448
+
1449
+ msgid "Shadow Y"
1450
+ msgstr "Тень по оси Y"
1451
+
1452
+ msgid "Pop-up Image"
1453
+ msgstr "Всплывающие изображения"
1454
+
1455
+ msgid "Popup box theme"
1456
+ msgstr "Тема всплывающего окна"
1457
+
1458
+ msgid "Choose theme"
1459
+ msgstr "Выбрать тему"
1460
+
1461
+ msgid "Disable on mobile"
1462
+ msgstr "Выключить на мобильных устройствах"
1463
+
1464
+ msgid "Popup Image Text"
1465
+ msgstr "Текст Изображения в Попапе"
1466
+
1467
+ msgid "Hide Popup Captions"
1468
+ msgstr "Скрывать подписи"
1469
+
1470
+ msgid "Hide long titles"
1471
+ msgstr "Спрятать длинные названия"
1472
+
1473
+ msgid "Slideshow"
1474
+ msgstr "Слайдшоу"
1475
+
1476
+ msgid "Slideshow speed"
1477
+ msgstr "Скорость слайдшоу"
1478
+
1479
+ msgid "Slideshow pause on hover"
1480
+ msgstr "Останавливать слайд-шоу при наведении курсором"
1481
+
1482
+ msgid "Slideshow autostart"
1483
+ msgstr "Автовключение слайдшоу"
1484
+
1485
+ msgid "Popup Image size"
1486
+ msgstr "Размер Картинки в Попапе"
1487
+
1488
+ msgid "Disable browser history"
1489
+ msgstr "Отключить историю браузера"
1490
+
1491
+ msgid "Lazy Load"
1492
+ msgstr ""
1493
+
1494
+ msgid "Effect"
1495
+ msgstr "Эффект"
1496
+
1497
+ msgid "Text size"
1498
+ msgstr "Размер текста"
1499
+
1500
+ msgid "Text horizontal align"
1501
+ msgstr "Горизонтальное выравнивание текста"
1502
+
1503
+ msgid "Text vertical align"
1504
+ msgstr "Вертикальное выравнивание текста"
1505
+
1506
+ msgid "Show icons"
1507
+ msgstr "Показать иконки"
1508
+
1509
+ msgid "Select effect"
1510
+ msgstr "Выбрать эффект"
1511
+
1512
+ msgid "Animation"
1513
+ msgstr "Анимация"
1514
+
1515
+ msgid "Show overlay"
1516
+ msgstr "Отображать наложение"
1517
+
1518
+ msgid "Overlay color"
1519
+ msgstr "Цвет наложения"
1520
+
1521
+ msgid "Overlay transparency"
1522
+ msgstr "Прозрачность наложения"
1523
+
1524
+ msgid "GetPRO for 29$"
1525
+ msgstr ""
1526
+
1527
+ msgid "Categorize images in the gallery"
1528
+ msgstr "Группировать изображения в галерее"
1529
+
1530
+ msgid "Let user switch gallery pages"
1531
+ msgstr "Пусть пользователь переключает страницы галереи"
1532
+
1533
+ msgid "Add watermarks to your photos"
1534
+ msgstr "Добавить водные знаки к Вашим фото"
1535
+
1536
+ msgid "Save settings as preset"
1537
+ msgstr "Сохранить настройки предустановленого шаблона"
1538
+
1539
+ msgid "Preset title:"
1540
+ msgstr "Заголовок предустановленного шаблона:"
1541
+
1542
+ msgid "Delete preset"
1543
+ msgstr "Удалить предустановленный шаблон"
1544
+
1545
+ msgid "Are you really want to delete preset \"%s\"?"
1546
+ msgstr "Вы действительно хотите удалить предустановленный шаблон \"%s\"?"
1547
+
1548
+ msgid "Load settings from presets"
1549
+ msgstr "Загрузить настройки из предустановок"
1550
+
1551
+ msgid "Select preset:"
1552
+ msgstr "Выбрать предустановленный шаблон:"
1553
+
1554
+ msgid "Failed to load the presets."
1555
+ msgstr "Не удалось загрузить предустановленный шаблон."
1556
+
1557
+ msgid "Currently you have no presets."
1558
+ msgstr "В настоящее время у вас нет предустановленных шаблонов."
1559
+
1560
+ msgid "Select \"Big image\" theme"
1561
+ msgstr "Выберите тему \"Большое изображение\"."
1562
+
1563
+ msgid "Select a theme"
1564
+ msgstr "Выбрать тему"
1565
+
1566
+ msgid "How to fit image in lightbox"
1567
+ msgstr ""
1568
+
1569
+ msgid "Fit To Screen"
1570
+ msgstr ""
1571
+
1572
+ msgid "Fit Width"
1573
+ msgstr ""
1574
+
1575
+ msgid "Show Original"
1576
+ msgstr ""
1577
+
1578
+ msgid "Select overlay effect"
1579
+ msgstr "Выберите эффект наложения"
1580
+
1581
+ msgid "Pro Feature"
1582
+ msgstr ""
1583
+
1584
+ msgid "This effect requires icons be enabled. Enable Icons?"
1585
+ msgstr "Для этого эффекта необходимо включить иконки. Включить?"
1586
+
1587
+ msgid "Select shadow preset"
1588
+ msgstr "Выберите предварительную тень"
1589
+
1590
+ msgid "Select shadow"
1591
+ msgstr "Выберите тень"
1592
+
1593
+ msgid "Import settings from gallery"
1594
+ msgstr "Импортировать настройки из галереи"
1595
+
1596
+ msgid ""
1597
+ "Here you can import settings from other galleries, but right now, you have "
1598
+ "only one gallery, create more - and see how it works"
1599
+ msgstr ""
1600
+ "Здесь вы можете импортировать настройки с других галерей, но сейчас у вас "
1601
+ "всего одна галерея, создайте больше галерей, что бы увидеть как ето работает"
1602
+
1603
+ msgid "Improve free version"
1604
+ msgstr "Улучшить бесплатную версию"
1605
+
1606
+ msgid "Select icons effects"
1607
+ msgstr "Выбрать эффект иконки"
1608
+
1609
+ msgid "Click on the icon to select effect"
1610
+ msgstr "Нажмите на иконку, чтобы выбрать эффект"
1611
+
1612
+ msgid "close"
1613
+ msgstr "закрыть"
1614
+
1615
+ msgid "previous"
1616
+ msgstr "назад"
1617
+
1618
+ msgid "start slideshow"
1619
+ msgstr "начать показ"
1620
+
1621
+ msgid "stop slideshow"
1622
+ msgstr "остановить показ"
1623
+
1624
+ msgid "image"
1625
+ msgstr "изображение"
1626
+
1627
+ msgid "of"
1628
+ msgstr "о"
1629
+
1630
+ msgid "Expand"
1631
+ msgstr ""
1632
+
1633
+ msgid "Expand the image"
1634
+ msgstr ""
1635
+
1636
+ msgid "Import EXIF data"
1637
+ msgstr ""
1638
+
1639
+ msgid "Choose source"
1640
+ msgstr "Выберите источник"
1641
+
1642
+ msgid "Import from WordPress Media Library"
1643
+ msgstr "Импорт с WordPress Медиа Библиотеки"
1644
+
1645
+ msgid "Import from social networks"
1646
+ msgstr "Импорт с социальных сетей"
1647
+
1648
+ msgid "Import from your Instagram account"
1649
+ msgstr "Импорт через Instagram аккаунт"
1650
+
1651
+ msgid "Import from your Flickr account"
1652
+ msgstr "Импорт через Flickr аккаунт"
1653
+
1654
+ msgid "Import from your Tumblr account"
1655
+ msgstr "Импорт через Facebook аккаунт"
1656
+
1657
+ msgid "Import from your Facebook account"
1658
+ msgstr "Импорт через Facebook аккаунт"
1659
+
1660
+ msgid "Import from cloud services"
1661
+ msgstr "Импорт из облачного сервиса"
1662
+
1663
+ msgid "Import from your FTP server"
1664
+ msgstr "Импорт из вашего FTP сервера"
1665
+
1666
+ msgid "Import from your Google Drive account"
1667
+ msgstr "Импортировать из вашего Аккаунта Гугл Диска"
1668
+
1669
+ msgid "Get Pro to enable import"
1670
+ msgstr "Получите ПРО чтобы включить импорт"
1671
+
1672
+ msgid "Properties"
1673
+ msgstr "Свойства"
1674
+
1675
+ msgid "Delete Image"
1676
+ msgstr "Удалить картинку"
1677
+
1678
+ msgid "Search"
1679
+ msgstr "Поиск"
1680
+
1681
+ msgid "Sort By: "
1682
+ msgstr "Сортировать по:"
1683
+
1684
+ msgid "Sort To: "
1685
+ msgstr "Упорядочить по: "
1686
+
1687
+ msgid "Apply"
1688
+ msgstr "Применить"
1689
+
1690
+ msgid "The gallery is does not exists"
1691
+ msgstr "Галерея не существует"
1692
+
1693
+ msgid "Currently this gallery has no images"
1694
+ msgstr "В настоящее время эта галерея не имеет изображения"
1695
+
1696
+ msgid "Linked Images"
1697
+ msgstr "Связанные Изображения"
1698
+
1699
+ msgid "Instagram authorization"
1700
+ msgstr "Авторизация в Инстаграм"
1701
+
1702
+ msgid "Upload your images from the Instagram Media Library"
1703
+ msgstr "Загрузить ваши изображения через Медиа Библиотеку Instagram"
1704
+
1705
+ msgid "Upload from Instagram"
1706
+ msgstr "Загрузить с Instagram"
1707
+
1708
+ msgid "Error occurred"
1709
+ msgstr "Произошла ошибка"
1710
+
1711
+ msgid "Auth key saved!"
1712
+ msgstr "Ключ Auth сохранен!"
1713
+
1714
+ msgid "Service data was saved!"
1715
+ msgstr "Сервисные данные были сохранены!"
1716
+
1717
+ msgid "Error! Incorrect service params!"
1718
+ msgstr "ОШИБКА! Неправильные сервисные параметры!"
1719
+
1720
+ msgid "Error! Incorrect selected service!"
1721
+ msgstr "ОШИБКА! Выбранный сервис неправильный"
1722
+
1723
+ msgid "Error! Incorrect params!"
1724
+ msgstr "ОШИБКА! Неправильные параметры!"
1725
+
1726
+ msgid "Table ' . $this->table. ' not exists! Please reactivate this plugin!"
1727
+ msgstr ""
1728
+ "Таблица ' . $ета->таблица. ' не существует! Пожалуйста, реактивируйте этот "
1729
+ "плагин!"
1730
+
1731
+ msgid "Minimal version of php = 5.3.0"
1732
+ msgstr "Минимальная версия php = 5.3.0"
1733
+
1734
+ msgid "Enable cUrl extension"
1735
+ msgstr "Включить cUrl расширение"
1736
+
1737
+ msgid "Can't check current version of cUrl extension"
1738
+ msgstr "Невозможно проверить текущую версию расширения cUrl"
1739
+
1740
+ msgid "Minimal cUrl extension version 7.20.0"
1741
+ msgstr "Минимальная версия cUrl расширения 7.20.0"
1742
+
1743
+ msgid "Optimization"
1744
+ msgstr "Оптимизация"
1745
+
1746
+ msgid "Image Optimization"
1747
+ msgstr "Оптимизация Изображения"
1748
+
1749
+ msgid "Your host does not support the minimum requirements:"
1750
+ msgstr "Ваш Хост не соответствует минимальным потребностям:"
1751
+
1752
+ msgid "Transfer to CDN"
1753
+ msgstr "Перенести в CDN"
1754
+
1755
+ msgid "KeyCDN"
1756
+ msgstr "KeyCDN"
1757
+
1758
+ msgid "Change Details"
1759
+ msgstr "Изменить Детали"
1760
+
1761
+ msgid "Setup"
1762
+ msgstr "Установка"
1763
+
1764
+ msgid "Transfer selected"
1765
+ msgstr "Перенос выбранного"
1766
+
1767
+ msgid "Gallery Name"
1768
+ msgstr "Имя Галереи"
1769
+
1770
+ msgid "Total Images"
1771
+ msgstr "Всего изображений"
1772
+
1773
+ msgid "Total Size"
1774
+ msgstr "Суммарный размер"
1775
+
1776
+ msgid "Mb"
1777
+ msgstr "Mb"
1778
+
1779
+ msgid "website"
1780
+ msgstr "сайт"
1781
+
1782
+ msgid "Transfer to"
1783
+ msgstr "Переход"
1784
+
1785
+ msgid "Transfer Gallery to"
1786
+ msgstr "Перенести галерею в"
1787
+
1788
+ msgid "Servicename"
1789
+ msgstr "Имясервиса"
1790
+
1791
+ msgid "Total images"
1792
+ msgstr "Всего изображений"
1793
+
1794
+ msgid "Total size"
1795
+ msgstr "Суммарный размер"
1796
+
1797
+ msgid "Delete source image after transfer"
1798
+ msgstr "Удалить источник изображения после переноса"
1799
+
1800
+ msgid "Start Transfer"
1801
+ msgstr "Начать Перенос"
1802
+
1803
+ msgid "Connected to"
1804
+ msgstr "Соединить с "
1805
+
1806
+ msgid "service"
1807
+ msgstr "сервис"
1808
+
1809
+ msgid "Transfer information:"
1810
+ msgstr "Перенос информации:"
1811
+
1812
+ msgid "galleries"
1813
+ msgstr "галереи"
1814
+
1815
+ msgid "images"
1816
+ msgstr "изображения"
1817
+
1818
+ msgid "Transfer ending with errors!"
1819
+ msgstr "перенос окончен с ошибками!"
1820
+
1821
+ msgid "Transfer completed successfully!"
1822
+ msgstr "Перенос успешно завершен!"
1823
+
1824
+ msgid "Image optimization"
1825
+ msgstr "Оптимизация изображений"
1826
+
1827
+ msgid "Start Optimization"
1828
+ msgstr "Начать оптимизацию"
1829
+
1830
+ msgid "Service"
1831
+ msgstr "Сервис"
1832
+
1833
+ msgid "Setup Service"
1834
+ msgstr "Сервис Установки"
1835
+
1836
+ msgid "Backup Images Source"
1837
+ msgstr "Сделать резервное копирование Источника Изображения"
1838
+
1839
+ msgid "Optimize Preview images"
1840
+ msgstr "Оптимизировать Предпросмотр изображений"
1841
+
1842
+ msgid "Optimization in process..."
1843
+ msgstr "Оптимизация в процессе..."
1844
+
1845
+ msgid "Optimize:"
1846
+ msgstr "Оптимизировать:"
1847
+
1848
+ msgid "images (preview and original images)"
1849
+ msgstr "изображения (пред просмотр и оригинал)"
1850
+
1851
+ msgid "Error ocured. Optimize process stopped!"
1852
+ msgstr "Случилась ошибка. Процес оптимизации остановлен!"
1853
+
1854
+ msgid "Optimization complete"
1855
+ msgstr "Оптимизация завершина"
1856
+
1857
+ msgid "Images size before:"
1858
+ msgstr "Размер до отпимизации:"
1859
+
1860
+ msgid "Images size after:"
1861
+ msgstr "Размер изображений после оптимизации:"
1862
+
1863
+ msgid "Total Saving:"
1864
+ msgstr "Всего сэкономлено памяти:"
1865
+
1866
+ msgid "Optimize one more time"
1867
+ msgstr "Оптимизировать еще раз"
1868
+
1869
+ msgid "Show image comparision"
1870
+ msgstr "Показывать сравнение картинок"
1871
+
1872
+ msgid "TinyPNG"
1873
+ msgstr "TinyPNG"
1874
+
1875
+ msgid "Another Service"
1876
+ msgstr "Другой Сервис"
1877
+
1878
+ msgid "Optimize selected"
1879
+ msgstr "Опитимизация выбрана"
1880
+
1881
+ msgid "optimize"
1882
+ msgstr "оптимизировать"
1883
+
1884
+ msgid "Restore Source Images"
1885
+ msgstr "Восстановить Источник Изображений"
1886
+
1887
+ msgid "Optimize"
1888
+ msgstr "Оптимизировать"
1889
+
1890
+ msgid "Optimize Now"
1891
+ msgstr "Оптимизировать сейчас"
1892
+
1893
+ msgid "Enter your TinyPNG API key"
1894
+ msgstr "Введите Ваш TinyPNG API ключ"
1895
+
1896
+ msgid "Enter your Site name"
1897
+ msgstr "Введите имя Вашего сайта"
1898
+
1899
+ msgid "Enter your username"
1900
+ msgstr "Введите Ваш username"
1901
+
1902
+ msgid "Enter your password"
1903
+ msgstr "Введите Ваш пароль"
1904
+
1905
+ msgid "Enter your ftp base path"
1906
+ msgstr "Введите путь в Вашу ФТП базу"
1907
+
1908
+ msgid "Incorrect service Code"
1909
+ msgstr "Неправильный Код сервиса"
1910
+
1911
+ msgid "Last 24 hours"
1912
+ msgstr "Последние 24 часа"
1913
+
1914
+ msgid "Week"
1915
+ msgstr "Неделя"
1916
+
1917
+ msgid "Month"
1918
+ msgstr "Месяц"
1919
+
1920
+ msgid "Number of images"
1921
+ msgstr "Количество изображений"
1922
+
1923
+ msgid "Total size before"
1924
+ msgstr "Общий размер до"
1925
+
1926
+ msgid "Total size after"
1927
+ msgstr "Общий размер после"
1928
+
1929
+ msgid "Save in Mb"
1930
+ msgstr "Сохранить в Мб"
1931
+
1932
+ msgid "Save in %"
1933
+ msgstr "Сохранить в %"
1934
+
1935
+ msgid "Your message successfully send. We contact you soon."
1936
+ msgstr "Ваше сообщение успешно доставлено. Вскоре мы с вами свяжемся."
1937
+
1938
+ msgid "Start step-by-step tutorial"
1939
+ msgstr "Пошаговая инструкция"
1940
+
1941
+ msgid "Name"
1942
+ msgstr "Имя"
1943
+
1944
+ msgid "Email"
1945
+ msgstr "Email"
1946
+
1947
+ msgid "Website"
1948
+ msgstr "Сайт"
1949
+
1950
+ msgid "Subject"
1951
+ msgstr "Тема"
1952
+
1953
+ msgid "Topic"
1954
+ msgstr "Раздел"
1955
+
1956
+ msgid "Plugin options"
1957
+ msgstr "Опции плагина"
1958
+
1959
+ msgid "Report a bug"
1960
+ msgstr "Сообщить об ошибке"
1961
+
1962
+ msgid "Require a new functionallity"
1963
+ msgstr "Предложить новый функционал"
1964
+
1965
+ msgid "Other"
1966
+ msgstr "Другое"
1967
+
1968
+ msgid "Message"
1969
+ msgstr "Сообщение"
1970
+
1971
+ msgid "Hello Supsystic Team!"
1972
+ msgstr "Здравствуй команда Supsystic!"
1973
+
1974
+ msgid ""
1975
+ "Some errors occurred while sending mail please send your message trough this "
1976
+ "contact form:"
1977
+ msgstr ""
1978
+ "В процессе отправки письма, произошла ошибка, пожалуйста отправьте ваше "
1979
+ "сообщение через контакт форму:"
1980
+
1981
+ msgid "Unable to save chosen photo %s: %s"
1982
+ msgstr "Невозможно сохранить выбранную фотографию %s: %s"
1983
+
1984
+ msgid "New Folder"
1985
+ msgstr "Новая Папка"
1986
+
1987
+ msgid "The