Browsing Bosnian translation

2883 of 7005 results
2883.
Unix style wildcarding is accepted:
Most characters match themselves
A "?" will match any single character
A "*" will match an arbitrary number of characters (including none)
An "[abd]" set of characters within square brackets will match any (single) character
A "{scmp,c2sc}" set of strings within curly brackets will match any string
So "a.*" would match "a." or "a.sc" or "a.swash"
While "a.{scmp,c2sc}" would match "a.scmp" or "a.c2sc"
And "a.[abd]" would match "a.a" or "a.b" or "a.d"
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
Zamjena u unix stilu je prihvaćena:
Većina znakova odgovaraja sama sebi
A "?" će odgovarati bilo kojem jednom znaku
A "*" će odgovarati proizvoljnom brouj znakova (uključujući none)
An "[abd]" set znakova unutar uglatih zagrada će odgovarati bilo kojem (jednom) znaku
A "{scmp, c2sc}" set stringova u vitičastim zagradama će odgovarati bilo kojem stringu
Tako da bi ". *" odgovarao "a." ili "a.sc" ili "a.swash"
Dok bi ". {Scmp, c2sc}" odgovarao "a.scmp" ili "a.c2sc"
I ". [abd]" bi odgovarao "a.a" ili "a.b" ili "a.d"
Translated by Adna Karkelja
Reviewed by Samir Ribić
Located in fontview.c:2054
2883 of 7005 results

This translation is managed by Ubuntu Bosnia and Herzegovina translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.