/** * Serbian translation * @author Momčilo m0k1 Mićanović * @version 2014-12-19 */ (function(root, factory) { if (typeof define === 'function' && define.amd) { define(['elfinder'], factory); } else if (typeof exports !== 'undefined') { module.exports = factory(require('elfinder')); } else { factory(root.elFinder); } }(this, function(elFinder) { elFinder.prototype.i18.sr = { translator : 'Momčilo m0k1 Mićanović <moki.forum@gmail.com>', language : 'Srpski', direction : 'ltr', dateFormat : 'd.m.Y H:i', fancyDateFormat : '$1 H:i', messages : { /********************************** errors **********************************/ 'error' : 'Greška', 'errUnknown' : 'Nepoznata greška.', 'errUnknownCmd' : 'Nepoznata komanda.', 'errJqui' : 'Neispravna konfiguracija jQuery UI. Komponente koje mogu da se odabiru, povlače, izbacuju moraju biti uključene.', 'errNode' : 'elFinder zahteva DOM Element da bude kreiran.', 'errURL' : 'Neispravna elFinder konfiguracija! URL opcija nije postavljena.', 'errAccess' : 'Pristup odbijen.', 'errConnect' : 'Nije moguće povezivanje s skriptom.', 'errAbort' : 'Veza prekinuta.', 'errTimeout' : 'Veza odbačena.', 'errNotFound' : 'Skripta nije pronađena.', 'errResponse' : 'Neispravan odgovor skripte.', 'errConf' : 'Neispravna konfiguracija skripte.', 'errJSON' : 'PHP JSON modul nije instaliran.', 'errNoVolumes' : 'Vidljivi volumeni nisu dostupni.', 'errCmdParams' : 'Nevažeći parametri za komandu "$1".', 'errDataNotJSON' : 'Podaci nisu JSON.', 'errDataEmpty' : 'Podaci nisu prazni.', 'errCmdReq' : 'Skripta zahteva komandu.', 'errOpen' : 'Nemoguće otvoriti "$1".', 'errNotFolder' : 'Objekat nije folder.', 'errNotFile' : 'Objekat nije datoteka.', 'errRead' : 'Nemoguće pročitati "$1".', 'errWrite' : 'Nemoguće pisati u "$1".', 'errPerm' : 'Dozvola je odbijena.', 'errLocked' : '"$1" je zaključan i nemože biti preimenovan, premešten ili obrisan.', 'errExists' : 'Datoteka zvana "$1" već postoji.', 'errInvName' : 'Neispravno ime datoteke.', 'errFolderNotFound' : 'Folder nije pronađen.', 'errFileNotFound' : 'Datoteka nije pronađena.', 'errTrgFolderNotFound' : 'Izabrani folder "$1" nije pronađen.', 'errPopup' : 'Pretraživač sprečava otvaranje iskačućih prozora. Da otvorite datoteku uključite iskačuće prozore u opcijama pretraživača.', 'errMkdir' : 'Nemoguće kreirati folder "$1".', 'errMkfile' : 'Nemoguće kreirati datoteku "$1".', 'errRename' : 'Nemoguće preimenovati datoteku "$1".', 'errCopyFrom' : 'Kopiranje datoteki sa "$1" nije dozvoljeno.', 'errCopyTo' : 'Kopiranje datoteki na "$1" nije dozvoljeno.', 'errUpload' : 'Greska pri slanju.', 'errUploadFile' : 'Nemoguće poslati "$1".', 'errUploadNoFiles' : 'Nisu pronađene datoteke za slanje.', 'errUploadTotalSize' : 'Podaci premašuju najveću dopuštenu veličinu.', 'errUploadFileSize' : 'Datoteka premašuje najveću dopuštenu veličinu.', 'errUploadMime' : 'Vrsta datoteke nije dopuštena.', 'errUploadTransfer' : '"$1" greška prilikom slanja.', 'errNotReplace' : 'Object "$1" already exists at this location and can not be replaced by object with another type.', 'errReplace' : 'Unable to replace "$1".', 'errSave' : 'Nemožeš sačuvati "$1".', 'errCopy' : 'Nemožeš kopirati "$1".', 'errMove' : 'Nemožeš premestiti "$1".', 'errCopyInItself' : 'Nemožeš kopirati "$1" na istu lokaciju.', 'errRm' : 'Nemožeš obrisati "$1".', 'errRmSrc' : 'Unable remove source file(s).', 'errExtract' : 'Nemoguće izvaditi datoteke iz "$1".', 'errArchive' : 'Nemoguće kreirati arhivu.', 'errArcType' : 'Nepodržani tip arhive.', 'errNoArchive' : 'Datoteka nije arhiva ili je nepodržani tip arhive.', 'errCmdNoSupport' : 'Skripta nepodržava ovu komandu.', 'errReplByChild' : 'Folder “$1” ne može biti zamenut stavkom koju sadrži.', 'errArcSymlinks' : 'Zbog bezbednosnih razloga ne možete raspakovati arhive koje sadrže simboličke veze ili datoteke sa nedozvoljenim imenima.', 'errArcMaxSize' : 'Arhiva je dostigla maksimalnu veličinu.', 'errResize' : 'Nemoguće promeniti veličinu "$1".', 'errResizeDegree' : 'Invalid rotate degree.', 'errResizeRotate' : 'Unable to rotate image.', 'errResizeSize' : 'Invalid image size.', 'errResizeNoChange' : 'Image size not changed.', 'errUsupportType' : 'nepodržan tip datoteke.', 'errNotUTF8Content' : 'Datoteka "$1" nije u UTF-8 formati i ne može biti izmenjena.', 'errNetMount' : 'Nije moguće montirati "$1".', 'errNetMountNoDriver' : 'Nepodržani protokol.', 'errNetMountFailed' : 'Montiranje neuspelo.', 'errNetMountHostReq' : 'Host je potreban.', 'errSessionExpires' : 'Your session has expired due to inactivity.', 'errCreatingTempDir' : 'Unable to create temporary directory: "$1"', 'errFtpDownloadFile' : 'Unable to download file from FTP: "$1"', 'errFtpUploadFile' : 'Unable to upload file to FTP: "$1"', 'errFtpMkdir' : 'Unable to create remote directory on FTP: "$1"', 'errArchiveExec' : 'Error while archiving files: "$1"', 'errExtractExec' : 'Error while extracting files: "$1"', /******************************* commands names ********************************/ 'cmdarchive' : 'Kreiraj arhivu', 'cmdback' : 'Nazad', 'cmdcopy' : 'Kopiraj', 'cmdcut' : 'Iseci', 'cmddownload' : 'Preuzmi', 'cmdduplicate' : 'Dupliraj', 'cmdedit' : 'Izmeni datoteku', 'cmdextract' : 'Raspakuj arhivu', 'cmdforward' : 'Napred', 'cmdgetfile' : 'Izaberi datoteke', 'cmdhelp' : 'O ovom softveru', 'cmdhome' : 'Početna', 'cmdinfo' : 'Proveri informacije', 'cmdmkdir' : 'Novi folder', 'cmdmkfile' : 'Nova datoteka', 'cmdopen' : 'Otvori', 'cmdpaste' : 'Zalepi', 'cmdquicklook' : 'Pregledaj', 'cmdreload' : 'Povno učitaj', 'cmdrename' : 'Preimenuj', 'cmdrm' : 'Obriši', 'cmdsearch' : 'Pronađi datoteke', 'cmdup' : 'Idi na nadređeni folder', 'cmdupload' : 'Pošalji datoteke', 'cmdview' : 'Pogledaj', 'cmdresize' : 'Promeni veličinu slike', 'cmdsort' : 'Sortiraj', 'cmdnetmount' : 'Mount network volume', /*********************************** buttons ***********************************/ 'btnClose' : 'Zatvori', 'btnSave' : 'Sačuvaj', 'btnRm' : 'Obriši', 'btnApply' : 'Potvrdi', 'btnCancel' : 'Prekini', 'btnNo' : 'Ne', 'btnYes' : 'Da', 'btnDiscard': 'Discard changes', 'btnMount' : 'Mount', /******************************** notifications ********************************/ 'ntfopen' : 'Otvaranje foldera', 'ntffile' : 'Otvaranje datoteke', 'ntfreload' : 'Ponovo učitavanje sadržaja foldera', 'ntfmkdir' : 'Kreiranje foldera', 'ntfmkfile' : 'Kreiranje datoteke', 'ntfrm' : 'Brisanje datoteke', 'ntfcopy' : 'Kopiranje datoteke', 'ntfmove' : 'Premeštanje datoteke', 'ntfprepare' : 'Priprema za kopiranje dateoteke', 'ntfrename' : 'Primenovanje datoteke', 'ntfupload' : 'Slanje datoteke', 'ntfdownload' : 'Preuzimanje datoteke', 'ntfsave' : 'Čuvanje datoteke', 'ntfarchive' : 'Kreiranje arhive', 'ntfextract' : 'Izdvajanje datoteka iz arhive', 'ntfsearch' : 'Pretraga datoteka', 'ntfresize' : 'Resizing images', 'ntfsmth' : 'Radim nešto >_<', 'ntfloadimg' : 'Učitavanje slike', 'ntfnetmount' : 'Montiranje mrežnog volumena', 'ntfdim' : 'Acquiring image dimension', /************************************ dates **********************************/ 'dateUnknown' : 'nepoznat', 'Today' : 'Danas', 'Yesterday' : 'Sutra', 'msJan' : 'Jan', 'msFeb' : 'Feb', 'msMar' : 'Mar', 'msApr' : 'Apr', 'msMay' : 'Maj', 'msJun' : 'Jun', 'msJul' : 'Jul', 'msAug' : 'Avg', 'msSep' : 'Sep', 'msOct' : 'Okt', 'msNov' : 'Nov', 'msDec' : 'Dec', 'January' : 'Januar', 'February' : 'Februar', 'March' : 'Mart', 'April' : 'April', 'May' : 'Maj', 'June' : 'Jun', 'July' : 'Jul', 'August' : 'Avgust', 'September' : 'Septembar', 'October' : 'Oktobar', 'November' : 'Novembar', 'December' : 'Decembar', 'Sunday' : 'Nedelja', 'Monday' : 'Ponedeljak', 'Tuesday' : 'Utorak', 'Wednesday' : 'Sreda', 'Thursday' : 'Četvrtak', 'Friday' : 'Petak', 'Saturday' : 'Subota', 'Sun' : 'Ned', 'Mon' : 'Pon', 'Tue' : 'Uto', 'Wed' : 'Sre', 'Thu' : 'Čet', 'Fri' : 'Pet', 'Sat' : 'Sub', /******************************** sort variants ********************************/ 'sortname' : 'po imenu', 'sortkind' : 'po vrsti', 'sortsize' : 'po veličini', 'sortdate' : 'po datumu', 'sortFoldersFirst' : 'Prvo folderi', /********************************** messages **********************************/ 'confirmReq' : 'Potrebna potvrda', 'confirmRm' : 'Da li ste sigurni da želite da obrišete datoteke?
Ovo se ne može poništiti!', 'confirmRepl' : 'Zameniti stare datoteke sa novima?', 'apllyAll' : 'Potvrdi za sve', 'name' : 'Ime', 'size' : 'Veličina', 'perms' : 'Dozvole', 'modify' : 'Izmenjeno', 'kind' : 'Vrsta', 'read' : 'čitanje', 'write' : 'pisanje', 'noaccess' : 'bez pristupa', 'and' : 'i', 'unknown' : 'nepoznato', 'selectall' : 'Izaberi sve datoteke', 'selectfiles' : 'Izaberi datoteku(e)', 'selectffile' : 'Izaberi prvu datoteku', 'selectlfile' : 'Izaberi poslednju datoteku', 'viewlist' : 'Popisni prikaz', 'viewicons' : 'Pregled ikona', 'places' : 'Mesta', 'calc' : 'Izračunaj', 'path' : 'Putanja', 'aliasfor' : 'Nadimak za', 'locked' : 'Zaključano', 'dim' : 'Dimenzije', 'files' : 'Datoteke', 'folders' : 'Folderi', 'items' : 'Stavke', 'yes' : 'da', 'no' : 'ne', 'link' : 'Veza', 'searcresult' : 'Rezultati pretrage', 'selected' : 'odabrane stavke', 'about' : 'O softveru', 'shortcuts' : 'Prečice', 'help' : 'Pomoć', 'webfm' : 'Web menađer datoteka', 'ver' : 'Verzija', 'protocolver' : 'verzija protokla', 'homepage' : 'Adresa projekta', 'docs' : 'Dokumentacija', 'github' : 'Forkuj nas na Github', 'twitter' : 'Prati nas na twitter', 'facebook' : 'Pridruži nam se na facebook', 'team' : 'Tim', 'chiefdev' : 'glavni programer', 'developer' : 'programer', 'contributor' : 'pomoćnik', 'maintainer' : 'održavatelj', 'translator' : 'prevodilac', 'icons' : 'Ikone', 'dontforget' : 'i ne zaboravite da ponesete peškir', 'shortcutsof' : 'Prečice isključene', 'dropFiles' : 'Prevucite datoteke ovde', 'or' : 'ili', 'selectForUpload' : 'Odaberite datoteke za slanje', 'moveFiles' : 'Premesti datoteke', 'copyFiles' : 'Kopiraj datoteke', 'rmFromPlaces' : 'Ukloni iz mesta', 'aspectRatio' : 'Omer širine i visine', 'scale' : 'Razmera', 'width' : 'Širina', 'height' : 'Visina', 'resize' : 'Promeni veličinu', 'crop' : 'Iseci', 'rotate' : 'Rotiraj', 'rotate-cw' : 'Rotiraj 90 stepeni CW', 'rotate-ccw' : 'Rotiraj 90 stepeni CCW', 'degree' : 'Stepeni', 'netMountDialogTitle' : 'Montiraj mrežni volumen', 'protocol' : 'Protokol', 'host' : 'Host', 'port' : 'Port', 'user' : 'Korisničko Ime', 'pass' : 'Lozinka', /********************************** mimetypes **********************************/ 'kindUnknown' : 'Nepoznat', 'kindFolder' : 'Folder', 'kindAlias' : 'Nadimak', 'kindAliasBroken' : 'Neispravan nadimak', // applications 'kindApp' : 'Aplikacija', 'kindPostscript' : 'Postscript dokument', 'kindMsOffice' : 'Microsoft Office dokument', 'kindMsWord' : 'Microsoft Word dokument', 'kindMsExcel' : 'Microsoft Excel dokument', 'kindMsPP' : 'Microsoft Powerpoint prezentacija', 'kindOO' : 'Open Office dokument', 'kindAppFlash' : 'Flash aplikacija', 'kindPDF' : 'Portable Document Format (PDF)', 'kindTorrent' : 'Bittorrent datoteka', 'kind7z' : '7z arhiva', 'kindTAR' : 'TAR arhiva', 'kindGZIP' : 'GZIP arhiva', 'kindBZIP' : 'BZIP arhiva', 'kindXZ' : 'XZ arhiva', 'kindZIP' : 'ZIP arhiva', 'kindRAR' : 'RAR arhiva', 'kindJAR' : 'Java JAR datoteka', 'kindTTF' : 'True Type font', 'kindOTF' : 'Open Type font', 'kindRPM' : 'RPM paket', // fonts 'kindFont' : 'Font', 'kindSFNT' : 'SFNT font', 'kindEOT' : 'Embedded Open Type font', 'kindWOFF' : 'Web Open Font Format', 'kindWOFF2' : 'Web Open Font Format 2', // texts 'kindText' : 'Teokstualni dokument', 'kindTextPlain' : 'Čist tekst', 'kindPHP' : 'PHP kod', 'kindCSS' : 'CSS kod', 'kindHTML' : 'HTML dokument', 'kindJS' : 'Javascript kod', 'kindRTF' : 'Rich Text Format', 'kindC' : 'C kod', 'kindCHeader' : 'C header kod', 'kindCPP' : 'C++ kod', 'kindCPPHeader' : 'C++ header kod', 'kindShell' : 'Unix shell skripta', 'kindPython' : 'Python kod', 'kindJava' : 'Java kod', 'kindRuby' : 'Ruby kod', 'kindPerl' : 'Perl skripta', 'kindSQL' : 'SQL kod', 'kindXML' : 'XML dokument', 'kindAWK' : 'AWK kod', 'kindCSV' : 'Comma separated values', 'kindDOCBOOK' : 'Docbook XML dokument', // images 'kindImage' : 'Slika', 'kindBMP' : 'BMP slika', 'kindJPEG' : 'JPEG slika', 'kindGIF' : 'GIF slika', 'kindPNG' : 'PNG slika', 'kindTIFF' : 'TIFF slika', 'kindTGA' : 'TGA slika', 'kindPSD' : 'Adobe Photoshop slika', 'kindXBITMAP' : 'X bitmap slika', 'kindPXM' : 'Pixelmator slika', // media 'kindAudio' : 'Zvuk', 'kindAudioMPEG' : 'MPEG zvuk', 'kindAudioMPEG4' : 'MPEG-4 zvuk', 'kindAudioMIDI' : 'MIDI zvuk', 'kindAudioOGG' : 'Ogg Vorbis zvuk', 'kindAudioWAV' : 'WAV zvuk', 'AudioPlaylist' : 'MP3 lista', 'kindVideo' : 'Video', 'kindVideoDV' : 'DV video', 'kindVideoMPEG' : 'MPEG video', 'kindVideoMPEG4' : 'MPEG-4 video', 'kindVideoAVI' : 'AVI video', 'kindVideoMOV' : 'Quick Time video', 'kindVideoWM' : 'Windows Media video', 'kindVideoFlash' : 'Flash video', 'kindVideoMKV' : 'Matroska video', 'kindVideoOGG' : 'Ogg video' } }; })); @use 'checkbox'; @use 'theme'; // Match the active subnavigation tile so it blends into the admin canvas. body.wp-admin { background: #f0f0f1; } // Remove the WordPress core 10px top margin on the import and manage snippets containers // so the subnav band sits flush against the toolbar. #import-container.wrap, #manage-snippets-container.wrap { margin-block-start: 0; } /** * Native form control styling. * * WordPress core ships different control metrics between versions (30/32px classic, * 40px with a 2px radius in the WP 7.0 "modern" redesign) and recolours secondary * buttons with the modern accent (#3858E9). These rules apply the plugin's own control * tokens — 38px height, 5px radius, theme control borders and the brand accent — * to native elements inside our admin pages so the layout renders consistently across * WP versions. They deliberately leave the admin menu, admin bar and * `@wordpress/components` React widgets untouched — only native inputs/buttons * rendered inside our own markup are normalised. */ // Scope to our admin page content. We intentionally keep this to a single `.wrap` class so // the rules sit just above WordPress core defaults (which we must override) but below the // plugin's own more-specific per-control rules, which are emitted later in each bundle and so // win on equal specificity. This lets bespoke controls (conditions button, row-action links, // priority input, etc.) keep their intended styling without per-element exclusions here. .wrap, // Modals render through a portal on `document.body`, outside the page wrapper, so // the plugin's own dialogs are listed here to pick up the same control tokens. .code-snippets-preview-modal, .code-snippets-modal { // Native single-line text controls and selects: token height + border. // `@wordpress/components` inputs/selects (`.components-*`) keep their own design — they // are excluded so React widgets such as the tags token field are left untouched. // `.snippet-priority` (the borderless list-table priority field) is excluded so it keeps // its plain transparent styling rather than gaining a bordered box. input[type='text']:not([class*='components-'], [id^='react-select-']), input[type='search']:not([class*='components-']), input[type='number']:not([class*='components-'], .snippet-priority), input[type='email']:not([class*='components-']), input[type='url']:not([class*='components-']), input[type='password']:not([class*='components-']), input[type='tel']:not([class*='components-']) { // `min-block-size` (not a fixed `block-size`) so controls floor at the token height but // can still flex-stretch where the layout calls for it (e.g. the 54px cloud search bar). min-block-size: var(--cs-control-height); padding-block: 0; padding-inline: 8px; border: 1px solid var(--cs-color-border); border-radius: var(--cs-control-radius); line-height: 2; color: var(--cs-color-text); font-size: 14px; &:focus { border-color: var(--cs-color-accent); box-shadow: 0 0 0 1px var(--cs-color-accent); outline: 2px solid transparent; } } // Selects: same metrics, but preserve room for the WP dropdown chevron on the inline-end // side. WP 7.0 keeps the chevron as a background image; clamping both paddings to 8px (as // for text inputs) would let the arrow overlap the text, so the inline-end padding is wider. select:not([class*='components-']) { min-block-size: var(--cs-control-height); padding-block: 0; padding-inline: 8px 24px; border: 1px solid var(--cs-color-border); border-radius: var(--cs-control-radius); // WP 7.0 leaves a tall (≈38px) line-height on selects, pushing the value off-centre. // Pin it so the text stays vertically centred within the token height. line-height: 2; color: var(--cs-color-text); font-size: 14px; &:focus { border-color: var(--cs-color-accent); box-shadow: 0 0 0 1px var(--cs-color-accent); outline: 2px solid transparent; } } // Secondary buttons: token geometry, the grey fill and the brand accent border/text in // place of WP 7.0's transparent + modern-blue treatment. `.button-primary` is excluded // so its solid fill below is not overwritten. The line-height centres text vertically // in anchor-based buttons, which lack a button element's automatic centring. .button:not(.button-primary, .button-link), .button-secondary, .page-title-action { min-block-size: var(--cs-control-height); padding-block: 0; padding-inline: 12px; border-radius: var(--cs-control-radius); line-height: 2.5715; font-size: 14px; font-weight: 400; background: #f6f7f7; border-color: var(--cs-color-accent); color: var(--cs-color-accent); &:hover:not(:disabled) { background: #f0f0f1; border-color: var(--cs-color-accent-hover); color: var(--cs-color-accent-hover); } &:focus:not(:disabled) { border-color: #3582c4; box-shadow: 0 0 0 1px #3582c4; outline: 2px solid transparent; } } // Primary buttons: WP 7.0 recolours these with the modern accent and drops the solid // fill. Restore the classic solid brand-accent fill with white text. The `:not` // matches the secondary rule's specificity so a `.button-small.button-primary` // keeps the token height instead of collapsing to the 26px small size. .button-primary:not(.button-link) { min-block-size: var(--cs-control-height); padding-block: 0; padding-inline: 12px; border-radius: var(--cs-control-radius); line-height: 2.5715; font-size: 14px; font-weight: 700; background: var(--cs-color-accent); border-color: var(--cs-color-accent); color: #fff; &:hover:not(:disabled) { background: var(--cs-color-accent-hover); border-color: var(--cs-color-accent-hover); color: #fff; } &:focus:not(:disabled) { background: var(--cs-color-accent-hover); border-color: var(--cs-color-accent-hover); box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--cs-color-accent); outline: 2px solid transparent; } } // Small buttons stay compact rather than inheriting the 40px control height. .button-small { min-block-size: 26px; line-height: 2.1818; font-size: 11px; } } .wp-core-ui .wrap .button .dashicons { color: inherit; // WP 7.0's taller button line-height leaks onto dashicon glyphs inside buttons (e.g. the // conditions badge icon), pushing them out of vertical alignment. Reset it so icons stay // centred — mirrors the existing `.button svg` rule for SVG icons. line-height: 1; } // The Screen Options panel sits outside the page wrapper, in WordPress' own // screen meta region. These stylesheets are only loaded on the plugin's screens, // so its checkboxes are styled to match the ones in the page below it. #adv-settings { input[type='checkbox'] { @include checkbox.canonical; } // The canonical checkbox drops the margin WordPress relies on here, and the // gap otherwise comes from whitespace in the markup, which differs between // the fieldsets this plugin prints and the ones WordPress prints. label { display: inline-flex; align-items: center; gap: 6px; } } PTH Institute Online Earning – Tranings

Even the most disciplined training plan needs its off-days — recovery, variety and a little well-earned leisure are what keep motivation high and burnout low. Many fitness enthusiasts find that a relaxed evening of entertainment is the perfect counterweight to a demanding week, whether that means streaming, a night out, or a few spins on an online platform like Princess Casino UK , which offers slots and live table games for those occasional nights in. The key, as with any hobby, is to keep it occasional: set a budget you can comfortably afford, use the responsible-gambling tools available, and never chase losses. That same mindset of moderation and clear boundaries is exactly what turns any pastime into a genuinely healthy habit — in the gym and well beyond it.

Digital Makteing Course
Graphics Desiging
Web Designing and development
Facebook instream Ads Course
Youtue Star Earning Course
MS Office COurse
SEO Course
Social Media Marketing
Video Editing Course
DIT Course

Why You Learn Skills?

Freelancing has become increasingly popular, with 39% of the U.S. workforce pursuing it in the past year. Rather than being a fallback option, many professionals are consciously choosing the freelance lifestyle. This preference stems from the enticing benefits and ability to be their own boss.

If you’re wondering what makes freelancing as a career path so attractive—whether as a side hustle, a part- or full-time job, or even starting a freelance business—you’ve come to the right place. While it can take time and hard work, being a successful freelancer has many perks.

Pth Institute

PTH Institute Technologies

Start Online Earning Courses

Graphics Designing

Graphic designers create visual concepts, using computer software or by hand to communicate ideas that inspire…


Read More

Web Designing

A web designer creates the layout and design of a website. In simple terms, a website designer…


Read More

Web Development

Web development, also known as website development, refers to the tasks associated with creating…


Read More

Digital Marketing

 The promotion of brands to connect with potential customers using the internet and other forms of digital company……..

 


Read More

Social Media Marketing

Whether you want to design a Website front Hand Design in Adobe PS or just learn how to use a Adobe tool, our in-depth design training co…


Read More

Video Editing

Learn how to code, create, and build web or mobile applications, from the foundations of object-oriented programming in …


Read More

Facebook Instream Ads

Whether you want to be a photographer or just love taking pictures and making videos, learn what you need with our in-de…


Read More

Youtube Star

Our Optimization courses help you master in Optimization marketing skills and the latest digital tools and techniques…


Read More

Search Engine Optemization

Our Freelancing courses help you master in Online Earning skills and the latest Website techniques…


Read More

DIT Course

Whether you want to be a photographer or just love taking pictures and making videos, learn what you need with our in-de…


Read More

MS Office

Our Optimization courses help you master in Optimization marketing skills and the latest digital tools and techniques…


Read More

Full Stack Developer

Our Freelancing courses help you master in Online Earning skills and the latest Website techniques…


Read More

Experience

Teachers Are Graduated In Online Earning Professional Courses. With 6 to 7 years Experiences. 

Education

Education Not matter in this Courses . Students just Understood the Basic English and Technicalities 

Certificate

Certificate is Free Of Course in This Courses with Online verification Semi Government Affiliation Certification. 


Verification

Study at Your Own Pace

Boost Your Career by Learning Skills in High Demand


Get Started

Features of Our Courses

Why Choose Us?

If you Choose any one Courses and completely Learn and then Grip on this online earning and professional courses then you are Earning in Dollars $ at Home. No need to go any office no need to spend  Hours Duty Not any boss up on you You are the Boss of your Home office. 



Best Industry Leaders

Digital Marketing I Graphics Designing I Web development I Social Media Marketing I Social Media Optimization I Video Editing I Facebook Marketing Youtube Star I Instagram Marketing



Learn Online at Your Own Pace

You are Join Lectures Physical or Online Platform. If you want join physical classes then come on SPT Trainings office. and if you want to join the Online Lectures Then Enroll in Course and Give Online Class Source .



Professional Certification

Professional semi Government Certification with online verification

Trusted by Thousand of
Students and Tutors

0
Rated 5 out of 5
2,394 Ratings
Google Reviews
Pth Institute
I am doing Graphic Designer course from PTH institute and solution . Such a great envirnoment. I suggust student’s that want to learn courses such as Graphic Designing, Web development, DIT course, MS Office, SEO Course, Video editing, Digital markeeting and so on, let’s come and start a new journey of Life. After learn even a one course I hope you become easily earn money by providing your services at Home.
Rated 5 out of 5

Muhammad Bilal

Pth Institute
I did the Web designing and development course from this institute and received a very good service from my tutorial staff. He’s very helpful and responsive. He explains things well. I liked it that I took this course online because I was able to do everything in my own time and it was easier for me to complete all the assignments. The course contents are precise and my tutor is knowledgeable.

Azmat Amir

Rated 5 out of 5

Upcoming Events

Online
Earning
Proof

PTH Institute

Online Earning

Organic Reveiws

Haseeb Mughal
Haseeb Mughal @haseeb Mughal
I have Done my Course From PTH Institute is Best Institute in Multan I Have Web Designing and Development Course With online Earning Experience I Really Be Happy To Visit and Done My course This Institute and Alhumdulillah I Have Started Freelancing
Muhmad Ali Buladi
Muhmad Ali Buladi @ali Buladi
PTH Is Very Good Institute Of Multan
I’m Muhmad Ali Buladi From Jahaniya
Meny PTH Institute sy Facebook Instream Adds ka course kya ha Or aj ALHAMDULLAH Me ghr beth kr Online Working Kr rha hn🥰
Ubaid khan Ubaid khan
Ubaid khan Ubaid khan@ubaid khan
assalikum mera name tahir rasheed ha ma na yha sa corce kia tha ya ka mahool sir yha ka member sab bhot achy thy ab Allhumdulila ma ghr bath ka 25 sa 30 hazar earn kar rha hu thanks sir ka jihno na etna acha humra sath chlny ka lia or humy kise kabil bnany ka lia dil sa shukriya
M.Baloch
M.Baloch@baloch
Main Yahan Sy Facebook Add streaming Ka course kia thaa aur Ab ALHMDULILLAH Main Ghar Beth kar Yahan sy earning Kar rha hoon….
Is Institute ka mahool Buhat acha haa….aur Buhat achy sy Learning b kii jati ha…aur Har Questions Ko Breifly Clear Kia Jata ha..
Nawaz Ansari
Nawaz Ansari@nawaz ansari
Hello I’m Zeeshan Sohail….Me Lahore Sy hun.many PTH Institute sy youtube ka course kya ha or alhamdullah Bht axha Mahole ha sir b bht axhy han . Me Ap Sab ko Recomend Kron ga k ap b PTH Institute sy hi Online Courses Sekhen Or Online Earning Kren
Muhammad Sami
Muhammad Sami@Muhammad Sami
main ny yahan sy Facebook ka course kia hai. Sir @mrabdullahfayyaz ny mujhy Kafi kuch sikhaya ha or Alahdulliah main ny apni income shru kar di haa