8000 Allow use of UTF-8 catalogues in non-UTF-8 applications by Seldaek · Pull Request #2313 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Allow use of UTF-8 catalogues in non-UTF-8 applications #2313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 325 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
325 commits
Select commit Hold shift + click to select a range
a348efe
Removed trailing whitespaces
benjamindulau Sep 4, 2011
89f4791
Fixed CS
benjamindulau Sep 4, 2011
21b29c2
Merge symfony/master
beberlei Sep 4, 2011
5712798
Adjust QtTranslationLoader to throw RuntimeException
beberlei Sep 4, 2011
4ac380e
Adjust QtTranslations patch and include QtTranslationsDumper + test a…
beberlei Sep 4, 2011
f2761dd
Fix typo and include suggestion by Stof
beberlei Sep 4, 2011
d675c28
[FrameworkBundle] Use Router instead of RouterInterface
Seldaek Sep 4, 2011
dea46c7
[Translation] support CsvDumper
stealth35 Sep 5, 2011
bbb68b7
Added RSS HTTP request format
teo-sk Sep 5, 2011
834cc13
merged branch bait-sk/master (PR #2096)
fabpot Sep 6, 2011
ed472d3
merged branch alexandresalome/new-profiler-storage (PR #1772)
fabpot Sep 6, 2011
748cb84
updated CHANGELOG for 2.1
fabpot Sep 6, 2011
a00c1f5
merged branch Wotre/profiler_mongodb (PR #1784)
fabpot Sep 6, 2011
1d74073
updated CHANGELOG for 2.1
fabpot Sep 6, 2011
6c93316
merged branch beberlei/QtTranslations (PR #1154)
fabpot Sep 6, 2011
d84aecf
updated CHANGELOG for 2.1
fabpot Sep 6, 2011
22548d0
merged branch stealth35/csv_dumper (PR #2092)
fabpot Sep 6, 2011
e465474
[FrameworkBundle] added CSV translation loader and dumper as services
fabpot Sep 6, 2011
f75d8ff
merged branch benjamindulau/ImageValidator (PR #1214)
fabpot Sep 6, 2011
769b71f
updated CHANGELOG for 2.1
fabpot Sep 6, 2011
9685b00
merged branch brki/mimetype-extension-guesser-refactor (PR #1386)
fabpot Sep 6, 2011
100c644
[FrameworkBundle] fixed typo
fabpot Sep 6, 2011
1c0b489
Merge branch '2.0'
fabpot Sep 6, 2011
f23413c
Updated french translations for image validator
jalliot Sep 6, 2011
7139154
[Validator] Translate image validation errors into polish
stloyd Sep 6, 2011
bde551a
[FrameworkBundle] fixed typo
fabpot Sep 6, 2011
924b9f7
merged branch stloyd/patch-4 (PR #2108)
fabpot Sep 6, 2011
227eebc
merged branch jalliot/updated-french-trans (PR #2106)
fabpot Sep 6, 2011
522adde
[Validator] Fixed typo in Image constraint
aboks Sep 6, 2011
6353de2
merged branch aboks/image_constraint_typo (PR #2111)
fabpot Sep 6, 2011
ac54080
[FrameworkBundle] Updated German translations for image validator
jdreesen Sep 6, 2011
3843afa
[FrameworkBundle] Improved German validator translation
jdreesen Sep 6, 2011
428a01c
Merge branch 'master' of git://github.com/symfony/symfony into trans-…
jdreesen Sep 6, 2011
1134c1a
[Validator] Fixed typo in Image constraint
jdreesen Sep 6, 2011
1297504
[FrameworkBundle] Added Dutch translations for new error messages in …
aboks Sep 6, 2011
69a50ab
[WebProfilerBundle] Add the posibility to specify position of toolbar
Sep 6, 2011
6acc4f3
merged branch aboks/dutch_validator_translations (PR #2113)
fabpot Sep 6, 2011
defdb82
[WebProfilerBundle] Remove unused line
Sep 6, 2011
89df6bb
merged branch jdreesen/trans-update-2 (PR #2112)
fabpot Sep 6, 2011
b7c2a2e
[FrameworkBundle] fixed typo in German validator translation
craue Sep 6, 2011
8198078
updated italian translation for validators
Sep 6, 2011
f15cbc6
Merge branch '2.0'
fabpot Sep 7, 2011
addfbd4
merged branch micheleorselli/update_it_validator_translation (PR #2117)
fabpot Sep 7, 2011
49e1eee
merged branch craue/patch-12 (PR #2116)
fabpot Sep 7, 2011
afc0971
make it easier to customize the cache lookup in the TemplateLocator
lsmith77 Sep 7, 2011
4cd2dec
Use token as identifier to make usage of the automatically created in…
snc Sep 7, 2011
73692c6
Fixed MongoDbProfilerStorage::find() when passing empty parameters.
snc Sep 7, 2011
85c3806
Added support for sorting by time like other profiler storage impleme…
snc Sep 7, 2011
a0a97c6
Removed executable bits from all php files
snc Sep 7, 2011
0bc2a6d
[HttpFoundation] Added check for disposition value
jalliot Sep 8, 2011
ef322f6
-- add command that extracts translation messages from templates
Aug 29, 2011
5dcfeb2
merged branch jalliot/check-disposition (PR #2132)
fabpot Sep 9, 2011
b99bb1e
merged branch michelsalib/translation-command (PR #2051)
fabpot Sep 9, 2011
18d3dfe
merged branch snc/chmod-fixes (PR #2130)
fabpot Sep 9, 2011
b9b6084
[FrameworkBundle] Updated Czech translations for image validator
hason Sep 10, 2011
f4784f7
[DomCrawler] Submit on a <form> node
Sep 10, 2011
218eaba
Fixed storage of time value.
snc Sep 11, 2011
beeec5e
Allow socket dsn (for example mongodb:///tmp/mongodb-27017.sock).
snc Sep 11, 2011
aecfd0a
[HttpFoundation] Support user and password in url
stealth35 Sep 12, 2011
e6e5146
[Translation] now support ResourceBundle
stealth35 Sep 12, 2011
a7b5c1c
[Classloader] Fixed failing test on Windows
aboks Sep 12, 2011
47b7860
updated CHANGELOG for 2.1
fabpot Sep 13, 2011
5140353
merged branch stealth35/http_found_auth (PR #2029)
fabpot Sep 13, 2011
26a65d6
updated CHANGELOG for 2.1
fabpot Sep 13, 2011
affb0cb
merged branch stealth35/trans_rb (PR #2136)
fabpot Sep 13, 2011
b016b04
updated CHANGELOG for 2.1
fabpot Sep 13, 2011
1fc01fc
[Translation] typo in ResourceBundleLoader
stealth35 Sep 13, 2011
b3141b4
merged branch stealth35/typo_rb (PR #2161)
fabpot Sep 13, 2011
ce056d6
Updated hebrew translation for validators
Sep 13, 2011
cfc202b
bumped versions of Twig and Swiftmailer
fabpot Sep 13, 2011
ea930e5
merged branch excelwebzone/hebrew_translations (PR #2164)
fabpot Sep 14, 2011
8faf278
merged branch mvrhov/route_dic_params (PR #1934)
fabpot Sep 14, 2011
92d35c8
[FrameworkBundle] fixed CS and phpdoc
fabpot Sep 14, 2011
53b4cd8
[FrameworkBundle] made code more robust
fabpot Sep 14, 2011
400159d
[FrameworkBundle] made DIC placeholders replacement in route defaults…
fabpot Sep 14, 2011
fabec37
[FrameworkBundle] added tests for DIC parameters replacements in rout…
fabpot Sep 14, 2011
b5783df
updated CHANGELOG for 2.1
fabpot Sep 14, 2011
f9ecdfe
[FrameworkBundle] added sc parameters replacement in route requirements
fabpot Sep 14, 2011
c5e0c80
[HttpFoundation] made FileBinaryMimeTypeGuesser command configurable
fabpot Sep 14, 2011
c697b8f
merged branch aboks/classloader_test (PR #2154)
fabpot Sep 14, 2011
365e73a
Fixed the find() method and changed the way the profile data is stored.
snc Sep 14, 2011
3a4d1a6
merged 2.0 branch
fabpot Sep 15, 2011
5526072
[Translation] added support for more than one fallback locale
fabpot Sep 15, 2011
4ca09a9
[Validator] Validate object with it's own entity manager by default
marekkalnik Sep 15, 2011
132fbe3
[WebProfilerBundle] Merge position and css_position
Sep 16, 2011
bede420
[Config] fixed FileResource usage of is_file (we must use file_exists…
fabpot Sep 16, 2011
83b69e6
[Translation] renamed a method
fabpot Sep 16, 2011
a1491e8
added some missing accessors/mutators
schmittjoh Sep 16, 2011
61487cb
merged branch schmittjoh/resourceOptimization (PR #2193)
fabpot Sep 16, 2011
046a125
[FrameworkBundle] Set the file storage as default storage for Symfony2
Sep 16, 2011
4061114
[FrameworkBundle] fixes unintuitive merging behavior
schmittjoh Sep 16, 2011
42407d6
merged branch alexandresalome/framework-use-file-storage (PR #2195)
fabpot Sep 16, 2011
bc8ed44
updated CHANGELOG for 2.1
fabpot Sep 16, 2011
5146a1f
[EventDispatcher] Added possibility for subscribers to subscribe seve…
jalliot Sep 10, 2011
9fe87be
More explicit default value for assets_version_format
jalliot Sep 9, 2011
78c630c
Added access to Doctrine's ValidateSchema command from the console.
Sep 16, 2011
88ebe0c
Adjust the way of checking for windows
Seldaek Sep 17, 2011
fe76d74
[WebProfilerBundle] Propose to open debug toolbar request in an error…
Sep 17, 2011 8000
fe13a6c
[WebProfilerBundle] Fix CS
Sep 17, 2011
847c665
[WebProfilerBundle] Use panel URL for debugging toolbar
Sep 17, 2011
c6b15b3
[WebProfilerBundle] Variables only used once
Sep 17, 2011
6fa1d64
Merge branch '2.0'
fabpot Sep 17, 2011
0826d1c
[WebProfilerBundle] added a way to filter logs by priority
fabpot Sep 18, 2011
c645314
Missing ResourceBundle service
stealth35 Sep 18, 2011
27506bc
merged branch stealth35/master (PR #2211)
fabpot Sep 19, 2011
8c64202
merged branch Seldaek/wintest (PR #2204)
fabpot Sep 19, 2011
19b2be1
merged branch naknak/ticket_2200 (PR #2201)
fabpot Sep 19, 2011
92727f8
merged branch jalliot/default-asset-version-format (PR #2199)
fabpot Sep 19, 2011
b8303f3
merged branch alexandresalome/toolbar-js-error (PR #2205)
fabpot Sep 19, 2011
0c39eec
[FrameworkBundle] fixed configuration
fabpot Sep 19, 2011
1b66af1
[WebProfilerBundle] fixed CS, tweaked a sentence
fabpot Sep 19, 2011
184bbe7
merged branch hason/czechvalidators (PR #2150)
fabpot Sep 19, 2011
ed05e7a
merged 2.0
fabpot Sep 19, 2011
80abf56
[FrameworkBundle] fixed a unit test
fabpot Sep 19, 2011
9703aac
[FrameworkBundle] fixed Translator to also load the fallback catalog
fabpot Sep 19, 2011
9b025b7
fixed typo
schmittjoh Sep 19, 2011
ac765fc
avoid circular references
schmittjoh Sep 19, 2011
7a20b89
fixes some typos
schmittjoh Sep 19, 2011
cb9383d
some more fixes
schmittjoh Sep 19, 2011
903ab81
[Translation] support Ini file
stealth35 Sep 19, 2011
9a886ac
merged branch stealth35/trans_ini (PR #2212)
fabpot Sep 19, 2011
83199ae
[FrameworkBundle] Fix unintuitive merging behavior for assets_base_urls
jmikola Sep 19, 2011
c0e6118
yet another fix
schmittjoh Sep 19, 2011
89b9674
merged branch schmittjoh/configFix (PR #2197)
fabpot Sep 19, 2011
1ec6c8d
updated CHANGELOG for 2.1
fabpot Sep 19, 2011
a0329c3
Added lifetime/cleanup support.
snc Sep 19, 2011
e2463ca
merged branch snc/mongodb-profiler (PR #2129)
fabpot Sep 20, 2011
01a24db
merged branch schmittjoh/translationFixes (PR #2213)
fabpot Sep 20, 2011
774ac80
[Translation] fixed previous merge
fabpot Sep 20, 2011
022a9a7
[Security] Make saving target_path extendible
helmer Sep 21, 2011
e13998d
updated indonesian translation for image validator
subosito Sep 21, 2011
7d3c2df
[SecurityBundle] added a validator for the user password
fabpot Sep 21, 2011
dd8e1e0
merged 2.0
fabpot Sep 21, 2011
9683d3c
merged branch alifity/image_validator_id_trans (PR #2230)
fabpot Sep 21, 2011
e473ea1
merged branch symfony/security_user_validator (PR #2232)
fabpot Sep 21, 2011
30de28e
merged branch marekkalnik/multiple_entity_managers (PR #2184)
fabpot Sep 22, 2011
e503bc4
updated CHANGELOG for 2.1
fabpot Sep 22, 2011
916e4b1
merged branch alexandresalome/profiler-toolbar-position (PR #2114)
fabpot Sep 22, 2011
3e90ba4
[WebProfileBundle] added missing position attribute in XSD
fabpot Sep 22, 2011
56b6d53
[WebProfilerBundle] removed normal as a valid position for the toolba…
fabpot Sep 22, 2011
2b27c38
[WebProfilerBundle] fixed height of the toolbar
fabpot Sep 22, 2011
8b511c0
updated CHANGELOG for 2.1
fabpot Sep 22, 2011
db3a2f2
[WebProfileBundle] fixed unit tests
fabpot Sep 22, 2011
0547059
merged branch stloyd/profile_info (PR #1594)
fabpot Sep 22, 2011
e98584e
[WebProfilerBundle] tweaked some templates
fabpot Sep 22, 2011
c9ddd6f
[WebProfilerBundle] moved the token not found error to the new info page
fabpot Sep 22, 2011
a0d0124
[WebProfilerBundle] tweaked profiler CSS
fabpot Sep 22, 2011
4dae5b8
[WebProfilerBundle] Cleanuped css
stloyd Sep 22, 2011
e1aabd2
[FrameworkBundle] Updated the Russian translations.
yethee Sep 22, 2011
2838ff9
merged branch stloyd/patch-1 (PR #2237)
fabpot Sep 22, 2011
50570ba
merged branch yethee/ru_translation (PR #2238)
fabpot Sep 22, 2011
f611b3e
updated CHANGELOG for 2.1
fabpot Sep 22, 2011
798cf52
merged branch helmer/target_path (PR #2228)
fabpot Sep 22, 2011
6d8c4a8
change nested collection indentation from 2 to 4
jdewit Sep 22, 2011
58d78f0
Updated the hebrew translations
Sep 23, 2011
ddb94c4
merged branch excelwebzone/hebrew_translations (PR #2243)
fabpot Sep 23, 2011
1dde274
merged branch jdewit/master (PR #2242)
fabpot Sep 23, 2011
e5294fe
fixed unit tests broken by previous merge
fabpot Sep 23, 2011
98abc8e
[DependencyInjection] changed the default YAML indentation to 4 space…
fabpot Sep 23, 2011
69468cb
merged branch jc-/master (PR #2151)
fabpot Sep 23, 2011
645bd82
[DomCrawler] added unit tests for previous merge
fabpot Sep 23, 2011
b6c8f63
[TwigBridge] fixed message keys extraction when no domain is defined …
fabpot Sep 23, 2011
ee12b67
[TwigBridge] rewrote the Twig translation extractor
fabpot Sep 23, 2011
902bbf2
merged branch lsmith77/template_locator (PR #2128)
fabpot Sep 23, 2011
85ba3d0
merged 2.0
fabpot Sep 23, 2011
8819db3
[Form] Allow setting different options to repeating fields
helmer Jun 16, 2011
a969434
[Form] fixed CS, merged options, added tests
helmer Jun 16, 2011
5fe5556
fixed accidental permission change
helmer Jun 16, 2011
b23d47d
moved options test form from class->method scope
helmer Jun 16, 2011
0679220
Additional test coverage for changes in RepeatedType
stloyd Jun 27, 2011
f8a6a4b
Be sure that both fields have same value for required option in Repea…
stloyd Jun 29, 2011
67c33a8
Rebased with master, and fixed wrong behavior with proper tests coverage
Sep 24, 2011
c832b71
merged branch stloyd/repeatedtype (PR #1453)
fabpot Sep 24, 2011
78ebe11
[Form] added some missing tests for previous merge
fabpot Sep 24, 2011
e4c743f
updated CHANGELOG for 2.1
fabpot Sep 24, 2011
ea40156
[Form] reverted partially previous commit
fabpot Sep 24, 2011
d94f652
Merge branch '2.0'
fabpot Sep 25, 2011
a1d4246
fixed version and vendors
fabpot Sep 25, 2011
1103ca8
merged 2.0
fabpot Sep 25, 2011
5dccc97
[Form] added a method to help debugging forms (Form::getAllErrorsAsSt…
fabpot Sep 25, 2011
416eaa9
add validator's zh_CN translation
superjavason Sep 25, 2011
54454ba
Added generic filtering to ParameterBag.
Sep 25, 2011
9817772
add zh-CN translation
superjavason Sep 26, 2011
07e5690
merged branch Agileshop/master (PR #2272)
fabpot Sep 26, 2011
3ad395c
Merge branch 'form-errors'
fabpot Sep 27, 2011
9b37637
[Form] added tests for previous merge
fabpot Sep 27, 2011
6aec789
Added tests.
Sep 27, 2011
063e6f9
merged branch Seldaek/commands (PR #1470)
fabpot Sep 27, 2011
c4a0f79
Updates according to suggestions.
Sep 27, 2011
7b204ed
merged branch drak/paramaterbag_filter (PR #2261)
fabpot Sep 27, 2011
eaf8ea3
updated CHANGELOG for 2.1
fabpot Sep 28, 2011
bcc7357
merged branch aerialls/getuser (PR #1990)
fabpot Sep 28, 2011
0131a69
[FrameworkBundle] tweaked some error messages
fabpot Sep 28, 2011
382a421
updated CHANGELOG for 2.1
fabpot Sep 28, 2011
a57a4af
[DomCrawler] added a way to get parsing errors for Crawler::addHtmlCo…
fabpot Sep 28, 2011
885bb33
merged 2.0
fabpot Sep 28, 2011
fa57912
[Translator] fixed merge with 2.0
fabpot Sep 28, 2011
8cb0cc6
merged branch CodeMeme/assets-install-relative-symlink (PR #1173)
fabpot Sep 28, 2011
258a1fd
moved makePathRelative to Filesystem
fabpot Sep 28, 2011
bfb99bf
[FrameworkBundle] added a --relative option to assets:install
fabpot Sep 28, 2011
ac31286
updated CHANGELOG for 2.1
fabpot Sep 28, 2011
029223d
merged branch jalliot/subscriber-improv (PR #2148)
fabpot Sep 28, 2011
e02915b
Merge branch '2.0'
fabpot Sep 28, 2011
d171d39
[Translation] fixed usage of LIBXML_COMPACT as it is not always avail…
fabpot Sep 29, 2011
0f7bf41
[Console] Detect if interactive mode is possible at all
lenar Jul 14, 2011
fd00ed0
[Console] Check if dialog helper actually exists
lenar Sep 29, 2011
f532976
merged branch lenar/input-isatty (PR #1699)
fabpot Sep 29, 2011
e74beb8
merged branch hason/shell (PR #1484)
fabpot Sep 29, 2011
0c38b95
[Console] tweaked previous merge
fabpot Sep 29, 2011
5306ca8
updated CHANGELOG for 2.1
fabpot Sep 29, 2011
b9ba117
[Validator] added a SizeLength validator
fabpot Sep 29, 2011
d6c4bfb
added a Size validator
fabpot Sep 29, 2011
1cf3e91
[Validator] added support for grapheme_strlen when mbstring is not in…
fabpot Sep 29, 2011
41a55ba
Merge branch '2.0'
fabpot Sep 29, 2011
f5ab6ec
Merge branch '2.0'
fabpot Sep 29, 2011
02b30d9
updated composer.json for 2.1
fabpot Sep 29, 2011
245ff6d
updated composer.json for 2.1
fabpot Sep 29, 2011
8b240d4
Implementation of kernel.event_subscriber tag for services.
jalliot Aug 23, 2011
21cf0ac
Backported new behaviour from PR #2148 and removed check for interfac…
jalliot Sep 29, 2011
3223c5a
Removed now useless test
jalliot Sep 29, 2011
b3ea939
merged branch jalliot/event-subscriber (PR #2021)
fabpot Sep 29, 2011
1c23ce9
updated CHANGELOG for 2.1
fabpot Sep 30, 2011
1467bdb
added RouterInterface::getRouteCollection()
fabpot Sep 30, 2011
84808f4
[DependencyInjection] Removed unused property
Sep 30, 2011
73fb30f
merged branch danielholmes/patch-2 (PR #2302)
fabpot Sep 30, 2011
ee0fe7a
Added guessers for Size and SizeLength constraints
jalliot Sep 30, 2011
f9b2be9
Added french translation for SizeLength and UserPassword constraints
jalliot Sep 30, 2011
b639d74
merged branch jalliot/trans-fr (PR #2305)
fabpot Sep 30, 2011
c78921f
merged branch jalliot/missing-guessers (PR #2306)
fabpot Sep 30, 2011
0299d38
[FrameworkBundle] Updated Dutch validator translations
aboks Oct 1, 2011
30ddf24
merged branch aboks/translations_nl (PR #2307)
fabpot Oct 3, 2011
6b16757
[Security] changed a RuntimeException to LogicException for consisten…
fabpot Oct 3, 2011
51b3b59
Updated Hebrew validator translations (trans-unit id="48")
Oct 3, 2011
eac2a77
Oops.. translated the variable by mistake
Oct 3, 2011
dffda22
merged branch excelwebzone/hebrew_translations (PR #2314)
fabpot Oct 3, 2011
31840b9
Updated Polish validator translations (trans-unit id="47" and id="48")
SongoQ Oct 3, 2011
8404b35
Updated indonesian translations for trans-unit 47 and 48
subosito Oct 4, 2011
fbe9aa5
merged 2.0
fabpot Oct 4, 2011
55e7e1a
[Translation] changed some unit tests for PHPUnit 3.6.0 compatibility
fabpot Oct 4, 2011
d81131e
merged branch alifity/id-trans-unit-47-48 (PR #2316)
fabpot Oct 4, 2011
1fa3d8e
merged branch SongoQ/polish_translations (PR #2315)
fabpot Oct 4, 2011
92420ad
merged 2.0
fabpot Oct 4, 2011
9219cf9
[FrameworkBundle] Sync the Russian translations with the SizeLength c…
yethee Oct 4, 2011
4909169
Typo, should be "znaków"
SongoQ Oct 4, 2011
79bea56
merged branch yethee/ru_translations (PR #2318)
fabpot Oct 4, 2011
69922c4
merged branch SongoQ/polish_translations (PR #2319)
fabpot Oct 4, 2011
3f567b8
[FrameworkBundle] moved a parameter in the same file as the one where…
fabpot Oct 5, 2011
0e852fe
Merge branch '2.0'
fabpot Oct 6, 2011
deb6dea
[Translation] Add failing tests to verify that UTF-8 lang files can't…
Seldaek Oct 3, 2011
5473d3b
[Translation] Allow use of UTF-8 encoded catalogues into non-UTF-8 ap…
Seldaek Oct 3, 2011
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
</trans-unit>
<trans-unit id="29">
<source>The uploaded file was too large. Please try to upload a smaller file</source>
<target>Nahraný soubor je příliš velký. Zkuste prosím nahrát menší soubor</target>
<target>Nahraný soubor je příliš velký. Nahrejte prosím menší soubor</target>
</trans-unit>
<trans-unit id="30">
<source>The CSRF token is invalid. Please try to resubmit the form</source>
Expand Down Expand Up @@ -162,6 +162,30 @@
<source>This value is not a valid country</source>
<target>Tato země neexistuje</target>
</trans-unit>
<trans-unit id="41">
<source>This value is already used</source>
<target>Tato hodnota je již používána</target>
</trans-unit>
<trans-unit id="42">
<source>The size of the image could not be detected</source>
<target>Nepodařily se zjistit rozměry obrázku</target>
</trans-unit>
<trans-unit id="43">
<source>The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px</source>
<target>Obrázek je příliš široký ({{ width }}px). Maximální povolená šířka obrázku je {{ max_width }}px</target>
</trans-unit>
<trans-unit id="44">
<source>The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px</source>
<target>Obrázek je příliš úzký ({{ width }}px). Minimální šířka musí být {{ min_width }}px</target>
</trans-unit>
<trans-unit id="45">
<source>The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px</source>
<target>Obrázek je příliš vysoký ({{ height }}px). Maximální povolená výška obrázku je {{ max_height }}px</target>
</trans-unit>
<trans-unit id="46">
<source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px</source>
<target>Obrázek je příliš nízký ({{ height }}px). Minimální výška obrázku musí být {{ min_height }}px</target>
</trans-unit>
</body>
</file>
</xliff>
0