Actions

Special

All translations

Enter a message name below to show all available translations.

Message

Found 14 translations.

NameCurrent message text
 h Bulgarian (bg)'font-noto' => array(
 'devBaseUrl' => 'assets/fonts/',
 'basePath' => 'fonts',
 'css' => array(
 ' noto.css',
 ),
 ),
</syntaxhighlight> !Н!<br> 
Файлът noto.css, който съдържа, е тук:
https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/noto.css
<br> 
Забележете дефиницията на css класа ".font-noto" в края му:
<syntaxhighlight lang="css"> 
@font-face {
 семейство шрифтове: 'Noto Sans';
 ...
}
...
.font-noto{
 font-family: 'Noto Sans';
}
 h Danish (da)'font-noto' => array(
 'devBaseUrl' => 'aktiver/skrifttyper/',
 'basePath' => 'skrifttyper',
 'css' => array(
 ' noto.css',
 ),
 ),
</syntaxhighlight> 
<br> 
Noto.css-filen, den indeholder, er her:
https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/noto.css
<br> 
Bemærk definitionen af css-klassen ".font-noto" i slutningen af den:
<syntaxhighlight lang="css"> 
@font-face {
 font-family: 'Noto Sans';
 ...
}
...
.font-noto{
 font-family: 'Noto Sans';
}
 h German (de)'font-noto' => array(
 'devBaseUrl' => 'assets/fonts/',
 'basePath' => 'fonts',
 'css' => array(
 ' noto.css',
 ),
 ),
</syntaxhighlight> 
<br> 
Die darin enthaltene noto.css-Datei befindet sich hier:
https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/noto.css
<br> 
Beachten Sie die Definition der CSS-Klasse „.font-noto“ am Ende:
<syntaxhighlight lang="css"> 
@font-face {
 Schriftfamilie: 'Noto Sans';
 ...
}
...
.font-noto{
 Schriftfamilie: 'Noto Sans';
}
 h English (en)'font-noto' => array(
       'devBaseUrl' => 'assets/fonts/',
       'basePath' => 'fonts',
       'css' => array(
           'noto.css',
       ),
   ),
</syntaxhighlight>
<br>
The noto.css file it contains is here:
https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/noto.css
<br>
Notice the definition of the css class ".font-noto" at the end of it:
<syntaxhighlight lang="css">
@font-face {
  font-family: 'Noto Sans';
  ...
}
...
.font-noto{
   font-family: 'Noto Sans';
}
 h Spanish (es)'font-noto' => array(
 'devBaseUrl' => 'assets/fonts/',
 'basePath' => 'fuentes',
 'css' => array(
 ' noto.css',
 ),
 ),
</syntaxhighlight><br> 
El archivo noto.css que contiene está aquí:
https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/noto.css
<br> 
Observe la definición de la clase CSS ".font-noto" al final:
<syntaxhighlight lang="css"> 
@font-face {
 familia de fuentes: 'Noto Sans';
 ...
}
...
.font-noto{
 familia de fuentes: 'Noto Sans';
}
 h French (fr)'font-noto' => array(
 'devBaseUrl' => 'assets/fonts/',
 'basePath' => 'fonts',
 'css' => array(
 ' noto.css',
 ),
 ),
</syntaxhighlight> 
<br> 
Le fichier noto.css qu'il contient est ici :
https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/noto.css
<br> 
Remarquez la définition de la classe CSS ".font-noto" à la fin :
<syntaxhighlight lang="css"> 
@font-face {
 famille de polices : 'Noto Sans';
 ...
}
...
.font-noto{
 famille de polices : 'Noto Sans';
}
 h Hungarian (hu)'font-noto' => array(
 'devBaseUrl' => 'assets/fonts/',
 'basePath' => 'betűtípusok',
 'css' => array(
' noto.css',
 ),
 ),
</syntaxhighlight> 
<br> 
A benne található noto.css fájl itt található:
https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/N!noto.css!<br> 
Vegye észre a css osztály ".font-noto" definícióját a végén:
<syntaxhighlight lang="css"> 
@font-face {
 font-family: 'Noto Sans';
 ...
}
...
.font-noto{
 font-family: 'Noto Sans';
}
 h Italian (it)'font-noto' => array(
 'devBaseUrl' => 'assets/fonts/',
 'basePath' => 'fonts',
 'css' => array(
 ' noto.css',
 ),
 ),
</syntaxhighlight> 
<br> 
Il file noto.css che contiene è qui:
https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/noto.css
<br> 
Notare la definizione della classe css ".font-noto" alla fine:
<syntaxhighlight lang="css"> 
@font-face {
 font-family: 'Noto Sans';
 ...
}
...
.font-noto{
 font-family: 'Noto Sans';
}
 h Japanese (ja)'font-noto' => array(
       'devBaseUrl' => 'assets/fonts/',
       'basePath' => 'fonts',
       'css' => array(
           'noto.css',
       ),
   ),
</syntaxhighlight>
<br>
ここに定義されているnoto.cssはこちらにあります。
https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/noto.css
<br>
最後にあるcssクラス".font-noto"に注目してください。
<syntaxhighlight lang="css">
@font-face {
  font-family: 'Noto Sans';
  ...
}
...
.font-noto{
   font-family: 'Noto Sans';
}
 h Dutch (nl)'font-noto' => array(
       'devBaseUrl' => 'assets/fonts/',
       'basePath' => 'fonts',
       'css' => array(
           'noto.css',
       ),
   ),
</syntaxhighlight>
<br>
Het bestand noto.css staat hier:
https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/noto.css
<br>
Merk de definitie van de class ".font-noto" onderaan op:
<syntaxhighlight lang="css">
@font-face {
  font-family: 'Noto Sans';
  ...
}
...
.font-noto{
   font-family: 'Noto Sans';
}
 h Polish (pl)'font-noto' => array(
 'devBaseUrl' => 'zasoby/czcionki/',
 'basePath' => 'czcionki',
 'css' => array(
 ' noto.css',
 ),
 ),
</syntaxhighlight> 
<br> 
Zawierający plik noto.css znajduje się tutaj:
https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/noto.css
<br> 
Zwróć uwagę na definicję klasy css ".font-noto" na jej końcu:
<syntaxhighlight lang="css"> 
@czcionka {
 rodzina czcionek: 'Noto Sans';
 ...
}
...
.font-noto{
 rodzina czcionek: 'Noto Sans';
}
 h Romanian (ro)'font-noto' => array(
 'devBaseUrl' => 'assets/fonts/',
 'basePath' => 'fonturi',
 'css' => array(
 ' noto.css',
 ),
 ),
</syntaxhighlight> 
<br> 
Fișierul noto.css pe care îl conține este aici:
https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/noto.css
<br> 
Observați definiția clasei css „.font-noto” la sfârșitul acesteia:
<syntaxhighlight lang="css"> 
@font-face {
 familia de fonturi: 'Noto Sans';
 ...
}
...
.font-noto{
 familia de fonturi: „Noto Sans”;
}
 h Slovenian (sl)'font-noto' => array(
 'devBaseUrl' => 'assets/fonts/',
 'basePath' => 'fonts',
 'css' => array(
 ' noto.css',
 ),
 ),
</syntaxhighlight> 
<br> 
Datoteka noto.css, ki jo vsebuje, je tukaj:
https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/noto.css
<br> 
Opazite definicijo razreda css ".font-noto" na koncu:
<syntaxhighlight lang="css"> 
@font-face {
 družina pisav: 'Noto Sans';
 ...
}
...
.font-noto{
 družina pisav: 'Noto Sans';
}
 h Vietnamese (vi)'font-noto' => array(
 'devBaseUrl' => 'assets/fonts/',
 'basePath' => 'fonts',
 'css' => array(
 ' noto.css',
 ),
 ),
</syntaxhighlight> 
<br> 
Tệp noto.css chứa ở đây:
https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/noto.css
<br> 
Chú ý định nghĩa của lớp css ".font-noto" ở cuối nó:
<syntaxhighlight lang="css"> 
@font-face {
 họ phông chữ: 'Noto Sans';
 ...
}
...
.font-noto{
 họ phông chữ: 'Noto Sans';
}